Posts tagged blog

When your project fails…

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.



Your Ad Here

Read the rest of this entry »

Creating a Blogging System (Part 2)

Okay, in my first tutorial, you learned about creating an install script for your blog as well as the entry form that will add your blogs.

In this tutorial, I’ll teach you how to parse the data out for your audience and how to edit your entries.

/* LET'S GET STARTED! */

Read the rest of this entry »

Creating a Blogging system (part 1)

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!*/

Read the rest of this entry »

Switch to our mobile site