Wake Up Calls with Wakerupper

iphone_promo.gif

Here is another nice free productivity web 2.0 application you may want to bookmark. Wakerupper allows you to input your timezone and schedule a “wake up” phone call to yourself. You can put in a reminder and it has an excellent iPhone interface. While most cell phones have a built in alarm system that works fine, this gives you another way to set an alarm toward your cell phone without dealing with the cell phone itself. There are several other ways to do this through iCal and some of the other services. Indeed, Quicksilver ninjas could get this done much faster than Wakerupper, but it is an option. I find it most useful when I am at my office PC and need to get a quick future reminder scheduled without stopping what I’m doing. Check it out.

Technorati Tags:

Continue reading

Growl Gets an Update

growlicon.png

I’ve been using Growl for sometime now and it just got updated to 1.1.1. If you haven’t tried Growl, you should. It installs a universal notification system that talks to most of the frequently used apps on your Mac. Then when any significant system event occurs, it pops up a notice in the format of your choice. I like the “music video” format the best. Growl is unobtrusive but informative. I know when my ftp is done, when I receive new mail, and a host of other events of interest. If you haven’t got it already give it a try. You can download it right here.

Technorati Tags:
,

Continue reading

Review – 1Passwd

1Passwd Icon.jpg

My password habits, until recently, have been very lazy and unsecure. I had just a few passwords that I used repeatedly and whenever I forgot one, it was a hit and miss affair. One of my standard passwords actually was “password”. I can laugh at myself about this because I know I am not alone.
Realizing the error of my ways I’ve been making a concerted effort to be more secure with my passwords. Getting serious about security however also requires a reliable system to keep track of all of these new passwords. It was with this mindset that I began using 1Passwd. This application supercharges the keychain, but that is just the beginning.
When you are on a website that requires you to generate a password, 1Passwd, creates it for you with the degree of security (and digits) you require. It even will exclude confusingly similar characters like “0” and “O” if you tell it to. Once 1Passwd makes the password for you, it also remembers it.
1Passwd just doesn’t remember your user name and passwords however, you can set up an entire identity with all of the common fields such as address, credit card and just about everything else you can think of a website may require. You can than click on the 1Passwd “Fill with Identity” button and it does the work for you. Usually it gets them all right. A few times it put the wrong data i, but generally was right on. An interesting point about the auto form filling in 1Passwd is that it only works on domains it remembers. So if you get sucked into a fake PayPal website it will not fill in your name and password. Indeed it may help you catch a phishing attempt when 1Passwd doesn’t autofill. Another side benefit is when you fill in passwords and credit cards with mouse clicks, key loggers will not capture your data.
The program integrates effortlessly into all the major Mac browsers: Firefox, Camino, Safari, OmniWeb, DEVONagent, and Flock. It drops a little button right into your browser’s bar that allows you to access all of its features with one or two clicks. It also pulled a bunch of my already saved security settings into it when I first set it up. This is also nice for all those users who like to jump around browsers. For instance, you can save a password in Safari and later use it in Camino.
If you run multiple Macs it also syncs through .mac. I did not use this feature extensively but I did test it out and it seemed to work just fine.
The developers are really hands on and eager to make this application better. They are in getting close to rolling out a new feature that stores your information online behind security that is supposed to rival that used by financial institutions. If it works, it would be great for my iPhone. I am definitely going to need some convincing however before I agree to put my important data “out there”. I am very interested, however, in seeing how this pans out.
Licensing 1Passwd will set you back $29.95. I think it is worth it just in saved time and improved security. They have a limited demonstration available at their website so take a look for yourself.

Technorati Tags:

Continue reading

Photo Editing Madness

So I’ve been getting my arms wrapped around photoshop … slowly. I can now do a lot of the basic tricks but by no means am I an expert. Meanwhile, some very reasonably priced competitors seem to be cropping up. I’ve been playing with the demos of Pixelmator and Acorn. They actually are good for most of my needs. They certainly load and process a heck of a lot faster than Photoshop CS2 on my intel mac. However, as far as I can tell there is no magnetic lasso, which I find really helpful. I’m definitely a novice when it comes to photo editing however and welcome comments and emails from you veterans out there as to your thoughts on the matter.

Technorati Tags:
, , ,

Continue reading

iPhone 1.1.1 – No Problem

iphone_home.gif

Well gang, I installed iPhone version 1.1.1 today with no problems. I had installed Nullriver’s installer.app on my iPhone a few weeks ago and then removed it. It was really easy to set up but there were no compelling applications to make me want to keep it. All the talk about “bricking” hacked phones did not concern me since I never “unlocked” it outside of AT&T.
Version 1.1.1 is a nice incremental upgrade. They played with the calculator icon and added a double tap to the home button which quickly gets you to your phone favorites list. If you are playing the iPod the double tap gets you to the iPod controls which is also nice. It also adds a purchase from iTunes button that can only get me into trouble.
They put in a setting to turn off edge while roaming so we don’t have to hear about any more morons going to Europe and running up thousand dollar phone bills. Interestingly this setting is defaulted to turn it off which makes a lot of sense to me. The people who run up these bills would not be smart enough to turn it off themselves so Apple did it for them.
While these tweaks and improvements are nice, I really wish they would get around to syncing the Notes application. I’m speculating (wishing?) that this will happen with the Leopard release. Time will tell.

