Boyah Forums

General => The Lobby => Topic started by: on December 31, 1969, 04:00:00 PM

Poll
Question: I'm cool huh?
Option 1: yes votes: 2
Option 2: no votes: 16
Title: Guess what?
Post by: KonohaShinobi on January 06, 2009, 10:20:06 AM
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.
Title: Re: Guess what?
Post by: 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;
Title: Re: Guess what?
Post by: YPrrrr on January 06, 2009, 10:31:37 AM
More nerdy than cool, but if interests you who cares
Title: Re: Guess what?
Post by: Daphnia on January 06, 2009, 10:32:48 AM
I know how to use it. madood;

You are now a threat.

You will be disposed of quickly.
Title: Re: Guess what?
Post by: Bolivian Army on January 06, 2009, 10:33:27 AM
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;
Title: Re: Guess what?
Post by: Cookie on January 06, 2009, 10:43:03 AM
Have fun affording Dreamweaver after the class.
Title: Re: Guess what?
Post by: Daddy on January 06, 2009, 10:55:56 AM
Real men code their pages by hand.
Title: Re: Guess what?
Post by: Mettalik on January 06, 2009, 12:10:53 PM
Quote from: Proletarian Guerilla on January 06, 2009, 10:55:56 AM
Real men code their pages by hand.
Hes sooooo manly  cjlubdoods;
Title: Re: Guess what?
Post by: CHAOS66 on January 06, 2009, 03:57:01 PM
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/
Title: Re: Guess what?
Post by: russell on January 06, 2009, 04:01:17 PM
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.
Title: Re: Guess what?
Post by: 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.
Title: Re: Guess what?
Post by: heltar on January 07, 2009, 12:14:50 PM
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?
Title: Re: Guess what?
Post by: Daddy on January 07, 2009, 12:25:23 PM
Quote from: heltar on January 07, 2009, 12:14:50 PM
and what did you learn from NSider? <a href= and <img src?
<span>
Title: Re: Guess what?
Post by: heltar on January 07, 2009, 12:51:41 PM
Quote from: Proletarian Guerilla on January 07, 2009, 12:25:23 PM
<span>



fa<span>ggot
Title: Re: Guess what?
Post by: Oh on January 07, 2009, 01:04:30 PM
 You know how to follow instructions and learn how to use a program, truly an amazing talent.

Also, nothing is censored, pen<span>is
Title: Re: Guess what?
Post by: russell on January 07, 2009, 01:21:31 PM
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