eBay's new page design
Wednesday, September 24. 2008
I took a look at eBay's new page design, which they are currently previewing. Verdict: needs lots more work.
First impression - everything is bigger, clearer, more consistent, much less scrappy than the old layout. This is probably a good thing for these days of enormous hi-res monitors and iPhones, but bits of it are really a bit too big, and while the white space is pretty, it's a space-expensive choice given the fairly large amount of info they need to show. The old layout is variable width, expanding to fill your window. The new one restricts the width to something smaller than my typical window size. The net result is that most auctions now require me to scroll down and right to see all of the content, even though it would all be visible if it expanded to fill the available width. This decision will also break a large proportion of templates used by eBay auction tools (like GarageSale, TurboLister), including eBay's own cheesy selection. They have gone to the effort of making the layout scale horizontally, but in an inconsistent way. Parts of the layout (top banner, search bar) have a minimum width of 760px (a common choice). The main listing part has a minimum width of 853 pixels, but only expands to a maximum width of 940px. It's hardly worth the effort of allowing it to scale at all if they are going to limit the variation to such a small range. The drawbacks become clear when you switch between new and old layouts. In the old layout I can see the full width and usually the top part of the item description. Switch to the new layout, scroll bars appear and I see no description at all, needing to scroll down and maybe right to get to it. This breaks the vital "Above the fold" measure that marketers are so enamoured of, and will only be worse for those using smaller screens than my 24" LCD. While I was looking I also checked out how clean the code is. No good news here. It clocks up 246 HTML errors just in tidy.
First impression - everything is bigger, clearer, more consistent, much less scrappy than the old layout. This is probably a good thing for these days of enormous hi-res monitors and iPhones, but bits of it are really a bit too big, and while the white space is pretty, it's a space-expensive choice given the fairly large amount of info they need to show. The old layout is variable width, expanding to fill your window. The new one restricts the width to something smaller than my typical window size. The net result is that most auctions now require me to scroll down and right to see all of the content, even though it would all be visible if it expanded to fill the available width. This decision will also break a large proportion of templates used by eBay auction tools (like GarageSale, TurboLister), including eBay's own cheesy selection. They have gone to the effort of making the layout scale horizontally, but in an inconsistent way. Parts of the layout (top banner, search bar) have a minimum width of 760px (a common choice). The main listing part has a minimum width of 853 pixels, but only expands to a maximum width of 940px. It's hardly worth the effort of allowing it to scale at all if they are going to limit the variation to such a small range. The drawbacks become clear when you switch between new and old layouts. In the old layout I can see the full width and usually the top part of the item description. Switch to the new layout, scroll bars appear and I see no description at all, needing to scroll down and maybe right to get to it. This breaks the vital "Above the fold" measure that marketers are so enamoured of, and will only be worse for those using smaller screens than my 24" LCD. While I was looking I also checked out how clean the code is. No good news here. It clocks up 246 HTML errors just in tidy.
- lots of misnested tags
- divs inside spans
- unescaped </ sequences in javascript
- </img> tags (no such thing - this is HTML 4 transitional)
- <a> tags nested inside others (where do they want them to go?).
- Missing and duplicate id attributes
Trackbacks
Trackback specific URI for this entry
No Trackbacks



Comments