Outpost Universe Forums
Off Topic => General Interest => Topic started by: Ice Blade2097 on November 09, 2008, 06:15:46 PM
-
I was getting interested in builing a webpage, and I was wondering if anyone knew of a webpage building software that is good for those that arn't html savy.
-
I never use anything other than Notepad. Although, I hear Dreamweaver is good, and expensive. I've also noticed that Visual Studio comes with a visual web page designer. I've never used it though, so I don't know how good it is, but you can download it for free. (It's part of a big download though). Google for Visual Studio 2008 Express Edition if you want to try it out.
I still prefer the Notepad way though. You can always check out some tutorial sites if you have the time for it:
w3schools (http://www.w3schools.com) - A little basic at times, and has a fair bit of adds on it, but still ok
Tizag (http://www.tizag.com) - probably better and with fewer ads (at least for now)
The sections on HTML (or XHTML), and CSS are the most relevant if you're just trying to layout static pages.
-
If you don't want to take the time to learn html, then you should stick with something like geocities (free site hosting with a building tool).
html is fast and easy to learn. Use a site like Webmonkey as a quick reference. Unlike w3 and tizag (which are good for PHP), Webmonkey has everything lain out on a single page, which is great for quick-referencing while actually constructing your pages.
-
Dreamweaver is great for me. My website is op2rules.net. If you're not sure what editor to use you probably are new to page building. Html is fast and easy to learn, after a few days of working with it you won't even have to think about it it's so straightforward. And remember, google is your friend :)
No if you need some good free webhosting I would use 000webhost.com They offer a lot of free stuff and no ads or banners on your page.
Back to the editor once again, dreamweaver will be your biggest choice. If you want to go simple at first stick with notepad/wordpad.
-
I mentioned geocities because of the included online pagebuilding software.
But seriously, you should consider learning the actual coding. It can be quite fun and satisfying.
-
Did i mention i use notepad ?
-
Did i mention i use notepad ?
It's such a versatile tool!
-
I know :)
It's such a shame it does not know how to open *.doc files :cry:
-
I use Notepad++ (http://notepad-plus.sourceforge.net/uk/download.php) instead of Notepad.
-
I use Notepad usually, but when I want to make absolute sure I'm coding something properly I use Dreamweaver. When I was starting out I found some of those websites that have codes listed and what each code does useful.
-
I worked with someone using Dreamweaver, and I found a lot of the code wasn't standards conforming. It was a bit weird. Like it was built for two different standards at the same time in terms of the tags/attributes used, or somehow got confused and added stuff or removed things in ways that lead to improper nesting.