Author Archives: Jesse Price

About Jesse Price

Hello and welcome to my personal blog and website. Here you can find all about my web development history, personal ventures, client portfolios, and much more. Words of Wisdom: "Programmers are in a race with the Universe to create bigger and better idiot-proof programs, while the Universe is trying to create bigger and better idiots. So far the Universe is winning." - Rich Cook
Check All Checkboxes

How to Check All from a Single Checkbox in jQuery

Suppose you want to check all listed checkboxes from a single checkbox. This is great for those who have scripts running a batch function. There are many different ways to implement this “check all checkboxes” functionality. I’m going to use … Read More »

Posted in jQuery Tutorials, Tutorials | Leave a comment
Faux Columns

Using Faux Columns

Faux columns is a technique used to create columns with 100% height. Since most website designers often mistake the “height: 100%;” CSS property as literaly as it seems, it simply will not work. Faux columns are used for this purpose. … Read More »

Posted in Tutorials, XHTML & CSS Tutorials | Leave a comment
Recursive Categories

Recursive Functions in PHP to Manage Single MySql Hierarchy Table

The recursive function is a necessary tool when it comes to creating very deep levels of categories and pages. These functions in fact are one of the best solutions in order to manage deep levels of relationships that are also … Read More »

Posted in MySql Tutorials, PHP Tutorials, Tutorials | 3 Comments
stress-thumb

A Very Stressful Industry

It seems only yesterday that I was learning how to use an Apple IIe in my elementary school computer class. At this time, I remember my parents signed up with an AOL account and we had a dial up modem… … Read More »

Posted in Blog, General Web Development, Web Development | 1 Comment
WPMSS

82wpm Typing Speed – No Mistakes

Typing speed test… bragging rights. I was testing out my average typing speed and today I noticed I broke my all time high. I use to type at 60 wpm with 100% accuracy. To my surprise I have increased this … Read More »

Posted in Blog, My Personal Life | Leave a comment
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