Live data from Hacker News

Show HN: A site using zero images – any feedback on the UI?

tyresum.co.uk

51–60 of 78 posts

Re: Show HN: A site using zero images – any feedback on the UI?

#54
post #53

Find out whatever the most common tire size is and preselect it. This serves both to explain how it works (i.e. you have to make 3 selections) and lets people see what the site does with just one click (instead of 4).

Also, while "no images" may be special on HN, users don't give a shit. Images used right are enormously useful. In this case, I'd add exactly three, symbolizing width, profile and size. Also, separate the three selections a bit more from each other, and perhaps even add a stylized tire to the top/logo to make it immediately clear what the site is about.

Re: Show HN: A site using zero images – any feedback on the UI?

#55
post #21

"We compare so you don't have too" should be "We compare so you don't have to"

I'm not a spelling/grammar nazi or anything, but seeing mistakes like this really puts me off things. Like, to the point where I have to close the tab because it annoys me so much. I probably have a disorder. I should get help.

I don't think you do. Spelling mistakes on front pages tell me that someone didn't pay the kind of attention to their work that I would like them to. If their site is trying to sell me something, I conclude that their product is probably made with similar lack of attention, and that is what puts me off.

It's a bit like going into a restaurant and seeing the waiter not wash their hands after using the bathroom.

Re: Show HN: A site using zero images – any feedback on the UI?

#56
I agree with basically everything that has been said so far. Now, I don't drive or buy tires, but I do dabble in design, so here are the first things I see when I start nit-picking:

* The nav text is too small to read comfortably.

* For the nav in the top right: why is it in that spot? It doesn't line up with other content, so it looks out of place.

* TyreSum.beta – my first thought was: 'there is a .beta TLD?' This is confusing.

* The logotype doesn't need an underline when you mouse over it.

* 'We compare so you don't have to' – you have used periods throughout your whole site... but not to end your slogan?

* Why are the buttons shiny? Then, why aren't they shiny when you click on them? Why is the gradient on the properties-of-tyres buttons is different from the submit button's gradient?

* Why do the buttons have squared corners when the container and the submit button have rounded ones? (Or, why do the other things have rounded corners?)

* Why are the buttons all square, when the text takes up less than half of their height? Since they are, why is the text (very tight!) at the top?

* 'Width', 'Profile', and 'Size' look awkwardly narrow centred on the wide rows of buttons. You could make them look chunkier, or move them to the left of the rows, or something. It would also be nice to see more padding between them and the rows above. The padding on the page is not very consistent all-around.

* For example… the padding on the container is awkward. There is a bunch of whitespace on the left and right, and an awkward mismatch of whitespace size on top and bottom.

* The container has a shadow but nothing else does; except for the gradients on the buttons, if you see that as a shadow – in which case this is doubly awkward because the shadows are running in different directions.

* Why is the container 940px wide? Since the contents don't seem to fill it horizontally, it could be narrower. This would be good because it would work better on smaller screens – especially mobile devices.

* On the search page:

* It's a little strange that 'make and cheapest model' contains links, and 'website' doesn't. I couldn't guess where those links were going to take me.

* You have a 'price' column, and then a 'purchase' column, where each button has the price on it. The 'price' column could go. (You have to be able to sort based on the purchase column, then, though.)

* Why are the contents of some columns centred while others are left aligned?

* Why are the website names a different size and font weight, and why are they all in caps?

* As others mentioned, you don't need the back buttons.

* 'Showing…' doesn't line up with anything.

* I don't have a suggestion here per se, but it takes several clicks to get from stating a size to buying a tyre. To me, the information hierarchy was not obvious. After I got past the search page, I was confused each time I saw another link. I couldn't predict where any of those would take me. Eventually I figured it out, but it would be good if I didn't have to.

* Write good, semantic HTML, and validate it. You are using a bunch of deprecated elements (like ) where you should be using CSS instead, for example. http://validator.w3.org/check?uri=http%3A%2F%2Fwww.tyresum.c...

Hope that helps. Basically, I think their are two main points. The first is about implementation: you should try to follow coding best practices, like using semantic HTML and sanitizing your SQL. The second, which relates to design, is that every aspect of your design should have a 'why.' If someone asks (or, hopefully, you ask yourself) 'why is this here? why is this this colour? why is this this size?' etc. you should have a rock-solid answer. If the user finds themselves wondering those things, it probably means it needs work; likewise if you don't have an answer.

Re: Show HN: A site using zero images – any feedback on the UI?

#57

Earlier quoted context omitted.

What I found refreshing about the site was that it did not make me wait while it determined what to do next. As a user, once I have gone to the trouble of looking up my tyre size and entering two of the three parameters, having the site go non-interactive while options are filtered is not helpful, it is annoyingly bad design. It is bad because instead of being done with my task in another second or two, I am given th…

With the amount of possibilities this has, all the options could be included in the page load, making the filtering (almost) instantaneous.

I fucking hate slow loading pages. It's why I browse from my desktop with NoScript.

Re: Show HN: A site using zero images – any feedback on the UI?

#58
Nice clean UI, but:

You don't offer filtering by (or at least display in the table of) the speed and load rating - these are critical to legal tyres, and could invalidate insurance if found to be incorrect.

You don't filter / display EU tyre labelling - not sure what your legal obligation is, but it would be useful to be able to set a minimum economy / grip or maximum noise rating, or sort results by those.

You only display brand, not model - most premium brands have several models in each size, for example Continental EcoContact, PremiumContact, SportContact - I may only be interested in one of those.

Otherwise, good job!

Re: Show HN: A site using zero images – any feedback on the UI?

#59
post #39

#) It seems like you're not sanitizing the input parameters before using them to construct a SQL query. You should propably fix this. #) You shouldn't output the SQL error messages to the user. #) The purchase column shouldn't have a sort icon if it isn't sortable. #) IMHO the back button doesn't add any value since it just duplicates browser functionality. Another little nitpick‎: The sort icon on the page is a imag…

thanks jabiko, thats now top priority to fix

You should also clean the search parameters:

Example: http://alturl.com/6a7vw

Re: Show HN: A site using zero images – any feedback on the UI?

#60
Two things that I saw:

* If there are instructions, that's usually a red flag to me that I've done something poorly in the UI design. I agree with one of the previous commenters that you should do a make/model search instead.

* I'm not quite sure what to do with the filter field on the results page. It's just a blank text field. Does it filter by keyword?

Post reply on HN