Search results

  1. H

    Feedback on website please

    Nice! I like clean design! But you may consider to "float" your products instead of line breaking that manually. This will allow more products per row for large screen.
  2. H

    What should I make a text logo in

    illustrator is a standard for this kind of vector work
  3. H

    How to feed photo gallery with flickr or photobucket album

    Well, you may take a look at the following page. Flickr does allow API access. Not really difficult as there are example codes. http://www.flickr.com/services/api/
  4. H

    Enlarge view (?)

    probably not, you cannot modify that setting via js as i know.
  5. H

    Background of div should "overflow" and more

    Create a container div and set its background. Set a bigger width, say 1920px and then center that with "margin: 0 auto" Forgot GIF, it is outdated. Use PNG, if your animation is simply moving up and down, simply use jquery to animate the position. You can do lots of animation using jquery...
  6. H

    Free or Cheap Photos, Icons and Graphics?

    This is really good!
  7. H

    Fav song

    My current favorite: Someone like you - Adele A new fans from Hong Kong :D
  8. H

    CSS alignment issue

    Rewrite your HTML structure from <div class="wrapper"> <div id="logo"> <div>SLIDER STUFF</div> <div id="social"></div> </div> <br class="cl"> </div> to <div class="wrapper"> <div id="logo"> <div id="social"></div> <div>SLIDER STUFF</div> </div> <br...
  9. H

    Position Relative Help

    You should use "relative" on the parent div and "absolute" on the child
  10. H

    New client file uploads

    You can always setup different FTP accounts to access to its own home directory only. I believe this is the easiest way to do. If you are on Windows, download FileZilla server, it's free!
  11. H

    how to remove a blue border around a link?

    img { border: none; }
  12. H

    first peak

    I don't like fix header and footer design :p
  13. H

    Help with understanding CSS Sprites.

    The drawback is that you must do that as background only. I do that frequently with javascript to achieve the animation effect. For your interest, you may take a look at my iPhone Animation Web Design page. Your comment is welcome too! :D
  14. H

    Favicons

    As at http://www.w3.org/2005/10/howto-favicon, The format for the image you have chosen must be 16x16 pixels or 32x32 pixels, using either 8-bit or 24-bit colors. The format of the image must be one of PNG (a W3C standard), GIF, or ICO. So try to use this instead: http://www.genfavicon.com/
  15. H

    Wireframing

    Try some wireframe tools like Pencil. We do that in our web design company.
  16. H

    Website redesign - Is ranking lost?

    Golden Rule: Make sure you "301 redirect" all the old link to the new link. If you want to rewrite your content, think twice! Your site rank well for a reason! I suggest you to add all the old content as a "blog" page and "301 redirect" the old URL to the new blog link. Hope this help!
  17. H

    Can somebody tell me what has changed in Google Algorithm?

    Only google knows it! But guess that the latest patch is to add factor on the Google+
  18. H

    Website Appraisal - What do you think its worth?

    USD2000 I guess... BTW, nice design!
  19. H

    W3C Validation and SEO

    As long as all the tag is correctly ended, the BOT should be able to index the content now. It is not relevant to SEO unless the tag is badly written.
  20. H

    iPhone Animation Website

    I just finish my iPhone Web Design page. Please have a look and comment. Clicking the plus one or like button at the bottom of the page will be great!!!! Thanks! http://www.aveego.com/html/l_27941_/ipad-iphone-animation-web-design.html
Top