My Recommendations
Posted: Thu Oct 20, 2005 2:03 am
These are just a few tips for those who want to make a website.
I like FrontPage myself, if you're used to working with MS Word, then it should be a little easier. I guess I'm a little old fashioned, I dont use FP's way of updating your site, I use FTP, and I advise only using that, otherwise you might get problems with links not wokring.
Dreamweaver, I dont really like, not that it's harder, but it's not exactly drag and drop and things dont always show up on a page as you designed it, although this happens in FP as well time to time.
Along with FP, I use Photoshop for images, and in 5 minutes you can have a fancy looking page. If you plan on making a lot of pages, save a page as a template or name it template and make a copy or two of it incase you forget to do Save As... and accidently click save (overwriting your template).
When naming your files use an underscore instead of spaces. Spaces become "%20" on the internet, underscores "_" are not effected.
There's really not too much to explain other than this, the form feilds, like buttons, menus and such. I think possibly that the server has to have FP Extensions, not sure, i think I'm wrong, but, the buttons you right click them after you have added them to your page and select "Form Feild Properties" and you just type in what the button will say and it's function. What will happen by default is the result (or user input) will be entered in a text file in {server root}/public_html/private/vti-bin.txt or something, you can specify the location and name.
Almost Always use dark backgrounds and light text, much easier to read and not as hard on the eyes.
Don't use fancy fonts, they will show up as Courier on computers that dont have the same fontface.
Compress your images to JPEG, do not use the HTML codes to resize the image, it does not make it use less bandwidth
Be aware that filename.html and filename.htm refer to two different files.
Most servers are case sensitive, even if they aren't use lowercase anyways.
Counters are good, I like to go a step further and be able to get an idea "who" has been visiting my site. I use OneStat, you can visit and get it yourself, it's free, no strings, http://www.onestat.com.
Thats all for now.
I like FrontPage myself, if you're used to working with MS Word, then it should be a little easier. I guess I'm a little old fashioned, I dont use FP's way of updating your site, I use FTP, and I advise only using that, otherwise you might get problems with links not wokring.
Dreamweaver, I dont really like, not that it's harder, but it's not exactly drag and drop and things dont always show up on a page as you designed it, although this happens in FP as well time to time.
Along with FP, I use Photoshop for images, and in 5 minutes you can have a fancy looking page. If you plan on making a lot of pages, save a page as a template or name it template and make a copy or two of it incase you forget to do Save As... and accidently click save (overwriting your template).
When naming your files use an underscore instead of spaces. Spaces become "%20" on the internet, underscores "_" are not effected.
There's really not too much to explain other than this, the form feilds, like buttons, menus and such. I think possibly that the server has to have FP Extensions, not sure, i think I'm wrong, but, the buttons you right click them after you have added them to your page and select "Form Feild Properties" and you just type in what the button will say and it's function. What will happen by default is the result (or user input) will be entered in a text file in {server root}/public_html/private/vti-bin.txt or something, you can specify the location and name.
Almost Always use dark backgrounds and light text, much easier to read and not as hard on the eyes.
Don't use fancy fonts, they will show up as Courier on computers that dont have the same fontface.
Compress your images to JPEG, do not use the HTML codes to resize the image, it does not make it use less bandwidth
Be aware that filename.html and filename.htm refer to two different files.
Most servers are case sensitive, even if they aren't use lowercase anyways.
Counters are good, I like to go a step further and be able to get an idea "who" has been visiting my site. I use OneStat, you can visit and get it yourself, it's free, no strings, http://www.onestat.com.
Thats all for now.