Feb
12

6 iPhone Apps and their Mac Desktop Parents

There are way too many Apps on the App Store to go through. It is also harder to find applications that integrate to desktop applications. Here are 6 iPhone Apps that add some value to their Mac Desktop App counterparts.

evernoteEvernote – a note capturing application that uses a cloud. Your notes everywhere. The desktop application allows you to easily take both full and partial screenshots, text notes, and even some OCR. On the iPhone app, you can take a photo note using the iPhone camera or manually type out some text notes. Everything syncs up to the cloud and is available to you online at any internet accessible computer, your phones or desktop app.

thingsThings – Things is a task management program from CulturedCode. Providing a beautiful and easy to use interface, Things has elements of David Allen’s Getting Things Done, but does not force you to use the system. The Desktop Application has a quick entry form that is easy and simple to fill out. You can have recurring/scheduled tasks, tags, and even sync with your iCal to-dos. The Things iPhone app has a similar interface to the Desktop App, making it easy to use both. Providing sync capabilities with the Desktop App allows you to add/complete/delete your tasks on either platform and have everything sync up. The iPhone App currently does not allow you to add recurring/scheduled tasks, but the folks over at CulturedCode have been working hard at it.

omnifocusOmnifocus – Omnifocus is another task management application. This one comes from the Omni Group. Omnifocus is a complete Getting Things Done system. This is not just a to do list of any sort. The Desktop Application very flexible and fast. Omnifocus does expect you to use the GTD system. It is a bit harder to get started if you’re not familiar with GTD. Omnifocus is a great application for those using GTD. I’ve found it to be a little bit too involved and require a bit too many steps. The iPhone App for Omnifocus adds Sync supports for tasks, task creation/editing, and organization. One feature that Omnifocus has that Things does not, is Location-Aware. The Omnifocus iPhone App will use the GPS of the iPhone and tell you which tasks you have to complete in the nearby area.

1pass1Password – 1Password is a Password Manager from Agile Web Solutions. 1Password does much more than just Password Management. The Desktop App has integration with Safari, Firefox, Flock, Camino, OmniWeb, DEVONagent, Fluid, and NetNewsWire. It can auto-fill usernames/passwords, Credit Card info and Demographic Info such as addresses. 1Password can also significantly shrink your wallet with their Wallet group where you can save information like credit cards, bank accounts, memberships and reward programs, etc. And of course, this all syncs with the free iPhone App. Although, I haven’t tried this myself, 1Password on the iPhone also has the ability to auto-login from the app if you tap a saved login.

keynoteKeynote Remote – Keynote Remote is a remote control app for Apple’s Keynote 09. It does require you to have Keynote 09. Does not work with Keynote 08. The App costs $0.99 on the App Store. The Keynote Remote lets you use your iPhone or iPod touch to control your presentation from anywhere in the room using Wi-Fi. See your slide with notes or both the current slide and the next slide in the palm of your hand. Just swipe to advance.

remoteApple iTunes Remote – The iTunes Remote App from Apple allows you to control your iTunes/AppleTV/AirTunes library from your iPhone. You can edit playlists, search, and of course play, pause and volume control. It does require iTunes 8.0 and iTunes to be actively running. Also does work with the Windows version of iTunes 8.

Read More →

Jan
30

How To: Add an external link image via CSS

Pop up links suck. The twitterverse also responded when asked: Should Links Open in a New Window? Twitter Web Designers Voice In. But sometimes you need to use them. Sometimes you are required by your clients to use them. Or sometimes it is best to use them. It would be nice to at least let the person know that clicking on the link will open a new window/tab. Here’s an easy way to add a little image to the external links using CSS.

The CSS

a[rel="external"], a.external {
white-space: nowrap;
padding-right: 15px;
background: url(/images/external.gif) no-repeat 100% 50%;
zoom: 1;
}

The HTML
To use the CSS, you would add the rel="external" to your html link like so:

<a href="http://www.google.com" rel="external" target="_blank">External link</a>

The Result
Here’s what the final result looks like after using the CSS and HTML. (This is an image! Not a real link.)
External Link CSS Example

Do you do this differently? Have a better solution? Please feel free share thoughts, feedback and comments.

Read More →

Jan
22

Should Links Open in a New Window? Twitter Web Designers Voice In

Yesterday I asked the Twitterverse the question:

< ?php get_quotes("1137228323") ?>

Here are their responses:
Read More »

Read More →

Jan
21

Disqus Custom Author CSS WordPress Hack

wordpress-disqus
Custom CSS Styling for Post Authors are really nice. It’s a great way to differentiate the author’s comments from other readers’ comments, in addition to threaded comments. The problem with the threaded comments, is that other readers may also write response comments which should be threaded to maintain conversational aspect. So styling helps much more.

Disqus is a wonderful commenting system. I was introduced to it by reading Louis Gray’s blog from FriendFeed. Since using Disqus, I have found it to be a very great network. Disqus provides many features including:

  • Threaded comments and comment ratings
  • moderation and admin tools
  • spam filters

Read More »

Read More →

Jan
16

Recap: Design Community Twitter Hours 1/15/09


Chad Engle
(@ChadEngle) hosts Design Community Twitter Hours every Thursday 6-8PM EST. To join in, just use #DCTH and others will respond to questions. Chad will also respond via @DCTH. You can follow the live tweets via search.twitter.com.

Yesterday’s Topics Discussed:

  • The best file format for a illustration being used in a book to be posted online
  • Tips on how to start freelancing
  • How to best follow live updates of DCTH
  • Adobe InDesign vs QuarksXPress
  • Design books recommendations
  • PHP SQL Injection protection
  • Time restrictions on clients. Dealing with difficult clients.
  • What a corporate blog should look like? Similarities to the website?
  • Suggestions for a “cutesy” font
  • Steve Jobs’ illness
  • Whether or not to back up your clients data/websites
  • What can make DCTH better
  • What app do you code in?
  • know of a good video podcast for CS4?
  • What is your favorite font currently?
  • Web standard resolution? 800×600?

Read More »

Read More →

Page 6 of 11« First...4567810...Last »