Technorati Tags:
,

Continue reading

Compacting Sparse Disk Images

A lot of you have seen my screencast on how to make an encrypted sparse disk image. As I explained in the screencast, sparse disk images grow when add files into them but don’t shrink when you pull files out. As my sparse disk images used to bloat I would occaisionnally make a new one and copy the files into it and discard the old image. Recently however I discovered an automator workflow that compacts an existing sparse image without requiring you to take all those insane steps I used to. So lets walk through it now.

Step One … Load Automator

Fig01_small.jpg

Now some of you may be Automator veterans but for me it is just that funny looking icon I always pass over.

Step Two … First Script

Compact Sparse Image 1.jpg

Click on the “Finder” category in the Library column then click and drag “Get Selected Finder Items” from the Actions Column into the work area of Automator.

Step Two … Second Script

Compact Sparse Image-1.jpg

Click on the “Automator” category in the Library column then click and drag “Run Shell Script” from the Actions Column into the work area of Automator.

Step Three … Change Pass Input

Compact Sparse Image-2.jpg

Change the “pass input” drop down from “to sdnin” to “as arguments”

Step Four … Remove Text from the Shell Window

Compact Sparse Image-3.jpg

Step Five … Fill in the Window

Compact Sparse Image-4.jpg

Type in the following in the window….
hdiutil compact “$@”

Step Six … Save It

Go to Automator’s File menu and “Save as Plug-in”. Give it a name like “Compact Sparse Image”. Also make sure “Plug-in for:” category says “Finder”.

Automator.jpg

Using the Workflow
1. Find your sparse image in the finder.
2. Make sure it is unmounted
3. Cntrl(Right)-Click, Mouse down to Automator and run your script.
Now all of the above probably sounds like a lot of work but it really is not. Once you have it set up you can regularly compact your sparse images. Let me know if it works for you.

Technorati Tags:
, ,

Continue reading

Review – MarsEdit 2.0

MarsEditIcon128.jpg

So I’ve been blogging now for six months and until very recently, I did it all in the Wordpress web client. There really is nothing wrong with that. It is perfectly fine. Of course it is also perfectly fine scrub your floors with a toothbrush and self perform your own dental work. I wouldn’t recommend it, but it is possible.
I’d heard about applications that allow you to blog without a browser but never got around to trying any of them out until red-sweater released version 2.0 of MarsEdit. I’ve now been using it for about three weeks and I’m very pleased with it. MarsEdit is a blogging tool that, at its most basic level, allows you to write and edit posts, import media, and upload your genius to your blog without having to wrestle your way through the online editors.
It works with most of the big blogging engines. I’ve been using it with Wordpress both on my wordpress.com site and, since moving my blog to its own server, on the macsparky.com server with no troubles whatsoever.
The main window allows you to see your text and html as you type. Fortunately for me, it does most of the html work for you. I can add links, photos, technorati tags, and a variety of other coding that, frankly, I’d have no clue how to pull off without MarsEdit doing the work for me. It also pulls my online tags down from my site so I can mark up and add new tags right from MarsEdit.
In addition to the local media support, version 2.0 also allows for Flickr support which is nice for those of you who blog from your Flickr photos. I wish, however, that it supported the OS X media browser.
When my eyes start getting bleary, I can also print out drafts of my entries and proof-read them on paper before uploading. A practice which I sadly do not do often enough. Since that “post” button seems irresistable to me, I often end up posting entries with grammatical errors. I’m not talking your simple comma splice. I’m talking in your face mis-spellings and conjugation errors that would make Strunk and White turn in their graves. Once again MarsEdit to the rescue. You can edit and repost within MarsEdit.
Version 2.0 also supports html markup macros. While in principle I understand what that is, in practice I’m clueless so you are on your own to figure out that feature. I do know that I was able to copy in an html snippet on National Talk Like a Pirate Day and it was ready to post a very nice code embedded entry at MacSparky. Thankfully, common sense prevailed and I didn’t push the “Post” button that time.
Wordpress does not play nicely with Safari 3 so it was even more onerous for me blogging through the browser because Safari would work to a certain point and then fail. I kept forgetting to open Camino and as a result, many times I’d end up writing an entry twice. Using MarsEdit, I can now easily write and upload without any browser.
You can download a free 30-day trial of MarsEdit at Red-Sweater.com. If it hooks you it will cost $29.95. For MarsEdit veterans, the upgrade will set you back $9.95.

Technorati Tags:
,

Continue reading

The Super Secret Saved Indicator

A good friend, Gabe Wilson, showed me a very cool trick native to OS X regarding saved files. If you look at the top left corner in the close, minimize, maximize bubbles you may sometimes see a small dot in the middle of the red circle. This dot is telling you something. It means the current document is not saved. So if you press the red button and that dot is in it, very bad things will happen. Cats will live with dogs, the universe may implode, and worse yet, you’ve lost your document.

Untitled.jpg

Now if instead of your dot, you see an “X”, you are good to go. Document saved. You are free to close and move on.

untitled-1.jpg

Technorati Tags:
,

Continue reading