Tagged Questions
The stackexchange tag has no wiki summary.
9
votes
1answer
121 views
Stack Overflow API: get the user's “new mail!” notification?
When someone replies to your question (or for many other actions on the site) you get a little "new mail!" type icon in your "StackExchange" menu in the top left of the site.
Checking out the API ...
6
votes
1answer
263 views
Accessing StackExchange API from Emacs
I am trying to access the StackExchange API from Emacs' elisp:
(require 'url)
(require 'json)
(defvar url-http-end-of-headers)
(defun read-json ()
(interactive)
(with-current-buffer ...
3
votes
2answers
311 views
OpenID provider library recommendations for PHP
Our PHP site uses a home-grown forms auth implementation. We're considering making our site into an OpenID provider so that we can authenticate (using our exisitng user accounts) users on a ...
2
votes
1answer
724 views
Looking for Open Source SaaS model examples
I'd like to know if there are any base SaaS type systems out there in the open source world.
Trying to find implementation options for a new SaaS type product that is being worked on. Java solutions ...
1
vote
2answers
87 views
How to count two different columns in T-SQL?
I am playing with the StackOverflow datadump. Now I have a T-SQL Problem:
I can select a list with the number of questions per month and year with:
select datepart(year, posts.creationdate) as year,
...
1
vote
0answers
64 views
date format in the stack exchange api
when i query stackoverflow (using it's API) to get some data (questions/answers/etc) i get the following json response (for example):
"down_vote_count": 0,
"last_activity_date": 1300830790,
...
1
vote
1answer
38 views
How can I automatically publish my questions and their responses to my blog?
I want to publish my questions and their responses asked here (on Stack Overflow) to my blog (or Linkedin, etc.) automatically.
I host my blog on blogger.com.
Is that possible?
1
vote
1answer
57 views
How to get badges for a user with Stacky?
I'm using the Stacky API version 1.1. Such an awesome API but I'm not sure how to get a users badges. There is a method GetTagsByUser but not associated GetBadgesByUser. Is there something I'm missing ...
1
vote
0answers
265 views
Open-Source Q&A Site Software Implementations? [closed]
I really like how 37signals created a simplified Q&A site (i.e. simplified StackExchange)
http://answers.37signals.com/basecamp
Does anyone know of a free, self-hosted, open-source software ...
0
votes
1answer
39 views
Large scale, multi-site zend project ideas
This is open to any suggestions and was wondering if a Zend Framework user could help me with this.
I've built medium sized database driven websites using the Zend framework and can see it is a very ...
0
votes
0answers
15 views
My OpenID is busted, so I can't log in to Stack Exchange [migrated]
When I try to log in to StackExchange with my openID, I get this mess:
Unable to log in with your OpenID provider:
The openid.return_to parameter ...
0
votes
1answer
18 views
Stack Overflow, my answers are now showing [migrated]
I love this website. It's my favorite site, and I use it hourly. But I'm not smart enough (like most of you) to contribute to the coding questions, the asp.net questions, and so on. The questions I ...
0
votes
0answers
24 views
Stack Exchange Cross Domain Login
When I am logged onto Stack Overflow, then go over to Stack Exchange (and am not already logged in, but have an account), a message pops up alerting me that I have been automatically logged in. Given ...
0
votes
0answers
57 views
ConsumerManager.verify() fails with “No service element found to match the ClaimedID / OP-endpoint in the assertion.”
i am trying to implement openid authentication in a JSF2 application and everything seems to be working fine until the moment where the application needs to verify the openid-server's response (in my ...
0
votes
1answer
56 views
pystackexchange polling issue
So, I'm fairly new to python and I had an idea today to make a script that polls stackoverflow for my rep, and when it changes, it sends an email, which gets sent to my phone as a text.
The emailing ...
0
votes
1answer
143 views
Method for rendering simple HTML fragments
I am writing an Android app for accessing StackExchange and I am looking for the best way to handle rendering the simple HTML fragments used in the StackExchange API. The only HTML in the API are in ...
0
votes
0answers
131 views
Sound notifications in SE chat with HTML5?
I'm going to make an userscript for StackExchange chat which replaces Flash sound notifications with HTML5 ones. Are there any better solutions, or I need to poll document.title every second or so?
0
votes
1answer
38 views
Query for fastest growing tags in data explorer?
I'd like to compare the popularity of tags between two months, ordered by the biggest change.
I've worked out how to count the number of tags in a month, but not how to compare them. Here's what I ...
0
votes
0answers
53 views
how to use stack flair in wordpress site [closed]
I want to add stack flair in my wordpress site. How can i use that?
My site is http://pratikshya.com.np.
I want to put it in right column.
can anyone help me with this??
0
votes
1answer
235 views
stackexchange facebook and twitter buttons
I have just seen the buttons on StackExchange sites for Facebook and Twitter status updates.
I was wondering how SE is implementing this?
I found this excellent post ...
0
votes
1answer
81 views
Looking for Stack Excange/Overflow app/API for Nokia's Symbian s60v5
Is there any ready-to-go project of app for Stack Exchange sites for Nokia's Symbian? (something like Facebook app)
Or maybe any code-base/reference/examples, from which I can start to develop that ...