Recently published WordPress themes and plugins
Smart Backup Plugin
Smart Backup is a complete WordPress solution for database backup and restore...
premiumAmbient Occlusion Theme
Ambient Occlusion is a clean and warm theme, with a brown/cocoa colour...
freeWordPress Theme: Cyanide
This theme has originally been created for an offshore client. The theme...
freeWordPress Theme: Clear Apple
Clear Apple is a clean magazine theme, no thumbnails for posts, wide...
freeOn the blog
Recommended
Currently Exploring
variablesThere are 2 ways to pass variables in PHP: “GET” and “POST“. You might recognize these from the form tag (<form method="GET">). What’s the difference? GET passes the variables in the URL, and POST passes the variables hidden. Ever get the error “resubmit POST data” when you click back on your browser? This is POST in action: it is asking...
Here I found an interesting list of WordPress classes, functions, variables and constants. It is based on Subversion, so you can be sure it’s the latest version. Actually, when I took the link, the version was: <?php // This holds the version number in a separate file // so we can bump it without cluttering the SVN $wp_version = '2.4-bleeding';...