All Posts

A thumbnail image

JS-CSS minifier using yui compressor and python

While uploading minified JS and CSS files to web server, i had to minify individual files and then upload them to web server. So, I wrote a Python script which takes multiple JS and CSS files as arguments on command line and saves them in folder.

Javascript - document write

I chose to write about document.write because it is a basic method but has lot of impact on DOM. In this post, I will be focusing on basic part of document.