Jump to content
Search In
  • More options...
Find results that contain...
Find results in...

Web Development


Matt
 Share

Recommended Posts

I've recently gotten into basic web development. If someone could give me some constructive criticism on my work, I'd be grateful ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png) Thank you!

Code

>! ```
>! Welcome to Ludi Ludo
>!
>!
>!
>!

>! ![](graphics/leftBanner.png)
>! [url] ![](graphics/mainBanner.png)[/url]
>! ![](graphics/rightBanner.png)
>!

>!
>!
>!

>! [url] ![](graphics/tabHome.png)[/url]
>! [url] ![](graphics/tabDownloads.png)[/url]
>! [url] ![](graphics/tabInformation.png)[/url]
>! ![](graphics/tab.png)
>!

>!
>!
>!

>! Welcome to the homepage.
>!

>!
>! ```

result:

>! ![](http://www.freemmorpgmaker.com/uploadfiles/1d37455f6dc2de62bc55f08170a174ab.png)
Link to comment
Share on other sites

separate your styles into a css file. as it will help later depending on your structure.

I would usually use nav or span tags for navigation menus.

Also its good to get into a habbit of using a wrapper/container div's

Also get out the habbit of using

tags
Link to comment
Share on other sites

> separate your styles into a css file. as it will help later depending on your structure.
>
> I would usually use nav or span tags for navigation menus.
>
> Also its good to get into a habbit of using a wrapper/container div's
>
> Also get out the habbit of using
>
>
tags


Basically this but…

Try indenting your code, it'll make life easier.

For navigation use:

```



```

As for the design it's bland and has nothing worth mentioning.
Link to comment
Share on other sites

Ah yea true well if hes after tips on that then its discustingly basic xD. If your want to produce quality more professional looking sites you obviously need to integrate graphics created in (eg photoshop) for the visual side. As for web **development** points i mentioned above and dr mrsean
Link to comment
Share on other sites

I was after development tips. I don't know why I put there design… In my defense, I was exhausted. Anyways, thanks for all your tips! I really appreciate it. ![^_^](http://www.touchofdeathforums.com/community/public/style_emoticons/<#EMO_DIR#>/happy.png)

> separate your styles into a css file. as it will help later depending on your structure.
>
> I would usually use nav or span tags for navigation menus.
>
> Also its good to get into a habbit of using a wrapper/container div's
>
> Also get out the habbit of using
>
>
tags


As I'm still new to CSS and HTML, I didn't know about the nav tags. I'll be sure to put them into use! As for the divs, I thought I was using them…
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...