If you have migrated your WordPress blog from another blogging platform but the post slugs weren’t generated, you can my Generate Post Slugs Plugin to have the slugs generated from the post title. Why I Wrote This Plugin I wrote this plugin for use on this very blog because when I ported my custom blog… Read more »
Posts Categorized: Web Development/Programming
Android App Web Color Prototyper Sneak Peak
A couple weeks ago, I alluded to an Android app I’m writing in conjunction with Mike Bryant. As requested by some friends wanting to know what the app does, it is meant to help web designers prototype color schemes quickly. You set colors for various parts of a sample page and get to see an instant preview… Read more »
Let’s not forget Dennis Ritchie
While Steve Jobs’ death has been covered extensively by the media, I think it’s important that the world learn about the death of a man whose contribution to the information age is so immense that it is beyond measure. On October 12, 2011, Dennis Ritchie was found dead in his home at the age of… Read more »
A PHP Script to automatically clean files affected by the the eval(gzinflate(base64_decode…) hack
In late April, my server got hacked. Most of my php files had code that looked like this placed at the top: eval(gzinflate(base64_decode(‘DZZFssRYokOX… long string of gzipped-base64-encoded php code); I’m not sure how the bad guys got in, but I changed all my passwords and updated all the software on the server. Then, like any… Read more »
Browsers, browsers, browsers!
The Browser Wars are alive and well. Who will win is anyone’s guess!
Re-Register Apache and Mysql as Services After Moving Zend Server Directory to a New Computer
Trav posts how to re-install Apache 2 and Mysql as a service for a moved Zend Server CE directory.
Reversing a String in VB.net
Trav shows how to easily reverse a string in Vb.net.
Diagrams, diagrams, diagrams
I’ve been sitting here for the last couple hours contemplating a program design in my head. (Actually, I’ve been contemplating this design for a month or so, but I really was putting some brain power into it for the last couple hours. Anyway…back to my point…) I have decided to start putting the ideas into… Read more »
Introducing Phind, a simple PHP script for finding foreign keys in MySQL tables
Trav finally wrote a PHP script that finds foreign keys in MySQL tables.
How to Fix Image Resizing Problem in the Arthemia WordPress Theme
Trav has found a fix for the magic database problem with PECL finfo library involving images with the WordPress theme Arthemia.