Chatroom
 

If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

Go Back   Bad Astronomy and Universe Today Forum > General Interest > Off-Topic Babbling
Register FAQ Members List Calendar Mark Forums Read

   

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 23-October-2004, 07:29 AM
space cadet space cadet is offline
Established Member
 
Join Date: Sep 2003
Location: Logan, Utah
Posts: 391
Send a message via MSN to space cadet
Default how to make a web site

can anyone reccommend some good software for a person who knows absolutely zilch about creating and launching a web site? I have to make a site for my instructional tech class but the guy teaching the class aparently doesn't believe in using simple english. I learn better by doing anyway. I think if I just got some software to play with I could figure it out for myself. Right now he's having us use Mozilla to create a site but it's not very user friendly.
__________________
One nuclear bomb could wreck your whole day.
Reply With Quote
  #2 (permalink)  
Old 23-October-2004, 10:42 AM
Crazieman Crazieman is offline
Established Member
 
Join Date: Mar 2004
Location: Wichita, KS
Posts: 285
Send a message via ICQ to Crazieman Send a message via AIM to Crazieman
Default

This is how I learned to make a site a long time ago

HTML Goodies

Windows Notepad

And FileZilla for uploading.

Though others might have some easier methods.

Admittedly, mine takes a lot of reading, but you get better basic HTML troubleshooting skills out of it. (Edit at the 'code' level)
Reply With Quote
  #3 (permalink)  
Old 23-October-2004, 11:07 AM
Padawan's Avatar
Padawan Padawan is offline
Established Member
 
Join Date: Apr 2004
Location: Sweden
Posts: 327
Default

Try the trial version of Macromedia Dreamweaver, it's an easy to use software
__________________
.

Reply With Quote
  #4 (permalink)  
Old 23-October-2004, 02:06 PM
zebo-the-fat's Avatar
zebo-the-fat zebo-the-fat is offline
Established Member
 
Join Date: Sep 2003
Location: South Yorkshire, U.K.
Posts: 1,776
Default

