tell me , how to optimize the code?

Discussion in 'HTML & Website Design' started by aliqayyum, Sep 26, 2009.

  1. #1
    hi friends
    i have 2 problem? one is the page is not suitable for IE version 6.

    Second, i wanted to optimize my html or css code to open my page faster!

    http://alisoft7.blogspot.com
    any method to do online or else
     
    aliqayyum, Sep 26, 2009 IP
  2. Jj delc

    Jj delc Peon

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Yahoo has some rules to optimize websites, you probably want to go through those. In your case I would first test which are the resources that are slowing down my site (try debugging with firebug net panel that';; tell you load times for each element)

    Most user solutions are:

    * Minify javascript and css
    * User sprite images for logos and icons (having only one request for all your icons)
    * Set up server gzip compression
    * Load script tags at the bottom

    As for IE6 compliance, use the conditional coment tag and use an ie6 specific stylesheet that patches all the troubles you're having, you might want to to treat ie6 and ie7 separately
     
    Jj delc, Sep 27, 2009 IP
  3. aliqayyum

    aliqayyum Peon

    Messages:
    329
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    thanks for the advice
     
    aliqayyum, Sep 30, 2009 IP