In past I post about how good wkhtmltopdf is. I have used it for few of my projects. Really it is the cheapest [as it is open source and free]…
Category: HTML/CSS
z-Index: Short note
It is been sometime I try my hand to CSS. But today when I got a chance to work on Jquery Animation to make it smoother than what it was,…
Selecting menu item using Javascript
Okay, I create a pure CSS menu that use UL/LI structure to maintain the child relationship. All was great with this menu except that when you are on any of…
Facebook SDK: IE redirect loop
Recently we had problem with Facebook SDK, that on IE it remain in redirect loop and hence our facebook application was not working. I test it to find that it…
HTML: Why we need to format it properly
I have always try to write a Validate HTML, but often I have been asked by my staff member what is the need of validated HTML if everything is working….
HTML Application
Recently I come across something new and not a useful as it seems, specially for web development. It is HTML Application (hta) a Microsoft’s own technology that work on IE…
HTML Textarea Word Wrapping
Today I discovered a new thing, it sound silly to most of developers, and might laugh on me… But Today I understood the mean of wrap=”hard” for Textarea :). Actually…