Category Archives: Tutorials

Here are my own personal collection of website development tutorials.

zipcodes-ss

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 »

Posted in MySql Tutorials, PHP Tutorials, Tutorials | 8 Comments
jQuery AJAX

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 »

Posted in jQuery AJAX Examples, jQuery Tutorials, Tutorials | Leave a comment
zend-submit

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 »

Posted in PHP Tutorials, Tutorials, Zend Framework Tutorials | 1 Comment
Page Width

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 »

Posted in Tutorials, XHTML & CSS Tutorials | 1 Comment