Developer Training
Most of our posts are all about training etc, but I though that the dedicated mini-sites should have their own page (you know, easier to find, easier to use, etc.). So here is where you'll find links to the mini-site tutorial pages so you don't have to waste time searching for what you need.
Web Developer Training on Compression - This training session was on both javascript compression (jsmin, packer, and YUI) and the gzip/deflate on apache ( keep in mind this tutorial was run on XAMPP, so if you are running the nilla version of apache as your web server, you are going to need to change a few steps). If you need to enable compression, or want to know how to compress your js files, this is what you are looking for. Link to the original post can be found here.
Web Developer Training on CSS Sprites - Hopefully all you wanted to know about how to set up your own CSS sprites and incorporate them into your site. Big name sites do this (youtube, yahoo, etc.) and it can save you a ton on both filesize and on URL requests (fewer equals better). Link to the original post can be found here.
Web Developer Training on jQuery - This is basically a beginners guide to my personal favorite javascript framework. Even the mini-site is built using jQuery for it's features. Link to the original post can be found here.
Print This Page