Category Archives: Tutorials
MySql City, State, Zip, Latitude, Longitude Database
Just recently I needed a mysql database table that contained records for city, state, zip, latitude, and longitude coordinates. I needed a complete list of locations since one of my projects involved an ajax location auto populating script. While browsing … Read More
Effective AJAX UI / UX Development with jQuery
I’m writing this post to provide other developers a very easy way to create the most elegant and effective UI/UX design without spending days to write the code by hand. This tutorial should be a very quick way for you … Read More
Zend Framework Form Input Submit Value Display
Today I was creating a new login form within the Zend framework. I had ran into a bit of trouble with the display text (value attribute) for the submit element when it came to invoking the Zend_Form_Element_Submit() method within my … Read More
Recommended Website Page Widths
When it comes to developing new websites, web developers are often stumped when it comes to page width. The reasons why it can be difficult to choose a page width is because you want to please all your visitors from … Read More