Homepage: Difference between revisions

From eis.net.au wiki
Jump to navigation Jump to search
Content deleted Content added
mNo edit summary
mNo edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
[[Image:Home_icon.png|right]]
[[Image:Home_icon.png|right]]


Doing up your first homepage to kick of your own web site is no easy task. Very few people can develop a web site without having to get help from somewhere or someone, or a book. That is the purpose of this page - to give you some broad tips to get started.
Doing up your first "homepage" to start off your own personal web site is no easy task. Very few people can develop a web site without having to get help from somewhere or someone, or a book. That is the purpose of this page - to give you some broad tips to get started.


These are the steps you should follow if you wish to do up a homepage.
These are the steps you should follow if you wish to do up a homepage.
Line 7: Line 7:
* Obtain a HTML editing program. HTML is the text based mark up language which web pages are designed in. A HTML editor will save you having to learn the language yourself. There are a number of editors around and these will make the job easier. To get started we recommend [http://www.nvu.com/ Nvu] as a fairly easy-to-use low-cost program.
* Obtain a HTML editing program. HTML is the text based mark up language which web pages are designed in. A HTML editor will save you having to learn the language yourself. There are a number of editors around and these will make the job easier. To get started we recommend [http://www.nvu.com/ Nvu] as a fairly easy-to-use low-cost program.


* Design your pages. Make sure all documents you use in your site are all named in lower case with the appropriate extensions (eg. index.html, picture.jpg, image.gif) and that the files you use exist a directory which you can upload to our server. Name your main page index.html.
* Design your pages. Make sure all documents you use in your site are all named in lower case, with no spaces, and have the appropriate extensions (eg. index.html, picture.jpg, image.gif) Name your main page '''index.html'''.


* Obtain an FTP client. For Macintosh, [http://www.interarchy.com Interarchy] or [http://fetchsoftworks.com Fetch] are both good programs. For Windows, we recommend [http://www.casdk.com/ Crystal FTP] or [http://www.globalscape.com/cuteftp/ CuteFTP.]
* Obtain an FTP client. For Macintosh, [http://www.interarchy.com Interarchy] or [http://fetchsoftworks.com Fetch] are both good File Transfer Programs. For Windows, we recommend [http://www.casdk.com/ Crystal FTP] or [http://www.globalscape.com/cuteftp/ CuteFTP.]


* FTP to users.eis.net.au using the same username and password that you use for your eis.net dialup and email access. Create a directory called public_html using your FTP program. Then upload all your HTML files and pictures into that directory.
* FTP to users.eis.net.au using the same username and password that you use for your eis.net dialup and email access. Create a directory called public_html using your FTP program. Then upload all your HTML files and pictures into that directory.


* You will then find your site on the web at http://www2.eis.net.au/~username/ where username is your login name. (eg. if your username is joe23, your pages will be at http://www2.eis.net.au/~joe23/)
* You will then find your site on the web at http://users.eis.net.au/~username/ where username is your login name. (eg. if your username is joe23, your pages will be at http://users.eis.net.au/~joe23/)

Latest revision as of 13:09, 21 September 2005

Doing up your first "homepage" to start off your own personal web site is no easy task. Very few people can develop a web site without having to get help from somewhere or someone, or a book. That is the purpose of this page - to give you some broad tips to get started.

These are the steps you should follow if you wish to do up a homepage.

  • Obtain a HTML editing program. HTML is the text based mark up language which web pages are designed in. A HTML editor will save you having to learn the language yourself. There are a number of editors around and these will make the job easier. To get started we recommend Nvu as a fairly easy-to-use low-cost program.
  • Design your pages. Make sure all documents you use in your site are all named in lower case, with no spaces, and have the appropriate extensions (eg. index.html, picture.jpg, image.gif) Name your main page index.html.
  • FTP to users.eis.net.au using the same username and password that you use for your eis.net dialup and email access. Create a directory called public_html using your FTP program. Then upload all your HTML files and pictures into that directory.