review my website and give me some suggestion

Discussion in 'HTML & Website Design' started by kathycx, Apr 15, 2010.

  1. #1
    Hey buddy,please review my website give me some suggestion,the layout,the size fo the pictures,the link,ect.
    Thank you!
    My website is www.mylouboutin.com
     
    kathycx, Apr 15, 2010 IP
  2. reezluv

    reezluv Active Member

    Messages:
    894
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #2
    there will be more impact if there have any eye cathing headers related with the Ed Hardy products..maybe add more colours to look more harmony..use dark background like maroon and use the floral big background colours like WebDesignerdepot.com or Webdesignerwall.com

    I hope that will help you a little bit..:D
     
    reezluv, Apr 15, 2010 IP
  3. jaydeep123

    jaydeep123 Peon

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Hi Friend,
    I show your web site. it is very good layout. and good pictures. It has eye attract site.
     
    jaydeep123, Apr 15, 2010 IP
  4. kathycx

    kathycx Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Thank you for your suggestions, you mean that i should add some content about the Ed hardy products?
    But isn't it look very simple and intuitive?
     
    kathycx, Apr 15, 2010 IP
  5. carterstory

    carterstory Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You need to categorize better
    Either Brand -> M/W -> Category of clothes
    or
    M/W -> Brand -> Clothing categories


    Also Spell out Men / Women in the category, took me a min to figure that out.
     
    carterstory, Apr 15, 2010 IP
  6. Cosmo Designs

    Cosmo Designs Peon

    Messages:
    247
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    the design is a bit too simple... and the products can be related.. like a bag would go nice with a dress... something like that. or people who bought this product also bought this one...
     
    Cosmo Designs, Apr 15, 2010 IP
  7. reezluv

    reezluv Active Member

    Messages:
    894
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    78
    #7
    reezluv, Apr 15, 2010 IP
  8. kathycx

    kathycx Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #8

    Thank you for your suggestions.
    First advice ,the Category.

    Brand ->M/W ->Category of clothes
    Why is this kind of Category not so good?

    The second proposal is very good, I will amend as soon as possible.
     
    kathycx, Apr 16, 2010 IP
  9. breditf1

    breditf1 Guest

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    The color combination of the header is wonderful.The logo looks perfect.
    I feel there should be one header menu for the home page.
    I find two menus - one at the top and the other just below it--.
    I suggest you to use the Register/ login links at the top corners,left or right, with the shopping cart just below it .
    The second header menu is not equidistributed, you see, there is a gap after" contact us" link.
    It is a good idea to add few links such as "privacy policy"," Contact us","about us" at the bottom header just above the copyright declarations.
    The font size, fonts , font color aren't catchy. The placement of the products is accurate.
    Other than these minor changes and the categorisation of the clothes ,the site is awesome.
     
    breditf1, Apr 16, 2010 IP
  10. deathshadow

    deathshadow Acclaimed Member

    Messages:
    9,732
    Likes Received:
    1,999
    Best Answers:
    253
    Trophy Points:
    515
    #10
    Painful to watch load with the 468k of unoptimized images. 32k for a 160x160 image is rubbish, pure and simple. Your sixteen 32k images have no excuse to be more than 11k apiece (5% lossy - which nobody should notice).

    The fixed metric fonts (aka fonts declared in PX) are an accessibility /FAIL/ sending lf/120dpi users diving for the zoom, and the compositing on the header image doesn't look all that well done. (see the lack of blending under the cart and the heavy artifacting)

    Under the hood it's knee deep in unnecessary wrapping DIV with easily two thirds the DIV being nothing more than bloat. It is further plagued by non-semantic markup and nonsensical heading orders resulting in a gibberish document outline (bad for alt browsers) that could also be costing you on the SEO front. Worst amongst the issues is the use for tables around non-tabular data - here's a tip; if you are only going to have one TD per TR, there is NO reason to be using a table in the first place! (if anything, the semantic tag would be a UL)

    Really the worst part is the endless nested 'tables for nothing' - even if tables for layout was a valid technique, 90% of the tables on the page would be unnecessary bloat. This is evident in the use of 24k of HTML to deliver a mere 982 bytes of actual content and 16 content images. At MOST that page should take 10k of markup, and 8k would be a more realistic number if some of the ASP form wierdness had an axe taken to it. Yes, it's that bad - over 50% of the HTML used belongs on the cutting room floor.

    Though we could tell that from the first line - tranny doctype. Transitional is for supporting old/outdated/half-assed coding techniques from the 90's, NOT for writing new pages.

    There is no good reason for the markup on such a simple page to be much more than:

    
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html
    	xmlns="http://www.w3.org/1999/xhtml"
    	lang="en"
    	xml:lang="en"
    ><head>
    
    <meta
    	http-equiv="Content-Type"
    	content="text/html; charset=utf-8"
    />
    
    <meta
    	name="description"
    	content="Ed Hardy Bags, A famous Ed Hardy store which sell directly Ed Hardy clothing, shoes, accessories, boots, bracelets, caps, flask, jewelry, jerseys, bedding, belts and other fine products."
    />
    
    <meta
    	name="keywords"
    	content="Ed Hardy, bags, tote, clothing, shoes, accessories, boots, bracelets, caps, flask, jewelry, jerseys, bedding"
    />
    	
    <link
    	type="text/css"
    	rel="stylesheet"
    	href="screen.css"
    	media="screen,projection,tv"
    />
    
    <title>
    	MyLouBoutin - Ed Hardy Discount Shoes, Jewelry, Clothing and more!
    </title>
    
    </head><body>
    
    <div id="pageWrapper">
    	
    	<h1>
    		MyLouBoutin
    		<span></span>
    	</h1>
    	
    	<ul id="topMenu">
    		<li>
    			<a id="ctl00_Top1_HL_Register" href="http://www.mylouboutin.com/register.aspx">Register</a>
    		</li><li>
    			<a id="ctl00_Top1_HL_Login" href="http://www.mylouboutin.com/login.aspx">Log In</a>
    		</li><li class="cart">
    			<a href="http://www.mylouboutin.com/shoppingcart.aspx">
    				ShoppingCart
    			</a>
    		</li><li>
    			<form name="aspnetForm" method="post" action="category.aspx?gcid=26" id="aspnetForm">
    				<div>
    					<input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="" />
    					<input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="" />
    					<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUKLTk3ODY3NDExOA9kFgJmD2QWAgIDD2QWAgIHD2QWDAIDDxYCHgdWaXNpYmxlaGQCBQ8PFgIeC05hdmlnYXRlVXJsZRYCHgVzdHlsZQUOY29sb3I6I2FjYTg5OTtkAgcPDxYCHwFlFgIfAgUOY29sb3I6I2FjYTg5OTtkAgkPFgIeBFRleHQFlwI8bGk+PGEgaHJlZj0iaHR0cDovL3d3dy5teWxvdWJvdXRpbi5jb20vZWQtaGFyZHktYmFncy9lZC1oYXJkeS13b21lbi1iYWdzLTI2LTEtMTItLS5hc3B4IiBjbGFzcz0icGFnZW51bSIgc3R5bGU9ImJhY2tncm91bmQtY29sb3I6IzA5QzsgY29sb3I6I2ZmZmZmZjsiPjE8L2E+PC9saT48bGk+PGEgaHJlZj0iaHR0cDovL3d3dy5teWxvdWJvdXRpbi5jb20vZWQtaGFyZHktYmFncy9lZC1oYXJkeS13b21lbi1iYWdzLTI2LTItMTItLS5hc3B4IiAgY2xhc3M9InBhZ2VudW0iPjI8L2E+PC9saT5kAgsPDxYCHwEFS2h0dHA6Ly93d3cubXlsb3Vib3V0aW4uY29tL2VkLWhhcmR5LWJhZ3MvZWQtaGFyZHktd29tZW4tYmFncy0yNi0yLTEyLS0uYXNweGRkAg0PDxYCHwEFS2h0dHA6Ly93d3cubXlsb3Vib3V0aW4uY29tL2VkLWhhcmR5LWJhZ3MvZWQtaGFyZHktd29tZW4tYmFncy0yNi0yLTEyLS0uYXNweGRkZPdshO155Yb6tTnsqaUl9SdH00MW" />
    					<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWAwLRkp6CAQLXltvRBALqkuKpAu6wq85hWi478xEpZXBaHXa41Rvn" />
    					<input
    						type="text"
    						name="ctl00$Top1$TB_SearchValue"
    						id="ctl00_Top1_TB_SearchValue"
    					/>
    					<input
    						type="submit"
    						value="Search"
    					/>
    				</div>
    			</form>
    		</li>
    	</ul>
    	<ul id="mainMenu">
    		<li><a href="/default.aspx" class="current">Home</a></li>
    		<li><a href="/shipping.aspx">Shipping</a></li>
    		<li><a href="/payment.aspx">Payment</a></li>
    		<li><a href="/faq.aspx">FAQ</a></li>
    		<li><a href="/contactus.aspx">Contact us</a></li>
    	</ul>
    	
    	<div id="sideBar">	
    	
    		<ul>
    			<li>
    				<h2Ed Hardy</h2>
    				<ul>
    					<li>
    						<a href="/ed-hardy-clothing/ed-hardy-women-bikini.aspx">
    							Bikini
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-women-longsleeve.aspx">
    							women's longsleeve
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-women-hoodies.aspx">
    							woman's hoodies
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-women-sets.aspx">
    							woman's sets
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-women-jacket.aspx">
    							woman's jacket
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-women-sweater.aspx">
    							woman's sweater
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-men-longsleeve.aspx">
    							men's longsleeve
    						</a>
    					</li><li>
    						<a href="/ed-hardy-clothing/ed-hardy-men-hoodies.aspx">
    							men's hoodies
    						</a>
    					</li><li>
    						<a href="/ed-hardy-bags/ed-hardy-women-bags.aspx">
    							bags
    						</a>
    					</li>
    				</ul>
    			</li><li>
    				<h2>Christian Audigier</h2>
    				<ul>
    					<li>				
    						<a href="/christian-clothing/christian-audigier-women-longsleeve.aspx">
    							woman's longsleeve
    						</a>
    					</li><li>
    						<a href="/christian-clothing/christian-audigier-women-outwear.aspx">
    							woman's outwear
    						</a>
    					</li><li>
    						<a href="/christian-clothing/christian-audigier-women-sets.aspx">
    							woman's sets
    						</a>
    					</li><li>
    						<a href="/christian-clothing/christian-audigier-men-longsleeve.aspx">
    							m's longsleeve
    						</a>
    					</li><li>
    						<a href="/christian-clothing/christian-audigier-men-outwear.aspx">
    							m's outwear
    						</a>
    					</li>
    				</ul>
    			</li><li>
    				<h2>Twist Heart</h2>
    				<ul>
    					<li>
    						<a href="/twist-heart-clothing/twist-heart-men-sets.aspx">
    							woman's sets
    						</a>
    					</li>
    				</ul>
    			</li><li>
    				<h2>Crystal Rock</h2>
    				<ul>
    					<li>
    						<a href="/crystal-rock-clothing/crystal-rock-women-longsleeve.aspx">
    							woman's longsleeve
    						</a>
    					</li><li>
    						<a href="/crystal-rock-clothing/crystal-rock-women-outwear.aspx">
    							woman's outwear
    						</a>
    					</li><li>
    						<a href="/crystal-rock-clothing/crystal-rock-women-sets.aspx">
    							woman's sets
    						</a>
    					</li>
    				</ul>
    			</li><li>
    				<h2>Christian Louboutin</h2>
    				<ul>
    					<li>
    						<a href="/christian-louboutin/christian-louboutin-high-heels.aspx">
    							High Heels Shoes
    						</a>
    					</li>
    				</ul>
    			</li>
    		</ul>
    		
    	<!-- #sideBar --></div>
    	
    	<div id="content">
    	
    		<div class="productGallery">
    		
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-523.aspx">
    					<img src="/upfiles/images/011713/00.jpg" width="160" alt="ed-bags-1713" /><br />
    					ed-bags-1713
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-522.aspx">
    					<img src="/upfiles/images/011712/00.jpg" width="160" alt="ed-bags-1712" /><br />
    					ed-bags-1712
    				</a>
    				Price <b>$49.00</b>
    			</div>
    		
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-521.aspx">
    					<img src="/upfiles/images/011711/00.jpg" width="160" alt="ed-bags-1711" /><br />
    					ed-bags-1711
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-520.aspx">
    					<img src="/upfiles/images/011710/00.jpg" width="160" alt="ed-bags-1710" /><br />
    					ed-bags-1710
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-519.aspx">
    					<img src="/upfiles/images/011709/00.jpg" width="160" alt="ed-bags-1709" /><br />
    					ed-bags-1709
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-518.aspx">
    					<img src="/upfiles/images/011708/00.jpg" width="160" alt="ed-bags-1708" /><br />
    					ed-bags-1708
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-517.aspx">
    					<img src="/upfiles/images/011707/00.jpg" width="160" alt="ed-bags-1707" /><br />
    					ed-bags-1707
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-516.aspx">
    					<img src="/upfiles/images/011706/00.jpg" width="160" alt="ed-bags-1706" /><br />
    					ed-bags-1706
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-515.aspx">
    					<img src="/upfiles/images/011705/00.jpg" width="160" alt="ed-bags-1705" /><br />
    					ed-bags-1705
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-514.aspx">
    					<img src="/upfiles/images/011704/00.jpg" width="160" alt="ed-bags-1704" /><br />
    					ed-bags-1704
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-513.aspx">
    					<img src="/upfiles/images/011703/00.jpg" width="160" alt="ed-bags-1703" /><br />
    					ed-bags-1703
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    			<div class="product">
    				<a href="/ed-hardy-bags/ed-hardy-bags-512.aspx">
    					<img src="/upfiles/images/011702/00.jpg" width="160" alt="ed-bags-1702" /><br />
    					ed-bags-1702
    				</a>
    				Price <b>$49.00</b>
    			</div>
    			
    		<!-- .productGallery --></div>
    			
    			
    		<ul class="pager">
    			<li>
    				First
    			</li><li>
    				&laquo;
    			</li><li>
    				<a href="/ed-hardy-bags/ed-hardy-women-bags-26-1-12--.aspx" class="currentPage">1</a>
    			</li><li>
    				<a href="/ed-hardy-bags/ed-hardy-women-bags-26-2-12--.aspx" class="numberPage">2</a>
    			</li><li>
    				<a href="/ed-hardy-bags/ed-hardy-women-bags-26-2-12--.aspx">&raquo;</a>
    			</li><li>
    				<a href="http://www.mylouboutin.com/ed-hardy-bags/ed-hardy-women-bags-26-2-12--.aspx">Last</a>
    			</li>
    		</ul>
    		
    	<!-- #content --></div>
    		
    	<div id="footer">
    		<img src="/images/img_pay.gif" alt="pay_typae"/><br />
    		ICP:09133588&nbsp;
    		Copyright 1998 - 2010  
    		www.mylouboutin.com. 
    		All Rights Reserved<br />
    		<span>Mail:mylouboutin@live.cn</span>
    		MSN:mylouboutin@live.cn
    	<!-- #footer --></div>
    
    <!-- #pageWrapper --></div>
    
    </body></html>
    
    Code (markup):
     
    deathshadow, Apr 17, 2010 IP
  11. kathycx

    kathycx Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Well,Thank you for all friends around here,i will try to do it better.
    Thanks !
    Regards!
     
    kathycx, Apr 17, 2010 IP
  12. unknownpray

    unknownpray Active Member

    Messages:
    3,831
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    70
    #12
    Good looking site,Take daily some links as well.
     
    unknownpray, Apr 18, 2010 IP
  13. kathycx

    kathycx Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    Thank you for your suggestions,i will accept your ideas,but we we will take a few days to take these new photos.
     
    kathycx, Apr 21, 2010 IP
  14. petr_ind

    petr_ind Notable Member

    Messages:
    1,680
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    210
    Articles:
    6
    #14
    i think image better if it has frame
     
    petr_ind, Apr 21, 2010 IP
  15. kathycx

    kathycx Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    Yeah,I do think so...
    Thank you .
     
    kathycx, Apr 23, 2010 IP
  16. james kigotho

    james kigotho Peon

    Messages:
    1
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    I like the site it is clean and simple... the lack of a frame is also pretty nice... the only thing I would change is the "m's" to "men's"...it doesn't ruin the compactness that you are going for and it would make it easier to understand the "wm's".

    webkonsepter.no
     
    Last edited: Apr 23, 2010
    james kigotho, Apr 23, 2010 IP
  17. kathycx

    kathycx Peon

    Messages:
    21
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #17
    Thank you !But the if i change the m's to men's ,do i need change the wm's too?
     
    kathycx, Apr 25, 2010 IP
  18. Rajnish357

    Rajnish357 Well-Known Member

    Messages:
    157
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #18
    your site is very good i think. There is no need to change any more.
     
    Rajnish357, Apr 25, 2010 IP
  19. Rajnish357

    Rajnish357 Well-Known Member

    Messages:
    157
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #19
    but i think if you use any favicon it will look more professional than it currently it is .
     
    Rajnish357, Apr 25, 2010 IP
  20. santhoshmn888

    santhoshmn888 Peon

    Messages:
    42
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #20
    is it xml blogger template or PHP ??? the design is good...
     
    santhoshmn888, Apr 25, 2010 IP