Earlier quoted context omitted.
Speed it up by not going through your server to get the query suggestions. You can drop the jsonp parameter and just eval the results. Or change the jsonp parameter and include it as a script tag.
I'm now doing everything client-side using JQuery and tags to get around cross-domain XHR limitations. Now Google can't block it. :)
Heard of Google Instant? Well, I built YouTube Instant.
51–60 of 85 posts
Re: Heard of Google Instant? Well, I built YouTube Instant.
#52Re: Heard of Google Instant? Well, I built YouTube Instant.
#53Why the shortened url? I thought HN had them banned for submissions. Full url: http://feross.net/instant/
Seems it's Facebook's shortening url, perhaps for tracking?
I don't know what else they're using it for now.
Re: Heard of Google Instant? Well, I built YouTube Instant.
#54I like the minimal interface. This website is perfect. Your getting something unexpected stumbleupon style, but you are controlling the seed of randomness, making it more interactive and game like. The funnest thing is entering random letters\nonwords. For example "rowlz".
Glitch with "exact search"? It used to return different results last night like best match, but now seems to be literally searching "undefined"
edit: whatever the change was, this guy is going to get a lot more hits now and the site isn't quite as funny: http://www.youtube.com/watch?v=tNR6aEdwRNI
edit2: nvm it appears to be fixed now.
Re: Heard of Google Instant? Well, I built YouTube Instant.
#55doesn't work at all on mac 10.6 with chrome 7 (dev channel)
The site went down earlier because Youtube blocked my server. I rewrote the site to use client-side JS so it should work for you now.
pretty cool app.
Re: Heard of Google Instant? Well, I built YouTube Instant.
#56Re: Heard of Google Instant? Well, I built YouTube Instant.
#57Re: Heard of Google Instant? Well, I built YouTube Instant.
#58Apparently he got a job offer from YouTube: http://venturebeat.com/2010/09/10/youtube-instant-job/
Re: Heard of Google Instant? Well, I built YouTube Instant.
#59Nice idea. However, for me it's currently too slow to be really usable (sorry!). Just goes to show how amazing Google Instant is, I think.
Re: Heard of Google Instant? Well, I built YouTube Instant.
#60Earlier quoted context omitted.
I'm now doing everything client-side using JQuery and tags to get around cross-domain XHR limitations. Now Google can't block it. :)
I'm curious: how do you get around crossdomain XHR limitations using tags? Thanks!