-
javascript
Protect your email address from spiders!
Obfuscate your email address on web pages to confuse those scary spiders with a little JavaScript.
-
phpcss
Code snippet formatting with GeSHi
Format code to be included in web pages using a combination of the Generic String Highlighter (GeSHi) and custom PHP and CSS.
-
phpcss
Listing the contents of a directory with PHP
Display an up-to-date listing of the contents of a directory on a simple webpage. See an example of styling it with CSS as well.
-
php
Reading remote file contents with PHP and CURL
CURL provides a nice workaround for when file_get_contents() is disabled for remote files.