
I really enjoy coding and making new things but sometimes, when there’s a schedule to keep and posts to tidy up and I can’t get on with one thing until I have tidied up something else then it can be a bit of a bind.
You see, I can really get into some new piece of code or software and get the greatest of pleasure from being ‘in the zone’ while I keep the whole flow of the program in my head while I add or edit a function. Things seem to just fit together right.
Some of the solutions I have come up with for a particular bug or output error freak me out!. When I go back and look at the code after a few weeks, I think, “how the hell did I come up with that?” lol
It gets me inspired to try something new or make a small ‘fix’ in something I’ve been trying out.
Most of the time, my coding sessions start with a “I wonder if…” thought when I see something that looks cool on another site or plugin, then I try a little 10 or 20 line bit of code to see a new function or class work and before you know it, it’s 8 hours later and I’m dying for a pee and my ‘little test’ has turned into a mammoth program! I just love it when that happens, everything outside of my workstation didn’t happen, bodily functions, friends calling, work, play, everything! nought exists except the screen in front of me and the lines of code displayed on it.
It’s the awesomes.
Seeing the code work, that’s amazing too! even more so if it’s useful
… if the program is for me then that’s usually where the coding stops (and the coding comedown happens where I feel all superior for a few hours)
..it’s all the safeguards and data valildation I have to put in to counteract spammers or the error checks I need to put in for people that don’t know how to RTFM. It’s the constant support for people that shouldn’t be allowed a computer! although, helping people does feel really good but, not when it goes like this…
Q. your program is good, how do I use it?
A. there are instructions displayed where you downloaded it
Q. where is that?
A. <sigh>
I luv programming, it’s the other crap that pisses me off !


11
My MYSQL cherry has been popped! rok on CommentLuv options site
July29
I’ve been too lazy to transfer my holiday photos from my camera since I cam back (because then everyone will crowd around my computer and ooh and ahh at every.single.picture – even the ones of a thumb obscuring the lens) instead though, I have bitten the bullet and finally got around to creating some Mysql tables for the remote script that does the fetching of the last blog post for commentluv plugin users.
What does this mean? ..
it means that I can create a site for people to register their blog url and with that :
(will also make retrieving a little quicker)
(useful for pointing to a particular post in the past on comments you make on commentluv sites or if your feed has an error)
(useful for when you go on a comment campaign)
(on sites you comment on)
Other things I will be able to do with the upcoming commentluv site now I’m using a database to store data..
(thanks to Bobby Revellian who requested something to keep a track of which blogs he has commented on and which blogs he needs to comment on. I know it was literally half a year ago bobby but it’s taken me until now to learn enough stuff to make it possible!)
If there’s more things you’d like to be able to do with commentluv on your blog or features you’d like to see for a commentluv site please leave a comment here and let me know… (btw.. I am using a new version of commentluv on this site that uses the new remote script and database, if you get any issues with comments going funny please let me know on the contact page)
..oh, one more thing… ajax commentluv is a little more improved, it can now work with almost any blog that allows you to edit the header of your theme! .. it’s still a little way off from a release but it seems to be working well … stay tuned!
Blog News, Code, PHP, Wordpress