The WordPress NewsBox theme is a super customizable, fairly configurable WordPress Theme. Modeled after several news portals, NewsBox is designed to be light on style and heavy on features and customization. At the heart of NewsBox’s customization and configuration capabilities is the included config.php file. This file is full of helpful comments which painlessly guide you through setting up the theme’s colors and categories. There is no need to load any plugins or make changes to the themes files. NewsBox is able to high-lite author comments, display multiple groups of post listings (arranged by category), […]
PHP Function: Word Jumbler
This is the function I built to power my word jumble site, JumblePop.com. The script is pretty robust for a simple string randomizer. It has the ability to jumble single words, multiple word-words (ie: words with spaces) and word lists. The script performs a randomized jumble of each word in the list and then checks to make sure the randomly jumbled word does not equal the actual word (something that is common on words with 3 or less characters). If the words do match the script performs a manual jumble with some minor randomization that ensures the words are […]
Keep Reading PHP Function: Word Jumbler »
PHP Script: Plain Slide Show
This is a super customizable script which creates a user navigated slide show from any image folder of your choosing. Creates text based “prev” and “next” links as well as numbered text links. All output is done at the end of the script so you can include the file and then format the slides however you choose. The script also contains values for your own css definitions so you don’t have to use my naming convention.
Download plainSlideShow.zip
Rate Plain Slide Show!


