A Web Developer's Toolkit
This set of tools are scripts or information that I've enjoyed using time and again as a reference. They help the job get along nicely.
- ASP Calendar w/ Database Support
- An ASP VBScript calendar with easy-to-read comments and code. Can tie in nicely with an Access database, but would need some slight modifications.
- Capture Video Thumbnails with ASP
- Capture still images from video with ASP VBScript using WScripts to execute command line ... commands. A working example is provided.
- Extending VBScript Dictionaries
- VBScript dictionaries always seemed a little lacking to me. So I have improved them with a few handy tips and some object-oriented VBScript. Now get data paging and access elements by a numeric ordinal instead of doing it to the old-fashioned way.
- ASP VBScript -Page Data from a Database using GetRows
- Using GetRows for ADO speeds up your scripts, so why not speed up your paging scripts while you're at it?
- Easy Javascript-powered Image Slideshow
- Using Prototype and Script.aculo.us, this javascript, html, and css combo allows you to implement a fade in/out photo or image slideshow on your website very easily and very quickly!
- Javascript-powered Content Carousel
- Using Prototype and Script.aculo.us, this javascript, html, and css combo allows you to place a carousel on your website for any element! Often it needs some customizations for your design, but you are free to use it. Truly, it'll rotate just about anything.
- Aspect Ratio Calculator
- Aspect ratio calculators really help when you're trying to figure out the relative size images or videos should be so they can be easily adjusted later.
