Show HN: My first coding project ever (unnamed)
HN, I would appreciate some feedback on my first coding project ever. It's a visual instant search for iTunes (using Apple's API) I consider it MVP at this point, some features are still missing. I've tested the site in Safari, IE, and Firefox, and it seems to work in all of them.
http://38069.vs.webtropia.com/tester/test/ (not too fancy of a URL)
My background is nowhere near coding or designing (English major in the making, quite sure my code shows) and I only knew some basic PHP going into this last week, so don't be too harsh.
Why this idea? I strongly believe visual search will be something to look at in the future.
Thanks for your feedback!
5 comments
[ 3.5 ms ] story [ 23.3 ms ] threadFor a first go, it's fantastic. Keep it up.
EDIT:
Ah, now I see that I must not press enter, and then I can see the desired results. That's pretty counter-intuitive. It also shows that there _are_ results for "feet of steel", and they make more sense than "Stevie Wonder". I'd let the user choose to accept the autocomplete, rather than forcing it upon them.
thanks for the feedback!
answer to your edit: the ajax is supposed to grab the first suggestion and start searching for it while you type. this is a bit buggy though.