With fingers crossed and backups at the ready, I updated to WordPress 2.6 this morning. I’m pleased to report if you were successful applying the unofficial patch to EC3 to make it work with WP 2.5, it should work fine with WP 2.6. Links to the patch are around here somewhere if you need it still.
July 16, 2008
The handwriting was on the wall. Now it’s a done deal. Teddy’s out of the circus that’s the New York Islanders. Supporting this team is so difficult. Give me a call when they hit rock bottom. I don’t think they’ve been there yet.
HockeyNation
July 14, 2008
It’s taken me the better part of a year to teach myself how to code in php and write MySql queries. Now I’m on to javascript and it’s not going well. Actually, I’m not really working that hard at javascript but I am interested in jQuery since it appears to be perfect for someone with a dangerously limited knowledge of javascript.
I haven’t gotten very far with jQuery. Probably because I don’t understand javascript. I wrote a couple of pages which use hide/show and animated transitions but that’s it. Just glitz rather than heavy lifting. I know I can use jQuery’s AJAX functions to call remote scripts via POST but I want to do something with the data that comes back. I just haven’t figured out how and I can’t seem to find a good online tutorial for this. Oh well.
jQuery: The Write Less, Do More, JavaScript Library
June 17, 2008
My SMF message board saw a spike in harvesting traffic several weeks ago despite my best efforts to prevent that from happening. The CAPTHCA didn’t let any of spam through but the harvesters were eating bandwidth and server resources. Last week, I took action by hacking the index.php file to use the blacklist function of Project Honeypot. Jan developed a nice WordPress plugin but there was nothing available off the shelf for Simple Machines Forum message board. I took the http:bL query from Jan’s code, inserted my key and put the code at the beginning of the index.php file. When I get a hit from the query, I redirect the harvester to the Honeypot I installed. Took a couple of days but harvesters are being redirected to the Honeypot and my message board is seeing much less traffic.
If you are interested in finding out more about Project Honeypot, click the chicklet on the sidebar of this blog.
June 9, 2008