Hello people, I’m preparing a new product It is in the last phase so here it is the link; MyAndroidBay.com Do you like the design? I will appreciate if you respond to my thread Thanks, razor
I like the design - very clean. Not sure if the website is complete but the images need to be linked to the app details page and the lists down the bottom of the home page need to be linked too.
It looks good! The only suggestion I would give is to change the font to something like "lucida grande",tahoma,verdana,arial,sans-serif. Good luck with the new venture!
Erm yeah nice design but slightly confused, I assume its not finished? Things you would assmue link to another page dont do anything, the images and lists along the bottom. I dont get why you have coded the lists along the bottom like you have either. <div class="listing_box"> <h2>Applications</h2> <b>»</b> Comics<br /> <b>»</b> Communication<br /> <b>»</b> Entertainment<br /> <b>»</b> Finance<br /> <b>»</b> Health<br /> <b>»</b> Multimedia<br /> <b>»</b> Social<br /> <b>»</b> Sport<br /> <b>»</b> Themes<br /> <b>»</b> Tools<br /> </div> HTML: In terms of search engines I would think its better to have actual seperate pages with different URLs and different content for each type of product: apps, games, movies, tv shows, music instead of it loading the different images via javascript/ajax.
I like the website but you have to make it a bit cleaner.. maybe a bit lower with the glow/shadows in the header to make the website a bit more flat and fresher. Maybe also a other font-family?
Design OK, code bad http://validator.w3.org/check?uri=http://myandroidbay.com/ 37 errors E.g.: <link href="style/style.css" rel="stylesheet" type="text/css"> <link href="style/tabs.css" rel="stylesheet" type="text/css"> <script type="text/javascript" src="js/jquery.js"></script> <script src="http://cdn.jquerytools.org/1.2.5/full/jquery.tools.min.js"></script> Code (markup): 1. You are loading jquery 1.3.2 and with jquery.tools (full) you load jquery 1.4.2, too. Besides that JS should be positioned at the bottom (before </body>). 2. When using XHTML DOCTYPE <link href="style/style.css" rel="stylesheet" type="text/css"> <link href="style/tabs.css" rel="stylesheet" type="text/css"> Code (markup): must be <link href="style/style.css" rel="stylesheet" type="text/css" /> <link href="style/tabs.css" rel="stylesheet" type="text/css" /> Code (markup): <script> is missing required type (type="text/javascript"). <img> tags should have width="xx" height="xx" and alt="" included! Every & in the code (e.g. in text or url's) must be &
Type in VALIDATOR google and you will see that there is 35 Errors, 2 warning(s) , so any site has some errors