~ Browsing CMS Tag ~
-
Building a CMS Part 3
And so we've arrived at the last in this set of tutorials; if you've been following along, by now you should have a user system as well as a basic CMS. At the moment we have a very strong base for our CMS but there are still a few things that we need to talk about. Firstly style. I like to think of myself as a stylish kind of guy...
-
Building a CMS Part 2
So if you're following this set of tutorials you should now have your very own login system that allows users to sign up and login. However these tutorials aren't about building a user base, so we need to add the functionality of a CMS. At the moment if a user logs in they will be presented with a blank screen which isn't very useful at all, so now we will...
-
Building a CMS Part 1
A content management system (or CMS) is the best way (I think) to maintain a site. This site, like many others uses WordPress, a blogging CMS. There are many options available to us web designers out there, but I think creating your own CMS is a really good way of learning a lot of new techniques. So let me tell you what you will learn in this series. We will be...