Month: March 2011

jQuery Plugin: Page Size Analyzer for Page Performance Monitoring
One of my senior Technical Architect asked me if i could come up with some useful widget that could help him display the page size of the current page. I thought of writing a jQuery plugin that could do this job. I am sharing it here. Do read the notes carefully before using it. Screenshot: ...

Latest Designs from my Workbench
I thought of sharing some descent designs i came up with last night/morning (12:30 AM - 5:58AM... i know... it was really atrocious) on the occassion of my posts hitting its platinum jubilee. Site Login Page: Sample Content Pages: I will share the PSD shortly.

Bat file to rename .js file to another format and back to .js
I faced a lot of issues with my mail exchange server quarantining my js files when i mail it my client. The way out of it was by renaming the .js file to .bak. But as the number of js files increased, it became a tedious process. So I thought of creating a bat file which ...

‘Add to Favourites’ button javascript
Here is a simple code, that i found useful from dynamicdrive. You can use for 'Add to Favourites' button in HTML. Add them in your head tag: <script type="text/javascript"> /*********************************************** * Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com) * This notice MUST stay intact for legal use * Visit Dynamic Drive at http://www.dynamicdrive.com/ ...