Blog

Recent Posts

jQuery Template plugin html in variables

less than 1 minute read

If you pass html content in the template variables, you have to use format to make sure that the html content gets converted into real html elements.

How to center a div inside a div

less than 1 minute read

If you need to center a div within another div, here is the solution from Stack overflow post -

Firefox addon to build HTTP request

less than 1 minute read

http://stackoverflow.com/questions/725998/are-there-firefox-extension-or-any-other-browser-that-allow-to-send-arbitrary-p

Selecting Dom ID with dot in it through jQuery

less than 1 minute read

I could not select Dom elements with ID having dot character in them. Quick google search gave me this Stack overflow post, which solved my problem.