saquery.com
a web developer' s kung fu…

This is my implementation of a Masterpage like solution in Python.

Categories: docs, free | Add a Comment
VirtualBox

This Post shows how to install Ubuntu on VirtualBox.

Categories: free | Add a Comment

VirtualBox is a powerful virtualization product for many operating systems and it is free. So its a good alternative to VMWare or VirtualPC.

Categories: free | Add a Comment

Audacity: http://audacity.sourceforge.net/ to edit audio files. wav2mp3: http://lame.buanzo.com.ar/ to create MP3 from Wav File. Audacity (Platformindependent Audioeditor) – LAME MP3 Codec.

Categories: english | Add a Comment
ipad-palm

It is nice to know that jQuery will come on different Mobile devices such as iPad, iPhone, Palm and Android. source: http://jquerymobile.com/ Take a look at http://jquerymobile.com/

Using Css Sprite in Web Development can improve significantly your page load speed. Parts of a big Image via Css background-position How does it work? The Image Html Source Code <div id="spriteSample"> <ul> <li class="chrome"></li> <li class="opera"></li> <li class="safari"></li> <li class="ie"></li> <li class="firefox"></li> </ul> </div> Css Source Code <style> #spriteSample li{ background: url('/blg/wp-content/uploads/sprite-browsers.png') no-repeat top [...]
This jQuery Plugin extends a Html TextArea Element so that it can handle Tab and Alt+Tab keypress events. It can be usefull to edit and format HTML Code.
Online Tools do your work in the browser Uncategorized browser tools Colorpicker http://www.colorschemer.com/online.html Here you pick realy nice Colors. Compress & Obfuscate JavaScript / CSS Compressor http://yui.2clics.net/ The YUI Compressor online Binary File to Base64 Encoder / Translator http://www.greywyvern.com/code/php/binary2base64 Use this tool to create data streams for embedding images (or any type of file) in [...]
Categories: docs | Add a Comment
YUI Compressor is one of the most known Javascript code obfuscator and minimizer.
Identify an object as type of array in Javascript.