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

This Post shows how to install Ubuntu on VirtualBox.
08.22.2010
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.
08.21.2010
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.
08.21.2010
Categories: english | Add a Comment

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/
08.15.2010
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 [...]
08.15.2010
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.
08.14.2010
Categories: Web Developer' s Kung-Fu | Add a Comment
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 [...]
08.13.2010
Categories: docs | Add a Comment
YUI Compressor is one of the most known Javascript code obfuscator and minimizer.
08.11.2010
Categories: Web Developer' s Kung-Fu | Add a Comment
Identify an object as type of array in Javascript.