Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → Good free software for designing websites?
Good free software for designing websites?
2003-12-05, 5:42 PM #1
I want to make a website that is pretty much no images (incorporated in the design, anyway) but still isn't an eyesore. I want it to load fast on a 56k... not ridiculously, but... I just want to make pretty simple web designs that look pretty... decent. hehe.

Suggestions?


------------------
To myself I surrender to the one I'll never please.
But I still try to run on.
You know I still try to run on. But it's all or none.

Eddie Vedder
former entrepreneur
2003-12-05, 5:55 PM #2
Learn HTML and do it yourself in Notepad.

------------------
"The future is not determined by a throw of the dice, but is determined by the conscious decisions of you and me."
I am addicted to ellipses!!! AHHH!!! ...
2003-12-05, 6:13 PM #3
check out the freeware section of http://www.webattack.com there are some good WYSIWYG editors there.

------------------
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
OSC Returns!!
10 of 14
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
The OSC Empire
10 of 14 -- 27 Lives On
2003-12-05, 6:17 PM #4
I use a free one called HTML-Kit which is basically a glorified text editor. I have always hated WYSIWYG editors with a passion personally. I just like dealing with the code itself....once you get used to it you can visualise it easily.

------------------

Cantina Cloud | BCF | The Massassian
Corrupting the kiddies since '97
2003-12-05, 6:23 PM #5
I'm a code and WYSIWYG kinda guy. I use Dreamweaver MX [http://forums.massassi.net/html/smile.gif]

------------------
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
OSC Returns!!
10 of 14
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
The OSC Empire
10 of 14 -- 27 Lives On
2003-12-05, 7:01 PM #6
Coincidentally... I've always been for websites with little graphics but good use of HTML for eyecandy.

http://mzzt.atronox.com/stats/quotes.php

One image total, and it's the Google logo for the search bar at the very bottom. [http://forums.massassi.net/html/smile.gif]

I think this is what you mean. I used a blend of XHTML, CSS, JavaScript, and PHP. For your site, it would be worth your while to learn HTML and CSS, and maybe a little JavaScript on the side if you want your page to have some more dynamic content. Only learn PHP if you want to get serious about dynamic content. [http://forums.massassi.net/html/smile.gif]

------------------
The Mega-ZZTer's Gaming Haven!

[This message has been edited by Gebohq (edited December 28, 2003).]

[This message has been edited by The_Mega_ZZTer (edited December 05, 2003).]

2003-12-05, 7:55 PM #7
Raw text > WYSIWYG

Im writing my site in Perl with a mysql backend. You cant do this stuff with a WYSIWYG editor. And even if I could, I wouldnt. Ive said it before, I dont like using someone's code, or letting a program write it for me. If I didnt write it, it isnt mine.

------------------
Fight the future.
And when the moment is right, I'm gonna fly a kite.
2003-12-05, 8:27 PM #8
Here's my flashy website I made a few days ago: www.tednation.tk If you think that's what you want I can give you the secret weapon I used to make it... *hides in a dark alley*

------------------
"answer to life the universe and everything = 42" - Google calculator
2003-12-05, 10:10 PM #9
I made my site using nothing but notepad:

http://www.rit.edu/~bjj4494/

------------------
You underestimate the power of the Dark Side...

DSettahr's Homepage
2003-12-05, 11:44 PM #10
I used crimson editor to make mine:

http://www.ud.2ya.com

------------------
WARNING: THIS POST MAY CONTAIN TRACES OF PEANUT!!!
TheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWho
SaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTh
eJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSa
ysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJ
k
WhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSays
N
iTheJkWhoSaysNiTheJkWhoSaysNiTheJkWhoSaysNiTheJkW
2003-12-06, 1:47 AM #11
Quote:
<font face="Verdana, Arial" size="2">Originally posted by TheJkWhoSaysNi:
I used crimson editor to make mine:

http://www.ud.2ya.com

</font>


So did I:
http://www.goatsgotohell.com/~simbachu

------------------
"For the scientist who has lived by his faith in the power of reason, the story ends like a bad dream. He has scaled the mountains of ignorance; he is about to conquer the highest peak; as he pulls himself over the final rock, he is greeted by a band of theologians who have been sitting there for centuries."
-Robert Jastrow
"For the scientist who has lived by his faith in the power of reason, the story ends like a bad dream. He has scaled the mountains of ignorance; he is about to conquer the highest peak; as he pulls himself over the final rock, he is greeted by a band of theologians who have been sitting there for centuries."
-Robert Jastrow
2003-12-06, 2:02 AM #12
Get an enhanced text-editor that will autofill, highlight tags and do syntax checks and stuff like that. Much easier than just notepad.
2003-12-06, 4:00 AM #13
Quote:
<font face="Verdana, Arial" size="2">Originally posted by GBK:
Raw text > WYSIWYG

Im writing my site in Perl with a mysql backend. You cant do this stuff with a WYSIWYG editor. And even if I could, I wouldnt. Ive said it before, I dont like using someone's code, or letting a program write it for me. If I didnt write it, it isnt mine.

</font>


Ah, but Dreamweaver MX does use your code. You rewrite the library files to use your own style of html/xhtml. Recently I made some changes to make whatever it does XHTML 1.1 compliant.
Detty. Professional Expert.
Flickr Twitter
2003-12-06, 6:20 AM #14
Try Homesite 1.2.

I've been using this for years, and it is the best damn freeware HTML editor that I have ever used.

I have it hosted on my server:

http://www.pwizard.com/files/hs12.zip

------------------
Most people regard me as the dark and immoral side of Massassi. At least I'm getting what I want out of life.
2003-12-06, 6:32 AM #15
OSC was created with Notepad and Dreamweaver.

http://www.oscempire.net

and I've said it once, and I'll say it again, the UD site is the most beautiful site ever created. [http://forums.massassi.net/html/smile.gif]

------------------
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
OSC Returns!!
10 of 14
-=I'm the wang of this here site, and it's HUGE! So just imagine how big I am.=-
1337Yectiwan
The OSC Empire
10 of 14 -- 27 Lives On
2003-12-06, 6:33 AM #16
I think HotDog editor will do both for you.

I wrote this site in EditPlus 2.
www.360viewonline.com
It's dead now so some of the links will give you an error. I stopped developing it a long time ago.

I would also like to suggest, from my experience I have found that you have much more control over your site with a text editor than with WYSIWYG.

------------------
To artificial life, all reality is virtual.
2003-12-06, 5:31 PM #17
Editplus 2 >>> *
I use it for everything. Literally from html/css to writing essays [which when i'm done i can dump into abiword to format and print. though sometimes i've turned in essays i did with html too..]

------------------
[Blue Mink Bifocals !] [fsck -Rf /world/usr/] [<!-- kalimonster -->] [Capite Terram]
Applecore scowled. "What does that mean, 'real'? Amn't I real, you? If you cut me, do I not bleed? If you piss me off, will I not kick you up the arse?" -War of the Flowers
NPC.Interact::PressButton($'Submit');
Also, I can kill you with my brain.

↑ Up to the top!