Hard Light Productions Forums
Off-Topic Discussion => General Discussion => Topic started by: .::Tin Can::. on July 20, 2004, 09:14:33 am
-
Crap... well it was recommended that if you start a campaign, you need a website to show progress, screenies, etc etc. When I asked if there was some kindof app that put it together for you, since there are so many, they said that you just need a hoster and you need to make one.
Well... I dont know, how, to make one, unfortunately. Is there anything that can help with this? Someone told me that there are webmasters that might be willing to help, so I decided to give this one a shot.
DONT FLAME ME! :shaking:
-
Front Page is your friend... :p
:nervous:
-
Depends on what you want to do. I personally use AceHTML for my pages but with something like that you have to learn HTML yourself. It's not a hard language to learn. In fact it's only a little more complex than the forum code you use here for the basic stuff like inserting pictures etc.
If you don't know HTML you might better off with a program that builds the page for you though.
-
If I understand you correctly, you need an HTML editor, right?
Dreamweaver MX is more or less the industry standard, and it allows even total newbies to make simple webpages easily. Mozilla has it own editor, though I have yet to try it out and can't vouch for it. And there is always trusty Notepad, though if you're looking for ease of use and as long as the webpage is going to be relatively simple, this is probably not the best choice.
Or, if you want, you could use Photoshop, which also has the capability to make webpages through its "slice" feature, though I wasn't all that impressed when I used it.
BTW, whats the campaign?
-
Frontpage.... is the devil.... but your friend in this case. Use it.
-
I would design you a page for your campaign, nothing big or anything but something decent. IM me for more info, and ill hook you up.
If you want to make webpages, get Macromedia Dreamweaver MX to start. Its very simple to use and if your inclined to learn a bit this will help you greatly.
Frontpage is alright for noobs though.
-
Luckily I have dreamweaver MX on hand! I'll get to work! :D
I love you guys! ;)
-
frontpage is the devil incarnate. Avoid it like the plauge.
-
I dunno, it was recommended to me because it was more newbie-friendly. And Dreamweaver seems a bit intimidating when I look at it... *eyes the evil program of dewm*
-
Make sure you're in Layout view. It should be selectable from a tab near the top of the screen. Once you're in layout view, the two icons below are the Table and Cell buttons, which create a table and cells, respectively.
-
WYSIWYG programs are *nasty*. Learning html (preferably xhtml) and css is not that hard, so that's the way to go.
Try these:
http://www.w3schools.com/
http://www.w3.org/
Just so you know how nice CSS is (:p):
http://csszengarden.com
-
Originally posted by Kamikaze
WYSIWYG programs are *nasty*.
Not to mention completely pointless for HTML since every browser works differently.
-
Notepad is your friend. Actually, I stumbled across an IDE a while back; Dev-PHP (http://devphp.sourceforge.net/). Syntax highlighting and stuff. Very nice and Open Source (free).
Been using it for xhtml, css, javascript and now PHP (learning it). :nod:
Anyway, HTML is quite easy, really.
http://webmonkey.wired.com/webmonkey/index.html
http://www.tutorialized.com/tutorials/HTML/1
-
well, WYSIWYG editors are great for newbies and uh...people who just can't do tables if their life depended on it, like me. Everything else I can handle, its just the damn tables that always get me. I really should learn CSS soon.
-
Front Page is the perfect program for n00bs (like me ;) ) to make web pages. It's Word on steroids. :p
You don't even have to know any language, it's perfect to get started. :p
-
Originally posted by Rictor
well, WYSIWYG editors are great for newbies and uh...people who just can't do tables if their life depended on it, like me. Everything else I can handle, its just the damn tables that always get me. I really should learn CSS soon.
If you learn to use CSS well you won't need to use tables for page layout. Table code is ugly to look at anyway.
That csszengarden (http://csszengarden.com) site uses no tables, but looks very lovely.