Featured Post:
Heres a technique to create html tags on the fly without using innerHTML. If you don't want to read the post and are well-versed in reading js code, you can head out to - http://jsperf.com/create-nested-dom-structure - and check out the test i wrote on jsperf(Read More...)
Before you turn your head and go away dismissing it as another noobie javascript how-to, imagine a situation where you have this big, enterprise-y web project and you have to do a lot of ajax interactions and calls at every page. This will show you how to write a centralized ajax system...(Read More...)
Lets make a yummy recipe for organizing your event delegation methods. (Read More...)
There are many software programs that convert HTML to PDF but not vice-versa. And the ones that do so are usually not free or open source. Here's a simple trick to convert a pdf file to a clean and simple webpage.(Read More...)
Many of us who developed the habit of writing functions and procedural code (blame it on the high-school C courses) with PHP4 will need to switch to the OOP paradigm with PHP5. For me, its just another way to organize the same functions and procedures. Lets try to build a url shortener using something similar to the Factory pattern.(Read More...)
Captain's Log: Earthdate-01-15-2010-something-something-alpha: "After several months of coding and fiddling with an enterprise-level framework, the application is finally ready and successfully deployed. This is the first blog article on Bitsofparag. Over and out"(Read More...)