|
|
|
#1 (permalink) |
|
First Time Build
|
i always wanted to design and make my own website.
i finally started learning how to use PhotoShop and now thinkin about making a template. i dont know much about it, but i do know that you have to code your designs am correct? how long would this take. would it be hard to learn? |
|
|
|
|
|
#2 (permalink) | ||||||||||||||
|
Audiophile
|
www.w3schools.com
Everything you could ever want to know in the realm of the interwebz. And I mean everything.
__________________
Aumotocnic "An unfortunate member of the overclock.net insomnia club" Member of the OCN Diablo III Club Quote:
How-To: OVERCLOCK YOUR F.A.Q.!
|
||||||||||||||
|
|
|
|
#3 (permalink) | ||||||||||||
|
Overclocker in Training
|
Yes you do have to code you designs, to my knowledge anyway
__________________The way I go about it is by creating a html / php file and a css file. Basic format of a html page <!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>Title goes here</title> <link rel="stylesheet" type="text/css" href="css/style.css" media="screen" /> </head> <body> <div id="masthead"> <div id="badge"></div> ---- Exaple of div tags <div id="logo"></div> </div> </body> </html> Samle of css file #container { margin:0 auto; width:847px; } #masthead { height:248px; position:relative; } #logo { background:url(../images/header2.jpg) top left no-repeat; height:248px; position:absolute; bottom:0px; left;0px; width:100%; } Not sure how much you know already, just a quick example really
|
||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||||
|
Extreme Cooler
|
I actually learned almost all the CSS and HTML I know (I'm very fluent
) by looking at the source code of websites.
__________________
95.567% of people make up the stats in their sig. If you are part of the 4.433% who uses real stats, put this in your sig.
Fold for the cause. Fold for team 37726! ![]() CPU-Z valid GPU-Z validBest CFM/noise ratio fan: Noctua NF-P12 Best air cooling budget case: Antec 300
|
|||||||||||||
|
|
|
|
#5 (permalink) | |||||||||||||
|
Overclocker in Training
|
Quote:
I was trying to find the link for this site as I used it when I was learning, Still do actually, just reloaded so it wasnt in favs , It's a really good site
|
|||||||||||||
|
|
|
|
#6 (permalink) | ||||||||||||||
|
Audiophile
|
Yea, View Source is the single greatest resource to learn coding.
You start to recognize styles and develope your own.. Also, View Source lets you steal other peoples code and improve it.. or make it worse if you don't know what you are doing.
__________________
Aumotocnic "An unfortunate member of the overclock.net insomnia club" Member of the OCN Diablo III Club Quote:
How-To: OVERCLOCK YOUR F.A.Q.!
|
||||||||||||||
|
|
|
|
#8 (permalink) | |||||||||||||
|
HMS Tactical
![]() ![]() |
Quote:
An example of a basic webpage: Code:
<html> <head> <title>Basic Webpage</title> </head> <body> Hello, I am a basic webpage </body> </html>
|
|||||||||||||
|
|
|
|
#10 (permalink) | ||||||||||||
|
Programmer
|
I like to steal templates and customize
Good way to learn. You should be able to get together a decent template in a few hours. Be sure to learn CSS, as hard-coding styles into the html elements makes for code updating nightmares! Some great tools for learning are the FireBug, and Web Developer extensions for FireFox.
__________________
"If there is a god, I hope he has a good excuse" Woody Allen
|
||||||||||||
|
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|