•

Maybe you’ve got an Airport Express hooked up to your stereo - and it pulls from iTunes on your computer upstairs. You want to listen to some music - but you’re comfy on the sofa and you don’t want to go upstairs and wake up the Mac. Or the PC for that matter. If you can muster the strength to retrieve your trusty iPhone from the coffee table you don’t have to get up.
WakeUp is from the same people who make this handy Wake-on-Lan Widget that Murphy posted about long ago. (so long ago that Apple TV was called iTV.) It’s 99 cents in the App Store. Link to WakeUp in iTunes.
With WakeUp you can send a magic packet to sleeping computers, as long as they’re wired into your Ethernet network - and have their Wake-On-Lan ability activated. See this post for more details.
Now your computer is awake, and you can use your iPhone or iPod to remote control iTunes.
Related Posts:
Sleep Your Mac by Email
Twitter While You Sleep
Sleep Your Mac with Terminal
ReadPixel Software
|
Permalink
•
A quick look at simple ways to open frequently visited web sites directly, without your mouse.
Hopefully you don’t click in the address bar and forward-delete and backward-delete to erase what’s there. But some people do. Here are Murphy’s tips for opening web pages directly with the keyboard.
1. Add an alias for the site to the Dock. You can access the Dock with Control+F3, even if you’re in another application.
Use the arrow keys to select your site-alias and the Return key to open it. You can create the alias by dragging the icon from your browser address bar to the Desktop. Then drag from the Desktop to the right side of the Dock.
2. Command+L and a Firefox keyword. This is an easy one. Command+L selects everything in the address bar in Safari and Firefox. Control+L does it in Internet Explorer. Now you can start typing - whatever is highlighted will be deleted. But don’t type out the url, just type the keyword you’ve assigned to the site, which could be as short as one character. Keyword? Read on…
Edit your bookmarks in Firefox and view properties by selecting a bookmark. There’s a field for keywords. Go ahead and set a keyword - now you can enter the keyword in the address bar instead of the url.
Safari doesn’t have the bookmark keyword feature - but you can use Command+1 and so forth to access the bookmarks on the bookmark bar. They’re numbered from left to right automatically.
3. TextExpander. With TextExpander your Mac is always watching for certain text strings. When you type a configured string the assigned action is carried out. The action can be an Applescript. A simple script can open your browser of choice to your destination site. The great thing about TextExpander: Your browser needn’t be active to invoke it. You could also use TextExpander simple text replacement to replicate the Firefox keyword function in Safari. More about TextExpander. $29.95.
4. 1Password. You might know about or even use 1Password for storing all your log-on credentials in one secure database. But it also features a bookmark pop-up that lets you jump to a site and auto-populate your username and password. 1Password lets you assign names to your entries, so you can keep them short. It’s a way to bring keywording to Safari.
1Password licenses start at $39.95. This post has more information and a screencast about 1Password.
5. Terminal. Do you always keep a Terminal window open? Set an alias in Terminal to open your favorite browser and pass along the site to enter. A command like this will store the alias for you:
alias mm=’open -a Firefox http://murphymac.com’
Then open a terminal Window, type mm and hit return. Your page will open. See this post for information about making an alias available when you reboot.
6. Use Quicksilver.
Do you have a favorite way to open favorite sites? Let us know in the comments.
Related Post: Murphy shows how to open a set of tabs in Safari with one click.
Web Hosting
|
Permalink
•

TextExpander is an incredibly useful utility, especially if you prefer to keep your hands on the keyboard and leave the mouse alone. It works by watching your keystrokes and taking action whenever you type a code you’ve set up. For example, I type xmmlink in a text editor and the letters are instantly converted to <a href=”http://murphymac.com”>Murphy Mac</a>.
It works across applications, so you don’t need to set up your codes over and over. TextExpander takes stuff I’ve been doing the easy way and makes it easier. You can use TextExpander to drop a long path into Terminal, to create tinyurls, or even to run Applescripts. TextExpander can assign text “snippets” or Applescripts or even pictures to a code, which you define.
TextExpander will convert your code as soon as you type it, unless you prefer to use a delimiter like the tab key or the space bar. The utility is always watching as you type, so even if you’re in iTunes and enter xomm (x open murphy mac) you’ll be whisked away to the Murphy Mac site in whatever browser you prefer. Assuming you’ve set a definition for xomm in TextExpander to run an Applescript. You can also set hotkeys to disable TextExpander if it’s getting in your way.
Coming up with a good code system might be half the fun. Devise a sound naming strategy and TextExpander shouldn’t get in your way under most circumstances. The examples I used above start with x. Some users might use z or q - letters found in few actual words - so the chances of invoking TextExpander by accident are smaller.
The screencast shows some basic examples of what you can do with TextExpander. I’ll post again soon and show some of the tricky stuff, like creating short URLs and entering date offsets with simple codes.
Watch Now
|
Permalink
•

I was looking at my iPod weather forecast and looking forward to some cool days in the sixties next week. And then I looked at my Macbook’s weather widget - which expects temps closer to 80. Who should I trust?

I’ve actually noticed this quite a bit over the last few weeks. My iPod thinks it’s going to be cool. My Macs are all less optimistic. The weather on my iPod comes from Yahoo! Weather, which partners with The Weather Channel, aka weather.com. My Dashboard weather comes from AccuWeather.com.
I’ve got Weather Bug installed on my iPod too. But I’m not in the habit of checking it.
Where do you get your forecast?
Amazon Prime Free Trial
|
Permalink
•

I almost made a screencast. Then I tried Screen Steps instead. Here’s a link to a tutorial for this post.
This is kind of a stretch, meaning there’s a good chance you’ll never want to do anything like this. But maybe you will. Remember, Widgets can live on your desktop, they’re not limited to the Dashboard Widget layer. That means you could use this process to design custom content that’s laid right into your desktop.
So - what are we talking about anyway? Well, you probably know you can make a Dashboard Widget using a tool provided with Safari. But maybe there isn’t a page that has the content the way you want it for your widget. No problem, just make a web page using iWeb, lay it out the way you want your Dashboard Widget to look, then publish it. Use the Dashboard Widget maker and you’re done.
The steps are outlined in the tutorial below. Murphy made a web page with two Flickr badges on it. One that pulls from Murphy’s Flickr collection and another that pulls from all of Flickr. Both grab random photos from their respective collections. From that page he made a widget that shows both Flickr controls side by side. Again, this might be most useful for making a widget that will live within your desktop.
Is this reaching too far or what?
Tutorial
|
Permalink