This is a simple one, but I had to look it up. So, by my self imposed rules, I have to post it. This text will constantly scroll memo-like-fields to the end. [delphi] Memo1.SelStart:=Length(Memo1.Text); Memo1.SelLength:=0; SendMessage(Memo1.Handle, EM_SCROLLCARET, 0, 0); [/delphi] This...
The 35 Second upgrade processhas been replaced with the “5 Second Upgrade Script” (link). Follow the link for more information. This post describes a process to upgrade your post to the latest version of WordPress in 35 seconds. Each additional site...
UPDATE – This post no longer applies. This post is obsolete. It describes two issues I had with WP2.0.4 just prior to it being released. The first is a Maxthon browser specific error, that is suppressed by default in Maxthon and...
Rickard Liljeberg has posted a video of the feature in action at his office. Their victim computer of choice was the Dell GX520 and they were having random shutdowns that Dell support could not explain. Kudos for him giving credit to...
Original image by Andrew Krespanis Thanks to some drastic and controversial actions taken by SpamKarma creator Dr. Dave, a large percentage of the blogging populace has been alerted to a security hole in WordPress. He even went to the effort of...
Well, I had a nice post about how I was distracted from posting more Delphi code because I was playing with a new pear module I’d found called GameServerQuery. I was finishing that post by asking if anyone had gotten it...
I’ve made two changes to the Forms and Field lister I posted yesterday – the original post has been altered to include them. First and foremost, the line to paste into Start->Run to install the program into the registry was being...
This post is an introduction to what I’ve been researching in my spare time over the last few weeks. It will be the first in a series of posts about form submission. It will lead you basically along the path that...
I was going to post this to wp-hackers in reply to a couple other posts but decided it was WAY to off topic [wp-hackers] Close old comments and pingbacks: feature or plugin? Jamie Holly [wp-hackers] Close old comments and pingbacks: feature...
It actually can’t get any easier than this. Just put the following line in your .htaccess file: AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php And your done! Your site is now running under PHP5. Enjoy… Want proof? Want to know details? Well…...