Be a Supporter!

my first web design

  • 840 Views
  • 34 Replies
New Topic Respond to this Topic
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
my first web design 2008-02-19 21:58:37 Reply

This is my first web site i made using Css and HTML. i am still in the proccess of making it, but still comment on it and tell me what i could do to improve it. thank you

Itsover9000
Itsover9000
  • Member since: Aug. 7, 2007
  • Offline.
Forum Stats
Member
Level 10
Blank Slate
Response to my first web design 2008-02-19 22:10:37 Reply

Wow. I frankly think it's not to good. It's very boring, messy, poorly coded. What you could do:

Make it XHTML valid

Clean up your coding. HTML and CSS

Maybe a nice image for a background. Some images ( header, content ).

Just some suggestions.


BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 22:12:17 Reply

ill do that now

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-19 22:14:51 Reply

It's just text?

You haven't really utilised any of the features available to you... For example, div's or tables.

I see straight away, hundreds of <br /> and <p> tags used in places to create the "space" between the text.

Not good practice.

You could use tables (at least) to give the same effect without the mess.


BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 22:20:05 Reply

i'm making a background image now but if i try to put it up it will just show the code

kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 22:26:56 Reply

please correct more on it and tell me what i could do

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-19 22:39:44 Reply

My oh my.

Well, firstly, if you're using CSS, just add:

body {
background-image: url(location/of/your/image.jpg);
}

To get a background image up. You can also use the tag "background-repeat:" with either "no-repeat", "repeat-x" or "repeat-y" to either not repeat, repeat along the x axis and repeat along the y axis respectively.


BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 22:42:36 Reply

i tryed that code already and it only showed it

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-19 22:46:23 Reply

Where are you putting it?

I'm guessing NOT in the designated CSS tags (or, heaven forbid, in a separate stylesheet!).


BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 22:48:05 Reply

i know enough not to put in a seperate style sheet but while testing out the background image i made a forum if you want to go check it out

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-19 22:51:07 Reply

At 2/19/08 10:48 PM, kumorifenikkusu wrote: i know enough not to put in a seperate style sheet

I did a lul. No, you don't know enough to DO put it in a separate stylesheet.

but while testing out the background image i made a forum if you want to go check it out

This part makes no sense, and is deprived of grammar.

Seriously though, you are putting it inside the :

<style type="text/css">

</style>

Tags, yes?


BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 22:56:40 Reply

its on there but now i need to make it not repeat. this picture is only temporary.

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-19 22:57:34 Reply

under the body tag, put:

background-repeat: no-repeat;

BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-19 23:00:05 Reply

i know what was wrong. I put a code on it for the picture and forgot to take it off. so it messed it up but now i got it

RyeMan98
RyeMan98
  • Member since: Jul. 10, 2005
  • Offline.
Forum Stats
Member
Level 04
Blank Slate
Response to my first web design 2008-02-19 23:16:34 Reply

Wow.

Okay, before you even THINK about continuing, read these thoroughly through or else you'll get no where.

http://www.w3schools.com/html/default.as p
http://www.w3schools.com/xhtml/default.a sp
http://www.w3schools.com/css/default.asp


Need php help? Mail me.

That-Is-Bull
That-Is-Bull
  • Member since: Apr. 29, 2004
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to my first web design 2008-02-20 10:21:51 Reply

You spelled "monkey" wrong.


BBS Signature
urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 10:36:21 Reply

At 2/20/08 10:21 AM, That-Is-Bull wrote: You spelled "monkey" wrong.

You spelt spelt wrong :)


BBS Signature
smulse
smulse
  • Member since: Mar. 24, 2005
  • Offline.
Forum Stats
Member
Level 31
Blank Slate
Response to my first web design 2008-02-20 12:06:45 Reply

You might want to have a look at a couple of layout tutorials/theories as well


BBS Signature
urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 12:19:09 Reply

At 2/20/08 12:12 PM, NeillS wrote: You spelled spelled wrong. Get a dictionary or GTFO.

http://en.wikipedia.org/wiki/Spelt
I was being stupid, Jesus...


BBS Signature
urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 12:24:02 Reply

At 2/20/08 12:20 PM, NeillS wrote: Jesus doesn't browse these forums! :D

Also, I actually believed you were right for a moment, but actually I am.

I am British, and "spelled" is more common in American English...

So if I was to get a Dictionary, I would be right :)

http://www.usingenglish.com/forum/ask-te acher/101-wrong-wrongly-spelled-spelt.ht ml


BBS Signature
That-Is-Bull
That-Is-Bull
  • Member since: Apr. 29, 2004
  • Offline.
