Offered money for technical advice … they sent back a free copy of an e-book to be launched next week on the topic I needed help with :)

Lol, lesson in life … don't leave the delete.php file you were using to test the uninstall system for your WP plugin on your live site :p

@Kravvitz I'll be releasing the WP plugin along with instructions for it once I iron out a few crinkles.

@Kravvitz I'm surprised no one's built anything like it before, but I've never seen any tutorials or plugins for it.

@Kravvitz Ah yes, I was referring to the Comment as select profile feature. I gave up and told my client I can't do it now though.

@rhyswynne I'm a moderator at the Tavern, but I don't have the ability to activate registrations sorry. Only Jeff can do that.

@Kravvitz Sorry, but I still have no idea. I'm not even sure what blog page you are referring to.

@conorpegypt Woops. That blog post wasn't supposed to be tweeted. I backdated, but I guess Twitter Tools didn't care about that.

@rhyswynne My problems have been with wp-blog-header.php. For some reason they don't like loading it without the rest of WP some times.

@rhyswynne Having to test on a specific host is not a good sign :p I've had similar problems with GoDaddy. Their servers are WEIRD!

@bradleypotter I just noticed that too. And no, it doesn't. But I'm not wanting to release what I create with it anyway, so not a problem :)

Anyone know of a good design suitable for a site with a logo of a scary bird skeleton? Maybe something dark, scary and green?

@ronalfy I think WP has wiped the buffer before shutdown() fires. I might be stuck with wp_footer() instead.

@ronalfy Output buffering page. ob_start hooked via template_redirect(). Using wp_footer() for ob_get_contents but that's not quite the end.

Anyone know of a WP hook which fires after the template has loaded? ie: something after wp_footer()?

@Viper007Bond I don't think I can use Google Checkout. AFAIK that only works in the USA and a few other countries. I could be wrong though.

@WPKickStart I think if I upload any videos I'll use VideoPress. It seems to be fairly reliable and the upgrade isn't that expensive.

@IsraelButson I have a business account already, so hopefully that can do it :) Thanks for the tip!

@WPKickStart You are sending users to another site, which doesn't seem like something you would want to do.

How do you accept a payment via PayPal if someone doesn't have a PayPal account and doesn't want to create one?

@Kravvitz Sorry, but I don't understand your last tweet. I've seen bazillions of blogs that use blogger.

@cssispoetry Always check that a plugin works with your current version before using it (unless it's only out by a week or so).

@cssispoetry There's development underway by @janeforshort and co which should prevent problems like this in the future.

@cssispoetry There's lots of problems with that plugin because it is so old. Lots of legacy code that could break for various reasons.

@cssispoetry Will go download Googles Code Syntax Highlighter and take a look for you.

@Viper007Bond Do you regularly run trunk? I tried that for about two months (wanted post thumbnails) but got ticked off at stuff breaking.

Hm, Genesis serialises options, and loads them via gensis_get_options(). Pretty nifty and looks cleaner than using the array directly.

@conorpegypt Good info. about SEO is extremely hard to find. Luckilly most of it is common sense. Best place to learn is from Matt Cutt's.

@jacobsantos Unchecked $_POST, no user permissions check. Haven't heard back from developer. It's not anything in the repo.

Got a very funky new menu animation working this evening. Simple, but effective. Done with jQuery. More info. posted in a day or two.

Thought I was the only one dumb enough to introduce a blatantly obvious security flaw into WP but I just found someone dumber!

Gotta love it when people decide you don't charge enough so add 50% on top of your normal fee :D

@five15design Awesome to hear :) WordPress.com is a cool site and I'm really pumped to build something interesting for it.

Darn, it seems my last three tweets ended up on FaceBook … misconfigured Seesmic Desktop Twitter client :(

I agree! @wptavern about @iandstewart … " I think someone needs a Gravatar plugin for their VBulletin forum … ;)"

@WestHamProcess For guest posting I use CAPTCHA and moderation. I do get LOTS of spam that way, but none of it gets approved.

@WestHamProcess StopForumSpam, basic CAPTCHA, plus I have a few tricks up my sleeve :p But the first two stop most of it.

Thankfully the guest posting on our forum has not been breached. Only a registered user managed to post spam :)

@thevirtualpeach No thanks. But some petrol and a match to set the spam (or should that be spammer?) on fire would be nice :)

My ninja anti-spam skills failed today :( No spam on my forum since April 23, 2008 … until today :( Bummer!

Trying to write a hook system for allowing users to add extra functionality into a plugin … ack, brain starting to hurt :p