Is there a way I could "listen" (maybe get an e-mail a message in my stackoverflow inbox) to some tags, so when a question is added this tag I can answer it quickly?

link|improve this question
You can use the Interesting Tags section at the right of the frontpage or subscribe to tag RSS feeds. – BoltClock's a Unicorn Oct 18 '10 at 23:58
feedback

migrated from stackoverflow.com Oct 19 '10 at 0:03

This question came from our site for professional and enthusiast programmers.

1 Answer

I don't believe you can get an e-mail, but you can subscribe to an RSS feed for a set of 1 or more tags:

Here's the one for questions tagged with both [php] and [jquery]:

http://stackoverflow.com/feeds/tag?tagnames=php+jquery

If you're browsing questions by tag, such as here, there is a link at the bottom of each page with a URL to the RSS feed for that set of questions.

link|improve this answer
feedback

You must log in to answer this question.