Tagged Questions
The choice tag has no wiki summary.
16
votes
21answers
3k views
Why does everyone go with Subversion?
I personally used Mercurial and Subversion in a limited way and I just can't see why 95% of the people will chose SVN over something else. Is it just a monopoly case or is there a lot of good hidden ...
15
votes
8answers
2k views
Do you leave parentheses in or out in Ruby?
When possible.. do you leave parentheses in or out in Ruby?
12
votes
1answer
2k views
Why CoffeeScript? [closed]
I see more and more references to applications being written with CoffeeScript, the latest [at the time this was originally written] being http://chalk.37signals.com - a blog post about how this was ...
12
votes
1answer
5k views
Boost.Any vs. Boost.Variant
I'm having trouble choosing between Boost.Any and Boost.Variant.
When should I use each one?
What are the advantages and disadvantages of each?
I am basically looking to store some states from ...
11
votes
14answers
2k views
Game programming - How to avoid reinventing the wheel
Summary:
Can I program a "thick
client" game in C without reinventing
wheels, or should I just bite the
bullet and use some library or SDK?
I'm a moderate C programmer and am not
afraid ...
9
votes
6answers
1k views
What is your favorite GWT MVP Framework?
What is your favorite GWT MVP Framework, and the reason behind your choice?
Mvp4g
GWTP
GWT 2.1 Built in
gwt-mpv
gwt-pectin
guit
Other platform (please provide link)
Own solution (with boilerplate ...
6
votes
10answers
711 views
is Ruby here to stay? [closed]
Ruby on Rails has made a rapid rise as decent language for webdevelopment. How does it compare to other languages in that area (PHP, Perl, Java, VB.NET, ...) from a webdevelopment perspective? Will ...
5
votes
7answers
322 views
Which language should I stick with [closed]
I've got good experience in Java and web development with some experience in C++ also. Lately, I've been thinking of leaving Java (bored with it) for C++. Then came Python(didn't like Ruby). I find it ...
4
votes
5answers
148 views
python: how to know the index when you randomly select an element from a sequence with random.choice(seq)
I know very well how to select a random item from a list with random.choice(seq) but how do I know the index of that element?
4
votes
3answers
288 views
What are A, B, and C in KDIFF merge
Why am I given three choices when merging between my code and someone else's? Shouldn't there just be my code, the other person's code, and the output below? The documentation for KDIFF doesn't help ...
4
votes
2answers
88 views
Return a value or modify reference?
I've seen both before, and as far as I know, it's pretty much subjective, but if given the option, which would you do and why? If the data were large, would there be any speed/memory benefit to one ...
4
votes
7answers
186 views
Issues to consider when choosing data access technologies?
There were times when we had to choose between 2 or 3 technologies/strategies to develop modules.
Now for every small or large component/module/project, we have almost uncountable options. It might ...
4
votes
2answers
577 views
When to use Processing language?
When it comes to online or desktop presentation we've options like actionscript, java, picolo, flare, prefuse. Now choosing a perfect language for needs is subjective and depends on project. But if ...
4
votes
4answers
333 views
Why would one want to use ruby over python or vice versa?
I wanted to know, while deciding which language or technology to use for implementing an idea; a design, what are the factors involved in making a decision? Specifically talking about popular ...
3
votes
3answers
85 views
Choosing the right Database System for my framework
Recently I have been working on a MVC Based framework, The framework is currently half finished and I'me now at the stage where I'me looking into what Database Abstraction layer I should use.
In most ...
3
votes
1answer
545 views
Sharepoint 2007: Create a multi-line text custom property for a custom field type?
I'm trying to extend the built-in Choice field type to include another piece of data: a correct answer. With this, users would be able to create their own tests directly within Sharepoint instead of ...
3
votes
3answers
319 views
C++ “Choice” Union
Not sure if there is a term for this, "choice" seems to work. I'm working in C++, and I have a bunch of unions I need to create where the union represents a choice of one of the members of the union. ...
3
votes
3answers
185 views
Small desktop app, simple GUI, easy deployment: language / framework choices?
I have to build an application that converts one file format to another file format. So at the start of the program, it pops up a file picker dialog, where the user can select which file to convert, ...
3
votes
6answers
635 views
Choosing between a directory server (a.k.a LDAP database) and an RDBMS
In my project, where I'm the lead developer, we earlier had a network configuration that was stored a single XML file. The configuration contains info about a network layout - its constituent hosts, ...
3
votes
7answers
395 views
Learning a web language
I am wondering what other people have experienced in creating a web service application, what language/framework is best suited for a beginner? Are there characteristics of the chosen language that ...
2
votes
1answer
60 views
How to access rear and front speaker of Android phones?
I want to access rear and front speakers of android phones, programmatically.
2
votes
1answer
242 views
BlackBerry ChoiceField button size
I am using smaller buttons in my design and I want a ChoiceField with
a smaller button. The button technique does not work as I expect on the ChoiceField. I am able to change the size but the button ...
2
votes
1answer
227 views
JAXB EclipseLink problem with marshalling CHOICE with nillable elements
Hi I have a schema defined as this:
<complexType name="x">
<sequence>
<element name="year" type="date"/>
<choice>
<element ...
2
votes
2answers
543 views
Django form wizard - choices depending on first form step
I have created a 2 step form with the FormWizard as follows:
1st step: asking user for location
2nd step: show several search results
depending on the user location, and display it as ...
2
votes
1answer
422 views
Random weighted selection of an event
i have made a database in which i store the name and the link of rss feeds.i have made the rss reader and everything is ok till now.I want to make a news scroller which will show the articles of the ...
2
votes
2answers
173 views
What framework or cms to use for this? Drupal/Codeigniter?
I'm going to start very wide and multi-featured project with 4 major sections at the front-end and multiple roles and permission at the back-end. The site will be consisting of enormous amount of data ...
2
votes
3answers
129 views
How to remove the unselected item in a select and radio input in Django
If a model's field is a choice or foreign key, the widget on the page is a select input or radios if you specify that. Django places "---------" in the first item as an unselected value. How can I ...
2
votes
1answer
178 views
XSD Required One of Two Attributes?
Quick question, i know i can choice elements, so one or the other is required, that's grand.
Is it possible to do that with Attributes? Simple sample...
<xs:element name="date" minOccurs="1" ...
2
votes
4answers
330 views
Python or Ruby Which one should I learn? [closed]
I am new to programming.. I was thinking to start learning with Ruby or Python. y main task would be web development. But I cannot choose between them. Which language do you think I should learn?
2
votes
2answers
557 views
Should rails ajax calls be bundled into their own separate controller?
Should AJAX calls that are not RESTful be:
put in the controller that most suits their functionality/view, or
bundled together into their own separate 'Ajax' controller?
I've been doing 1, but ...
2
votes
3answers
1k views
gwt libraries
Which GWT library would you suggest I used for a project? Could someone tell me a summary of the pros and cons of various libraries around (SmartGWT, Ext-GWT, GWT-Ext etc.). Is there a ...
2
votes
4answers
1k views
I need to add a choice field to sharepoint that has values depending on the current selection
I need to add a choice field to sharepoint that has values depending on the current selection.
Example:
if the current selection is Open then the options have to be 'open, and In progress
**Current ...
2
votes
7answers
2k views
Choosing a PHP Framework for long-term deployment
Duplicate Question: What PHP Framework Would You Choose for a New Application and Why?
We are starting a new project and I am wondering which PHP framework we should use and if we should use a ...
2
votes
5answers
2k views
What is a good GUI programming language for an experienced PHP developer?
I have been working with PHP for a while now and would like to learn some Windows desktop-based GUI applications. Something similar to C# or Visual Basic would be nice, however I would like to learn ...
2
votes
3answers
2k views
MOSS 2007 Document Library - choice column not displaying selected value
I have something funky going on with MOSS & was wondering if anyone out there has seen anything like it:
I have a document library in MOSS that has several custom columns added to it. I have a ...
1
vote
1answer
19 views
Unmarshalling xml schema choice element to separate Lists
Is it possible for a schema such as:
<xs:complexType name="GroupType">
<xs:sequence>
<xs:choice minOccurs="0" maxOccurs="unbounded">
<xs:element ...
1
vote
1answer
80 views
How to re-use choice element across multiple flows?
I have a mule-config file where i have defined a "http inbound" to accept request on the corresponding URL.
Now what i have to to is to accept only a valid http inbound address and reject others.
...
1
vote
1answer
121 views
how to set size of doctrine choice widget from form/filter class
To get around customising autogenerated forms, I need to set the "size" attribute on a doctrinechoice widget. Is this possible?
1
vote
0answers
157 views
should i learn Jquery or Closure? [closed]
i have some basic (superficial) knowledge of Jquery and was thinking of learning it. Recently i have been hearing of Closure library by Google that has features like namespaces and can be compiled ...
1
vote
1answer
44 views
Unordered list of elements including a choice between 1 element and a sequence of other 3 elements
I have an XML that can be either like this:
<profile>
<docname>Bla bla bla</docname>
<author>Bubi</author>
<doctype>INVOICE</doctype>
</profile>
...
1
vote
4answers
188 views
Using Ruby BinData gem to read choices
I am implementing a data structure with using Ruby and BinData gem. I need to implement a Choice value. According to BinData documentation a choice can be implemented as below.
class MyData < ...
1
vote
1answer
578 views
jQuery (or other) multiple choice quiz with different outcomes
I've been coding jQuery for a while but I have never approached a quiz before.
Basically, I am trying to make a quiz like the multiple choice ones you get as a kid - if you've answered majority A, ...
1
vote
1answer
183 views
Django - Choices for Models
I have been searching and looking through docs, but I want to ask and confirm for the best solution here.
Trying to define model choices.
'yes, no and not sure' choice From Radio Select
How would ...
1
vote
2answers
888 views
Django Form doesn't accept selection as valid choice. Can't see why
i made a little form where I ask the user for some location (1st stage), then geocode the location and ask the user to confirm the location (2nd stage). Everything works fine, however, when I select a ...
1
vote
3answers
545 views
How to predefine and hide a column in SharePoint NewForm and EditForm?
does anyone know how to predefine a column and hide it in SharePoint? I want to create a second NewForm for an already existing List. A new column with two options will make sure to differentiate the ...
1
vote
3answers
175 views
Database choice choice for Django project
Django (http://djangoproject.com) framework currently supports the following databases: PostgreSQL, SQLite 3, MySQL 5 and Oracle. This question is not about the comparison of these databases, ...
1
vote
1answer
269 views
(Android)Why the selected contacts do not appear in the textview?
I am creating a multiple choice layout for contact list. I successfully pick the contacts.However, instead of displaying the contact name in text view,it appear as String value. Please help.I just ...
1
vote
2answers
549 views
Android - How may I change a spinner value without triggering setOnItemSelectedListener
I have a spinner and its adapter.
I have a customized the list and an the spinner view.
The value of the spinner can be modified by 2 ways :
- by a user choice
- programaticaly
When the user makes a ...
1
vote
4answers
262 views
How to choose ArrayList element according to a user choice
I have an ArrayList containing Movies.
ArrayList<Movie>movies = new ArrayList<Movie>();
Movie has a property int movienumber.
The user can select a movie according to the movienumber, ...
1
vote
2answers
68 views
Hibernate: Better monolithic class or many class maps?
I am making a website with GWT and using Hibernate to connect to the database.
Every time a user loads a page and it is required to grab information off the database. Is it better to have monolithic ...