Yii 2.0 Public Preview Rundown

Yii 2.0 Public Preview Rundown

The Rundown Yii Framework is getting ever closer to a 2.0 release, with the public preview announced in March now only having 60 open issues (579 closed). There are a lot of changes from Yii 1.1. Let’s take a look at a few of ’em. Namespaces Now that PHP...
Finessing the Command Line for Fun and Profit

Finessing the Command Line for Fun and Profit

As someone who spends a lot of time using the command line, I’m often repeating the same commands and jumping through the same hoops. Over the years I’ve learned a few lessons. Here are some simple tips to save you time in the ‘shell. Folder...
Listening for LEAP Gestures with jQuery

Listening for LEAP Gestures with jQuery

There’s always been a great divide between displays that can receive user feedback (e.g. touchscreens) and the displays that most people use. Touch screens are nifty, but there are usually a number of drawbacks to them. Smudges from fingerprints, less than...
Yii Framework: Tailoring Code Generators For Your App

Yii Framework: Tailoring Code Generators For Your App

Sometimes it’s a very thin line between following the Don’t Repeat Yourself credo and the Don’t Go Off On Unnecessary Tangents requirement. When I find myself going through the same processes again and again, I can’t help but wonder as I...