MP4 files in Flex VideoDisplay
Here is a solution to your problem if you are building an application in Flex 3 that uses the VideoDisplay component and the results fail to work in Internet Explorer and Chrome but mysteriously work in Firefox.
Using an Object Id with JavaScript
Referencing objects in JavaScript using the ID attribute.
Google Page Rank Dilemma
A solution to the dilemma of a loss in page rank according to the Google Toolbar.
Select All Checkboxes in a Form with JavaScript
A simple, free javascript to select/unselect all the checkboxes in a form.
John Dewey Site Launched
A new John Dewey reference site was loaded today.
Altering CSS Class Attributes with JavaScript
A useful JavaScript to instantly change the style values of a CSS class property.
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.
Make JavaScript Math.random() useful
How to use the JavaScript Math.random function useful with round, ceiling, and floor.
Google's Dewey Update
Some thoughts on the latest upheaval to the search engine world and the so-called Dewey Update.
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.