Computers and Technology
Posts tagged blog
Setting up Feedburner Feeds
Mar 26th
Have you ever wondered about that pretty subscriber counter most blogs have on their pages? How do they know exactly how many people are following them?
It’s called FeedBurner. I’ve been using it for a while now and it never occurred to me how much POWER such a service can have! Not only are you provided with statistics, but you can add ads to the feed, get a counter, update twitter automatically, and a whole spectrum of other features. More >
New Blogs (and Blog Types)
Mar 17th
I am sure the readers of DavePCGuy have been wondering about this very long absence of articles. Well, the story is long and tedious but basically, all summed up, it’s because I have had TOO much to do. I’ve come up with an SEO system for my blogs so they get noticed as much as possible (ie. the use of proper plugins, ad placement, stuff like that). I’ve launched some of them but with minimal content.
I’ll be writing an SEO article on my finds later on this week, which will include the proper set up as well as use of those plugins. I’ll also get into editing WordPress themes to suit your needs. Here are a few types of blog themes most people are not aware of. More >
When your project fails…
Jan 31st
So, let’s say you’re working on a project. It’s filled with your blood, sweat, and tears. You’ve been working on it through nights, barely sleeping at night, drinking large amounts of coffee during the day to stay up. Putting all into it. But then everything goes wrong.
Well, we’ve all been there, many times. If you’re a web-developer, it’s a natural part of your life. It’s a natural part of mine too. Let me tell you my story.
Creating a Blogging System (Part 2)
Jan 18th
Creating a Blogging system (part 1)
Jan 13th
Some time ago (a couple weeks), I created my own blogging system. No one told me how to do it and I didn’t read any tutorials on how to do it either so there were a few things I learned the hard way. As you know, Blogs are database-based, they’re all entries in a table.
You have an entry for the id, date, the content, and miscellaneous other information such as tags, and description. In this tutorial, I’d like to teach you how to do all that.
/* LET'S GET STARTED!*/