Log in

View Full Version : Website Program



Masterchief
05-23-2011, 08:32 PM
Hello,

Could anybody let me know of a free easy to use website design program?

Thanks!

traq
05-23-2011, 09:46 PM
text editors are always best.

you'll need to learn html and css, but it's honestly not that hard.
http://code.google.com/edu/submissions/html-css-javascript/

djr33
05-24-2011, 03:58 AM
What are your goals? Do you want control and quality? (See traq's post). Or do you just want the fastest way to get a reasonable website out there? If that's your goal, then you can find services with easy-to-use website builders (with few options).

It's a question of time vs. quality. Or, more generally, just a question of time. If you learn the best ways now it will eventually save you time. But not if you just want to make one website and stop, or if you don't have the time to seriously learn web design.

midhul
05-24-2011, 09:23 AM
As both traq & djr33 mentioned, the first preference would be to get yourself introduced to basic web design.

Start reading the source, of pages whose design you really like. (using google chrome dev tools or firefox's firebug will be helpful). Observe the way the elements are layed out and styled using css. Also, don't forget to see how the box model works: http://www.w3schools.com/css/css_boxmodel.asp


Note: You can try using Buildor Pro /Lite: http://buildorpro.com/

traq
05-24-2011, 03:19 PM
Also, don't forget to see how the box model works: www w3schools com/css/css_boxmodel.asp

stay away from w3schools (http://w3fools.com). there are plenty of better resources (http://css-tricks.com/the-css-box-model/).

Masterchief
05-25-2011, 01:44 AM
Thanks for the answers guys!

@traq I already know html and css :p

I'm just going to stick with Notepad++ the owner doesn't want a real heavy graphic site.

autoprt
06-12-2011, 07:46 AM
i have a simliar problem, i just stated a blog and i need to learn html. i have friends who say just go to places like craigslist and find what you want to do and go into the source section and read and kind of learn that way.

i have a b.a. degree and fairly smart, some of it i understand and some of it just doesn't make sense.

is there a good book i can start out with with learn html that is straightforward without a lot of confusing info?

traq
06-12-2011, 08:19 AM
best tutorial series (http://code.google.com/edu/submissions/html-css-javascript/) I've ever seen. dunno about books.