TOPICS

FIND YOUR TOPIC QUICKLY

Posts Tagged ‘Apple’

Symfony 1.1 Installation OS X Leopard
May 16 2008

I decided to give the recent Symfony 1.1.0 RC1 a try on my macbook. Here are the steps I took to get it working.

Installing CakePHP on OS X Leopard 10.5.1
Jan 24 2008

I upgraded from Tiger to Leopard this week and wanted to provide a writeup covering everything you’ll need to know get to a good development environment ready on a fresh (clean) Leopard installation.

NOTE: Due to the subject matter contained in this post I am not providing any support for the following steps.

Synergy + Dual Screens + OSX + XP = Awesome
Aug 23 2007

I have to gush a little bit because for my 29th birthday my lovely wife bought me a 22″ Widescreen monitor that matches the one I already own.  I love working with dual screens when doing everything from programming to just surfing the net because I can leave my communication tools open on one screen while I work on another.

iWork ‘08 - My Quick Take
Aug 17 2007

I have been using iWork ‘08 since Friday as a part of their 30 day trial program and I love it.

One of the things I’ve always bemoaned about my beloved MacBook is that I have to run Crossover Mac + Office 2003 to get office suite interoperability in a nice package. iWork now features an application called “Numbers” so that I have interoperability between Word (Pages), PowerPoint (Keynote), and FINALLY Excel (Numbers).

RECENT COMMENTS




  • ON...CakePHP 1.2 File Upload
    "Fixed it! Thanks for the heads up Jose."
  • Keith Medlin
  • ON...CakePHP 1.2 File Upload
    "Thanks a lot for the example. Just another typo/error in the tutorial : var $validateFile = array( ’size’ = 204800, should be: var $validateFile = array( ’size’ => 204800,..."
  • Jose Sanchis