Use jQuery to Edit Select Box Options
Use jQuery to edit the options within HTML select box elements. To use this snippet make sure that jQuery is included within the head of your HTML document. Paste the script into the document body or use it within a [...]
Read MoreHow to Remove Variables from a URL with JavaScript
The JavaScript snippet below will strip a URL of a given variable. The function requires, two parameter, the URL you would like to manipulate and the name of the variable that you would like to remove. 1 2 3 4 [...]
Read MoreMAMP MySQL Not Starting?
If you get the message “Error: Could not connect to MySQL server!” or if you have trouble starting up or [...]
Turn a Twitter Username into a Link with a Regular Expression
This is a simple PHP snippet which will turn a twitter username into a link. This technique requires a regular [...]
Feeder Mobile Application
The Feeder mobile application has been designed to distribute your online media over a wide range of mobile platforms. Information [...]
Turn Twitter #Tags into Link’s with a Regular Expression
This is a simple PHP snippet which will turn Twitter #Tags into link’s. This technique requires a regular expression function [...]
Problems With The AIR ServiceMonitor Class in Flash CS4
This is the solution to a problem I encountered with the AIR ServiceMonitor class within Abode Flash CS4. I was [...]
Turn a URL into a Link with a Regular Expression
This is a simple PHP snippet which will turn a URL into a link. This technique requires a regular expression [...]
Use jQuery to Edit Select Box Options
Use jQuery to edit the options within HTML select box elements. To use this snippet make sure that jQuery is [...]
JavaScript print_r() Function
Here is a custom JavaScript function that will trace those complicated data structures to the screen. This functions will really [...]



