Tagged Questions
The badges tag has no wiki summary.
23
votes
4answers
861 views
How to implement badges?
I've given some thought to implementing badges (just like the badges here on Stack Overflow) and think it would be difficult without Windows services, but I'd like to avoid that if possible.
I came ...
16
votes
2answers
1k 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 system' - create a meta ...
15
votes
7answers
1k 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 the previously ...
9
votes
1answer
567 views
Badge achievement system like SO: Data being used + Criteria(instant awarding & cron jobs)
I've been looking at an open source clone of SO,
http://github.com/cnprog/CNPROG
I don't know Python/Django but I can still read whats going on,
The developers, seem to only be awarding badges with ...
6
votes
4answers
400 views
Why do sites like stackoverflow with badges use some type of delayed job to determine when to award a new badge?
Stackoverflow has a nifty badge system. One thing I noticed is that badges are not immediately awarded, but sometimes seem to have some type of a delay after I meet the criteria. I've noticed this on ...
5
votes
1answer
731 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 I need to clarify ...
4
votes
1answer
531 views
How does the mail icon count number show up on the iPad / iPhone
I want to use the same number count like the mail icon for the iPhone and iPad how does that small number pop up over an icon?
4
votes
1answer
387 views
Creating an image badge with Cocoa/OSX
I need to create an image badge in Cocoa. Basically I need to take two images one smaller then the other and overlay the smaller image over the larger image with a certain offset. Does Cocoa provide ...
3
votes
2answers
107 views
how to architect achievements and badging with nosql
I currently have an social game app using mongodb for it's database. My question is what are some suggestions if I want to create a points and badging system. The business logic for ...
3
votes
1answer
133 views
How to handle achievments/badges/awards for your APP with minimum hit to system?
I like the concept of badges and achievements for a website I am designing. They have been proven to improve ussage/utilization rates and I think could be a large motivator for an app I'd like to ...
3
votes
2answers
4k views
How can I use iOS's standard red number badges within my app?
I know that it's trivial to add a red number badge to an app's icon on the home screen. What's the best way to get a badge that looks like this within my app? There are some classes I've found online ...
3
votes
1answer
250 views
Woot-badge like in PHP
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 users if they visit my site everyday ...
2
votes
1answer
57 views
Get Application badge of running applications
I'm not sure if this is possible, but I want to get the application badges of other running applications. So I'd like to get the text from Mail's badge or other apps like Adium. I've looked in ...
2
votes
2answers
2k views
how can i remove the badge number if i click on close button in push notification?
i am working with push notifications. when i get anotification. it comes with 2 button, view and close. if i click on view it opens the app and when i cllick the close button it does nothing but a ...
2
votes
1answer
108 views
Is there a built-in class for creating notification badges?
I've noticed that some apps (like the Facebook and LinkedIn iPhone apps) have notification badges inside the app (I'm not talking about the ones in the tab bar, I know how to create those). How are ...
2
votes
3answers
140 views
Badge - data structure / models?
I'm trying to figure out how one would set up a database and/or model in order to handle various badges. Lets take the Stack Overflow badges as an example. There are different rules for each and some ...
2
votes
2answers
927 views
UISegmentedControl with Badge
Just like the tabbar, I want to show badge on UISegmentedControl. As i cant see any predefined methods for UISegmentedControl just like available for UITabBar.
I thought about adding the badge as ...
2
votes
2answers
293 views
How do information bars work, like the one appearing in stackoverflow when you win a badge?
When you win a badge in this page a bar with information appears on top. I think is jquery but anybody knows all the code and the implementation? Thank.
2
votes
3answers
1k 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
1answer
49 views
SQL Query inside a table
I'm building a badge system very similar to the way StackExchange's badges work. In order to query the individual badge eligibility, it seems the optimal solution is to place an SQL query inside a ...
1
vote
1answer
153 views
IOS5: Icon Badging in non-running state
I searched a lot for a solution to handle icon badging while the application is not running.
I wrote an app that receives push notifications but, while in running state i can update the badge in the ...
1
vote
3answers
311 views
Image Badges/Labels on the corner. What library (jQuery?) would be best?
I've been trying to figure out exactly what these are called, and what library(s) you can use to implement them. Or maybe there's a straight CSS solution that I haven't seen?
Basically I want to add ...
1
vote
2answers
453 views
Badge value on “More” tab
I am making an iOS app which has a tabBarController, with more than 5 tabs. Thus, first four are directly clickable and the rest come under MORE tab.
I want to show a badge on the MORE tab if there ...
1
vote
1answer
440 views
Managing badge in UITableViewcell
In my app, I used xml parser.Well, using xml parsing i set text of cell of tableview and onclick of cell particular image visible for user which is also coming from xml parsing.these all things are ...
1
vote
4answers
310 views
How would you implement a badge system similar to SO?
I need to do a similar badge system in zend framework.
I don't know how to implement, I though about a Event/Observer and some actions to trigger an action to check, or a cron which will run every 10 ...
1
vote
1answer
917 views
How to add Badges on UIBarbutton item?
Hi friends am new to iphone developing. Am struggle with add badge values on UIBarbutton item on right side. I have tried but i can't solve this problem. Can anyone help me.
Thanks in advance!
1
vote
2answers
389 views
How to design a rewards system on my website
I want to try and design a reward system on a new website I am building. For example (for illustrative purposes only):
Stack overflow's medals system is another example.
My question is, you can ...
1
vote
2answers
1k views
Vertically and horizontally centering text in circle in CSS (like iphone notification badge)
I'm looking for a way of to do a cross-browser iphone-like badge in CSS3. I'd obviously like to use one div for this, but alternative solutions would be fine. The important factor is that it needs to ...
1
vote
1answer
341 views
NSOutlineView with badge of unread messages like Mail.app
I'm trying to create a user interface similar to the iTunes source list or the Mail.app mailbox list where a badge with a number (e.g. unread emails, new podcasts) is shown at the right hand side of ...
1
vote
2answers
194 views
How do I get a codeblock to run on the iPhone once every 24 hours at midnight if my app is suspended (multitasking)
Was reading through the iOS4 documentation for multitasking, and couldn't figure it out.
I basically need to update the badge count on my app's icon after midnight each day as long as the app is ...
1
vote
1answer
2k views
Tabbar hide badge when Tabbaritem touched
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 the badge when the user is on ...
1
vote
2answers
379 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 set so when a task ...
1
vote
2answers
123 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 naive approach ...
1
vote
2answers
158 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 at some point is ...
0
votes
1answer
50 views
Objective-C API for creating Mail/Message like receivers
Does anyone know if there exists an open Apple API to use to create rounded receivers badges as you can see in both Mail and Message app (and probably several other Apple apps).
EDIT: An examplifying ...
0
votes
1answer
20 views
flex mobile using badges in elements
Is there a way to display so called badges in Flex elements?
With badges I mean the little red circles with a number in it which are used to display the amount of new items in a inbox by example.
I ...
0
votes
1answer
49 views
Letting Django superuser define new badges in gamification component
We are implementing the gamification component of a project in Django. We would like the superuser to be able to define new badges and redefine existing ones inside the Django admin interface.
The ...
0
votes
0answers
451 views
iOS 5/local notification and badges: notification is gone when opening the app
In pre-iOS 5 versions, local notifications were displayed as alerts, and the "show me" button would open the app providing the proper UILocalNotification object. Since iOS 5, notifications are non ...
0
votes
1answer
81 views
How to get user details using BadgeVille API?
How can I get current user's details with BadgeVille API?
I want to fetch user's total points, the level image etc.
Anyone with BadgeVille experience?
0
votes
2answers
53 views
Incorporate badge feature on CMS
I am wondering if there is an easy way to incorporate the nifty "badge" feature of StackExchange to normal CMS, such as Umbraco. Ideally, I'd rather have a plugin with some basic XML editing or even ...
0
votes
0answers
133 views
iOS reinstalling app does not clear badges
I have set the badge number of my app to 1 with a local notification. Then I uninstall the app. When I reinstall it the badge is still there. Is this an iOS bug or is there a way to clear the badges ...
0
votes
1answer
194 views
Any ideas to improve my badge system?
I'm working a badge system, so far, I've this idea:
Create a UserMeta tables to store data which will be used in criteria.
UserMeta
===========================
user_id | posted_comment_count | ...
0
votes
2answers
160 views
How to grab badge icon image out of iphone simulator?
I found the response to a post about MKPinAnnotationView icons very helpful. See: MKPinAnnotationView: Are there more than three colors available?.
I want to do the same thing getting the icon badge ...
0
votes
1answer
257 views
TabBar Badge Events and changing
I have a tabbar, with a default badge count of 6. When a user changes the value of a button on the tab view, I would like the badge to adjust. -1 or +1. All the buttons are set to red, if the user ...
0
votes
2answers
357 views
Display standard badges on website icon added on the home screen
My website is optimised to display an Icon and a custom app name when its added to home screen on iOS. Is it possible to display standard red number badge on this website icon, with javascript for ...
0
votes
2answers
673 views
iPhone icon badge without a number
I have seen 1 answer to this question but was a solution for in app badges. I am looking to create a badge for the homepage icon without a number. It would just be a red dot.
0
votes
1answer
306 views
Rails Badge / Achievements System Dynamic Master List
So I am using the method in: How to implement an achievement system in RoR to implement a badges/achievement system on my app.
This has worked great thus far, but I am wanting to have a "master list" ...
0
votes
1answer
373 views
Accessing SegmentedButton Buttons To Change Badges in Sencha
I've declared a new Ext.SegmentedButton() called "myseg" with a couple of items... In a another function i want to access the badges of each button in "myseg" and change the values... how do I got ...
0
votes
1answer
92 views
stumbleupon badges and spanish characters
using the stumbleupon badge code for a url like
http://www.test.com/¿cómo_se_dice
with the following snippet
<script ...
0
votes
3answers
144 views
Implementing not automatic badges with PHP and MYSQL
I have users' table users, where I store information like post_count and so on. I want to have ~50 badges and it is going to be even more than that in future.
So, I want to have a page where member ...