| Making A Web Site Using Free Software |
|
|
|
| Written by Lucas Heijn |
| Wednesday, 06 August 2008 12:02 |
|
Making a website is not as difficult as many people think. Today you are able to download free software that makes it possible for anyone that wants to, to create a Web Site. There was a time that you would need to know HTML to build a web site. Today you don?t need to have any knowledge of HTML and you will still be able to build a great looking site. Having some knowledge of HTML can be an advantage, but without it you will still be able to create that site. There is open source software available that is every bit as powerful as the paid for variety. Open source software is created by a community of programmers around the world that work together to produce useful software. Just to highlight how good much of this open source software is; Have you heard of Apache Server Software? Apache is the preferred software used on most servers today. This is open source software, free. This free software is called NVU (Pronounced N-View) Just search Google for NVU and choose which download you need. Linux, Windows, or Mac. Making Use Of NVU Let?s look at using NVU. NVU is WYSIWYG (What you see is what you get). It looks much like any word processor program but it does not work like one. With a web page it is more than just print. There is artwork and the whole presentation is important. Getting started is often the most difficult part. Just remember that nothing is difficult once you know how. In this article I'm going to concentrate on getting you started. Even though the screen looks much the same as a word processor, and many of the tools have the same or similar functions. There are differences. The main one is how to place objects where you want them to appear. How do you place text and images just where you want them to be? The key to this is tables. The use of tables allows you to put anything just where you want them. If you need to place text next to an image, all you need to do is create a table with 2 columns. In one column you place the image and in the other you place the text. You can also create tables inside tables. This will allow you to create a box inside a table. The background color can be set for each table and even per column. You can set the width of a table by pixels or by percent. If you created a table that was 70% and the centered it it will be 70% of the width of the table it was created into. You can look at tables as the building blocks of the web page. These building blocks will allow you to set out your page to look as you want it to. Many of these blocks need to be invisible so that only the objects are seen and not what holds them there. You can do this by specifying the border as zero. This will mean that you table will not be seen. This is the main thing you will need to master. Once you understand this the rest of the program will fall into place. In mastering this free software you are now able to use such programs as Dreamweaver and Microsoft Front Page as they are similar to use. Kindly provided by LJ-Marketing.dk You are welcome to use this article on your own website, if you include the link just before this text. |