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.

Why it's important for a programmer to blog?

I decided to write my first post to share my experience about importance of blogging for a programmer. Well, you are a programmer and you need to tell the world, what all things you are working on.