A day of other peoples code

Support Tickets
I did some pretty fancy tweaking of code today to see if I can replace the support tickets system on ComLuv, the system at the moment isn’t bad but the last support ticket management software I used was far superior and allowed me to reply to closed tickets and create canned responses.
It will need [...]

Coding is nearly done for new CommentLuv for Blogger/Js-kit

enough with the twitter updates please mr. twittertools! sorry about that, who really needs to see twitter updates? (although i did notice google indexing more tweets and sending me alerts about them)
anyhoo, I am fiddling with some code right now for the Blogger / JS-kit version of new CommentLuv and will hopefully have that up [...]

Getting ready to release new CommentLuv to the public

I’ve just created the new readme file to go with the plugin and intend to release it to the public on Monday!
This version does things a little differently like adding a little bit of data along with the link to the comment. The data is there to aid in accurate stats for when a comment [...]

Oh the chore of documentation and user error prevention

I love to create php scripts and plugins for wordpress, I love the feeling of acomplishment when something I have conceived turns into reality (and useful to boot!)
Whenever this happens my first reaction is to PUTITONTHENET! but, experience tells me that before I can do that, I need to go through the code and settings [...]

Having an issue with dbDelta to add table to wp db (resolved)

I’m having some issues with trying to put the WP-Twitip-ID plugin into the final version.
Right now, the beta version stores the twitter ID in the post meta for each post but that’s not really ideal because it can only show the twitter id on the comments of the post that the user has already commented [...]

The monkeys are off my back (for now)

I’ve managed to get some major bookends done for some projects I have on the go and I’m really looking forward to being able to code for fun again now that I have stabbed the various work monkeys on my back!
However, I can’t get my blogger commentluv sorted until js-kit get their script fully updated. [...]

WP-Twitip-ID Plugin - Add a twitter field to your comment form (easily)

Version 1.0 (updated 11 Feb 09)
Requires: Wordpress 2.6 (could work with lesser)
Tested up to : Wordpress 2.7b3
Download
Please note: if you are upgrading from the beta version, be sure to deactivate the old plugin first before overwriting the files and then visit the settings page and click update once.
Old comments that have a twitter link wont [...]

Drowning in code - why WP2.7 will be a journey for me

Someone sent me a message saying that the options page doesn’t update on CommentLuv for WP2.7b3 and it’s set off a small chain reaction in my head.
I checked another plugin that does work for the options update in 2.7b3 and compared it to my code and that’s where the kerbumph happened in my head…
My wordpress [...]

this.parentNode has no properties jQuery

Ever had this error when you’re running a jQuery script?

this.parentNode has no properties jQuery
This innocuous error, in my experience comes down to two things:

You are trying to get the ID of a parent object. Like if you want the form ID from knowing the name field. jQuery(”#name”).parents(”form”).attr(”id”); and the form doesn’t have the attribute of [...]

New platforms supported for CommentLuv

Blogger CommentLuv
After 16 hours of starting and then rewriting and then editing and then adjusting and then tweaking…. I have got a version of CommentLuv working on Blogger blogs.
I had it working before but you needed to use Haloscan as the commenting system and the problem with that is, it’s obsolete and a Blogger blogger [...]