Tag ‘site’ » Archiv


10

My digital vs analogue life: analogue is winning (for now)

January
4

Even though I have been on the internet daily and done plenty of geeky digital things over the past month, my blog hasn’t had a new post to display for a while and it feels like I haven’t done anything at all!

For me, less blog activity = more busy life so when things need my full attention, it’s my blog that is the first to suffer. There was a a time when I would postpone real life events because I had a regular post spot to write or I’d get itchy feet to get home when I was out and knew I had lots of comments to respond to.

The past few months however, has given Life the opportunity to show me that the word “important” has a fluid meaning. Things that were, are no longer and things that weren’t are suddenly more important than anything else …until they’re no longer important any more and I can get back ‘on track’.

Right now, there are some pretty big important things to get done. It may involve moving, it may involve a massive change of career and more but for sure, IT’S VERY IMPORTANT I GET THEM DONE!!

but enough of my moaning about stuff that can’t be changed…running parallel to all these important things is something else that has consumed my days and nights over the past year, the Commentluv site and plugin.

Now, this would normally have been one of those “it’s important, oh wait, now this is more important” times but I took all the pressure off by going to a professional team. I said “I want this” and they said “that’ll be xxx.xx $ please” so I said “yes!” and now all the pressure is off me because I have paid a deposit on a completely new site which will be running on a new platform and have so many wanted and useful features that you’ll be blown away!!
The backend script for CommentLuv is also being rewritten with a view to providing much more functionality and also allow for a much better stats system.

The work is due to start in February and in the mean time I will be looking for people to take on staff positions. There will be a variety of positions available as the time comes to launch the site so stay tuned to the newsletter (due to start again soon) and this site for how to apply.

I’m already arranging the first paid writer and hope to get a lot more in the coming year which had the effect of taking a huge amount of pressure off my shoulders while I sort out the things with people who don’t understand what blogs are (you know, the real life people out there in real life). I’m still around and I’m still coding when I can, the rest of my digital life will return to normal when my analogue life finds it’s feet!

follow me on twitter
to get my updates, I’m always on that in one way or another (yey blackberry storm!)

Blog News


8

Maybe a day off or two is deserved

September
25

I just checked the changelog of commentluv and I realized that I’ve been coding just about every day and night since the 1st of this month!!

OMG. I had to learn all sorts of crapperoo for mysql and jquery for the CommentLuv.com site but boy-o-boy it’s been worth it!!

I have a recent luv working on the site and the click tracking seems to be going ok.

I have just added the top 20 sites using CommentLuv in the past 24 hours based on comments received.

and now, I am so in need of a day off or two that it’s killing me!! I’ll try to keep on top of things but I’ve received over 100 comments in the past 24 hours and made a lot more trying to get as many sites as possible that had small issues with not knowing their ID values or sorting out styling so I think I need to rest a bit…. until…I can put in some code that will allow users to use the traditional style of commentluv rather than the AJAX version. hehe LOL I am a gluten for punishment!

I think I have a solution to the spam problem with the old version, the remote script gets hit every time a comment is submitted on any blog running the old version and that includes all the autobot spam which is a bit of a pisser for my hosting so I think I can add something to the code that will do the ajax bit invisibly and if it didn’t work, do the fetch after the comment is submitted but before it gets saved to the database only if some javascript hidden value is set in the form which might make the comments received stats a lot more accurate.

anyhooo, I’m literally falling asleep at the keyboard and I have muchos to do that has nothing to do with chips or databases or comments or even a computer.. oh the bliss…

Blog News


11

Some improvements for commentluv.com and plugin

September
20

I’m really happy with how commentluv.com is going and the plugin seems to be working ok, there are a few blogs that need to change some settings in the settings page but mainly it’s ok.

I’ve added click tracking to logged on admin users now and fixed the problem of an apostrophe causing the script to break.

The site has a new guest writer who will be in charge of writing the CommentLuv featured site posts, the first one is up and there are many more to come! Thanks Sire for writing the review!

Stats are a little improved.

I think there is one change I would like to make in the way the code works, I think it will be better to leave the adding of the comment by listening for the submit event out, instead I think it is better to populate another field on the form with the relevant text and add it when the comment is processed using the appropriate filter built into wordpress.

I guess this was supposed to be the way it should have been done but I was concentrating on getting it to work without needing wordpress other than for the settings page but I think it will be more compatible with other javascripts that listen or affect the comment fields if I do it this new way instead.

I’ve only seen a couple of blogs that would need this to be compatible but where there’s 2 yaddy yaddy yaddah :-)

Blog News, Code, ajax