HTTP/1.1 // 38.107.191.86 // // 57668 // // CCBot/1.0 (+http://www.commoncrawl.org/bot.html)

Clicktale

Archive for November, 2008

Quick and Dirty Wordpress Page Feed Plugin

Nov
24
2008

New to DEVTRENCH? Sign up for the RSS feed.

Since WordPress doesn't support rss feeds for pages out of the box and I needed it, I decided to write this plugin to satisfy my need for now. Like the title says, this is quick and dirty, but it gets the job done. The next version [...]


One Thing You Should Never Do In PHP

Nov
20
2008

I take security pretty seriously because I've had about a handful of sites hacked on my watch (luckily none of it was code that I'd written). Over the years I've gotten used to programming with security in mind and there are a few PHP 'nevers' that I don't do any more.
A few days ago [...]


More 4 Comments » 1,463 views
Posted in: Programming

Fix Permissions After WordPress SVN Install

Nov
19
2008

If you use WordPress for a lot of sites, installing it with SVN is really the way to go. I've been switching over all of my blogs to use SVN since it makes updating sooooo much easier. In fact, updating WordPress used to be my biggest gripe about the program, and now I [...]


More 1 Comment » 1,505 views
Posted in: Programming, WordPress