Forum Stats
Member
Level 22
Blank Slate
Response to my first web design 2008-02-20 12:28:23 Reply

THIS IS MURRKA JACK, WE SPEAK MURRCAN HURR, NOT YOUR PUSSY ENGLANDISH. IF YOU HATE PATRIOTISM THEN YOU CAN GET OUT.


BBS Signature
urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 12:53:42 Reply

Yeah, except the Saxons invented it (or came up with what is known as old English, and therefore anything that stems from it).


BBS Signature
Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to my first web design 2008-02-20 16:16:39 Reply

At 2/20/08 12:53 PM, urbn wrote: Yeah, except the Saxons invented it (or came up with what is known as old English, and therefore anything that stems from it).

Actually, English comes from the Germanic language, so it's Germany's fault! http://www.englishclub.com/english-langu age-history.htm

Jessii
Jessii
  • Member since: Feb. 10, 2005
  • Offline.
Forum Stats
Member
Level 36
Movie Buff
Response to my first web design 2008-02-20 16:18:09 Reply

At 2/20/08 04:16 PM, Jessii wrote: Actually, English comes from the Germanic language, so it's Germany's fault! http://www.englishclub.com/english-langu age-history.htm

Crap jumped the gun! So there were 3 tribes, not just the Saxons. So it's Anglos, Saxons and Jutes. (Never heard of the Jutes so we can consider them a minor influence lol)

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 16:35:10 Reply

At 2/20/08 04:20 PM, NeillS wrote: "The British are coming." Then we pwnt you.

I was inclined to agree that Americans do spell words more phonetically, and it is probably easier. Up until you said that...

You're right, you do "pwn" us, BUT we're on the same side, oh noes!
http://www.metacafe.com/watch/95272/news _reporter_gets_bombed_on_camera/


BBS Signature
Seachmall
Seachmall
  • Member since: Jul. 22, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to my first web design 2008-02-20 16:41:14 Reply

At 2/20/08 04:16 PM, Jessii wrote: Actually, English comes from the Germanic language, so it's Germany's fault!

Isn't everything? :-|

@OP,

Check out the tutorials mentioned above but don't worry about design for the moment (some will disagree with me here but this is just my oppinion so FUCK OFF). I believe coding should be learned before design. You can't design nice sites if you can't code them (well actually you can but whatever).

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 17:57:15 Reply

At 2/20/08 04:41 PM, Seachmall wrote: I believe coding should be learned before design. You can't design nice sites if you can't code them

I am gonna disagree, but not because I'm a tit.

I totally know what you mean, but I think static pages that look sexy are better than dynamic pages that look shitty, heh.

Anyways... *Opinions*, so yeah.


BBS Signature
Seachmall
Seachmall
  • Member since: Jul. 22, 2006
  • Offline.
Forum Stats
Member
Level 07
Blank Slate
Response to my first web design 2008-02-20 18:06:50 Reply

At 2/20/08 05:57 PM, urbn wrote:
At 2/20/08 04:41 PM, Seachmall wrote: I believe coding should be learned before design. You can't design nice sites if you can't code them
I am gonna disagree, but not because I'm a tit.

I totally know what you mean, but I think static pages that look sexy are better than dynamic pages that look shitty, heh.

Anyways... *Opinions*, so yeah.

Well I completly agree with you on that point but what I meant earlier by code is CSS and (x)HTML not PHP, ASP etc. Learn static coding then design then dynamic coding. Good luck to the OP however he goes about it.

P.S. For design I recommend Jason Beairds (probably spelled that wrong) The Principles of Beautiful Web Design

urbn
urbn
  • Member since: Jun. 10, 2007
  • Offline.
Forum Stats
Member
Level 18
Programmer
Response to my first web design 2008-02-20 18:44:22 Reply

At 2/20/08 06:06 PM, Seachmall wrote: Well I completly agree with you on that point but what I meant earlier by code is CSS and (x)HTML not PHP, ASP etc. Learn static coding then design then dynamic coding. Good luck to the OP however he goes about it.

Yep, again I know what you mean. And I do agree with you there :)

At 2/20/08 06:29 PM, NeillS wrote: We saw a chance, we shot. Its called payback...

That, or you guys couldn't command shit to save your lives.

Yeah all right whatever. Enough derailment.


BBS Signature
kumorifenikkusu
kumorifenikkusu
  • Member since: Jan. 18, 2008
  • Offline.
Forum Stats
Member
Level 05
Blank Slate
Response to my first web design 2008-02-20 20:05:32 Reply

At 2/20/08 02:54 PM, bagoverhead wrote: Excellent design.
How much would you charge for a small website to be designed?

Are youserious? i just started. so i'm not that good YET.