Computing.Net > Forums > Web Development > Questions about building a site

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Questions about building a site

Reply to Message Icon

Name: BigShow
Date: November 29, 2004 at 19:17:52 Pacific
OS: xp pro
CPU/Ram: amd athlon/512
Comment:

Hey guys, Heres where I am at, I just got an associates degree in programming but i have a lt of questions about making a site,

1)if i were to make sites for people as a small business then should i write the html myself or should i use frontpage?

2) i have been messing with FP and i cannot seem to get the text in a table right, everytime i write something then go to the next line there is a huge space between lines?

3)what is a good web hosting site that can also supply domain names and what does spave usually run?

I have alot of questions but i will try and figure things out as i go along, if you guys could help me for now that would be great,. thanks



Sponsored Link
Ads by Google

Response Number 1
Name: -Bryan-
Date: November 29, 2004 at 20:02:20 Pacific
Reply:

1) Write the code yourself/use Dreamweaver. Front Page is for amateurs.

2) See #1



0

Response Number 2
Name: b0red
Date: November 29, 2004 at 20:06:50 Pacific
Reply:

Frontpage creates invalid code, it would be better to use a text html editor, even notepad would do.

To find out if your HTML is valid check out: the W3C Markup Validator :)

Free Hosted Guestbook?


0

Response Number 3
Name: BigShow
Date: November 29, 2004 at 21:05:14 Pacific
Reply:

ok in html then why is there this huge space between my code.please let me know

table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0"
tr align="left"
td colspan="2"H1 name of page /H1
specializing in blah blah /td/tr

i eliminated the brackets. why is there a space between name of page adn specializing in blah


0

Response Number 4
Name: Dr. Nick
Date: November 29, 2004 at 21:08:48 Pacific
Reply:

1) I'd recommend getting a simple but effective text editor that has syntax highlighting and maybe even tag completion. I usually use EditPlus 2 for my HTML/PHP stuff and it's nice, but probably not the best. VI on *nix is good too. Check Sourceforge for open source free editors for Windows and Linux.

2) Bah to Frontpage and any other WYSIWYG editor. Stick with good old ASCII.

3) Godaddy.com is a good supplier of domain names. Cheap, and they give you great control over DNS and the like. They can also host the site, but from what I've seen, some of the best and cheapest shared hosting is at Powweb.com. Offer tons of stuff for less than $8/mo.


0

Response Number 5
Name: smbotans
Date: November 30, 2004 at 00:06:01 Pacific
Reply:

concerning the big space between lines

there is a difference between ENTER and SHIFT ENTER - in the second case, the text is seen as the same paragraph whereas in the first, you create a new paragraph

hope this helps

serge

Improve Search Engine Rank


0

Related Posts

See More



Response Number 6
Name: FBI Agent
Date: November 30, 2004 at 07:57:43 Pacific
Reply:

see the h1 tag? it creates extra space above and below your text... the h in h1 stands for header which means that it should be spaced away from the other text. if you want to change the text size w/o get space in between i'd either use css or a font tag with the size changed to 1 or 5 or whatever you want. syntax for that is


[td colspan="2"]
[font size="5"]name of page[/font]
specializing in blah blah
[/td]


and to comment on bryans post, frontpage isnt just for amateurs but for people that arent serious about web-developement... do you know any real professionals that use frontpage? i bet and professional that actually knnows web-making could make a website more than twice as fast and more efficient than the guy that doesnt know crap about it.

FBI Agent

AIM: EliteAssassin187


0

Response Number 7
Name: -Bryan-
Date: November 30, 2004 at 12:40:38 Pacific
Reply:

FBI, absolutely.

I definitely agree that Front Page is great for people who aren't serious about web design, and just do it on the side for fun, or for their personal sites (read: amateur).

The price is just right for the consumer, which is great.


0

Sponsored Link
Ads by Google
Reply to Message Icon






Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Web Development Forum Home


Sponsored links

Ads by Google


Results for: Questions about building a site

How do I post a site on google? www.computing.net/answers/webdevel/how-do-i-post-a-site-on-google/3275.html

Starting a Website www.computing.net/answers/webdevel/starting-a-website/291.html

Old Age Issue Of Interoperability www.computing.net/answers/webdevel/old-age-issue-of-interoperability/3193.html