Free Useful Javascripts
Links to articles that give free javascript code or javascript examples.
Make JavaScript Math.random() useful
How to use the JavaScript Math.random function useful with round, ceiling, and floor.
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?
Add Google Translation Links
Use this free custom JavaScript functions to add links to translate your web pages with the Google translation tools.
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.
InnerHTML JavaScript Functions
Functions useful for working with named HTML elements with JavaScript.
Altering CSS Class Attributes with JavaScript
A useful JavaScript to instantly change the style values of a CSS class property.
Select Radio Inputs JavaScript
A free javascript function to choose radio inputs with a given value.
SwfObject JavaScript Error in IE7
IE7 has a JavaScript Error when using the swfobject.js method if you do not give the containing object element an ID.