Hacker Newsnew | past | comments | ask | show | jobs | submit | more JonathanBouman's commentslogin

I think you hit the API Limit. Just fixed a bug that used an old API key for API calls (got lower limits).

Big chance you won't get that error if you retry it after 10 minutes (time needed for Amazon Cloudfront to push the new version to all the edge locations).


Thanks! The Treasuries view is a nice one indeed, took me a night to find a good way to keep it stupid simple and fast.

My motivation is coming from previous mashups I did in the same style. http://Scrolldit.com which was featured on TechCrunch (http://techcrunch.com/2011/10/25/scrolldit-i-heard-you-liked...) and another mashup I did http://www.ScrollFriends.com (Facebook Scroller, no viral)

However Scrolldit is (most of the time) a pure timewaster, check this: 377.913 (unique visits) x 1.20 (avg minutes on the site) = 453495,6 minutes = an impact of 314,93 wasted days on our world economy.

However with all those minutes wasted I felt the need to do something productive, I think Scrollsy.com is a good try. Supporting all those small shopkeepers, trying to give them more exposure.

Good idea to do the blog post, it's on the list!


What's your motivation for all these mashups?


Multiple things: I love endless scrolling and visually rich designs, I want to learn new techniques and ofcourse it's great to see other people using these mashups. Btw this mashup was also some kind of compensation for the damage I've done with http://Scrolldit.com


I posted it 5 hours ago on HN but had to delete it because of API limit I had to resolve before risking a viral.

After they were resolved I posted it.

Trick: Click the about link in the top left box and flag the disable animation checkbox.

Do you have any examples of those fashion sites?


You should rename about to options (or make a second link).

Listing options in an about link is counter intuitive.


I'll make a second link, good idea.


Thanks for the compliment! The loader is something to re-code indeed. Anyone here with a good example of a nice scrolling loader?


I agree, your app looks dangerous in a good way.

I think the most important thing is that the loading animation be anchored to the bottom of the loaded content so that it never obscures content that's already loaded. If the user manages to outrace your loader and gets to the bottom, some kind of indication that the app is churning away would no doubt be welcome.


That's a good idea, got it on the list!


You can try throwing a 'position: fixed; bottom: 21px;' on your #loading div instead of positioning w/ JS.

Also, the animation on the items isn't very smooth and I find it distracting. It'll probably feel smoother without the drop down animation (maybe a quick $.fadeIn) might look good.


No they doesn't, as far as I know.


A life lesson which was news to me: there is some scale at which every commercial site has an affiliate program. (Varies based on the site.)


When I did an Etsy app, there was no affiliate program, which seemed to largely stem from the fact that Etsy charged to little to sellers that they were barely making a profit. The idea of giving a cut to ousters seemed like a bad idea. I'm not sure if it's changed. But when one considers the number of Etsy apps that have been made just for the joy of it, it would seem to be in Etsy's favor to incentivize developers once they can get the numbers to work out.


> No they don't

Sorry! Couldn't leave that error untouched :)


Everything 100% clientside jQuery & JSONP. Hosted on Amazon Cloudfront so low costs and no scalability issues.

Some examples you should check:

Regular search: http://www.scrollsy.com/#s=nyan%20cat

Treasury listings: http://www.scrollsy.com/#l=treasury

Shop: http://www.scrollsy.com/#un=machelspencePHOTO

Color search: http://www.scrollsy.com/#c=art&color=0A9600

Would love to have some feedback!


You really should have a fallback page for browsers with no Javascript. NoScript has become increasing popular and the "Javscript Free" page of a site is the first page those users will see (even if they go on to temporarily allow javascript for your app).

In your case, it is just a blank white page. Since you are asking for suggestions, I would suggest you just make it display a message. One for suggesting users with older browsers to download chrome or firefox and another message directed at those with Javascript intentionally disabled which gives a very brief outline of what your app does and why they should enable JS to play with it.

e: I clicked through to the other mashups you have created which you linked in your other comment. They all do the same thing, just bring me to a blank page.

ee: To those down-voting, what do you disagree with? Do you not think pure JS web apps should have HTML fallback pages or do you disagree with the way I said it?


I didn't downvote you but I personally never worry about users with JavaScript disabled, and the companies I have worked for don't care either. The number of people without JavaScript is most likely way to low to spend time on an HTML fallback.

http://www.quora.com/What-percentage-of-Internet-users-use-J...


An adequate "fallback" is <noscript><p class='something_nice'>This site requires Javascript to function</p></noscript>. It's not exactly hard, and it's better than a blank white page.

It can also occur due to network problems on occasion or other technical issues; if you have JS beyond just progressive enhancement on your site you really ought to have a <noscript> tag in there somewhere.


It's a fair argument that overall percentage is low, but if you are catering towards a more technical audience (submitting to HN would count as that in my books) then I imagine the % of those using some form of Javascript blocking software is much higher.

Plus as mentioned, it isn't like it takes much effort, a noscript tag and a paragraph saying that it is a pure JS web app/what it does is enough.


Do you not think pure JS web apps should have HTML fallback pages or do you disagree with the way I said it?

I don't think non-JS/HTML fallback pages are worth it for a minimal viable product.


Showing a 'Please activate javascript' message is indeed a good idea. A complete HTML only fallback is impossible since everything happens in the browser (JSONP API calls).


Good job Alexis :)


Everything 100% clientside (jQuery + JSON API's), hosted on Amazon Cloudfront, in other words pretty scalable.

Screenshots:

Newsfeed: http://i.imgur.com/oyEdm.jpg

My own wall: http://i.imgur.com/iUAsq.jpg

Photo albums: http://i.imgur.com/iIDKa.jpg

Search for 'Joyce': http://i.imgur.com/6I104.jpg


Everything 100% clientside (jQuery + JSON API's), hosted on Amazon Cloudfront, in other words pretty scalable.

Screenshots:

Newsfeed: http://i.imgur.com/oyEdm.jpg

My own wall: http://i.imgur.com/iUAsq.jpg

Photo albums: http://i.imgur.com/iIDKa.jpg

Search for 'Joyce': http://i.imgur.com/6I104.jpg



Thanks


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: