ShareAs my applications have grown in complexity, I’ve followed a path probably quite similar to many of you with respect to .js file maintenance. In the beginning I had one js file to include in the site’s/app’s header, containing just a few basic js functions used across the site.
As my JavaScript codebase grew, I [...]
Latest Articles
Minify and Compress all your JavaScript files into One, on the Fly
{ 13 Comments }
Source and Powerpoint from AJAX Made Easy with jQuery
{ Only 1 Comment }
ShareAs promised, attached is the source code and presentation from my presentation/demo yesterday. You’ll need a PHP capable web server to run the cities.php file. However, by using a simple txt file with a static JSON string of cities, you could pass the entire city list to your javascript function and do the [...]
Sunsetting IE6 on your own
{ No Comment }
ShareAnyone that does front end web development or web design hates Internet Explorer 6. Why? First released in 2001, IE6 is dog slow, very buggy, and essentially completely non-standards compliant.
These issues manifest themselves in two primary categories as best I can tell: javaScript bugs/behaviors, and layout/CSS behaviors or missing features.
So, developers learn to code around [...]
Toggle Table Rows with jQuery, no plug-in required
{ 9 Comments }
ShareLast week I encountered a situation with one of our web apps that required a toggle-able table row. Essentially the existing table was populated with information from four different tables. In addition to several joins there were some nested queries, and it was killing the MySQL server.
So, I decided to pull the information [...]
Basic AJAX with PHP and jQuery
{ 4 Comments }
ShareI gave a live tutorial/demo at work today for room full of folks. I’ve posted the source code and powerpoint below. The title is pretty self explanatory…just a very simple demonstration of AJAX techniques using jQuery JavaScript and PHP on the server side in a very crude Twitter-like mini-posting app.
Basic AJAX with PHP [...]
Add cool, Apple-like reflections to your images
{ No Comment }
ShareCow’s Reflection.js allows you to add reflections to images on your webpages. It uses unobtrusive javascript to keep your code clean.
It works in all the major browsers – Internet Explorer 5.5+, Mozilla Firefox 1.5+, Safari, Google Chrome and Opera 9+. On older browsers, it’ll degrade and your visitors won’t notice a thing. Best of all, [...]
