Internet design

Bloom.

Active member
so i am looking in to creating a legit website. i created a website last year using html code. html is long and annoying. so for you computer gurus what is the most legit code to write a website in? also i heard adobe's dreaweaver is legit and easy to use to right code? is dreamweaver a good choice? any other recomendations thanks guys
 
i've used dreamweaver and it's pretty straight forward. does most of the coding for you, i'd recommend it
 
java, and some javascript if you want it flashy. Java is pretty hard to learn though, took me about a month. i learned javascript in 10 days.
 
HTML, CSS, and Javascript are the best. if you use a good CSS page, you wont need to write much HTML. and Java is good fro some apps. but dont use a whole lot on your site.
 
if you're down with firefox and you've got greasemonkey, javascript is down with you. otherwise, javascript will probably end up kicking your ass.
 
dude, do you even know what you're on about?

HTML or XHTML is the basis for all websites.

you can learn PHP to create a dynamic website, but it is still essentially an html site in the end. PHP will generate HTML on the fly depending on the inputs.

CSS is used to control the layout of a site. HTML is used to control the content.

If you want to create a legit site first learn CSS. Once you know CSS you can make changes to the layout and appearance of the site from one file, rather than having to go and change every page on your site. CSS is also far more flexible in terms of layout and appearance. Tables are not needed at all, content can be layered over the top of each other. Each element can be assigned different properties etc.

Newschoolers is written using CSS, JavaScript, HTML and probably PHP and MySQL. Although PHP could be replaced by some other script like pearl or python. MySQL could be replaced by another database system.

 
most web browsers require plugins for java. javascript is different, it enables dynamic functions, but many people have javascript disabled - thats why there is a move toward serverside scripts handling things such as form verification.
 
firefox comes loaded with java, and firefox updates whenever java updates. javascript is pretty tricky, easy to mess up on. sites that use a lot of javascript are really easy to crack, people always leave holes in the code.

i'm just recommending Java because it's more powerful than HTML.
 
haha. that's interesting. I wasn't aware an object-oriented programming language could directly replace a markup language.

seriously though, HTML (including XML and XHTML) IS the internet. any website you go to, anything with http:// in front of it, is built on html. even if it has flash, javascript, whatever.
 
the_more_you_know2.jpg
 
hahahaha, +karma

k i'm not sure if you're getting what i'm saying or not, so i'll give you a brief explanation.

websites now run more like programs than they did when HTML was invented. it's not your simple, "hey look at me i have a website check it out guys" business anymore. sure HTML is the base for every website you've visited, but that doesn't mean that the rest of it can't just be one big "program". start with HTML, then pack it with Java, javascript, python, etc. and you've got one hell of a site. besides the fact that you have a lot more possibilities if you work with Java than if you work with CSS or HTML. give it 5 years, everybody will be sick of IE (due to a lawsuit between Sun and Microsoft, IE doesn't use Java).

that's besides the fact that it's harder to crack a website coded in Java than it is to crack HTML.

sorry if this makes no sense to you, i'm a huge nerd and a whitehat hacker (when i'm in the mood for lulz).

 
no one is going to be using Java for web development in 4 years. even if what you say happens (people switching more content to java stuff rather than just HTML/CSS), which i don't believe it will for various reasons, people will be using ASP.NET or python to do that stuff.
 
Back
Top