I like how they set the price: $(function() { var price = localStorage.getItem('price'); if(!price) { price = Math.ceil(Math.random() * 3); localStorage.setItem('price', price); } $('#price').html(price); });
This is interesting. Any one know what is the reason to use "random" pricing? Especially only diff 1-2 dollars.
Waffle.io
21–30 of 66 posts
Re: Waffle.io
#22I tried to view on mobile and the page is unreadable. OP, if you are the creator of the site, please consider having some sort of mobile optimized page! (Even if it is just an info page)
Even a site that I could read on mobile would be good. Resizing doesn't help with this one so some text and images can't be viewed.
Re: Waffle.io
#23Come on people. I'm so tired of most of my comments being reminders to check your UX! http://imgur.com/82DqYXl I'll short out most, if not all, of your responses here. I'm on mobile. I don't care if you designed for the desktop web or not, most visitors will be mobile web. Just test it. And for Cthulu's sake rotate your phone 90 degrees to make sure it works.
Re: Waffle.io
#24Come on people. I'm so tired of most of my comments being reminders to check your UX! http://imgur.com/82DqYXl I'll short out most, if not all, of your responses here. I'm on mobile. I don't care if you designed for the desktop web or not, most visitors will be mobile web. Just test it. And for Cthulu's sake rotate your phone 90 degrees to make sure it works.
Or use the iOS Simulator if you're on Mac. It's simple, it launches in seconds, you can point it to localhost on your machine if you're serving locally for testing, and you can check old versions of the OS with older versions of Safari (like 7.0 where you couldn't minimize the UI). In their defense users who actually want to contribute will likely be on desktop but I get your point. You're reading HN on mobile and wa…
Re: Waffle.io
#25Come on people. I'm so tired of most of my comments being reminders to check your UX! http://imgur.com/82DqYXl I'll short out most, if not all, of your responses here. I'm on mobile. I don't care if you designed for the desktop web or not, most visitors will be mobile web. Just test it. And for Cthulu's sake rotate your phone 90 degrees to make sure it works.
Or use the iOS Simulator if you're on Mac. It's simple, it launches in seconds, you can point it to localhost on your machine if you're serving locally for testing, and you can check old versions of the OS with older versions of Safari (like 7.0 where you couldn't minimize the UI). In their defense users who actually want to contribute will likely be on desktop but I get your point. You're reading HN on mobile and wa…
Re: Waffle.io
#26This is wonderful. The main page doesn't mention the term, but the easiest way to describe this is that it is adding a Kanban board to Github. http://en.wikipedia.org/wiki/Kanban_board The simplicity to effectiveness ratio of Kanban boards really impress me.
Re: Waffle.io
#27Re: Waffle.io
#28Re: Waffle.io
#29This is wonderful. The main page doesn't mention the term, but the easiest way to describe this is that it is adding a Kanban board to Github. http://en.wikipedia.org/wiki/Kanban_board The simplicity to effectiveness ratio of Kanban boards really impress me.
Re: Waffle.io
#30Come on people. I'm so tired of most of my comments being reminders to check your UX! http://imgur.com/82DqYXl I'll short out most, if not all, of your responses here. I'm on mobile. I don't care if you designed for the desktop web or not, most visitors will be mobile web. Just test it. And for Cthulu's sake rotate your phone 90 degrees to make sure it works.