Page 7 of 8 FirstFirst ...
5
6
7
8
LastLast
  1. #121
    Well, it's really for logical reasons: You create the content and features, then use CSS to apply the design (style). It's basics of how you want your stuff to be cross-platform.

  2. #122
    I would suggest using a javascript method to put your email in the source to avoid people scanning the source code and finding it sitting there in the open. (Helps to avoid your email getting out there and getting filled with spam)

  3. #123
    I am Murloc! Fuzzykins's Avatar
    10+ Year Old Account
    Join Date
    Feb 2011
    Location
    South Korea
    Posts
    5,222
    Quote Originally Posted by TLH447 View Post
    I would suggest using a javascript method to put your email in the source to avoid people scanning the source code and finding it sitting there in the open. (Helps to avoid your email getting out there and getting filled with spam)
    It's my spam email.

  4. #124
    Legendary! llDemonll's Avatar
    15+ Year Old Account
    Join Date
    Apr 2008
    Location
    Washington
    Posts
    6,582
    Gogo MODxCMS
    "I'm glad you play better than you read/post on forums." -Ninety
    BF3 Profile | Steam Profile | Assemble a Computer in 9.75 Steps! | Video Rendering Done Right

  5. #125
    I am Murloc! Fuzzykins's Avatar
    10+ Year Old Account
    Join Date
    Feb 2011
    Location
    South Korea
    Posts
    5,222
    Essentially I need it to be functional and stylish. Ideally, I'd like to be able to easily add content, easily format the content, and most importantly, easily upload work to my gallery.
    But yeah, that looks good Synthaxx. Actually, it looks awesome. :P
    I agree on the header though.x3

  6. #126
    Scarab Lord
    10+ Year Old Account
    Join Date
    Dec 2009
    Location
    Toronto, Ontario
    Posts
    4,664
    Get rid of that table, never use tables for anything other than tabular data. They bloat the page size, increase load times, and make it a bitch to alter later down the road.

    For navigation menu's always use an unordered list, styled with css.

    for example:

    Code:
    <style>
    #nav {
        list-style:none;
    }
    #nav li {
        float:left;
        display:block;
        padding-left:10px;
        padding-right:10px;
    }
    </style>
    
    
    <ul id="nav">
        <li><a href="#">Home</a></li>
        <li><a href="#">Help</a></li>
        <li><a href="#">Forum</a></li>
    </ul>
    Last edited by Tyrianth; 2011-07-01 at 04:57 PM.
    (This signature was removed for violation of the Avatar & Signature Guidelines)

  7. #127
    Deleted
    Quote Originally Posted by Synthaxx View Post
    I've now got something ready to show! The header needs a some work, but the base design is there.

    It's based on the Day[9]TV website design. It's got some work to go before it gets there, but exactly what you want to change, add, or remove would be up to you to let me know. As i said, the header is a massive work in progress and i put it together in about 10 minutes. If you wanted to make it more manageable and editable with regards to content, you'd want to install it as a joomla template (which i will happily change it into if needed) or some other CMS as opposed to just straight html. It'd also make it easier to change the actual layout of the site with modules (there's dedicated modules for almost every purpose out there, from twitter, to guild recruitment, to news scrollers).

    On my site, i've got a "newsbox", that dynamically changes between the latest 3 news articles and shows a short preview of the article along with an image (which is added to the top of the news post).

    There's only so much you can do without moving into a dedicated CMS though.
    Not bad but please remove that white stuff on right. You really don't needed and it looks like something that came out of you nose...

    Also get a taller splatter pattern so it isn't so repeatable. At least 500px in height

  8. #128
    Le evolution of me design



    /bored

  9. #129
    I am Murloc! Fuzzykins's Avatar
    10+ Year Old Account
    Join Date
    Feb 2011
    Location
    South Korea
    Posts
    5,222
    Looks fantastic... Except for the color scheme. x3

  10. #130
    Quote Originally Posted by Drunkenvalley View Post
    Le evolution of me design
    /bored
    From now on, Fuzzy is 800y/o, not 16.

    I like the colours.
    &nbsp;

  11. #131
    Quote Originally Posted by Fuzzykins View Post
    Looks fantastic... Except for the color scheme. x3
    Dammit, don't post faster than I can get to post all dem picz.

  12. #132
    Deleted
    Quote Originally Posted by Fuzzykins View Post
    Hey guys, started messing around with HTML. I thought I'd get some community feedback to see if anyone can spot something I missed, or the like. <3
    http://www.seanmissal.com/fuzzykins/
    Be nice, I started this yesterday. x3

    Also looking for an easy to setup image gallery.
    your menu bar; the text sizes are different? contact looks smaller than the rest, not sure if this is intentional or not

    edit, what font did you use for the menu, i like it :P and you said you just started messing around with HTML, do you mean this is the first time you've used it?
    also i think the footer div might look better with the bottom 2 corners rounded? just doesnt look right to me with square corners at the bottom, maybe it will look bad with rounded aswell i dont know :P
    Last edited by mmocef2fdcc82b; 2011-07-08 at 10:59 PM.

  13. #133
    I am Murloc! Fuzzykins's Avatar
    10+ Year Old Account
    Join Date
    Feb 2011
    Location
    South Korea
    Posts
    5,222
    Yes. That's the first time I used HTML. @Drunk: Bottom one is my favorite of the bunch.

  14. #134
    The Lightbringer Asera's Avatar
    15+ Year Old Account
    Join Date
    Aug 2008
    Location
    This side of an imaginary line in the sand
    Posts
    3,741
    Status: HTTP/1.1 200 OK
    Date: Fri, 08 Jul 2011 23:15:42 GMT
    Server: Apache

    You disappoint me.
    red panda red panda red panda!

  15. #135
    I am Murloc! Fuzzykins's Avatar
    10+ Year Old Account
    Join Date
    Feb 2011
    Location
    South Korea
    Posts
    5,222
    Quote Originally Posted by Asera View Post
    Status: HTTP/1.1 200 OK
    Date: Fri, 08 Jul 2011 23:15:42 GMT
    Server: Apache

    You disappoint me.
    It's llDemonll's domain. He just gave me a spot to sandbox in.

  16. #136
    Scarab Lord Djinni's Avatar
    10+ Year Old Account
    Join Date
    May 2009
    Location
    West Sussex, UK
    Posts
    4,232
    Quote Originally Posted by Asera View Post
    Status: HTTP/1.1 200 OK
    Date: Fri, 08 Jul 2011 23:15:42 GMT
    Server: Apache

    You disappoint me.
    Whats wrong with Apache?

  17. #137
    So you didn't like any of dem colors, Fuzzy? D: (And I made three editions for you!)
    Darnit.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •