jQuery, JSON and jTemplates For Ajax driven Web app

jQuery is one best and easy JavaScript Library. There are thousand of plug-in to do endless thing to do on the web-page. The best thing is you don’t have to worry about will this code you written run on ie/opera etc. The Best way to make a web app or website is using Ajax. Obviously [...]

How To Adjust Position Of FB.ui Dialog On Long Page

Facebook’s FB.ui Dialog is nice and easy to use. Recently I added FB.ui dialog box to send apprequests to user friends. It worked fine on my test account and my account. So we go live. I was happy. But At night i checked my mail and i got bad news. The FB.ui pop was not [...]

Styling File Inputs with CSS and the Dom

File inputs (input type=”file” ) do not look good on beautiful form/html design. But you can hide on your design and keep beautiful html design. Recently i had to devlop a site with out file inputs but user must be able to upload file. i found many developers use flash or use complex JavaScript to [...]