Affiliates
Snippets
Tutorials
About
Home
Explode
function explode(sep, str) { return str.split(sep); }
Splits a string(str) into an array separated by sep.
Our other sites:
Free display pictures!
Play flash games
Random tutorials:
Negative Ghost
Shows how to add a spooky ne...
Orbiting
How to make something orbit ...
Mouse drag movement
How to drag and move an obje...
Simple BBcode part 1
How to create a simple BBcod...
Basic Shading
How to add nice shades to yo...
Creating Abstract Brushes
Detailed tutorial on how to ...