Fishy word search
A word search about fish.
Fruity Word Search
A word search all about fruit.
Insect Word Search
Insect Word Search Puzzle.
Importing Methods from an unrelated Class in PHP5
Sometimes you need to steal a method from an unrelated class without becoming a child. Here's how.
Dynamically change a form's action with JavaScript
JavaScript allows you to dynamically change a form's action. To make the function work in the new Google Chrome browser, you need to reference the action differently than you could in other browsers.
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.
Using an Object Id with JavaScript
Referencing objects in JavaScript using the ID attribute.
Copy and Paste Object Properties in 3ds Max
MAXScript for copying properties from one object to multiple other objects.
Select Some Checkboxes JavaScript Function
A new javascript function that allows you to control checkboxes in groups via a control checkbox.