Today I spent a small amount of time enhancing the LunchTimeCoder.AutoSlideShow javascript component.

Modifications Made:

  • Added image caching so there's no flicker when changing images
  • Added Start, Stop and Previous methods to allow user/programmatic control of the slideshow
  • Converted to using the DOM to add the Image tag that is used rather than the div.innerHTML property; just because that's the correct way to do it

There we have it, one more day and another lunch time (partially) spent writing code.