Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
202 views

Small jquery plugin for flair

See it in action at http://iamaust.in About I know I know another flair plugin. I made this because I always wanted to write a jquery plugin and for my new website I needed a SO flair that ...
7
votes
0answers
472 views

Stacktistics: Show recent popular languages, mobile platforms and web techs based on question counts

Screenshot / Code Snippet About You may wonder what kind of languages, mobile platforms, or web technologies are most popular these days. stacktistics shows popularity of programming ...
5
votes
0answers
207 views

Stack Addict: Always-on StackExchange question viewer (Chrome Extension)

Stack Addict is a question-list widget accessible at any time, from any page you're on. Pressing a simple keyboard-shortcut brings up the question viewer, from which you can search, sort, and ...
18
votes
3answers
949 views

Stack Insight - Track a User's Activity Over all Stack Sites.

Screenshots ... but why not see the live site at http://stackinsight.com About Web application to show how all a user has been involve in the different stack sites over time. Just enter your ...
29
votes
6answers
2k views

New Q! - Google Chrome Extension notifies you of new questions of interest

Screenshot A new question notification in Chrome 6 in Windows XP A new question notification in Chrome 5 in Windows 7 The options page About I like to check StackOverflow for new questions to ...
2
votes
1answer
1k views

jquery ajax calls return null

When I enter the API urls into my browser they work, but when I try from jQuery they just return null. When I open the html below all I get is an alert that says null, despite the fact that Firebug ...
155
votes
9answers
14k views

StackTack, a JavaScript widget you can stick anywhere

Screenshot / Code Snippet <head> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script> <script ...
0
votes
0answers
129 views

Any CSS ninjas want to help me style my sample app?

I really am horrible at CSS. I am making a SO clone example application that will eventually consume as much of the StackOverflow.Net API as possible. Although it is a clone, I am not expecting it to ...
1
vote
1answer
80 views

I can't get a response for /questions/{id} in Chrome Extension

I'm writing a Chrome Extension that queries the API. Using jQuery, I have the following code called from my background page: $.ajax({ url: 'http://api.stackoverflow.com/0.8/questions/' + id ...