Tag: jQuery

Cookie Monster Would Be Disappointed

Using localStorage or sessionStorage would disappoint Cookie Monster. My go to for a website to store data temporary was to use cookies. I would use cookies for storing user preferences, scores, shopping carts and more. Cookies can be a problem

Posted in jQuery, Web Tagged with: , , , ,

Sample Modal Revisited

This is a simple yet easy to modify sample of doing a simple HTML modal popup.

Posted in Design, Developement Tagged with: , , , ,

Example of Smooth Scrolling

For one of my projects I came up with a simple jQuery example to create a smooth scrolling effect. The nuts and bolts of the script is the following.

Posted in Developement, jQuery, Web Tagged with:

jQuery Image Gallery

I was asked to create a simple jQuery routine that could replace a current flash control. The challenge was not actually the jQuery portion but creating the HTML dynamically. The current code create a XML file that was passed to

Posted in Image Gallery, jQuery, Web Tagged with: