PDA

View Full Version : I'm Learning to Code!



Joey-
02-02-2012, 05:53 AM
So I figured it was about time to learn how to code, so I subscribed to nettuts+ and am following the premium tutorial 30 Days to Learn HTML and CSS, at least that's roughly what it is.

I'm currently in the middle of my third week, and decided I would test my knowledge by re-coding a maintenance layout, as they are rather simple. :)

Here is the maintenance layout I was referring to:

http://habbogallery.net/resources/maints/maint_4/index.html

And here is my re-coded version:

http://jewvey.webs.com/

Mind that I did not in any way, shape or form refer to the code of the above layout, which is why the placement of the copyright at the bottom and the logo at the top are off a bit. I also removed the javascript and favicon from the layout, as I cannot code javascript and I do not currently know how to insert a favicon.

Really, my point in this thread is I would like to know what I did wrong opposed to what should have been done, and of course whether or not my code is sloppy. :)

Thank you and +rep to helpful replies of course!

Qzaki
02-02-2012, 06:05 AM
Very nice! for your first try i think thats great.

If you want any help on how to do things or have any questions feel free to ask by the way, I'm always happy to help.

Also i recommend you watch these they are GREAT tutorials i only wish they was around when i started to learn to code.

Link:http://www.youtube.com/user/thenewboston

Edit: +rep

EDITx2:

Favicon code:

<link rel="shortcut icon" href="ICON NAME HERE">

Pegle
05-02-2012, 11:02 AM
Yes, very nice. Bearing in mind the favicon must be a .ico file.

Qzaki
05-02-2012, 11:12 AM
Yes, very nice. Bearing in mind the favicon must be a .ico file.

Lol yeh forgot to mention this :P

Want to hide these adverts? Register an account for free!