August 31, 2009, in CSS,HTML,Web Design.
5 Comments »
A couple of weeks ago, I've been thinking about the importance of a website having perfectly validated XHTML and CSS. I was creating a website design, and I had noticed that some CSS3 properties caused a few errors in the validation.
There are some benefits of having valid markup, such as some SEO benefits, and the more professional look of a valid website. It's also nice seeing that green bar when you run your site through the validator.
I used to think that the w3c validator was an absolute rule to follow, but it's actually just a guideline to follow to help to improve your code.
Read More
August 24, 2009, in PHP,Programming,Web Design.
37 Comments »
In today's part of Creating a PHP CMS, we will be creating a simple login system.This login system will be used to restrict access to the administration panel. I will talk about user validation, site security and application of the login system.
Read More
August 21, 2009, in PHP,Programming,Web Design.
5 Comments »
Today we will be looking at some administration functions for our CMS, including updating posts, deleting posts and changing the home page.
Read More
August 19, 2009, in PHP,Programming,Web Design.
5 Comments »
In the last few posts, we learned how to display information from the database. Today, we will be creating lists of posts for a navigation list, and for the CMS admin.
Read More
August 17, 2009, in PHP,Programming,Web Design.
20 Comments »
In part 4 of Creating a PHP CMS, I talk about getting information from a MySQL database and displaying it to the user. I also go over how to set a default home page.
Read More