Archive for July 27th, 2006
July 27th, 2006
Contests, boy do I love 'em.
There's a logo competition going on at the Wordpress Support Forums for the phrase "I [heart] Wordpress". Here's my first entry:
Watchathink?
July 27th, 2006
For anyone using Randy Peterman's StatTraq, there's a small bug in one of the files that might cause an error message to appear at the footer of your Wordpress blog.
Open up stattraq.php in a text editor and scroll down to line 90 (approximately).
Change:
else if($strpos($ua, 'MSIE 2') !== false)
to
else if(strpos($ua, 'MSIE ...
July 27th, 2006
I was doing my homework on upgrading my plugins a while ago and discovered an awesome Wordpress plugin called "Edit N Place" by Headzoo's Sean Hickey. It kinda speaks for itself. Made possible with AJAX, what it does is it allows you to edit your articles, their categories ...