Over time, as you learn more and more, you’ll soon find that knowledge that you once had, will slowly seep out of your brain (through the ears I think …) and soon stupid mistakes will be made.
Being an old time nerd, much has slipped away over the years – too much. Recently I relearned a basic setting in WordPress that controls whether or not the search engines will read and index your site – an important thing for most websites out there!
Anyway, watch the video and learn to not make the same stupid mistake I made with WordPress:
As some of you may know, I am a big advocate of WordPress (or some other blog or CMS) in day-to-day web design work. You can learn more about WordPress on killersites.com.
In the last couple of years, a new type of web designer has emerged: the WordPress web designer.
What is a WordPress web designer?
In a nutshell: smart, forward thinking web designers that base most if not all of their web design work off of WordPress. That means the entire web site is built using WordPress.
Why build all your sites using WordPress?
For the very same reason you don’t go the woods to kill a turkey for Thanksgiving (you go to the grocery store) … is why WordPress web designers don’t build static HTML websites – why would you not take advantages of all the things that WordPress does for you for free!
… Some nerd details:
When basing your web site off of WordPress, you get all this functionality for free:
Advanced templating for easy site wide updates.
Built-in SEO
Automatic search and categorizing of your content.
Built-in image upload and insertion.
Built-in text editor and the ability for non-nerds to add, edit delete pages.
… And that is just scratching the surface!
The economic advantages of using WordPress
If you haven’t guessed it already, using WordPress in your day-to-day web work WILL have major economic advantages – in a nutshell, you will be able to provide a lot more for your clients for a lot less work! This will lead to you landing more web design contracts and making more cash because the extra WordPress skills will allow you to charge more for your time.
Creating a ‘killer’ blog is not that hard to understand … but it is hard to do.
As the title of this post suggest, there are three things you need if you want to create a ‘killer’ blog:
Start with a great blog software.
Get a great design.
Produce great content.
The list above is in order of doing, but not the order of importance: content is still king and so you must be able to produce quality content on a regular basis for your blog, otherwise it won’t work.
A gravatar, or globally recognized avatar, is quite simply an avatar image that follows you from weblog to weblog appearing beside your name when you comment on gravatar enabled sites. Avatars help identify your posts on web forums, so why not on weblogs?
From a community members point of view, what’s cool about gravatars is that you don’t have to upload your avatar image on every blog, forum or community that you are a member of. And from the community owner’s point of view, you can now add a little pizazz to your blog or forum with your members gravatars.
What is the difference between a CMS (content management system) and a Wiki?
In a nutshell:
Both are web based applications/software designed to allow many people to contribute content (typically articles … but podcast and videos are becoming more common) to a website.
I would say the basic difference is that a CMS (Ex: Drupal) is a closed system where only certain people can add or edit content to the website/cms.
On the other hand, a wiki is an open system where anyone can edit and add content. The idea behind a wiki is that the masses will eventually correct any false information – with the help of editors.
My thoughts:
I’m no wiki expert, but I see wiki’s being more suitable to general encyclopedic information. If you need a tighter structure and control over what is being posted on your site, I would be leaning towards a CMS rather than a WIKI.
That said, I am sure that the differences between the two types of software has room for a lot of gray area – I’m sure some CMS software have WIKI like functionality and vice versa.
How about blogs?
Blogs are kinda like a CMS for one person. One other distinction would be that the blog traditionally is date driven – where newer articles are posted to the front page of the blog. As with the WIKI/CMS blurring of the lines, you see the same with blogs and CMS software.
For example: WordPress (a popular blog program) has CMS like features:
Multiple users can post articles.
You can have static non date affected pages. WordPress call these ‘pages’.
Beyond the CMS-like features built into the core WordPress package, WordPress has a huge number of plug-ins out there that extend it’s capability considerably … bringing it even closer inline with a true CMS.
This first article is meant to give you a global picture about creating WordPress themes. Let’s start by answering a few common questions.
Do you need to know PHP to create or edit WordPress themes?
The short answer is no. It would help to know some PHP but many theme designers don’t, and they do just fine.
Do you need to understand MySQL to create or edit WordPress themes?
Again, no. Mysql is the database that drives WordPress and is a key component … nonetheless, it has no impact on creating themes. So don’t worry about it.
What do you need to know in order to be able to edit or create a WordPress theme?
I would say that you need to know three basic things:
HTML/XHTML
CSS
The WordPress page hierarchy and behavior.
I think the first two are obvious, but the last needs some more explaining.