Hello & Welcome!

Just another online web space that contains Jesse Price's portfolio, projects, tutorials, and weblog. Feel free to take a gander on my latest work in progress and accomplishments.

I'm a web applications developer currently located in Sarasota, Florida. I create useable web applications that consists of custom content management, customer relationship management, and dynamically driven database systems. I try my best to satisfy both my clients and end users. I enjoy the daily challenges.

Please note, due to personal projects and goals, I am not accepting anymore clients. However, inquiries are still welcome so please feel free to contact me.

Recent Posts

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 »

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 »

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 »

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 »

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 »

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 »