I am a web designer & developer based in Galway, Ireland. Information on my work is available from my company site: Ambient Age Web Design.

I am also completing a PhD in Information Systems. My research is on the Adoption of IT Standards for technologies to support Ambient Intelligence.

Category Archives: Zend Framework

Zend_Form Radio Buttons

More on the ongoing struggle with the Zend Framework’s documentation….
After much trawling of the Zend Framework Manual, ZF on Nabble, and Google, I finally tracked down how to include & manipulate radio buttons using Zend_Form (ZF 1.5).
The HTML code I was trying to output was something along the lines of:
<input type=”radio” value=”1″ name=”staff” /> <label>Jim</label> [...]

Installing Apache alongside IIS for Zend PHP Framework

After deciding to experiment with the Zend PHP Framework for web application development, I needed to install Apache on a local machine for development. I’m a novice when it comes to Web Server configuration / installation, but after reading the installation would take 15-20 minutes, I started feeling pretty dumb after a few hours of [...]