Easy CSS Minification on Client and Server
feb
05
2010
Learn how to easily minify your CSS stylesheets. Examples in JavaScript and PHP for client and server.
JavaScript Design Patterns: Lazy Initialization
jan
10
2010
Improve JavaScript performance by using the "lazy initialization" design pattern family.
Quick Query String Parsing with JavaScript
oct
28
2009
Used to PHP's $_GET variables? Here's a simple method to add that functionality to JavaScript.
The Three Cs of Fast CSS and JavaScript
oct
12
2009
Drastically speed up your website by using PHP to combine and compress your CSS and JavaScript files on the fly, then automatically cache the result.
Saving Drawn Images with Canvas and Cake.js
aug
31
2009
Save drawn images using the HTML5 Canvas tag, the Cake.js library, and a few simple lines of PHP.
JavaScript Design Patterns: Module, Singleton
jul
09
2009
Learn about the Revealing Module and Singleton design patterns using JavaScript.
Pad Strings in PHP and JavaScript
may
27
2009
Convert PHP's native str_pad function to JavaScript and pad strings with ease.
JavaScript Design Patterns: Mediator
may
18
2009
Implement the Mediator design pattern in Javascript to facilitate code reuse and maintainability.
Click and Drag to Toggle Checkboxes
apr
15
2009
JavaScript tutorial: Click and drag to toggle multiple checkboxes at once.
Adobe AIR: Call JavaScript from a SWF (also win money)
mar
19
2009
Cash prize if you have a solution! How to call JavaScript functions from a Flash .SWF in Adobe AIR.
Synchronous SQLite Singleton
jan
13
2009
Sychronous SQLite database abstraction that is object-oriented and easy to use.
Adobe AIR 1.5: GUI-less Application Updates
jan
09
2009
Your Adobe AIR 1.5 applications can self-update with no user interaction. Find out how.
AJAX Phrasebook
dec
21
2008
AJAX Phrasebook of ready-to-use JavaScript and PHP code. Learn the basics of AJAX and XMLHttpRequest.
Seamless Application Updates with Adobe AIR 1.5
nov
25
2008
Seamlessly update your Adobe AIR 1.5 apps with the new ApplicationUpdater and ApplicationUpdaterUI frameworks.
Passing Arguments to setTimeout and setInterval
nov
10
2008
Various ways to pass arguments to JavaScript's setTimeout and setInterval. Includes a fix for IE to allow it to accept extra arguments like other browsers.
Order of Operations in JavaScript
nov
03
2008
Simple table displaying the order of operations in JavaScript.
Generating Unique IDs with JavaScript
oct
31
2008
How to generate unique IDs using the characteristics of scope and first-class functions in JavaScript.
Checking Network Availability in Adobe AIR
oct
31
2008
A simple module to detect whether your Adobe AIR app can access the internet.
JavaScript in Action: thesixtyone.com
oct
30
2008
Learn how thesixtyone.com uses JavaScript to provide a rich front end experience.
AJAX: Cross-Browser XMLHttpRequest
oct
28
2008
Make AJAX cross-browser compatible, whether it supports XMLHttpRequest or IE's proprietary AJAX DLLs.
(function(){})(); and Scope
oct
27
2008
Scope and the (function(){})(); construct, and some tips on reusing JavaScript code and avoiding scope problems.





