Multiple cURL Requests with PHP
feb
21
2010
Learn how to make more than one cURL request at a time in PHP.
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.
Basic Server Authentication with PHP
nov
11
2009
Quick and easy way to secure individual webpages with a username and password. Use HTTP's built in authentication.
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.
Wampserver 2 and AMFPHP Service Browser
sep
05
2009
Getting an eregi_replace is deprecated error when using AMFPHP in Wampserver 2? Here's the fix!
Pad Strings in PHP and JavaScript
may
27
2009
Convert PHP's native str_pad function to JavaScript and pad strings with ease.
HTTP, HTTPS, and SSL via PHP
feb
10
2009
How to transport data via HTTP, HTTPS, and direct SSL using PHP. Socket and non-socket methods.
AJAX Phrasebook
dec
21
2008
AJAX Phrasebook of ready-to-use JavaScript and PHP code. Learn the basics of AJAX and XMLHttpRequest.
.htaccess: Cache Rules Everything Around Me
nov
17
2008
How to control visitor cache for your webpages, JavaScript and CSS stylesheets, images and other content. Examples in .htaccess and PHP.
Exceptional Performance: Image Optimization
nov
13
2008
Drastically improve your website response time by optimizing your images. Here's how.
Generate Social Bookmarks with PHP
nov
04
2008
Automatically populate social bookmarking links using PHP and CSS sprites.
Exceptional Performance: Styles Up, Scripts Down
oct
29
2008
A tip about placing stylesheets and scripts. Related to Yahoo's Exceptional Performance tips.
Zapping Trailing Commas Using Regular Expressions
oct
28
2008
Use regular expressions to eliminate trailing commas from your lists.





