15 July 2008 | General, PHP, Web Development, Zend Framework | Chris
When I first started working with Zend Framework and showed a designer the output from Zend Form we had a few days of conversations back and forth and researched on whether or not the dl/dt setup was going to be sufficient for what we wanted and also “correct usage”. While working through our first project [...]
4 Comments
14 July 2008 | General, PHP, Web Development, Zend Framework | Chris
The last 4 projects that I have created I have built using Zend Framework. The more I use it the more I find things that make my life easier. My first shot at creating a validator was for checking whether or not a username is unique. . I need this functionality in pretty much every [...]
Comments Off
14 July 2008 | General, PHP, Web Development, Zend Framework | Chris
Back a few weeks ago I came across a very handy Zend Framework Helper for tracking a user’s browsing history(here). I was needing something very similar for a project I was working on, actually I need it for most projects I work on. While implementing it I noticed there were some things that I wanted [...]
Comments Off
07 May 2008 | General, PHP, Web Development | Chris
I’ve always adhered to my own “standards” when writing code but once I started working more with other developers I realized that we didn’t agree on what the “right” way of writing code was. Most of it was just simple things like does the curly brace go on the same line or on the next [...]
Comments Off
02 May 2008 | JavaScript, Web Development | Chris
If you are anything like me I constantly fight with having an object/array in JS and I want to see what all of its properties are. I ran into this the other day and decided to actually find a solution to the problem of not knowing what properties there are for an event. While doing [...]
Comments Off
02 April 2008 | Web Development, Wordpress | Jeff Rothe
I got asked this question today; I’d like my postings to be condensed with some type of “Read More” link at the bottom to expand them for reading Having an additional link to “read more” in your WordPress posting is a great idea for a couple of reasons. The first reason is a matter of [...]
Comments Off