Software Listing of Author : "Scott Schiller"
- 35mm Photo Viewer Script
- License: Freeware
- Price: 0.00


There might be only one way to look at photos, but there are an infinite number of ways to organize and present them. This DHTML-driven browser-based application provides viewing of photos sorted by collection. A few different CSS-driven "skins" are also available to choose from. Thumbnails are dynamically displayed allowing for quick visual searches within a collection, and XML/XSLT functionality provides for more dynamic data sources and ease of updates. Sound effects are also added for fun where supported, and are fairly simple to modify. This viewer is best suited for smaller collections of photos, although it could easily enough be split across multiple pages or sections on a web server; the idea is that all photos are accessible from one actual HTML page, but this could be split to lower the page weight and load time....
- Publisher: Scott Schiller
- Date Released: 05-01-2013
- Download Size: 1393 KB
- Download
- Platform: JavaScript, Scripts
- Fireworks.js for Graphics and Animations
- License: Freeware
- Price: 0.00


Fireworks.js is a bit of javascript that creates starburst-type explosions in a web document; in short, it's a fireworks effect someone could theoretically use on their site. And come on, who doesn't want something like that? As far as appropriateness is concerned, this effect could be compared to the dripping-blood-line, skull and fireball animated .GIF images so popular on the web in 1997. Exploding firework animations are hot, the new black, the script equivalent of the blink tag. Nonetheless, Fireworks has been published for fun, experimenting a bit with simple trigonometry and math, and those who are perhaps interested in javascript animation, object-oriented code or script-driven sound. It also serves as a dirty browser performance test of sorts, as a large number of elements are dynamically created, moved and destroyed on...
- Publisher: Scott Schiller
- Date Released: 02-01-2013
- Download Size: 92 KB
- Download
- Platform: JavaScript, Scripts
- png.js Script
- License: Freeware
- Price: 0.00


png.js attempts to replace GIF images that have a class name of png (ie. img src="image.gif" alt="" class="png" /) with PNG images where supported. In the case of IE:win32, the necessary filters are applied which enable alpha transparency (a big PNG feature) to work. Disappointing on MS' part that it isn't supported natively, but oh well. Restrictions - PNG alpha transparency only supported under IE 5.5:win32 and up. - Image width and height must be specified under IE for PNG to work. - PNGs as background images may break under Netscape 6.x. - PNG backgrounds will break under IE:mac. (eg. on a DIV element - known browser bug.) - PNG backgrounds do not tile under IE:win32. - "none.gif" placeholder image required for IE:win32 (due to proprietary filter crap.)
- Publisher: Scott Schiller
- Date Released: 11-06-2013
- Download Size: 20 KB
- Download
- Platform: JavaScript, Scripts
- SnowStorm for Graphics and Animations
- License: Freeware
- Price: 0.00


SnowStorm is a javascript-driven snow effect that can be easily implemented into web pages. It has been designed to be easy to use. A single javascript file provides the functionality required; the only other files needed are the images of snowflakes themselves. SnowStorm works under most of the current major browsers (IE 5.x , Netscape 6 ). Testing has been limited to those browsers on PC/Mac. If you are seeing snow as you read this, then the script is working as expected. Thanks to the PNG format and a "wrapper" class written to support it, the benefits of alpha transparency can be seen on most browsers with this implementation. IE requires the use of a proprietary DXFilter to properly display PNG images with alpha transparency, but this is handled "automagically" by the PNG wrapper class. The snow script relies on a PNG handler...
- Publisher: Scott Schiller
- Date Released: 23-01-2013
- Download Size: 20 KB
- Download
- Platform: JavaScript, Scripts
- SoundManager for Music and Sound
- License: Freeware
- Price: 0.00


SoundManager is an object-oriented library/API which provides a javascript interface to control sounds loaded in a hidden Flash movie. A small Flash "stub" movie loads audio files with IDs as assigned by an external XML file. These sounds can then be controlled by the SoundManager javascript API using predefined methods. A script include is required for the SoundManager API. A single Flash movie (.swf) provides the stub for loading sounds, and an XML file defines the sounds to be loaded and their corresponding IDs referenced within the API calls. This functionality requires a browser with javascript and Flash 6 support, and support for javascript-to-Flash plug-in communication. Testing has been done on the following browsers: -IE 5 (win32) -Mozilla FireFox 0.9 (win32) -Netscape 7.0 (win32)
- Publisher: Scott Schiller
- Date Released: 11-05-2013
- Download Size: 2724 KB
- Download
- Platform: JavaScript, Scripts