Grokking Zend Framework 2

I’ve found these to be helpful in porting a ZF1 app to ZF2, which is in Beta1 status at the moment.  Rob Allen’s tutorial -updated for the beta, worked for me out of the box using git submodule.  The programmers reference manual for groking new concepts, although sometimes it takes a couple of reads. Finally, looking […]

Grokking Zend Framework 2 Read More »

Debunking the sugar hyperactivity myth

And yet, I’m sure countless parents will rather trust their own anecdotal experience. Let’s cut to the chase: sugar doesn’t make kids hyper. There have been at least twelvetrials of various diets investigating different levels of sugar in children’s diets.  That’s more studies than are often done on drugs. None of them detected any differences in behavior between

Debunking the sugar hyperactivity myth Read More »

Responsive Design

I’ve updated my theme here to make the layout more responsive depending on the device you view it in.  For both smart phones and iPads/tables, the layout linearizes. That is a fancy way of saying the right sidebar should scoot below the main content area, and everything will become 100% wide to fill the screen. 

Responsive Design Read More »

Importing to BitBucket

When bitbucket added git to their code hosting service, I signed up to try out the service. Primarily since they offer unlimited free private repositories, which is perfect for one-coder projects like this blog. Each repository also gets a wiki and an issue tracker. Creating an account was straight forward, I then had to import

Importing to BitBucket Read More »