Web Site Development
Web development has come a long way in the last several years. Anyone with access to a computer can build a web page for free... and anyone with access to the Internet can share it to the world for free. The articles about web development on this site range from basic introductions to advice on working on advanced-corporate-level sites. This list will advance as time goes on.
Latest Articles
Fix for OpenCart Error: The security header is not valid
A solution for the error 'The security header is not valid' in OpenCart when using PayPal Express Checkout.
Boycott Adobe
It's Time for Artists to Send a Message
Critical discussion on software companies fleecing artists and consumers.
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?
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.
Desktops are not extinct
Editorial discussing the notion that the time of the desktop is over. I argue that the advent of smart phones, tablets and mobile devices do not preclude the value of the desktop.
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.
Software Activation, Licensing and Piracy
The problem with software activation systems in the Internet Age and the inflated claims that piracy costs billions of dollars a year.
Fixing extra clicks on a Razer Copperhead mouse
Many people are complaining that thier Razer Copperhead mouse will click more times than one with each button press. Here's how to repair one possible cause.
Filter XML Data Based on Dates in ActionScript
You can filter your XML data based on dates in ActionScript to limit results in a component's data provider to one that is relevant to the given task.