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?
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.
Unicode Data with PHP 5 and MySQL 4.1
Internationalization is simple with a litlle advanced preparation.
Shawn's Sites Exposed
Articles hilighting when other sites have mentioned, listed or used my sites.
Site Surpasses Two Million Visitors
The site had its Two-Millionth visitor on March 5, 2006.
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?
URL Fragment not Accessible to PHP
The fragment part of a URL or web address is not sent to servers to be accessible by scripting languages such as PHP.
Apache Mod Rewrite and PHP
How to check if Apache's mod_rewrite module is installed on your server directly inside your PHP script.
MySQL Arbitrary Ordering
Order your results in any way you choose using the CASE clause