Discover Habbo's history
Treat yourself with a Secret Santa gift.... of a random Wiki page for you to start exploring Habbo's history!
Happy holidays!
Celebrate with us at Habbox on the hotel, on our Forum and right here!
Join Habbox!
One of us! One of us! Click here to see the roles you could take as part of the Habbox community!


Page 1 of 2 12 LastLast
Results 1 to 10 of 12
  1. #1
    Join Date
    Aug 2007
    Location
    USA
    Posts
    69
    Tokens
    720
    Habbo
    ThemoFairy

    Latest Awards:

    Thumbs up HabbleFM.com - Version 3!

    Version 3 has just been released. It was designed by Tranceball (Oli) and coded by me (ThemoFairy) with the help of AndyStyle.

    http://www.habblefm.com

    Please check it out!

    Note: I realize that the expandable iframes aren't working properly and I'm trying to work that out. If anyone has any suggestions on how to get this working please PM me! Thanks

  2. #2
    Join Date
    Jun 2008
    Posts
    134
    Tokens
    0

    Default

    Really messy source code, you should run all your CSS/Javascript from seperate files, it should make the size of your index file much smaller. It's a alright design, if you want expandable webpage, then I'd suggest instead of using iFrames, you use PHP includes, which if used correctly work alike iFrames, they take up 1 line of code to add in; They are much faster loading and once again will make your webpage load a lot faster.

  3. #3
    Join Date
    Nov 2006
    Location
    Liverpool/Manchester
    Posts
    2,457
    Tokens
    0

    Latest Awards:

    Default

    I love it Very well done!
    Joe


  4. #4
    Join Date
    Aug 2007
    Location
    USA
    Posts
    69
    Tokens
    720
    Habbo
    ThemoFairy

    Latest Awards:

    Default

    Quote Originally Posted by Lulz View Post
    Really messy source code, you should run all your CSS/Javascript from seperate files, it should make the size of your index file much smaller. It's a alright design, if you want expandable webpage, then I'd suggest instead of using iFrames, you use PHP includes, which if used correctly work alike iFrames, they take up 1 line of code to add in; They are much faster loading and once again will make your webpage load a lot faster.
    We are using includes, thanks. The source code of the index page isn't actually that messy. It's because we're using includes. So it includes the source code of the included pages. Thanks for your input though - does it really load THAT slowly?

  5. #5
    Join Date
    Jun 2008
    Location
    Doncaster
    Posts
    885
    Tokens
    0

    Default

    Quote Originally Posted by ThemoFairy View Post
    We are using includes, thanks. The source code of the index page isn't actually that messy. It's because we're using includes. So it includes the source code of the included pages. Thanks for your input though - does it really load THAT slowly?
    This is what he means by messy index;

    <script type="text/javascript">
    //<![CDATA[
    window.onload = function() {
    var f = document.getElementById("pages");
    function resize() {
    var h = "";
    var w = "";
    if (f.contentDocument) {
    h = f.contentDocument.documentElement.offsetHeight + 20 + "px";
    // can't find anything for Opera and Firefox that works for the width. OffetWidth doesn't work right either.(f.contentDocument.documentElement,"").getP ropertyValue("width");
    } else if (f.contentWindow) {
    h = f.contentWindow.document.body.scrollHeight + 5 + "px";
    } else {
    return;
    }
    f.setAttribute("height",h);
    f.parentNode.setAttribute("height",h);
    }
    if (window.addEventListener) {
    f.onload = resize;
    } else if (f.attachEvent) {
    f.attachEvent("onload", resize);
    } else {
    return;
    }
    resize();
    }
    //]]>
    </script>

  6. #6
    Join Date
    Mar 2007
    Location
    Kent
    Posts
    11,415
    Tokens
    787

    Latest Awards:

    Default

    Its alright :]

  7. #7
    Join Date
    Jun 2008
    Location
    USA
    Posts
    1,393
    Tokens
    0

    Latest Awards:

    Default

    it looks ite





    American and Proud

  8. #8
    Join Date
    May 2006
    Location
    Hull
    Posts
    7,701
    Tokens
    2,430
    Habbo
    Moh

    Latest Awards:

    Default

    Not too kean on the sub-nav backgrounds.

  9. #9
    Join Date
    May 2008
    Posts
    1,160
    Tokens
    11

    Latest Awards:

    Default

    Pretty nice layout.

    @ Jack. I totally agree. Doesn't fit the colors of the layout.
    Previously a Habbo fanatic, web designer/developer, fansite owner, & trusted member of the community.

  10. #10
    Join Date
    Dec 2005
    Location
    East Midlands
    Posts
    5,142
    Tokens
    4,984

    Latest Awards:

    Default

    *removed*

    Edited by brandon (Forum Super Moderator): Please do not insult other members
    Last edited by brandon; 24-07-2008 at 03:48 PM.


Page 1 of 2 12 LastLast

Posting Permissions

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