A web development/programming blog providing info, tips, and tricks on programming languages, scripting, Linux, MySQL and more
Posts tagged Blogging
Improve Your WordPress Blog’s Performance With this Database Hack
Jan 9th
**UPDATE**: After further research of the query below, I have found some additional information. The query was first introduced in WP 2.3 and is used for comment flood protection. I am currently running WP 2.9.1 and do not have the issue as the query has been modified and using a proper index to assist with the query speed. If you are using the latest version of WP, you won’t have this problem. I am still trying to find exactly when the query was changed so you all can know where you stand. However, I know that some people don’t upgrade their WP version due to changes they have made which upgrading will break. If you are on an older version of WP and have a large number of comments (tens to hundreds of thousands), this query will help improve your comment post times. If you are familiar enough with MySQL, look at the wp_comments table in your database. If there is an index on the `comment_date_gmt` column, you are ok. If not, read on, and run the query below as adding an index to the `comment_date_gmt` column won’t work as your query does not have that column in it’s WHERE clause.
One of daily responsibilities as a database administrator is maintaining the health of our shared hosting environment. In doing so, I deal with plenty of WordPress blogs daily. The one thing I have noticed is that many WordPress plugins are very poorly designed and can cause problems in a shared hosting environment. WordPress at it’s core though, is very well designed, although I have noticed some areas of possible improvement. As I come across common issues, I will post the fixes for them here for all to use.
Read the rest of this entry »
How to Insert Google Ads into the Content of your WordPress Post
Jun 15th
Have you ever wondered how to get your Google Ads inside your post content like I have below? A couple of days ago, I was trying to figure out how to insert Google Adsense Ads directly into my post content without pasting the whole Adsense code. I came across an article that detailed exactly what I was looking for: Insert Google Adsense Code Anywhere In Your Wordpress Article.
Read the rest of this entry »
Increase your blog traffic and readership with one giant LEAP!
Jun 7th
As I sat in church today listening to a guest sermon about leadership, I found that the more and more he spoke, the more and more I could be applying these principals to blogging. Now I know I should’ve been paying more attention in church, but you never know when inspiration is going to strike and I couldn’t help myself.
Read the rest of this entry »
Is Twitter the RSS Killer?
Jun 5th
As I start to use Twitter more and more I have noticed something that got me thinking. As a web designer/developper/blogger, I try to keep up with the ever-changing landscape of the internet. My biggest leap came a few months ago when I hitched a ride on the train to Tweet Town. I signed up for Twitter obviously knowing what it was. What I didn’t know was the potential that lies therein.
Twitter creates duplicate content
I am constantly reading articles and posts online from other bloggers and site owners sharing their expertise (and lack thereof on occasion). I have my favorite sites that I subscribe to via RSS and am always on the lookout for new source of information. As I begin becoming a regular Twit, I find myself following all these same individuals, and more, on Twitter. And there’s the rub. Most bloggers (myself included) obviously use Twitter to reach a larger audience to promote their posts. If I subscribe to a blog’s RSS feed and follower that author on Twitter, I get the feed in my Mozilla Thunderbird and I see the tweet on Twitter about the post: double whammy. As I noticed this, I wondered:
“Do I really need to subscribe to a feed and follow the author?”
How do you prefer to have your posts promoted on Twitter? RT or Reading?
Jun 4th
In my quest to become a better Twit, I have noticed something interesting about users who promote other people’s posts. I have seen people’s articles and tweets promoted in two different ways:
RT (ReTweet) and Reading
The Power of Reading – The Twitter Experiment Update
Jun 3rd
I have officially begun my Twitter Experiment where I will attempt to increase blog traffic from, and by effectively using, Twitter. (read more about what prompted it here)
Last night I made my first “non-selfish” Tweet.
Reading @problogger How Listening to a Waiter can Jack your Profits up 33% – http://is.gd/MFXh
Using Twitter to Effectively Grow Your Blog Traffic – Confessions of a Twitter Spammer
May 31st
This post comes in response to two articles I have read recently: Tech blogging, missing something? at ChristopherMarkSmith.com and the other is How Not to Promote Your Blog: Top 10 Broken Blog Promotion Strategies at ProBlogger.net. In Chris’s article he makes the following point in regards to social media:
The market for using these new types of technologies is still growing and is rather fresh for most companies. Many businesses do not use the social media and web apps at all to market or make their businesses run more efficiently, mostly because no one is laying it out for them in a fun and easy way.
Increase Traffic to Your Blog by Sending People Away
May 28th
Any good blogger with a decent traffic blog will tell you that one of the best ways to get more traffic to your blog is to link to other peoples’ websites within your posts, preferrably within the same niche as your blog. However, I experienced a quandary today when I was researching a topic for a new post. Obviously you want to find other blogs and sites to link to in your posts within your niche, but how do you find sites to link to?
Read the rest of this entry »

