how to make a website

Feel like posting Off Topic? Do it here.

Moderator: MaxCoderz Staff

I rate myself as:

genius
6
33%
smart
7
39%
average
1
6%
dull
2
11%
IQ in negitive
2
11%
 
Total votes: 18

CompWiz
Calc King
Posts: 1950
Joined: Thu 13 Oct, 2005 1:54 pm
Location: UB

Post by CompWiz »

Yes, but it works. :)
Sounds like what I do.
In Memory of the Maxcoderz Trophy Image
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

TR1p, sorry about the font, didn't relize it was too small... test test ok, it's just a little small, I'll keep that in mind, though, why does the tiny option still exist?

I'll have to look at some of those sites/guides later, this may prove to be interesting, I'll reveal that the reason I WANT to do something like this is for the main reason of sometime I'd like to make a store, or something of the such (perhaps a website like xinventions where it's loaded with all sorts of goodies) and have a chance to share some of the cool info with others. For the store, I know that would be challenging (or trying to get parts from the factory skipping the pricey middle man) but, it would mainly be for earning a few bucks and making a little profit as I don't have to live off the money for a few years. :wink:

that's probably dreaming, so, I'll try to look at that, another thing, how do you make a forum (scratch) any perticular pattern? or is that a bit over my head? Also, how do you make the web pages look fancy (pictures) but not clog up the compy? I know that's gotta be a pain for web site makers yet they seem to get around it.
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

Heh. The only things I don't code in notepad are java (JCreator) and C / C++ (Dev-C++) and obviously any VB stuff (eww!)
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
User avatar
anykey
Extreme Poster
Posts: 420
Joined: Mon 31 Jan, 2005 3:36 am
Location: In the matrix
Contact:

Post by anykey »

I rate myself pretty highly.
I do all of my coding in a text editor, and use no form of software that generates code. All of my code is W3C compliant, and renders well in most browsers.

Don't use WYSIWYG editors! The code they generate is usually sloppy, not standards compliant, and won't work with all browsers!
If you're going to make a website, make sure you're using the right tools.
HTML is definently worth the effort to learn, and besides it's easy!
Above all I recommend just learning it (and CSS!).
I think, therefore iMac
Image
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

ok, so basicly, what is the BEST code type for a website, and where do I learn it?


PS: oh, and the poll wasn't about coding but, it still works out, I meant it as a funny :P as the IQ in negitive is a pretty temping choice :lol:
CompWiz
Calc King
Posts: 1950
Joined: Thu 13 Oct, 2005 1:54 pm
Location: UB

Post by CompWiz »

CompWiz wrote:If you want to learn HTML, webmonkey has some nice guides and cheatsheets for learning it.
In Memory of the Maxcoderz Trophy Image
User avatar
benryves
Maxcoderz Staff
Posts: 3089
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

For a decent free editor, there's PHP Designer 2005 (oh? 2006 is out in beta? Nice).
For a better editor, there's always Visual Web Developer Express (free), but it's more geared towards the lucky ASP.NET developers. *kicks PHP*
currahee
Calc Wizard
Posts: 659
Joined: Mon 20 Dec, 2004 4:00 am
Location: My Computer/Someone else's computer
Contact:

Post by currahee »

Don't forget Mozilla's composer is a WYSIWYG editor. As for Frontpage, all I know is that Frontpage 2003 writes less crap in the code than Frontpage XP.

But since I suck at any artistic work I just use Fantastico and have it install PHPNuke *feels noobish*
"Not long ago, the Black Gate of Armonk swung open. The lights went out, my skin crawled, and dogs began to howl. I asked my neighbor what it was and he said, 'Those are the nazgul. Once they were human, now they are IBM's lawyers.'"
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

wait, what's the stuff you listed Ben? I'm not familiar with the terms yet so I'm going to need some help. Oh, and just to mention, if it doesn't work with firefox, I don't want to mess with it! :twisted:


Here I go... *takes a look at the webmonkey site*
lloydkirk1989
Calc Wizard
Posts: 680
Joined: Wed 22 Dec, 2004 5:37 am
Location: West Palm Beach,FL
Contact:

Post by lloydkirk1989 »

ASP.net is kind of dumb in my oppinion. It only works on windows servers and firefox doesn't like it. And it means more money for bill... :P
thecheat
Calc Guru
Posts: 901
Joined: Tue 29 Mar, 2005 9:13 pm
Location: almost..........there........

Post by thecheat »

