Category: Tutorials
-
Publishing to WordPress from outside the admin panel
Note: This article has been marked for a quality review and will soon be updated. I recently finished up a theme for which I had to allow users to post to WordPress from outside the admin panel. Now at first you may wonder why anyone would want to do such a thing, but let me…
-
Create a fancy thumbnails list in WordPress
Note: This article has been marked for a quality review and will soon be updated. I, like many others, love WordPress, and every time I come to creating a new theme I always look for new ways to utilize it’s true power. I like extending the functionality of websites with WordPress and I like using…
-
Using Location Awareness
A future web design trend that I predict is location awareness, and using it to ensure a better user experience. However without access to GPS, most of the world’s desktop PCs will have to rely on other means of telling servers where they are. One way that we can use today to determine the location…
-
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…
-
Building a CMS Part 2
Note: This post is currently undergoing review and will be updated within the next few days to reflect more recent standards and better code quality. 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 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.…