Affiliates
Snippets
Tutorials
About
Home
Explode
function explode(sep, str) { return str.split(sep); }
Splits a string(str) into an array separated by sep.
Need a
reliable
webhost? Take my word for it and go with Hostgator
Other sites you might enjoy:
Our new tutorial website!
Play flash games
Carl Herold's free programming lessons
Random tutorials:
Creating Abstract Brushes
Detailed tutorial on how to ...
Gradient Wallpaper
A really in-depth tutorial o...
Simple BBcode part 1
How to create a simple BBcod...
Making Custom Shapes
A neat way to create custom ...
Random Avatar
How to create a random avata...
A simple hitcounter
How to make a nice hitcounte...