Archive for the ‘Apple’ Category

All posts in Apple category.

A Trip Down Apple Memory Lane

Posted by: Jen | No Comments »

Categorized: Apple, Technology (General)

I have been a die hard Apple fan since I can remember. I have a closet full of old Apple products (desktops, laptops, a Cube, eMates, Newtons, displays, iPods, etc) that I have either had in the past or have since bought for my collection. I ran across a blog post filled with pictures (and memories) of The Evolution of Apple Design Between 1977-2008. If you were ever an Apple fan or have an interest in design – check this out!

On another note – I have been collecting all this Apple stuff so that one day I can go through all of it with my kid(s) and show them just how far we have come. Let’s hope they at least find it semi-interesting!

Tagged: ,

Apple High

Posted by: Jen | No Comments »

Categorized: Apple

I have had an Apple high a few times in my life (the day my PowerBook 520, PowerMac 6500, B&W G3, G4 Cube, 2 Mac Minis, and a MacBook Pro arrived at my door) and I remember each one of them very vividly. Today – I had an unexpected Apple high…I had been having problems with my iPhone (bottom part of the screen was dead) for about a week and finally decided to make an appointment with the Apple Store Genius. I showed up, showed them the problem (with my out of warranty iPhone) – and just like that, I got a new iPhone at no cost. I fully expected to pay for a new one when I showed up and was more than thrilled when I walked away from the store with a brand new iPhone. Great customer service Apple!

Seriously Apple – Find an iMovie Interface and Stick to It

Posted by: Jen | No Comments »

Categorized: Apple, Serenity Now!

Wow. How many times will Apple release a new version of iMovie and completely change the interface and how it works? I cannot tell you how many versions now I have used of iMovie that were completely different than the previous. Each time I have to either waste an hour or so to figure out how to work with my media or read the manual. Good thing I am not afraid to do both – but I feel bad for people who are not as patient as I am.

Amy recently took a grad class on technology in the classroom and the instructor on the last day was going to show everyone how to use iMovie, but unfortunately, the computer they provided to him was new and had the new version of iMovie (iMovie 7) and he was used to iMovie 6…and so he could not do anything. Seriously Apple…

PS – Happy birthday Salsa and the iMac!

Apple Saves the Day

Posted by: Jen | 5 Comments »

Categorized: Apple

Apple saves the day for me:

Hello Jennifer, I’m sorry to hear the titles you purchased from the iTunes Store with account “[email protected]” were lost. I can certainly see how this would be upsetting and I would like to help. iTunes Store Customer Support has decided to let you download (at no charge) all the titles you purchased on this account that are still available.

Thank you Apple!

Tagged: , ,

Lost iTunes Music

Posted by: Jen | No Comments »

Categorized: Apple, Serenity Now!

Recently I had my backup drive die which doubled as my music drive (dumb). I also in the past few weeks – cleaned out my off site backups which included my music (dumb). After not being very excited with what happened – I decided to do some research on some of my options to get my music back. With my fingers crossed – I submitted a form to Apple asking them if I could get my purchased music back: http://www.apple.com/support/itunes/store/lostmusic/. Let’s hope this works!

Copy to Clipboard in the Command Line Interface (CLI)

Posted by: Jen | No Comments »

Categorized: Apple, UNIX

Ever wonder how to copy something from the command line into the Mac OS clipboard? If you want to copy/paste a files content (perhaps a log file or a conf file, etc) into the clipboard to use outside of the CLI, you can use the commands pbcopy and pbpaste. Example: I want to copy the contents of my public key to the clipboard (so I can send it to a server admin who will use it in allowing me to access their subversion repository).

All I would need to do is:
cat id_dsa.pub | pbcopy

(cat writes out the content and then it is piped (|) into the clipboard) This comes in handy!

Growl 1.1.3 beta 4 + Mac OS X 10.5.3 = Nightmare

Posted by: Jen | No Comments »

Categorized: Apple, Serenity Now!

I use Growl mostly for email notifications because post the Mac OS X 10.5 update IMAP flag support (new mail notification) blows. Unfortunately x2 GrowlMail (the mail notification which I love and rely on) did not work with 10.5 – so I am forced to rely on having SquirrelMail open so I can see what new mail is where within my many mailboxes. Anyway – I recently saw there was a new(er) beta available for Growl and all was working as expected until I downloaded Mac OS X 10.5.3. After that – I had a lot of weird errors and most notably – the inability to restart without physically pressing the power button until a forced restart took place. Finally – tonight (this morning) I did some research and found that other people were having the same issue and everyone with this same issue all came to the conclusion it was because of some startup item (System Preferences > Users > Login Items). Sure enough – after disabling Growl on startup, my computer restarted without any issues. Phew. Tech support is bad – but worse when it costs you time (and then money because of lost time).

Undeleting Accidentally Deleted Files

Posted by: Jen | No Comments »

Categorized: Apple, Jappler Recommends, Serenity Now!

It happens to everyone – and it happened to me last week. I use my MiniStack external 500gig drive for my iTunes music library…and to make room for a complete backup (using Time Machine) I accidentally deleted all my music. Did I have a backup of all my music? No. I recently cleaned up my backup files and deleted the backup that had all my music files.

I have since changed my backups to include music on a regular basis but to get back all the lost music – I used File Salvage. The process took a long time – but I expected that when combing through a 500 gig drive. If you ever need to recover files – check this application out!

Chicago: Cold

Posted by: Jen | No Comments »

Categorized: Apple, Chicago, Serenity Now!

I know it is generally cold here in the winter – and even though we had a nice break a few days ago, it is cold here, but man I was shocked to see my Mac Mini’s ambient temperature reporting:

So much for that temperature reporting application!

Developer Menu in Safari 3.1!

Posted by: Jen | 2 Comments »

Categorized: Apple, Web Development

My preferred browser is Safari but when I need to do any serious debugging, I use Firefox because of the web developer, firebug, and yslow (for firebug) addons.

In the most recent update of Safari (Safari 3.1), we now have the option to show a “Developer” menu (without any hacks) when using the browser.

There are all kinds of goodies in the “Developer menu – one which I will end up using quite a bit: Web Inspector which is helpful for a number of things (viewing code for errors, optimization, even CSS editing if you want in the snippet editor).

There are other nice options as well such as a quick and easy way to “Disable Cache”, Disable Images, etc. If you do any web development and are a Mac user – make sure you check this out.

Great work on the update!