Tag Archives: apple

Cleaning my Apple Mighty Mouse Ball's

I have a couple of Apple Mac’s and with each of them, I have a Mighty Mouse. I have one I carry with my with my Mac Book Pro, this is getting quite old now, It was the first release … Continue reading

Posted in apple, Life, Technology | Tagged , , , , | Leave a comment

Changing the RSS refresh rate in Apple Mail

I use Apple’s Mail App as my primary mail client on both my personal and work mac’s, and for both machines I have various RSS Feeds subscribed. I use apple mail as an RSS Client for a couple of reasons, … Continue reading

Posted in apple, Technology, work | Tagged , , , , , , , , , | 2 Comments

Force Eject a CD/DVD in Apple Leopard

Today I had to help a friend force eject a stuck DVD in his iBook, there are a couple of methods we tried and I thought that hey may be helpful for others. I would recommend trying to eject your … Continue reading

Posted in apple, Technology | Tagged , , , , , , , , | 2 Comments

Safari's CSS Support for multiple backgrounds on the same Style

I was browsing just now and fond something pretty interesting, Safari supports multiple background image declarations for the same style tag. .box {   background: /* Upper-left */ url(./corners_01.png), /* Upper-right */ url(./corners_02.png), /* Lower-left */ url(./corners_03.png), /* Lower-right */ … Continue reading

Posted in apple, Code, design, Technology, work | Tagged , , , , , | Leave a comment

Detect iPhone / iTouch Orientation – Change In Your Code

I have been working on a template for an iPhone Library Application today, its pretty simple stuff, A search, Asynchonous paginated results with the full details on each result. It will be using FileMaker for its database, but currently I … Continue reading

Posted in apple, Code, design, Technology, work | Tagged , , , , | 1 Comment

Creating Custom iphone ringtones in iTunes

The other day i wrote about the great site Audiko in my post about iPhone ringtones, but today I read this article on

Posted in apple, fun, Life | Tagged , , , | Leave a comment

OSX Speech Commands

This is a cool tip that will work on and OSX Computer. You can get your mac to sing and swear and talk anything via a simple Shell Script. You can even get my mac to talk… I will be … Continue reading

Posted in apple, Code, fun, Technology | Tagged , , | 1 Comment

Installing PHP5 and mySQL on Mac OSX Leopard

A step-by-step Guide to installing PHP, mySQL and getting them both running together on Apples OSX Leopard. This requires root access and a little Terminal usage. Continue reading

Posted in apple, Code, Technology, work | Tagged , , , , , , , , | 7 Comments