polls

Is there any way to identify a unique user in Flash/Actionscript 3?

I'm trying to make a vote/poll application in Flash using Actionscript 3. Is there any way to generate a specific ID that is unique to each user? The only other option I can think of is using the IP address, which is less than ideal in many cases (college campuses, shared Internet access, etc.). It needs to be the same number every time ...

Do you know of any programs worth reading?

One of the top tips for new programmers is to read programs, like the "old masters" who studied paintings of their ancestors, all programmers should also study programs of their colleagues. The question is, which programs are worth the trouble? ...

Which IDE would you recommend to work with Oracle and why ?

The company where I work let me choose the IDE to work with Oracle. I may choose betwwen SQL Developper Toad PL/SQL Developper What are the advantages and disavantages of each one ? The price is not a concern. Licenses are already paid... ...

How to integrate a "Poll module" into a grails application ?

In my grails application, I would like to integrate a simple "Poll module" where people can vote (without authentication) with different options integrated into the homepage website. Poll Results (graphical preferably) can be shown in a different page (or in the same module frame). Do you know if there is a grails plugin or any other si...

Facebook Polls Integration

Hello! I want to create a Facebook poll. Ideally, I would want it to be viral and show on people's pages if they voted. Even more, I would want it to be Flash so that I can have better control over the general look and feel if possible. How can I do this, please? Thank you! ...

Favorite Mac App, that you want for Windows?

Hey, I'm trying to figure out which next spare-time application I should develop for Windows. What do you think is missing on Windows of small beautifully designed apps? The reason I ask this way, is because I focus on graphically appealing Windows applications, and usually Mac apps has great interfaces in general. As an example, I w...

What is a good user interface element for voting in web?

I have the following scenario: The website presents the user with a list of choices. The user can vote for them. The user has 3 votes that he can spend. He can place all 3 votes on one item, or he can distribute them among multiple items. He can also change his vote placements later (the choices aren't fixed and a new, better choice mig...

How to prevent the most number of cheaters for polls?

On my website we run a contest system and users vote for other user's content. We recently caught someone creating multiple accounts to vote multiple times (consecutive id numbers, and votes within a couple minutes). We would like to prevent that from happening again. Judging how Times handled their "Most Influential Person of the Centur...

ExpressionEngine 1.6.9: LG Polls module; display question and assign poll id from control panel

Hi friends, I'm a real newbie at EE. Having trouble about LG Polls module I followed the steps from the official module guide. I set up everything as it was told at doc. You can see below my code (taken from doc again). the current code below displays answers, I also can vote, everything is working great. It just doesn't display the qu...

ExpressionEngine 1.6.9: displaying a weblog at all pages.

Hi friends, I'm a EE newbie. I have the code below. the poll weblog displays at search result page, but doesn't display at blog and post details page :/ what am I missing? display at search result page: www.blabla.com/search/noresults/d8ee432f229715a4adfbe1cc0d21049a/ NO display at blog pages: www.blabla.com/blog/ or www.blabla.co...

What Agile Model do you use at Work?

I am looking to start pushing for more Agile processes to be brought into play in the work place and do my best to outlaw cowboy coding as much as possible. I understand many of the different models and am just looking to see which model has the higher uptake (or which parts of the model as well), and in what industry it is being used. ...

Any examples of very shocking undefined behavior?

People often comment that a program can legitimately respond to undefined behavior by deciding to reformat your hard drive. However, in practice undefined behaviors in most languages do something rather unsurprising, for example: Fail (e.g. crash, throw an exception, or otherwise interrupt execution). Refuse to compile. Yeah, that ...

Confused about how to approach a registration and polling of messages with Android

Dear stackies, what I need to do is auto-register device if not already done and then start polling messages with the credentials I received through this registration. Now, after I read quite a bit about services, threads, asynctasks and the AlarmManager I'm totally confused about how to handle this. :-s So, there are my two main task...

A developer's rules to live by

I was inspired by Gichin Funakoshi's Twenty Principles, and decided that we software developers ought to have some too, and I couldn't think of a better place to put this than Stack Overflow community wiki. It is not about hardware or software, it is about people Technologies and tools come and go, patterns and algorithms stay the same...

Favorite discussion forums for Android? (noob)

What are your favorite discussion forums for Android issues? StackOverflow is Google's recommended go-to site for beginner questions but the way it's structured is best for simple questions with simple, black-and-white answers. StackOverflow isn't really structured for an extended discussion where someone says "Try This" , so I post ba...

What are the most widely used tools and libraries for C++ development?

I am looking to get a general understanding of the toolkit a typical C++ developer would use. What are some recommended tools and libraries for C++ development? Please include a category with submission (e.g. IDE - Visual Studio) and single submission per recommendation. Categories (add more if needed) Build Tool IDE Unit Test Fram...

Are there any really simple and usable issue tracking systems?

Looking for an uber-simple issue/bug tracking system, as simple as possible. It's just going to be for me to keep track of freelance web development projects. Everything I've found has way too much (milestones, ability to assign to different users, severity levels, calendars, wikis, etc.), and I can't seem to find anything stripped down....

What was your favorite programming project at university?

Hi, simply put, what was your favorite academic/hobby project you have written while you were a student? please, Choose one only :) Thanks, ...

Using adaptive grammars

Hi, I'm trying to implement a language (or family of languages) whose grammar can be changed dynamically. I have found no examples that serve as study cases. Can you give me some reference to any that are actually used in the real world (even from the academic world)? Does it make sense to implement a Domain-Specific Languages with a ...

Funniest technical explanation?

Every so often I get asked for an explanation for some programming-related bit of jargon. Sometimes, if I know the person who's asking will get the joke, I make up the answer. For example, today the word "blitting" crept into an email thread and one of the S&M folk replied, Not too sure what "blitting" is; a technical term perhaps ...