Tagged Questions

0
votes
0answers
55 views

“Generalist” Badge: how come nobody’s ever got it ? [closed]

I'm just wondering: reading the badges section, I noticed nobody ever got the generalist badge. What's up with that? The criteria seems to be "Active in many different tags", but …
0
votes
3answers
44 views

Flex install badge inside a Flex Application?

I have created a flex SWF file for my web page. I also have a AIR application. Is it possible to use the install badge that is available for HTML pages inside my Flex web applicat …
0
votes
0answers
97 views

Stack Overflow User Flair [closed]

I have just started on Stack Overflow (and think it is great). At what point doesn't ones reputation get big enough to warrant putting a 'flair' link on their blog? Really what I …
1
vote
1answer
118 views

Woot-badge like in PHP

Hi everyone! Does anybody knows how to implement something into a website written in PHP, similar to the Woot-badge and the Fanatic-badge on stack overflow? I want to reward my us …
1
vote
1answer
256 views

Tabbar hide badge when Tabbaritem touched

Hello, I trying to use tabbar badges but i have problem ... I have found how to set the badge but i can't find how to catch the touch event for the tabbaritem so i can delete th …
4
votes
6answers
227 views

Database Architecture for “Badge” System & Arbitrary Criteria (MySQL/PHP)

Quickie-Question: To summarize, I'm a little confused as to how I would design such a database that allows indefinite badge-rule creation without requiring structural changes to t …
-1
votes
0answers
507 views

What does the Strunk & White badge mean? [closed]

Okay, it says "edited 100 entries" so that is fine. What I am curious about is what "Strunk & White" itself mean or references?
1
vote
1answer
128 views

Rails “Badge” type plugin / tutorial?

Does anyone know if there is a Rails gem/plugin/tutorial that shows how to create a Badge/Achievement system similar to what stackoverflow uses. Thanks.
1
vote
13answers
423 views

What other sites use badge/reputation systems.

What other sites (not necessarily tech) that use a badge/reputation system like stackoverflow. I am building a basketball website and will probably be looking for a metaphor thats …
0
votes
2answers
106 views

Badge system and storing conditions as variables?

I'm trying to write a piece of code that checks a users stats, be that their points, rank or num_friends and in turn awards them a badge similar to that used in SO. The system is …
1
vote
2answers
80 views

Revenue System based on Versioning/Trac/Ticket Statistics

Lately I had the idea that a badge system system like stackoverflow's could be applied to trac (or whatever system) to stimulate your developers handle tickets, bugs and so on. The …
4
votes
2answers
201 views

Best way to store Badge criteria?

I've been thinking about how to implement the badge feature similar to SO's on a new website. What is the best way to store criteria for badges? Two ideas: All code 'Second syst …
1
vote
2answers
97 views

how can I check what site a javascript badge is embedded on?

I want to allow users to embed badges on their personal site or blogs with a snippet of javascript. The badge is customized on our site based on information in their profiles that …
2
votes
1answer
224 views

Best strategy to implement stackoverflow style badges system in asp.net mvc

I was wondering what would be the best strategy to implement a badges system using asp.net mvc. The one that stackoverflow has is pretty interesting. What do you suggest? I guess …