January 17, 2025, 02:44:00 PM

1,531,386 Posts in 46,736 Topics by 1,523 Members
› View the most recent posts on the forum.


Guess what?

Started by KonohaShinobi, January 06, 2009, 10:20:06 AM

previous topic - next topic

0 Members and 1 Guest are viewing this topic.

I'm cool huh?

yes
2 (11.1%)
no
16 (88.9%)

Total Members Voted: 17

Go Down

KonohaShinobi

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.

guff

wow you know how to click buttons

can you show me how to do it baddood;

YPrrrr

More nerdy than cool, but if interests you who cares

Daphnia

I know how to use it. madood;

You are now a threat.

You will be disposed of quickly.

Bolivian Army

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;

Donate now to the Guff Is Great foundation. baddood;

Cookie

Have fun affording Dreamweaver after the class.

Daddy

Real men code their pages by hand.

Mettalik


CHAOS66

January 06, 2009, 03:57:01 PM #8 Last Edit: January 06, 2009, 04:02:38 PM by CHAOS66
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
Code Select
<?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/

russell

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.

KonohaShinobi

I learned HTML and CSS style sheets in the first class, was not too tough considering I REALLY learned HTML from Nsider.

heltar

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?

Daddy

Quote from: heltar on January 07, 2009, 12:14:50 PM
and what did you learn from NSider? <a href= and <img src?
<span>


Oh

 You know how to follow instructions and learn how to use a program, truly an amazing talent.

Also, nothing is censored, pen<span>is

Go Up