what's the best free website builder???

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
 

bot2600

Platinum Member
May 18, 2001
2,075
0
76
I know it is going to be said, so I might as well be the one to say it... :)

Notepad :D
 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: Mucman
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
You know you're a nerd when you give advice in pseudo-code :p
 

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
You know you're a nerd when you give advice in pseudo-code :p

Pseudo code? I thought it's valid C# :p

 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: Mucman
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
You know you're a nerd when you give advice in pseudo-code :p

Pseudo code? I thought it's valid C# :p
It could be java or c++ as far as I can tell.
 

Mucman

Diamond Member
Oct 10, 1999
7,246
1
0
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
You know you're a nerd when you give advice in pseudo-code :p

Pseudo code? I thought it's valid C# :p
It could be java or c++ as far as I can tell.

c++

If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
cout << "Must have a brain and a text editor to build websites\n";
}

Java

If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
System.out.println("Must have a brain and a text editor to build websites");
}




 

Barnaby W. Füi

Elite Member
Aug 14, 2001
12,343
0
0
Originally posted by: Mucman
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
You know you're a nerd when you give advice in pseudo-code :p

Pseudo code? I thought it's valid C# :p
It could be java or c++ as far as I can tell.

c++

If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
cout << "Must have a brain and a text editor to build websites\n";
}

Java

If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
System.out.println("Must have a brain and a text editor to build websites");
}

Yes -- BUT -- you could have made your own Console object in either language which had a Write() method that printed to stdout.

:p

edit: naughty non-cross-platform-sensitive mucman! You should have used endl ;)
 

prosaic

Senior member
Oct 30, 2002
700
0
0
Geez. We could all probably stand to consider giving that notepad gimmick a rest. That old wheez has been done to death. Any text editor can be made to work for producing markup language, but, even if you love to do things the hard way, why would you use such a limited text editor for the job? Why not recommend EDLIN or COPY CON:? :D

In response to the question, "best" is pretty danged subjective. TextPad has already been mentioned. NoteTab Pro works pretty well and, like TextPad, has lots of features that can be useful to someone producing html (and associated stuff). If you would like some pretty neat bells and whistles and an interesting user interface you might want to give html-kit a try.

- prosaic
 

notfred

Lifer
Feb 12, 2001
38,241
4
0
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
Originally posted by: BingBongWongFooey
Originally posted by: Mucman
If (( TextPad || vi ) && HaveBrain) {
FreeWebSiteBuilder builder = new InstanceOfMyself();
} else {
Console.Write("Must have a brain and a text editor to build websites\n");
}
You know you're a nerd when you give advice in pseudo-code :p

Pseudo code? I thought it's valid C# :p
It could be java or c++ as far as I can tell.

I hope InstanceOfMyself is something built into C# and you wouldn't actually make a class called InstanceOfMyself :)
 

Superwormy

Golden Member
Feb 7, 2001
1,637
0
0
PHP

if (( $notepad == TRUE || $vi == TRUE ) && $HaveBrain) {
$FreeWebSiteBuilder = new InstanceOfMyself();
} else {
print ("Must have a brain and a text editor to build websites\n");
}


But my reccomendation is Macromedia Homesite