Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
61 views

ThirdPlace JavaScript chat library

Screenshot / Code Snippet var room = ThirdPlace.Room.GetCurrentRoom(); var message = new ThirdPlace.Message; message.room_id = room.id; message.content = "ThirdPlace.js is a library which ...
5
votes
0answers
45 views

Stack.JS - Powerful Event-driven Library for Accessing the Stack Exchange API in JavaScript.

About Stack.JS is the JavaScript equivalent of Stack.PHP and aims to replicate the request structure of that library as much as possible. The library is still a long ways from being complete ...
0
votes
0answers
54 views

StackOverflow Updater.. Update Questions without the refresh

SOUpdater - UnRefresh! (1.2) App (Chrome-Extension) About SOUpdater is a chrome extension that helps in plugging-in questions asked in stackoverflow in a sidebar and update it frequently without ...
1
vote
1answer
26 views

How do I get a GreaseMonkey/UserScript to interact with the Live Preview?

I've converted a script that I hope to get embedded on a StackExchange site (Lego Answers) to a GreaseMonkey/Userscript but I'd like to get it interacting with the live preview when creating or ...
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 ...
15
votes
0answers
744 views

Stack Exchange Deleted Question Viewer

Screenshot About Stack Exchange Deleted Question Viewer is a user script which allows any users with at least 500 reputation to see most deleted posts, if they have a link to them. It ...
8
votes
0answers
126 views

Add CORS headers to API output

Currently, the only way to call the API from javascript is to use JSONP, however this can be cumbersome and has security issues. Cross origin resource sharing is included in most modern browsers in ...
1
vote
1answer
91 views

Using the API directly from JavaScript

Is there any way I can use the API directly from JavaScript without any Server side proxy? I know of the inter-domain restrictions, but can we do it somehow in case of facebook API right?
2
votes
1answer
64 views

Is there a way to increase the contrast of the special highlighting that is applied to the OP of a question?

I apologize if this question is off topic or has already been asked; I couldn't find anything related. When the Original Poster of a question comments somewhere on the question page, his name is sort ...
6
votes
2answers
109 views

OR operator for StackOverflow API

I'm trying to get a list of questions from the SO API for a number of tags, At the moment I am using the ; operator to separate the tags in the URL but the thing is this only brings up questions that ...
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 ...
5
votes
1answer
215 views

Stack Overflow Tag Manager

Screenshot About Stack Overflow Tag Manager is a Greasemonkey script for expressing your tag preferences, which partly inspired Stack Overflow's own tag preferences feature. Continued ...
3
votes
0answers
130 views

Question Dashboard (Greasemonkey Script)

Question Dashboard for stackoverflow.com (plus meta, serverfault and superuser) - page analyzed and indicators shown at the top of the question, just under the title, for key information. ...
12
votes
3answers
556 views

StackCenter 2 - Now in Public Beta!

Visit now: http://stackcenter.quickmediasolutions.com/beta/ Feedback is appreciated! About StackCenter 2 has been brewing for quite some time now. Since the global inbox was introduced, the ...
1
vote
2answers
109 views

Is something filtering 'document.cookie' in SO pages?

My colleague and I are developing an annotation tool for web resources. One way The user can us the tool is to click a special bookmarklet to view the current page with annotations added. The ...
14
votes
0answers
235 views

SO Live! Chat Edition. — live updates to your reputation score, while chatting

Screenshot About This userscript, based on SOApi.js, injects itself in all SE sites' chat pages and polls the API for reputation changes every 60 seconds. When your reputation changes, this ...
20
votes
0answers
745 views

SO Live! — live updates to your reputation score.

Screenshot About This userscript, based on SOApi.js, injects itself in all SE pages and polls the API for reputation changes every 60 seconds. When your reputation changes, this is quietly ...
11
votes
12answers
597 views

Soapi.JS2 : a fully relational JavaScript client library for the Stack Exchange API - beta preview

Soapi.JS2 var context = new Soapi.ApiContext(yourApiKey); context.initialize(function() { context.official.stackApps .Users().ById(14) .invoke(function(users) { ...
2
votes
1answer
99 views

What timezone is used in the API?

When a timestamp is used, for example the fromdate parameter in /questions, what timezone are dates in? Is the number supposed to be in milliseconds or in seconds? To get the current time to pass as ...
5
votes
3answers
137 views

Injecting HTML Into A Stackexchange Site

I am writing an application that injects some HTML into the page. I was wondering what the policy is for this. Is it ok or generally frowned upon?
2
votes
1answer
203 views

Web SENotify - Stack Exchange website new question notification

Screenshot About This website is a notification tool of new question on Stack Exchange website. License Public Domain Download Download http://senotify.jeb.be/ content (html, css, js from) ...
0
votes
1answer
110 views

Best way to calculate total badge count in Javascript?

I'm using Javascript and JSONP and want to find-out a user's total badge-count (i'm not using any libraries). At first I naively added up the badge counts individually, but some user's have no ...
2
votes
0answers
1k views

How to call the API via JSONP in Plain Old JavaScript

This tips demonstrates how to call the API in JavaScript without the need of jQuery or other frameworks. In a lot of cases you will find that the JSONP implementations provided in various frameworks ...
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 ...
3
votes
0answers
230 views

Widget Of Awesomeness, an extended profile Javascript widget

Due to lack of interest I'm shutting down the hosted version of this. Screenshots Widget: About The Widget Of Awesomeness lets you embed a simple widget on any page that will display your ...
5
votes
1answer
153 views

StackAd Scroller

Screenshot About StackAd Scroller is a small web application that scrolls the open source ads from this Meta question. It is highly configurable and makes a nice page to leave your web browser ...
10
votes
1answer
476 views

StackAd - An Easy Way to Display Open-Source Ads on Your Site/Blog

Note: This page is due for an update but until then you can add StackAd to your site by adding: <script type='text/javascript' ...
9
votes
1answer
263 views

VoteCounts: bookmarklet to display up/down votes even for rep<1k

Screenshot / Code Snippet About This small bookmarklet will allow anyone to use the "vulnerability" of the API that it allows you to check the up/down vote count - a feat you could normally ...
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 ...
4
votes
1answer
295 views

Is it safe to embed my API key into my javascript-only application?

I have an application I'm developing that's pure javascript and consumes the Stack API. My API key is embedded in the source which anyone could read. Is this safe?
16
votes
15answers
1k views

Soapi.JS : fluent JavaScript client library for the Stack Exchange API

Soapi.js If you are looking for a full featured, compact JavaScript client library that provides complete end to end coverage of the API, Soapi.JS is a good choice. You may also want to check out ...
3
votes
1answer
422 views

StackScript JavaScript Wrapper

Code Snippet Demonstrates the StackUser class: // Global object var ss = new StackScript(''); function GetInfo() { // The provided callback will be called // when the data arrives var ...
1
vote
1answer
221 views

How to use the stackapps API from JavaScript with XMLHttpRequest or XDomainRequest?

I had an idea for an app that required calling the stackapps API from JavaScript, but when I started prototyping it I quickly found out that the API does not allow cross origin requests. This means ...