My new Airport Extreme is retarded and I’m keeping it.

Posted January 27th, 2009 in Apple, Gadgets, Hardware, Review, Software by admin

I decide to purchase a new Airport Extreme Wireless N/Gigabit ethernet router to increase the speed of my home network and increase my mac-ness. It’s expensive ($179 retail), but on the surface it has great specs (N, Gigabit, USB for hard drives and printers). However, it’s far from perfect.

Airport ExtremeI have a number of hardwired devices in my home network (PS3, 2 DirecTV HD boxes, a WinXP homebrew “media server”, and my Macbook Pro most of the time). I had purchased a couple of Netgear gigabit switches in anticipation of going full 1000Mbps at some point. I was also using an old G4 400Mhz Gigabit Mac tower solely as a print and file server. The Airport Extreme would allow me to complete the 1000Mbps network, handle the print and file server duties, and add wireless N for the Macbook Pro as a bonus.

After some stupid moves on my part that delayed getting the network up and running with the Airport Extreme, I got my Actiontec GT701 DSL modem/router configured for PPPOE and set up the Airport to log in to my DSL provider, allocate DHCP addresses, and create a wireless network. The problem is that EVERYTIME you click “update” to make a configuration change – even as minor as changing the status light from always on to “flash on activity” requires a reboot that takes FOREVER. With my old Linksys router, it had to be something major to require a reboot.

The other thing that really bugs me is that everytime you load the Airport Utility, it starts out wanting to run a setup wizard. You have to choose “manual setup” first before proceeding.

airport-utility-rufhausen-aeThat’s not the end of it. The first time I attached a USB hard drive to the Airport, I could see and browse without any problems. However, after several update/reboots, neither that drive or another I tried would show up anywhere other than in the Airport Utility. I was ready to throw in the towel before deciding to reformat one of the drives as Apple OS Extended to see if that made a difference and it did. I then reformatted my Time Machine drive and attached it as well and it worked to. It took all night to do the initial backup (I should have done that before attaching to the Airport), but it’s working.

So in spite of the initial issues I’ve had, I’ve achieved everything I wanted and then some with the Airport Extreme. I would even consider attaching the external drive I use for iPhoto and iTunes to the Airport except that I don’t think Time Machine would back it up if I did.

The Luster is off the iPhone

Posted January 26th, 2009 in Apple, Gadgets, Mobile Computing, iPhone by admin

I’m a defender of most things Mac. I love my Macbook Pro and my iPhone 3G. However, my patience is wearing thin with Apple and it’s handling of updates and features that loyal owners have pleaded for since the release of both the 1st generation and 2nd generation phones.

Push Notification
This is the big one. Push Notification is supposed to allow background notifications of events like new Twitter messages, IMs, eBay bid updates, Facebook status updates, etc. Apple announced it would be available by September 2008. It’s still not here, but the worst part is that Apple has not said a freaking word about where it stands – for all we know, it’s been shelved. How can something this big, affecting millions of customers, and being offered by a publicy-traded company not be discussed by the company after a four month delay?

Video
Video recording for the iPhone has been around awhile. Qik has been running on jailbroken iPhones for months and there have been rumors that it was coming to the App Store for a while. So where is it? Why do we even have to rely on a third-party solution to handle something while the company that makes the phone is itself a giant in video media (Quicktime, Final Cut Pro, iMovie, video editing studios everywhere).

The Rest

  • Cut & Paste – I’m not all that worked up over cut & paste, but a lot of people are.
  • Running 3rd party GPS apps without the display being on. This is a big battery hog and a pain in the ass.
  • GPS apps with LOCALLY STORED MAPS. It’s ridiculous to expect that we’ll always have data access thru the cell network whenever we want/need to access GPS.

I’ve been avoiding jailbreaking the phone in order to get Qik and some semblance of background notifictions, but I’ve about reached the end of my rope.

Nuevasync adds color-coding and read-only calendars to Google/iPhone sync

Posted January 12th, 2009 in Apple, Mobile Computing, iPhone by admin

Nuevasync, which offers a free (at least for now) service for syncing Google Calendars with the native iPhone calendar app, has just announced some new features.

From their announcement:

“Support for multiple, separate calendars on Apple iPhone and iPod touch devices is here!  Now you can tell which appointment belongs in which calendar, add appointments to the calendar of your choosing, and filter your display to show only events from a specific calendar.  What is most important of all, your calendars each get their own color.  We are currently phasing this feature in: if you don’t see it on your phone yet, you will very shortly.”

You can now also select read-only calendars like holidays, sports schedules, etc. for inclusion on the iPhone calendar.

I’ve been using Nuevasync for a while, and in spite of a few short service glitches, it’s a great service. It essentially gives you Exchange-like calendar syncing, but with Google Calendar.

CodeIgniter – The PHP framework for the rest of us

Posted January 3rd, 2009 in PHP, Web Development by admin

ci_logo_flameI’ve always had trouble wrapping my head around PHP frameworks like Zend and CakePHP. Let’s be clear though – I’m a PHP hack, always doing enough to get the job done without thinking about standards, scalability, or handing off code to another developer. However, I recently discovered the CodeIgniter framework. It’s still MVC, but what sets it apart is it’s flexibility and ease of setup.

I’m not going to go into any detail because I’m still a noob, but if you are looking to move from “anything goes” PHP to a framework that’s easy wrap your head around and provides a gateway to the MVC way of thinking, give CodeIgniter a try.

On a side note, one of the things that drew me to CodeIgniter was it’s relationship to Expression Engine (EE), and in particular, the upcoming 2.0 version that is being built with CodeIgniter. I thought this combination could be very powerful – having a CMS available for which you already could know the guts of it for extensibility, etc. However, after playing with the current version of EE, seeing the learning curve required, and thinking about the cost of each installation for commercial use (EE is not free), I’m not sure sure I’ll use it. That hasn’t dampened my enthusiasm for Codeigniter though. It can stand on it’s own for projects requiring custom development.