
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/ ...

Grouping inside dropdown
Grouping inside the dropdown list is normally misunderstood by developers for a long time. The required outcome is shown below: To get an output like this on a dropdown, it is not good to add a new item in the dropdown and then add validations for not selecting that option. The solution to this problem ...

div with 100% height
With div design catching up, we end up having issues with the stretching div to the max height. Most of the time this is noticed in the footer section, which has to always stretch to the edge of the browser scroll. I came across of a browser compatible solution to this problem and thought of ...

Login Page Designs
Some simple login page designs, i was trying out last night: Design 1: [Wordpress Inspired] Design 2: Design 3: Design 4: You can download the source PSD here: LoginPageDesign [Rename the .pdf to .zip] Feel free to redesign them.... 🙂

3D Carousel jQuery
One of the widely used and personally, i too recommend this one. the Cloud Carousel. Thought of attaching a sample here. Try it out. Its pretty simple and effective. The main site: Professor Cloud You can download the source code here: 3d Carousel [Please rename the .pdf to .zip... WordPress complications.. :P]