Today on my personal blog I wrote a blog post about how I’m going to change the world. At the bottom of the post it contains this image: Which when clicked links to http://changetheworld.bandonrandon.com. Today I wanted to talk a bit about how that sub-domain image generator works. Because frankly I think it’s pretty cool.Continue reading “Changing the World S3 image generator”
Category Archives: php
Simple Portfolio Widget
Hi, I just wrote a simple portfolio widget and thought I would share. This code uses Justin Tadlock’s get_the_image plugin and custom widget code to display the featured image based on tag or post type. Just drop this into your functions.php or create a plugin to see it in action Let me know your thoughtsContinue reading “Simple Portfolio Widget”
Simple SOPA Blackout Plugin
I just wrote a simple plugin to blackout your site on January 18th for the SOPA Blackout day. Check it out on the project page.
Random Greeting in PHP
I was searching for a php list of greetings but couldn’t find one so I made my own. Thought this may be helpful to someone else looking for a list. Here is how to show a random greeting in php. Much like the flickr welcome page. Hope it’s helpful to someone. If you have anContinue reading “Random Greeting in PHP”
MobileESP for WP 1.2 Updated
[UPDATE] this plugin has been updated to 1.2.1 to add support for removing the cookie. See the comments of this post for more info. I just wanted to write a quick post to let you know that MobileESP for WordPress version 1.2 has been released. This release contains the latest version of the MobileESP libraryContinue reading “MobileESP for WP 1.2 Updated”