How to Create a WordPress Theme – Part 1
Last Updated on Friday, 1 February 2013 06:52 Written by TJ Marsh Sunday, 3 February 2013 12:00
Prior to diving into the WordPress code, we have a few things to make sure we have all straightened out and ready to go. For this tutorial, so as not to pick on anyone else, I’ll be using my own blog as an example.
Here’s what we need:
Learn MoreHow To Create Scheduled Tasks Using WebsitePanel
Last Updated on Monday, 21 January 2013 12:00 Written by Anand Narayanaswamy Monday, 21 January 2013 12:00
With WebsitePanel, you can schedule certain tasks which the system will perform at a certain specific time. For example, you can give instructions to capture a backup of your SQL Server 2012 database every Wednesday at 4 PM. This will enable you to restore your database in case of any hardware failure. You can’t predict things but it is always better to be safe than to worry at a later point of time.
Follow the steps given below to create a scheduled task
Learn MoreHow to Create a Simple Shoutbox PHP Script
Last Updated on Tuesday, 15 January 2013 12:00 Written by Andrew Cross Tuesday, 15 January 2013 12:00
A lot of sites these days have a shoutbox, not all are 100% with each site so here is a simple php script to setup your own shoutbox enjoy
Firstly, let’s setup our table, enter this SQL data into mySQL or a GUI for mySQL such as phpMyAdmin.
Code:
Beginners Guide to Creating a Website
Last Updated on Saturday, 5 January 2013 07:27 Written by Sefket Nouri Thursday, 3 January 2013 12:00
This guide will help you start on your feet on creating a website.
What is a Web Host?
A web host is a company that sells you web space for you to host your website. Without web space, you can’t have a website up.
1) First, you would need a server to put your website online. A server is what holds your website up.
Learn MoreHow to Create Categories and Tags on WordPress
Last Updated on Wednesday, 26 December 2012 12:00 Written by TJ Marsh Wednesday, 26 December 2012 12:00
Adding categories and tags to posts and pages is completely optional.
CREATING CATEGORIES
Categories allow the broad grouping of posts topics when you want to describe a post. But when you want to describe a post in more specific terms, you would have to use or add more categories, or you can start adding tags.
To add categories that pertain to your post, scroll down on the “Write Post” page and click the “Add New Category” link under the “Categories” section which will then introduce a type and drop down box, along with an “Add” button. From there, start introducing categories for your post. For example, if you were writing a post entitled “Our Thanksgiving Dinner,” you may file it under the “Dinner” category.

Recent Comments