Poll
Question:
I'm cool huh?
Option 1: yes
votes: 2
Option 2: no
votes: 16
I'm taking Advanced Web Design and learning how to use Dreamweaver 8. Cool right? I bet none of you know how to use it.
wow you know how to click buttons
can you show me how to do it baddood;
More nerdy than cool, but if interests you who cares
I know how to use it. madood;
You are now a threat.
You will be disposed of quickly.
Quote from: Commodore Guff on January 06, 2009, 10:29:24 AM
wow you know how to click buttons
can you show me how to do it baddood;
i dunno man these classes are pretty exclusive and he cant just give away trade secrets like that baddood;
Have fun affording Dreamweaver after the class.
Real men code their pages by hand.
Quote from: Proletarian Guerilla on January 06, 2009, 10:55:56 AM
Real men code their pages by hand.
This is true.
QuoteI'm taking Advanced Web Design
It's not advanced if you're using Dreamweaver =\
@ OP So you wouldn't know what this is
<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>UNDER CONSTRUCTION</title>
<link rel="stylesheet" type="text/css"
href="http://craptastic.elementfx.com/CSS/main.css" />
</head>
<body id="home">
<div id="wrapper">
<div id="header">
<h1>Welcome</h1>
<p>To Craptastic<br />
A place filled with random crap, which should never be visited.
</p>
<ul id="nav">
<li id="nav-home"><a href="/">Home</a></li>
<li id="nav-about"><a href="/About/">About</a></li>
<li id="nav-lab"><a href="/Lab/">Lab</a></li>
<li id="nav-contact"><a href="/Contact/">Contact</a></li>
</ul>
</div>
<div id="content">
<h1>HELLO WORLD!</h1>
<p>
This is just some more random crap. No one, other than me, can see this so I don't see any point in writing here. I guess I'll start off with <br />
</p>
<h1 style="text-align:center">UNDER CONSTRUCTION</h1>
</div>
<!-- THE FOLLOWING MUST ALWAYS BE AT THE END OF #wrapper -->
<div id="push"></div>
<!-- THE ABOVE MUST ALWAYS BE AT THE END OF #wrapper -->
</div>
<div id="footer">
Copyleft 2008<br />
All Wrongs Reserved
<hr />
<!-- Validation Icons -->
<p>
<a href="http://validator.w3.org/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="http://www.w3.org/Icons/valid-xhtml10"
alt="Valid XHTML 1.0 Strict" height="31" width="88" /></a>
</p>
<p>
<a href="http://jigsaw.w3.org/css-validator/check?uri=referer">
<img style="border:0;width:88px;height:31px"
src="http://jigsaw.w3.org/css-validator/images/vcss"
alt="Valid CSS!" />
</a>
</p>
</div>
</body>
</html>
Go here when you want to actually learn: http://w3schools.com/
No I use CSS and code shit by hand like a real man. baddood;
Also Dreamweaver fails at making flawless integrated code most of the time.
I learned HTML and CSS style sheets in the first class, was not too tough considering I REALLY learned HTML from Nsider.
Quote from: KonohaShinobi on January 07, 2009, 09:56:49 AM
I learned HTML and CSS style sheets in the first class, was not too tough considering I REALLY learned HTML from Nsider.
and what did you learn from NSider? <a href= and <img src?
Quote from: heltar on January 07, 2009, 12:14:50 PM
and what did you learn from NSider? <a href= and <img src?
<span>
You know how to follow instructions and learn how to use a program, truly an amazing talent.
Also, nothing is censored, pen<span>is
Quote from: KonohaShinobi on January 07, 2009, 09:56:49 AM
I learned HTML and CSS style sheets in the first class, was not too tough considering I REALLY learned HTML from Nsider.
cool but truly awesome websites use extremely little HTML, and what it does use are tags you wouldn't use in a layout without CSS