This is pretty great. It's a neat way to minimize SO. I noticed that you're planning on preparing it to be ready for mobile; I'm really interested in checking it out when you do that.
I too find it very cool. I first viewed it via mobile on my iPhone and found the "get started" page wouldn't load. I then noticed that it hasn't been set up for mobile yet. However, after viewing it in a browser I am very impressed. Look forward to it being optimized for mobile browsing!
I almost didn't click through because of the verbose and unhelpful landing page. When I hit "get started" I was amazed at the quality of the app! This is a great view on SO, I will definitely have it in mind.
I went through checking a bunch of topics I was interested in and it took me a while to notice that the checkboxes were mutually exclusive. It's a bit confusing because that's the opposite of how checkboxes are normally used (consider radio buttons instead), and I had hoped to be able to see answers from more than one topic at a time (feature request!).
Aside from that, pretty cool and handy. Nice job! (:
You're absolutely on point - my intent was to enable selecting multiple tags (since the SO API supports it), I just wasn't able to get to that this weekend. Will implement it asap.
In addition to that, you should fix the labels for the checkboxes. For me (Chrome 24 on OSX), clicking them doesn't seem to (un-)check the checkboxes.
Other than that, really nice work!
This is great! Already found a partial solution to a problem about divisors of a number at answer http://stackoverflow.com/a/171784/470560. A search would make this even more useful.
I've been really digging AppEngine and Python lately. You're right that most of the work is done on the front-end, but I enjoy many things about the AppEngine ecosystem and in this case the ease in integrating user auth was one of the reasons I decided to go with it.
AppEngine, HTML5BP, Bootstrap (I got rid of the rounded corners), jQuery, Backbone, Require.js, Less and Moment.js.
To resolve the question and answer content, I make a request out through YQL for the given question_id. For all the StackOverflow information I'm using the StackExchange API. For icons, I'm using the Pictos web font and for fonts, Google Web Fonts.
It's a pretty slim app, tbh. I was originally thinking about posting the code up on GitHub. Thoughts?
One thing I immediately wanted is the ability to search through tags. An insta-search widget would be cool. Also, selecting multiple tags might be nice, but I don't know if you're limited by the API.
Keep it up, I look forward to seeing more releases.
nicely done. It would be extra awesome if you could weight the answers a little by date and whether the current version of the language matches the date.
Actually that would probably be a pain. Maybe just some (optional) sorting by date?
I say remove the front page and have a language and an author selected by default and have it as your front page. Beside that, amazing work! Bookmarked and definitely going to use it a lot. Thanks for the work :)
Sweet. Yeah, I had a hard time settling on which one to use.. would be happy to get some help. It's on GitHub -- https://github.com/nirvanatikku/stack-ed. Thanks!
Nice! I just have one or two remarks about the UI: it is really annoying that when you click the text of an answer it closes it back, and the font is two small.
85 comments
[ 3.5 ms ] story [ 182 ms ] threadAside from that, pretty cool and handy. Nice job! (:
A little curious -- what's your middle/backend like? Curious which frameworks/platforms you chose
The setup:
AppEngine, HTML5BP, Bootstrap (I got rid of the rounded corners), jQuery, Backbone, Require.js, Less and Moment.js.
To resolve the question and answer content, I make a request out through YQL for the given question_id. For all the StackOverflow information I'm using the StackExchange API. For icons, I'm using the Pictos web font and for fonts, Google Web Fonts.
It's a pretty slim app, tbh. I was originally thinking about posting the code up on GitHub. Thoughts?
Perhaps you could expand the question/answer section a bit. Since I'm on a laptop it was a bit difficult to read.
I was actually going to focus on the tags, and the individual questions - rather than the answerers.
That's an interesting approach.
I wonder if just clicking on the tags and seeing the top voted questions/answer combo would be just as interesting.
Nice UI though.
One thing I immediately wanted is the ability to search through tags. An insta-search widget would be cool. Also, selecting multiple tags might be nice, but I don't know if you're limited by the API.
Keep it up, I look forward to seeing more releases.
http://www.stack-ed.com/#tag/scala
Otherwise this is very cool - smooth and responsive UI, interesting use of the mass of information on SO. Love it