Change HTML Styles with JavaScript
Video and source files on using getElementById, getElementsByTagName and object oriented methods to dynamically change HTML element styles in JavaScript.
Image Resampling Tutorial
A tutorial on how to resample images for smaller file sizes.
Introduction to Web Design
An introduction to designing a web site.
Change CSS in JavaScript in multiple browsers
I have updated the popular changecss() JavaScript function to be compatible with most common browsers.
Tone Curve
Tone Curve tutorial: how to use the Tone Curve function to edit a photo or graphic to bring out the optimum color and brightness.
Google Page Rank Woes
Google has sliced and diced the page rank of many websites, including this one.
Google Page Rank Dilemma
A solution to the dilemma of a loss in page rank according to the Google Toolbar.
Making a Collision Model
A brief tutorial on making a collision model (aka collision mesh) for Valve Source games. The tutorial is for making models in 3D Studio Max.
Compare Values with Arbitrary Comparison Operator
JavaScript for comparing values when the operator to use is variable.
JavaScript function and sample code to dynamically compare two values. Accepts numeric and/or alphanumeric values and does a comparison on them based on a comparison parameter.