OMGG! (oh my golly gosh) I have had the most tremendously hard week. I’ve had 2 different web sites to produce, an hour long power point presentation for a shop display. Make a barcode program that can create a barcode from a product name, build 2 systems that can talk to each other but still be protected against outside intrusion and finally, design and print a variety of business cards for clients.
I couldn’t have done half of the coding and designing if it wasn’t for the wonderfulness of the internet!
Some sites that were instrumental to me learning new things were:
ErracticWisdom where I (finally) learned how to create a layout from scratch using css (no tables!). I used to make websites with photoshop, slice them up and save for web which would make some ugly table based pages that for lack of any other way of creating the site, had to do. The problem with table based layouts is that they are ugly, it all takes a long time to load and they don’t always behave nicely when you want to add extra content.
That problem is now solved, I took what I learned from Tom Fadial and experimented like crazy and now I am super stoked that I can create some pretty snazzy looking websites that load in a split second and are xhtml compliant. yey! thanks Tom!
Trevor Davis.net had an excellent tutorial on how to make an AJAX contact form which was absorbed, modified and implemented into my new .css based site and it turned out to be shockingly good. Enough to get me another project! Nice one Trevor!
There’s also jquery which I have been using for some experimentation lately, it’s a fantastic AJAX library which takes an awful lot of the pain out of coding AJAX pages. It’s so fantastic that you can create really simple effects and AJAX loadings in seconds.
I’ve even managed to sell a few iMaingo speakers direct from this site via Google Checkout!
Everything else has been put on hold while all these projects get completed so apologies to those wanting to see part 6 of the AJAX tutorial series, it’ll be here soon and it’ll be worth the wait!
uVme has now launched, it’s been a wait but hopefully all the kinks have been worked out and we’ll all be ready to make some money with it soon (although the site was performing poorly today). Come on VWD! get your act together, you’ve had over a year to get this right and I still can’t edit my profile. pah!
5
Autumn Sun and Coding Fun
October2
After a bright and early start to the day after my scrumptious chicken last night I felt good as the sun shone through my window and now, in the late afternoon, I’m done.
CommentLuv is now updated to 2.5, it incorporates the heart tip plugin as an optional extra and makes it compatible with wp2.5 too.
I spent most of the time separating the jquery and other scripts into include folders which makes the header source much tidier and the scripts themselves much easier to edit and update. The last 2 hours have been spent getting the tip box to work as part of commentluv and the result is activated here for testing.
I’ll let it settle in for a day or so and then do a codex update along with an update to the CommentLuv registered members to let them know about the site allowing them to edit their profile and have their description parsed and placed in the info boxes.
I made some minor changes to the code so that those who prefer the old style commentluv can have a checkbox to untick if the user doesn’t want the last post shown. Hopefully that will make it easier for the previous versions users to switch to the new one.
To celebrate, I’m off for a walk next to the canal with the missus
![canal boats]()
edit… I had such a nice walk that I came up with some good ideas and my missus’ secret stealth plan to get us to end up in Oxford street gave me time to run them through my head until I could get back to the keyboard and add them in!
I have put in a bit of code that should make it work out of the box for most blogs, most of the questions I get on the forum are solved either by getting the person to change their comment form ID value or telling them that it is working but they can’t see the button and checkbox while they’re logged in as admin.
Now, the form id is found out automatically as long as the comment text area ID is correct and that should be because all wordpress blogs send their comment as POST variables which use the name attribute of the form and for that to work on all themes, all themes must use the same values for the name attribute.
If I know what they are then I can find out the parent form ID easily.
I’ve also added the checkbox and badge to show for admin so I no longer have to spend ages visiting peoples sites and viewing the source to let someone know how to get the plugin working.
this is really the best version out yet! I’ll update it on the codex tomorrow
Blog News, Blog Tools, Code, PHP, ajax