Setting bits and flags in PHP
A function for setting bits regardless of current state.
Bitwise Math Tool
I programmed a bitwise math tool that checks an integer for stored flags.
Cowans Gap State Park


Photos of the Cowans Gap State Park and surrounding countryside in Pennsylvania.
Strip Character and Whitespace in JavaScript Function
Use this function to strip whitespace and any character from a string in JavaScript.
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.
Apache Mod Rewrite and PHP
How to check if Apache's mod_rewrite module is installed on your server directly inside your PHP script.
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.
Quick Parent Link MAXScript
Pick a hierarchy a little faster
MAXScript function to quickly pick parent/child chains (hierarchies) of objects in 3ds Max. Works a little more efficiently than the native Select and Link function in 3ds Max.