The
Phooniverse
≡
≡
Home
Game Memories
Pets
Programming
Resumé
Baby Names
jQuery Terms / Programs
x
Example Code
Image Viewer
The image enlarging script I use for the games on this site.
Let Me Google That For You
Tried my hand at making my own LMGTFY program.
Rainbow Text
A static and dynamic way of generating rainbow text.
Sparkle
A static and dynamic way of generating rainbow text.
Methods
var.split(character)
# Splits up the variable into a list of its parts, based on what character you split using. Leave as .split("") to split by each character.