English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

I know a little about computers, but i can't make a web page. Is there a CD for things like that? Where can i buy it?
I don't want someone else to do it for me...
Thank U for your Answers

2007-01-07 04:25:03 · 7 answers · asked by tarzan 1 in Computers & Internet Programming & Design

can someone give a web page where i can buy a program???

2007-01-07 04:30:23 · update #1

7 answers

CoffeeCup.com has a Visual SIte Designer ($49)that you can use to design a site completely by looks rather than code. It generates all the code for you.
THey also have an HTML editor($49) that has a Visual Designer within.
You can get a free trial of either program to see if you like it first. A lot of free visual designers will give you crazy code. CoffeeCup keeps the code pretty clean under the hood.

2007-01-13 15:20:49 · answer #1 · answered by TB 2 · 0 0

Well, there are many ways by which you can create a webpage. There are many scripting languages (languages used to create webpages) and there are also softwares available using which you can create them.

Many Web hosts also provide their self made softwares that create webpages for you automatically. Like, http://www.geocities.com. You can use their 'page builder' software to automatically create webpages. Page builder simply asks you a few things that would be displayed on your webpage with the help of a wizard and then it makes the page for you.

Other than that, if you want to take more out of your webpage you can learn HTML to start with. Later on, you feel interested you can learn CSS and PHP.

As regards to the software, you can learn Macromedia Flash, Dreamweaver or Fireworks.

http://www.tizag.com is a very good site that provides great tutorials on HTML, CSS, PHP and many other languages. I strongly suggest you visist this site and at least go through their HTML tutorials.

http://www.tutorialized.com provides many tutorials regarding the most popular webpage creating products.

I hope this helps.

2007-01-07 04:49:34 · answer #2 · answered by jaunty_mellifluous 3 · 0 0

Creating a Web page:

Google’s Page Creator is popular for creating your Web page, but you must first have a Gmail account. Google has, for now, placed a limit on the number of these accounts that it will grant per day. You can get more information at:
http://tinyurl.com/jj9yg

HTML (HyperText Markup Language) is the language that your Internet browser reads to show you the Web.

Using Word: After creating a Word document, click File, Save As. In the Save As dialogue box, click the down arrow in the Save as type drop-down list box (near the bottom of the dialogue box) and select ‘Web Page’ from the menu. You will then get the option to title the page. Your Web page should display just as it does in Word.

To put your Web site onto the Internet, you will need server space. A server is a specialized computer devoted to putting pages on the Web. Most Internet service providers such space—check with your service provider to learn how to utilize it.

Macromedia's Dreamweaver ($399) creates professional pages, but it can be tricky to learn. http://www.macromedia.com/software/dreamweaver ).

Adobe’s GoLive ($399) offers a free 30-day trial.

Microsoft's FrontPage ($199) is not for all Web hosts. Be sure that before you sign up with a host to post a Web page, find out how the Web host handles FrontPage.

There are Web sites that offer HTML tutorials and templates. Here are a few:
http://www.vikimouse.com/htmlschool/index.htm
http://www.billybear4kids.com/htmlhelp.htm
http://www.lissaexplains.com/
www.w3schools.com/html
www.htmlgoodies.com
www.webdesign.org
www.nvu.com

W3Schools has free tutorials. It also has a tool that will make sure your pages meet HTML standards.
http://www.w3.org/

Remember to keep your site user friendly—make sure it is easy to navigate.

Privacy and security are major concerns. Since spammers use automated spam collector programs to search the Web to find and retrieve e-mail addresses, you should consider placing your e-mail address inside a graphic; or displaying your address in the format ‘name at website dot com’ instead of ‘name@website.com.’
Most major search sites let you restrict their access with a robots.txt file. This allows you to restrict your whole site or just select pages. To learn how to use the file, visit robotstxt.org (http://www.robotstxt.org/wc/robots.html).

Keep private and identifying information off your site!


At Web Design From Scratch, you will get all the help you need. There are instructions and tips for everyone from novice to pro. Learn simple HTML code or more advanced JavaScript.

Web Design From Scratch offers much more than code. It includes ways of making your site clean and neat. And there are tips for color schemes, logos, text and more.
www.webdesignfromscratch.com

2007-01-07 04:45:48 · answer #3 · answered by williamh772 5 · 0 0

This is a free HTML class you take on line. They mail you a lesson a week. But, I think you can find the archives and download them all at once. About has tons of computer courses for free.
http://webdesign.about.com/c/ec/9.htm
There are also places like Yahoo Geo Cities, where you can design your own web page.
This is supposed to be one of the best free web page designer packages out there.
http://www.nvu.com/index.php
Good luck, and have fun.

2007-01-07 04:51:06 · answer #4 · answered by Anonymous · 0 0

WYSIWYG Web Page design program
What You See Is What You Get
there are plenty of free ones out there
http://www.download.com/3120-20_4-0-1-0.html?qt=wysiwyg&author=&titlename=&desc=&dlcount=&daysback=&swlink=&gfiletype=&os=&li=49&dlsize=&ca=
I recommend you try
NVU or
Pagebreeze

A little HTML knowledge could never hurt but the idea behind these type of programs is that they are not needed.

Try Googling HTML Tutorial

2007-01-07 04:43:16 · answer #5 · answered by Çlïgér4™ ♂ 6 · 0 0

http://www.thefreecountry.com/webmaster/htmleditors.shtml
Look under Free WYSIWYG Web Editors and Website Builders.

http://www.snapfiles.com/Freeware/webpublish/fweditors.html

Check this page for some free HTML editors.....you want to stick to WYSIWYG editors like NVU.....(What You See Is What You Get).
These are much easier to use, although you really must learn HTML..the markup language used to create webpages. Do a Yahoo search for HTML tutorials. You may also need a program to create images for you site like Photoshop, but a good free tool would be the GIMP.... http://www.gimp.org

http://www.thefreecountry.com/webmaster/htmleditors.shtml
Look under Free WYSIWYG Web Editors and Website Builders.

http://www.snapfiles.com/freeware/ look under the Web Authoring category for lots of freeware tools.

You will also have to find a host for your website.....there are free ones like geocities, and those that you must pay for which allow you to register and use your own Domain Name.

You may also need an FTP client like FileZilla to upload your pages from your own computer to the webserver.

The homepage for your site must be called 'index.html'.
This is the page that you are directed to when you request a domain name.....i.e. www.mywebsite.com points to index.html.

2007-01-07 04:47:50 · answer #6 · answered by Kevin 3 · 0 0

You should learn HTML, search, there are millions of good tutorials to learn it.

2007-01-07 04:28:20 · answer #7 · answered by Seth 2 · 0 0

fedest.com, questions and answers