Getting Started with Wordpress – Part Three
If you’ve read the first two parts in this series then you should be well on your way with writing your blog. But one thing that is very useful in making your blog more creative, and making usability easier, is: Plugins. I’m not going to list every single Plugin available as there are plenty...
Getting Started with Wordpress – Part Two
This post follows a post I did last month: Getting Started with Wordpress – Part One. As promised this post will deal with creating and managing posts and pages. Before we get onto that subject however, there is something you need to do before creating any posts or pages. This will help with the...
Generating Customers via Your Website
Do you often ask Why aren’t I generating customers from my website?, or maybe you wonder to yourself I’m getting tons of hits but no sales. If this applies to you this article may interest you. After reading a post at Web Forumz I became inspired to write this article. The poster in general...
Centering Your Website Using CSS
It may seem like a small problem, but getting your website to be centered in a website using only CSS can sometimes be the cause of many head-against-desk situations, especially when once you’ve got it to be centered in IE, it is still to the left in FF! Here is a simple bit of CSS that will center...
Create a Simple PHP Contact Form
Creating a contact form in standard HTML isn’t very safe with regards to keeping Spammers away – they’ll see your email address in the HTML and now you’re all setup to receive Spam emails from all over the world! PHP contact forms are a much safer option because the email address...