Blog

Recent Posts

XMLHTTP AJAX abort(), jQuery abort()

less than 1 minute read

I was looking if there was a way to stop an already running AJAX request, like we can stop an http request using browser stop button. Yes there is a way to...

Javascript javadoc - JSDoc

less than 1 minute read

I was looking if there was any standards for writing Javascript API documentation and if there is a tool to parse and generate the document.

what http error code to use for validation error

less than 1 minute read

I was using 500 - Internal Server Error for validation errors, but problem was the application error handler caught this and shows generic error page, which...

qTip - Excellent jQuery Tooltip plugin

less than 1 minute read

If you are looking for a jQuery tooltip plugin to use for your project, http://craigsworks.com/projects/qtip/ is the right one for you.