Written by <a href="/index.php?option=com_content&view=article&id=784:nyssa&catid=167:staff&Itemid=318"><span class="small">Nyssa</span></a>
Having your own website is very important for anyone published (novels, short stories, illustrations, etc). Here are a few things you will need to make a professional website. In other articles, I’ll be discussing the use and functions of various softwares.
What is there?
There are two types of websites that can be created: static or dynamic.
Static is the old way of creating websites. It can be useful but only if you need little to no interaction with your website and your customers.
For static websites, you will need a little knowledge of HTML coding to be able to update it. HTML is generally used as the content, where CSS (Cascading Style Sheets) define the colours, sizes, fonts and borders. If you want to change the look of your site, you might need to do a complete overhaul and start again.
Now dynamic websites separate the content from the page itself. A CMS (content management system) makes it so a non-technical person can submit and create content without having to learn and understand any coding at all. You will not be able to make dynamic pages with Geocities or usually any free host. You will need to purchase a host server and domain name.
Static websites can be made by hand coding (this takes a long time. I’ve tried it) or by using software such a Dreamweaver.
Dynamic websites already have packages put together that you can upload straight onto your host and it runs you through a wizard to install it. Example content is almost always already put in for you and for good programs, there are many tutorials on how to use it.
The Basics
The most common components you will need is PHP, MYSQL and Apache to run the majority of interactive websites. Make sure you check the programs requirements before purchasing.