I use Arachnophillia version 4, it has an edit mode for composing the HTML code and a view mode to see the results (either in it's own viewer or the computers default viewer (I.E, Firefox or whatever)
(I like the version 4, I have tried later versions which are java based but I had problems with this, but V4 does all I need)
The upload process to the actual web site will depend on your ISP, some use FTP others have their own system of web based uploaders, you will have to check with your ISP for details. The one thing that seems common is your first page (the "home" page) needs to be called index.htm
The other thing that caught me out is a page that worked fine on my system failed when I uploaded it, after a lot of frustration I found that it was because I was using Windoze and the server used Unix, Windoze does not bother if a file name uses capitals or lower case letters but Unix does. So if I had a link calling Picture.jpg and the file I uploaded was picture.jpg all I saw was the red cross.

I hope this helps
__________________


The meek will inherit the earth ... the rest of us will go to the stars.
Reply With Quote
  #5 (permalink)  
Old 23-October-2004, 02:15 PM
Ut Ut is offline
Established Member
 
Join Date: Feb 2004
Location: Sydney, NS
Posts: 2,506
Default

I use FrontPage, personally. It's solid, but nothing special. I figure, it came with Office, it's good enough. Unless you know enough of the underlying code, though, any WYSIWYG editor is going to be frustrating, because they never let you do exactly what you want in the visual editor, even if it's stupidly simple to perform by looking at the tags.
__________________
"I'm making wheatloaf. It's like meatloaf, only with wheat"
"Isn't that just...bread?"
Reply With Quote
  #6 (permalink)  
Old 23-October-2004, 03:32 PM
Tranquility Tranquility is offline
Established Member
 
Join Date: Mar 2004
Posts: 1,193
Send a message via MSN to Tranquility
Default

I bought Frontpage separately, and it's very robust, and there's tons of publications out there to help you figure out your way around it. It also comes with many preset web components that you can add. So basically you don't need to know any HTML to actually get it to work.
Reply With Quote
  #7 (permalink)  
Old 23-October-2004, 04:01 PM
Tunga Tunga is offline
Established Member
 
Join Date: Jul 2004
Location: Indiana
Posts: 190
Default

I use HotMetal Pro 5.0 by SoftQuad. It works for me. Some of my files are large text files. One trick which I use is to generate it in Word , spell check, save it in HTML format, pull it into HotMetal Pro for editing. Quick & Easy. I received several complaints from readers because webpages are difficult to print. As a result, I tend to use pdf files on my webpages especially if there are large documents with tables and text.
__________________
Author of the Impact website at:
http://personals.galaxyinternet.net/tunga/
Reply With Quote
  #8 (permalink)  
Old 23-October-2004, 07:04 PM
Robert Andersson's Avatar
Robert Andersson Robert Andersson is offline
Established Member
 
Join Date: Jul 2004
Location: Gothenburg, Sweden
Posts: 462
Send a message via ICQ to Robert Andersson
Default

I won't give you the advice you want, sorry, but a few thoughts.

- The most important thing about a web site is its URI scheme. Contents and what goes on behind the scenes can change, but the URIs is the site's public interface and should never change once it is published. Please read: http://www.w3.org/Provider/Style/URI.html
- Don't use frames!
- Don't use ".htm" extensions. It is an ugly Microsoft artifact; the proper extension is ".html"
- To the greatest extent possible, use standard compliant (X)HTML together with CSS for the styling. [edit] If you get a program, check if they generate standard compliant code - most do not! [/edit]

It might be good to read most of W3 Consortium's Putting Information onto the Web guide; might help you see what it is all about.
Reply With Quote
  #9 (permalink)  
Old 23-October-2004, 07:53 PM
Majin Vegeta Majin Vegeta is offline
Established Member
 
Join Date: Jun 2004
Location: Central
Posts: 304
Send a message via AIM to Majin Vegeta Send a message via Yahoo to Majin Vegeta
Default

I would suggest getting a Invisionfree message board and learning how to work that before the actual site, then go to phpBB free, which I have the link to, PM me for the free phpBB link.
__________________
[F.A.Q Zone - For everything theres questions about]

NOTE: Thats my new, Family friendly Blog which deals with questions about everything and anything, Check it out!
Reply With Quote
  #10 (permalink)  
Old 23-October-2004, 08:53 PM
TrAI TrAI is offline
Established Member
 
Join Date: May 2003
Location: Norway
Posts: 945
Default

Quote:
Originally Posted by Robert Andersson
- Don't use frames!
Heh. I think frames are good if used the right way, it all depends on what the site is supposed to do. Some web shops use them to allow quick browsing between subgroups. The google groupsthingy uses them to show the thread structure of the current thread without interfering to much with the text view, a useful function. Of course there are some examples on poor use of frames out there, as there are examples of such for most element types. There have to be a reason for using them, on most simple pages they are not needed, but they have their uses. Frames do have the negative effect of making it harder to keep track of addresses though(if you are trying to give someone the link to a page with some information on).

If you are going to display long pages, it can be annoying having to scroll up the page, the "jump to top" links kind of break the expected function of links(loading a new page), and it gets tiresome to scroll up with wheel/keyboard. Of course one can use the scrollbar, but if you are using scroll wheel(a more comfortable way to move slowly while reading) it is easier to click a link in a separate menu than to scroll up with the bar to find the appropriate link.

I think frames are preferable to the abomination of floating menus, for example...
__________________
Game over, you lose, we hope you enjoyed playing the exciting game of Thermodynamics...
Reply With Quote
  #11 (permalink)  
Old 23-October-2004, 08:56 PM
frogesque frogesque is offline
Established Member
 
Join Date: Mar 2004
Location: Kingdom of Fife: 56.2°N, 3.2°W
Posts: 2,860
Default

I built my own site with Front Page Express and Arachophilia, For FTP (file transfer protocol) I use SmartFTP. All these are available for free download.

I agree that 'hands on' is much better than book learning. To get started you will need a site to upload to, beware though a lot of the 'free' sites carry adds and/or spyware (which is why I use my own .com). You will also need some ideas for content.

As well as all the other advice above I would add; stick exclusively to .jpg and .gif file extension for images and .mid sound files until you build up more experience. Never, ever use AOL's .art graphics, they are awful and will only work for someone connected to the web wilth AOL - everyone else will see a blank! Keep the layout simple and no more than 3 clicks deep for any indexed pages (always link back every page to the home page).

Look at sites that impress you and those that don't, right mouse click on the page and go to 'View Source' on the drop menue. This will show you the HTML for that page and you can get an idea of how it all works. Learn how to use tables, they really make a difference to the page presentation by allowing you to use different borders and backgrounds on the same page. Learn how to use the one pixel gif for spacing, it's a very useful little animal. Before uploading AWAYS run every page content through a spell checker. Most message boarders are fairly tollerant of the odd typo but bad spelling and grammar can grate as much on a website as they would in a quality newspaper or magazine.

Finally, check your site using different browsers, esp. IE and Netscape as they do interpret HTML slightly differently and can throw up some surprises. Also check using different PC's if possible because the viewer's own PC settings also affect the screen image.

If you need help or advice (I'm not an expert by any means) PM me and I'll do what I can but don't expect me to do your project for you!

Ref.
__________________
By asking questions we sometimes get the wrong answers, from wrong answers we learn to ask the right questions.
Reply With Quote
  #12 (permalink)  
Old 23-October-2004, 09:06 PM
zebo-the-fat's Avatar
zebo-the-fat zebo-the-fat is offline
Established Member
 
Join Date: Sep 2003
Location: South Yorkshire, U.K.
Posts: 1,776
Default

Don't forget there are many sites offering "cut and past" code you can use in your site
__________________


The meek will inherit the earth ... the rest of us will go to the stars.
Reply With Quote
  #13 (permalink)  
Old 23-October-2004, 10:55 PM
Robert Andersson's Avatar
Robert Andersson Robert Andersson is offline
Established Member
 
Join Date: Jul 2004
Location: Gothenburg, Sweden
Posts: 462
Send a message via ICQ to Robert Andersson
Default

Quote:
Originally Posted by TrAI
Heh. I think frames are good if used the right way, it all depends on what the site is supposed to do.
Well, but their correct use is pretty limited in my opinion. When frames are REQUIRED for the "main" page to work, it is wrong; a web resource should be self-contained (loose term). For example, a TOC is usually ok to have in a frame, if you also have necessary navigation links in the document itself. As you noted, using frames is bad when making links and for search engines, and to get around those problems it gets really messy. I can tell from experience .

Quote:
Originally Posted by frogesque
stick exclusively to .jpg and .gif file extension for images
PNG is ok too, and I would prefer it over GIF.
Quote:
Originally Posted by frogesque
Look at sites that impress you and those that don't, right mouse click on the page and go to 'View Source' on the drop menue. This will show you the HTML for that page and you can get an idea of how it all works
Beware, though. 95% of all web sites out there are pure crap and abhorent. You can get nasty habbits.
Quote:
Originally Posted by frogesque
Learn how to use tables, they really make a difference to the page presentation
Don't use tables for layout! Please! Each set of elements in HTML has semantical meaning. Tables should be used for just that - tables. Use, if you can, CSS to add layout and style to your pages. HTML is a markup language, not a style language!
Quote:
Originally Posted by frogesque
Before uploading AWAYS run every page content through a spell checker.
In addition, always check your pages with W3's markup validator service: http://validator.w3.org/. And maybe also the CSS validator: http://jigsaw.w3.org/css-validator/.
Quote:
Originally Posted by frogesque
Finally, check your site using different browsers
Yeah, that is a good thing to do. However, if you hand code your pages, follow standards! To many people make sites so they just happen to work in a particual set of browsers instead of doing it the right way. First code so it does what you want according to the standards, then check in various popular browsers to see if there are any quirks.
Reply With Quote
  #14 (permalink)  
Old 24-October-2004, 02:55 AM
tuffel999 tuffel999 is offline
Established Member
 
Join Date: Sep 2003
Posts: 843
Default

Notepad....notepad.....notepad.

Learn HTML the long way and you will be better served by it. For god's sake don't use Frontpage and don't use IE specific bull.
__________________
Light is faster than sound. "That's why some people appear bright until they speak"

WWGD (What Would GLP Do)

Inspected by #13
Reply With Quote
  #15 (permalink)  
Old 24-October-2004, 08:56 PM
sarongsong's Avatar
sarongsong sarongsong is offline
Order of Kilopi
 
Join Date: Nov 2002
Posts: 8,577
Default

Leo Laporte, from TechTV, just now recommended http://lynda.com on his radio program in response to a listener's question on Website creation, and says he just posted more related info on his site.
Reply With Quote
  #16 (permalink)  
Old 26-October-2004, 07:54 AM
space cadet space cadet is offline
Established Member
 
Join Date: Sep 2003
Location: Logan, Utah
Posts: 391
Send a message via MSN to space cadet
Default

thanks so much for all the info guys! You all rock!
__________________
One nuclear bomb could wreck your whole day.
Reply With Quote
  #17 (permalink)  
Old 30-October-2004, 06:40 AM
stu stu is offline
Established Member
 
Join Date: Mar 2004
Location: Colorado, USA
Posts: 368
Send a message via AIM to stu
Default

Quote:
Originally Posted by tuffel999
Notepad....notepad.....notepad.

Learn HTML the long way and you will be better served by it. For god's sake don't use Frontpage and don't use IE specific bull.
I second this, though my analoge on my Mac is SimpleText. I learned HTML when I was in 8th grade back in 1997 (I feel old now) the LONG way. In my never humble opinion, M$ Frontpage is a HORRIBLE program and inserts and uses non-standard, non-cross-complient "crapcoed" (in my terms). Many of its special features for webpages are not supported and cannot be used without the proper extensions running on the webserver.

Okay, with my rant over, I also recommend starting with Macromedia's Dreamweaver free trial. I realize that this goes against my coding by hand mentality, but I'm also a realist in that not everyone wants to learn how to code (X)HTML. Dreamweaver also has tutorials and lots of info on the internet, so you shouldn't have a problem learning it, espeically if you want to do a simple site.

I also recommend that if the site has more than ~6 pages that you concentrate on good navigation. Most horrible sites on the internet that have decent content would be much better if only they'd have good navigation that makes sense.
__________________

"Why do something now when you can put it off 'til later?" -- me :)
Reply With Quote
  #18 (permalink)  
Old 30-October-2004, 11:52 AM
Robert Andersson's Avatar
Robert Andersson Robert Andersson is offline
Established Member
 
Join Date: Jul 2004
Location: Gothenburg, Sweden
Posts: 462
Send a message via ICQ to Robert Andersson
Default

Quote:
Originally Posted by stu
Quote:
Originally Posted by tuffel999
Notepad....notepad.....notepad.
I second this, though my analoge on my Mac is SimpleText.
At lease use a decent editor, EditPlus is pretty good for Windows, and, of course, Emacs for every other platform
Reply With Quote
  #19 (permalink)  
Old 30-October-2004, 05:10 PM
Humphrey's Avatar
Humphrey Humphrey is offline
Order of Kilopi
 
Join Date: Jun 2003
Location: G'Topia
Posts: 3,481
Send a message via ICQ to Humphrey Send a message via AIM to Humphrey Send a message via MSN to Humphrey
Default

I use Edit plus to manually code my old website. Its a very good program. The free trial lasts forever, but they suggest if you use it beyond the date that you pay.

I just got dreamweaver and i think im going to re-make my site on that.


But like others have said, one thing you should learn in CSS. Its very powerful and makes changing things a heck of alot easier.
Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On




All times are GMT. The time now is 02:12 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO 3.0.0
©  2006 Bad Astronomy and Universe Today