Need a custom WordPress theme? I'm available for freelance WordPress work.

Month: August of 2007

Aaron Robbins Adventures In Php And WordPress

Aaron Robbins Adventures In Php And WordPress2 Comments

Aaron Robbins Adventures In Php And WordPressPHP Scripts

Aaron Robbins Adventures In Php And WordPressSubscribe

August 18th, 2007

PHP Function: Keyword Extract

This is a great little php utility function is great for bloggers or for anyone looking to increase the keyword density on a site. The keyword extract function searches through a text string filtering out punctuation and common words to return a list of your most commonly used words. Links are then generated to search for these keyword possibilities on Google and to get keyword suggestions from Wordpot.
Download keyword_extract.zip

Keep Reading PHP Function: Keyword Extract »
Aaron Robbins Adventures In Php And WordPress

Aaron Robbins Adventures In Php And WordPressComment on this post.

Aaron Robbins Adventures In Php And WordPressPHP Scripts

Aaron Robbins Adventures In Php And WordPressSubscribe

August 16th, 2007

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 »
Aaron Robbins Adventures In Php And WordPress

Aaron Robbins Adventures In Php And WordPressComment on this post.

Aaron Robbins Adventures In Php And WordPressPHP Scripts

Aaron Robbins Adventures In Php And WordPressSubscribe

August 10th, 2007

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!

Keep Reading PHP Script: Plain Slide Show »