Twitter RSS Feed Flickr Photostream Facebook Fan Page

Currently viewing Category: WordPress


MyTechnorati Hits 100 Downloads

Looking at the download counter it seems that my WordPress plugin ‘MyTechnorati’ has hit 100 downloads today. Now if you do you my wordpress plugin, I would like to hear back from you with comments, suggestions or even criticism on it. After all, feedback be it good or bad is helpful when creating things for other people. What is MyTechnorati? MyTechnorati is a WordPress plugin that I created to show your Technorati … Continue Reading »

Things I Am Working On For My Blog Script

I have been looking at ways to adding categories to my blog similar to the way that WordPress does it and I have finally figured it out. After thinking a little bit more on the functionality I have figured out the only way for me to do it efficiently is the way that WordPress does it which is use another table that links the blog post id to the category … Continue Reading »

MyTechnorati WordPress Plugin Update: v0.2

A special thank you goes out to Ross (of www.simplehelp.net) and Rod (of www.rodtempleton.net) for finding a small issue with MyTechnorati. It seems that even though the WordPress plugin would store the date and your Technorati rank, it might not do it consistently or fetch it properly at all. What caused this little issue? Well it seems I was comparing two dates incorrectly. Instead of checking if the current time was … Continue Reading »

Basic PHP and MySQL Pagination Tutorial

I thought I would try my hand at writing my own little tutorial on how to do a pagination script with PHP and MySQL. Pagination refers to the numbering of pages in a document. So in regards to a Web Site it is the ability to span content over multiple pages while showing the end-user something like: Pages [1] 2 3 4 5 This is useful for website such as Blogs, where … Continue Reading »