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.
Make JavaScript Math.random() useful
How to use the JavaScript Math.random function useful with round, ceiling, and floor.
A Comparison of two major dynamic web platforms (LAMP vs. WISA)
Dynamic web sites are powered by web technologies. What do these technologies do and which is best?
Strip Character and Whitespace in JavaScript Function
Use this function to strip whitespace and any character from a string in JavaScript.
Manipulating Element Styles Based on CSS Classes Using Prototype
Example javascript function to change element display properties based on their classes using the Prototype JavaScript Framework.
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.
PHP Traits for Implementing Interfaces
PHP 5.4 introduced traits. Traits are in many ways like code-assisted copy and paste. They are ways to mix code into a class without inheritance. But what are they good for? When should they be used?
Select Some Checkboxes JavaScript Function
A new javascript function that allows you to control checkboxes in groups via a control checkbox.
Bitwise Math Tool
I programmed a bitwise math tool that checks an integer for stored flags.
Select Radio Inputs JavaScript
A free javascript function to choose radio inputs with a given value.