Archive for September, 2008

WordPress Wallpaper

I made a WordPress wallpaper using the Blueberryware colors.  I posted it online for anyone who would also like it because there is a dearth of WordPress wallpapers on the internet (at least from what I found by doing a Google search).  

The wallpaper is 1280×800 (because that’s my desktop resolution [MacBook running Vista Business]).  Just click on the image and then save it.  

 

 

WordPress Wallpaper 1280x800

WordPress Wallpaper 1280x800

Continue reading WordPress Wallpaper…

13 Comments »

Simple Submit SEO Plugin

Simple Submit is a Social Bookmarking and SEO / link building plugin for WordPress.  It adds links to submit your page or post to Digg, Del.icio.us, Stumble Upon, and Buzz.  It has a clean interface and multiple options for adding to different parts of your WordPress blog or site. 

You can download it right here

There is an example of how it looks right at the bottom of this post.

Continue reading Simple Submit SEO Plugin…

10 Comments »

PHP Output Buffering

Some of the coolest functions available in PHP are the output buffering functions.  If you are reading this, you probably have some idea of how web php pages are delivered from the server to the client, but if you don’t, here is a quick recap:

  1. User requests any web page
  2. The web server receives and interprets the request
  3. The requested file is sent to the PHP processor
  4. PHP compiles and executes the combination of PHP and HTML sent to it
  5. The compiled information is sent back to the web server (the page may not be complete yet)
  6. Your browser downloads the page from the web server

Continue reading PHP Output Buffering…

1 Comment »

Zend Framework WordPress Plugin

This plugin is used for autoloading the Zend Framework into WordPress.  For the plugin to work, you must download the Zend Framework (here), and place it on your webserver in the folder “wp-library” (you will have to create that folder). It will also autoload any other libraries you have placed in the “wp-library” folder.  These additional libraries must follow the same directory structure as the Zend Framework (see below).  The plugin uses the Zend Framework’s Zend_Loader to autoload Zend and any other libraries (so you do not have to “require” them explicitly).  To prevent autoloading classes defined by WordPress (and causing errors), the plugin searches the “wp-library” directory for other folders and only autoloads classes prefixed with the folder names it finds.  

You can download the plugin right here.
Continue reading Zend Framework WordPress Plugin…

9 Comments »

Blueberry Theme

Here is the theme that this site uses.  It is available for download here. If you like the theme or have a suggestion/feature request, drop a comment!

 

Thanks!

1 Comment »

WP Login