ok, so what does work with firefox?
User avatar
benryves
Maxcoderz Staff
Posts: 3089
Joined: Thu 16 Dec, 2004 10:06 pm
Location: Croydon, England
Contact:

Post by benryves »

lloydkirk1989 wrote:ASP.net is kind of dumb in my oppinion. It only works on windows servers and firefox doesn't like it. And it means more money for bill... :P
ASP.net is serverside, so yes, you need an ASP.net server. Which does sort of hint Windows, but maybe mono can get some way towards supporting it? I don't know how good mono is, myself.
I've not had a single issue with ASP.net sites inside Opera (I use a few C# sites that are ASP.net-powered, the JavaScript some people use haven't affected anything, as far as I can see). As it is mainly server-side, most stuff should work in any browser in any case.
If you're doing web dev, Opera is probably a better browser to use than Firefox for the invaluable HTML debugger views. Of course, test in Firefox and IE as well!
PHP is another server-side scripting language. It is really quite horrible, but it is free to use.
coelurus
Calc Wizard
Posts: 585
Joined: Sun 19 Dec, 2004 9:02 pm
Location: Sweden
Contact:

Post by coelurus »

Ruby?

Afaik, the only problem with ASP.net isn't the language itself, it's what runs it :) That includes "alternatives".
KevinJB
Calc Wizard
Posts: 501
Joined: Sat 28 May, 2005 5:34 am
Location: Chesapeake, Virginia
Contact:

Post by KevinJB »

PHP > ALL { Serverside scripts }
XHTML && CSS > ALL { Page Layout }

Learn HTML 4.0.1 first, so you can try it on your computer without needing a webhost. I reccomend www.w3schools.com or www.pageresource.com . Later, once you understand how HTML works, make the switch to CSS - You'll love it, and you'll never turn back :D. In the meanwhile, make your HTML clean, it'll help with the switch to XHTML. Waaayyy down the line you'll want to learn PHP, and possibly MySQL (That's right Ben, I told him PHP was better than ASP!). But that'll be alot later.

Here's an explanation:

HTML 4.0.1 (or just HTML) :: Hyper Text Markup Language
This isn't really a lanuage, but a set of tags that defines how your webpage is displayed in a browser.


XHTML :: Extensible Hyper Text Markup Language
This is like HTML, but really strict. For example, all tags (tags are like bbcode, but use < > instead of [ ]... sort of) must be in lowercase, and other considerations.

CSS :: Cascading Style Sheets
Use this with XHTML to have incredible control over how your page looks. If you're using Firefox, here's something cool to show you just how heavily some pages depend on CSS: Click 'View' -> 'Page Style' -> 'No Style'. Most high-end sites will look pretty funky, for example google. Depending on which type of XHTML they use, the site will look better or worse (not fancy, but in terms of readablity)

PHP :: Hypertext Preprocessor
Where'd the beginning P come from? Who knows. Basically, when you have php pages in a server (pages that end with *.php and not *.html) the server interrupts the pages as code. In the code, you echo out html to decide how the page looks. PHP can also do fancy stuff like send emails (from html forms), and connect to databases. To top it off, it's 100% free and very efficient and fast. Look up in your address bar, see after 'maxcoderz/phpBB2/' you see a page like 'posting' or 'index' followed by '.php'? The Maxcoderz Forum uses php.

ASP.net :: A Stupid Program-thingy
Honestly, I really /don't/ know what it stands for. I think it has something to do with Activer Server Pages, but that could be wrong. This is Microsofts attempt to mimic PHP, and is essentially the same thing. And now for the biased description: Although I've never known it to not work in Firefox, apparently it doesn't (although browser shouldn't matter... hmm) but I wouldn't be so quick to believe that. I /do/ know that alot of experienced dev'ers say it's horribly efficient and is the source of many headaches. To top it off, it costs money. And then, if you want to add more features (like emailing), that's even /more/ money. Besides that, I've never really known much about it. Someone else can give you the details.

MySQL :: My Structured Query Language
Mouthful, huh? MySQL is a database language, basically you use it to interact with databases. This forum uses MySQL. Use this with PHP to make interactive webpages.
09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
KevinJB | RevSoft
CoBB
MCF Legend
Posts: 1601
Joined: Mon 20 Dec, 2004 8:45 am
Location: Budapest, Absurdistan
Contact:

Post by CoBB »

Rezek wrote:PHP > ALL { Serverside scripts }
PHP is one of my most hated languages. It does everything to help you do lousy work.
Post Reply