Tagged Questions
The suggestions tag has no wiki summary.
2
votes
1answer
335 views
Think Vitamin or PeepCode membership?
Which service, Think Vitamin or PeepCode, would you subscribe to if you had to pick one and why?
I'm trying to figure out which one of the 2 makes more sense for me to spend my money and (more ...
2
votes
4answers
249 views
Best strategies and tools to learn Linux incrementally
As a developer, I am used to work on Windows platform for so many years. But I feel like that I lose a lot of time for not having learned Linux. The problem is that I don't have time to leave all the ...
2
votes
1answer
142 views
How to continually filter interesting data to the user?
Take an example of a question/answer site with a 'browse' slideshow that will show one question/answer page at a time. The user clicks the 'next' button and a new question/answer is presented to him. ...
2
votes
1answer
479 views
get Google search suggestions while entering text
so i want to experiment with Google's search suggestion feature for word/phrase completion.
I.e. stick the functionality of typing a search on their home page into a text editor for starters.
is it ...
2
votes
7answers
360 views
Game development, which way to go
Ever since I started playing games, I wanted to develop my own, simple and later more complex game. At the moment I earn my share with programming web applications and doing some simple game ...
2
votes
2answers
40 views
CSS Caching and User-Customized CSS - Any Suggestions?
I'm just trying to figure out the best approach here... my consideration is that I'd like my users to be able to customize the colors of certain elements on the page. These are not pre-made css they ...
1
vote
1answer
23 views
How to change Webservice when upgrade iPhone app
I have an app in production. I made some mistakes in webservice which I will correct in my next release.. My Questions is If I replace my webservice my existing app users will get crashes. So I ...
1
vote
1answer
109 views
Is it possible to retrieve search suggestions from an internet source in an Android searchable activity?
I have a searchable activity in my Android application that pulls results from a REST-ful API via the Internet. Is it possible to provide search suggestions as the user types by querying the Internet ...
1
vote
4answers
332 views
When to Multithread and when not to Multithread c++ applications?
I have been in an assumption that multithreading gives a lot of flexibility and power to make efficient programs. But I am wrong. Multithreading is sometimes not desirable as it will create serious ...
1
vote
2answers
101 views
How to do name generation?
I'm looking to create a profile name generator for my site. At the minute the only ideas I've come up with is something which just combines nouns and verbs. So for example this might come up with ...
1
vote
1answer
262 views
Constant code-completion in Netbeans
I've just discovered that strg+space brings up suggestions for code completion in NetBeans. This is one of the features I've always loved in Visual Studio and I'm glad that it's available in NetBeans, ...
1
vote
1answer
582 views
Search suggestions from network resource into Quick Search box
I'm building the search in an application and need to have a way of putting the suggestions which I get from my server as a JSON-array into the list of suggestions which is displayed below the Quick ...
1
vote
1answer
86 views
Best practice - seperating user specific permissions in views
I often have to create my own UI to suit my costumers needs; I rarely setup typical CMS systems but more specific interfaces for interacting with certain online services or gateways and such.
At the ...
1
vote
4answers
82 views
Is there a better way to handle the progression through a wizard dialog?
I'm working on an existing wizard dialog which is implemented as a tabbed page control (with the tabs hidden). The steps of the wizard are defined in an enumerated type. When the user clicks a ...
1
vote
6answers
909 views
Setting up a Ruby development environment
I am currently trying to set up a development environment for learning Ruby. The environment will primarily be for getting to grips with the language, but I will most probably move on to development ...
1
vote
1answer
70 views
Suggestions invited for College Project based on DSL implementing Ruby
I have chosen Domain Specific Language as my College Project, implementing it using Ruby.
I seek suggestions regarding the Project's Objective/Problem, from the people who have worked with DSL ...
1
vote
4answers
138 views
Commenting a ASP.NET MVC Controller
I am a big fan of Stylecop and I always follow it guidelines. I also follow the guideline that state that a comment should bring added value to the code and not repeat what the code is doing.
I'm ...
1
vote
1answer
80 views
What is 301 redirect ? and how to do this?
It is ironical that after asking the question:-
http://stackoverflow.com/questions/2985377/how-do-url-shortening-services-make-money-closed
i am heading over to create another URL shortening service [ ...
1
vote
1answer
102 views
saving Tag on photo
I want implement something like facebook photo tagging, but I have no idea how should I do that?
is there any link or tutorial to help me how and where I must save tag and show on special photo???
1
vote
2answers
611 views
Does it suck or not - Simple DAL with caching using Linq to SQL
I created a simple Caching Data Access Layer that has caching using the Enterprise Library Caching Application Block and also makes use of SQL Query Notification - therefore not supporting any queries ...
1
vote
1answer
372 views
What are the best settings of the H2 database for high concurrency?
There are a lot of settings that can be used in H2 database. AUTO_SERVER, MVCC, LOCK_MODE, FILE_LOCK and MULTI_THREADED. I wonder what combination works best for high concurrency setup e.g. one thread ...
1
vote
2answers
213 views
Tag Suggestion system, approaches and ideas
-- I am working on a (auto) tag suggestion system (NOT tag autocomplete). Lets say I want to suggest tags for a given question like here on SO (although SO's tagging system is auto-complete). My main ...
1
vote
1answer
77 views
product suggestion based on user data
I'm trying to add suggestions to product pages along the lines of : "Customers who purchased this item also purchased x and y".
The way the data is compiled right now is a mysql table with 3 rows.
...
1
vote
5answers
421 views
Best way to make suggestion box in an iPhone App
I'm thinking about making a suggestion box for my next iPhone app.
What's the best way to go about this? I was thinking an ModalViewController, a text box that emails out? Are there any ...
1
vote
4answers
139 views
Is this the right way of handling command line arguments?
ask_username = True
ask_password = True
ask_message = True
ask_number = True
def Usage():
print '\t-h, --help: View help'
print '\t-u, --username: Username'
print '\t-p, --password: ...
1
vote
1answer
53 views
jQuery: validation with ajax
I'm using the jQuery validation plugin on a form loaded via ajax.
For whatever reason, it isn't working. Is there something special I need to do b/c it's loaded after js is initialized? Any ideas?
...
1
vote
0answers
48 views
shout cast application in iphone
i want to make sample shout cast radio application for iphone.
Can you give the idea where should i start.
any documentation and sample code.
thanks
1
vote
3answers
151 views
Does speaking interfere with a code read / review?
I find that I myself cannot keep quiet when I present my code to a peer. However, when someone else presents the "business logic" to me while I am looking at the code, it simply does not register in ...
1
vote
2answers
101 views
How to consume web service in my application
While consuming a web service in my application I have two choices(ref. msdn)
Adding the Proxy Using the WSDL Tool
2.Adding the Proxy Using a Web Reference in Visual Studio
Now what should I ...
1
vote
3answers
90 views
Looking for combinations of server and embedded database engines
I'm redesigning an application that will be run as both a single user and multiuser application. It is a .NET 2.0 application. I'm looking for server and embedded databases that work well together. I ...
1
vote
2answers
38 views
Is it possible to search the database for related files when a file is loaded in a upload form
I have an idea for a site that involves uploading files to the site. But what I'd like - and wondering if it's possible - is when a user clicks on "Browse", and selects the file, if it's possible for ...
1
vote
5answers
288 views
Is my project open-source if i use .NET langauges?
I know VB.NET and i want to develop a program. Which i think later will be open-source if i fail to keep updating it. My question is : Is it possible to build open-source project by using .NET ...
1
vote
1answer
1k views
Tutorial/Suggestions on YUI with Ruby on Rails
I'm looking at using YUI in my Ruby on Rails application. What is the best tutorial, examples, or how-tos about generally integrating YUI into my Rails app.
Thanks in advance!
1
vote
2answers
768 views
Multiprocessor Scheduling Algorithm
I'm searching for a Sequential implementation of multiprocessor scheduling algorithm, preferably implemented in c++, or c.
Any suggestions are welcome.
1
vote
2answers
1k views
Python/GAE web request error handling
I am developing an application on the Google App Engine using Python.
I have a handler that can return a variety of outputs (html and json at the moment), I am testing for obvious errors in the ...
1
vote
2answers
836 views
CURL + iPhone + PhoneGap possible? Other suggestions?
I'm looking to build an app on the iPhone using PhoneGap. The app is an extension of another app which has a REST API.
The easiest way I can think of getting data from the remote app is using CURL. ...
1
vote
4answers
1k views
Suggest a book on Oracle Application Framework
Suggest me a book on Oracle Application Framework, please. OAF is not Oracle ADF.
0
votes
1answer
24 views
Solr Spell Check result based filter query
I implemented Solr SpellCheck Component based on the document from http://wiki.apache.org/solr/SpellCheckComponent , it works good. But i am trying to filter the spell check result based on some ...
0
votes
1answer
59 views
Show multiple location marker on Google map
How can we openInfoWindowHtml on google map while mouse over on PHP MySQL result as follows,
http://www.yelp.com/c/denver/health
This sites shows Information window on google map while mouse over on ...
0
votes
3answers
80 views
Automatically suggest name(s) from contact list with respect to letter entered in textfield
I have a textfield where the user enters the name.Now when a letter is typed in the textfield,let's say "T",then how can I get suggestions of names from contact list in iphone with respect to that ...
0
votes
0answers
33 views
Jquery animation procedural approach, Suggestions need [migrated]
I'm kinda worried that the way I did my animation intro is a bit too heavy and is not optimize. Please review and let me know your thoughts.
Thanks!
$(document).ready(function() {
...
0
votes
1answer
86 views
ERP with Supply chain management (incl. POS) and Customer relationship management — What's available? [closed]
I am building a ERP with
Supply chain management (incl. POS and ecommerce) and Customer
relationship management.
Which Django libraries (or projects even) will provide the best base for building this ...
0
votes
3answers
76 views
What are some good resources for getting started with Qt? [closed]
I need to learn Qt framework. Can you suggest me from where should I start? Some good tutorials/website?
0
votes
1answer
64 views
Selected Search Suggestions for Search Interface
I'm following the Searchable Dictionary which uses a simple querying method to query a word. It then somehow provides those two columns (word and definition) to the suggestions on the search ...
0
votes
0answers
43 views
Suggestions for streamlining business logic for an ASP .NET app?
I'm looking for suggestions on how to refactor a UI which is part of an ASP .NET site.
This UI is part of a CRM system and allows customer service representatives to make changes to accounts on ...
0
votes
1answer
46 views
JavaScript tags suggestions problem
I'm writing simple suggestions for tags input.
I'm having problem with replacing currently typed word with one from suggestion list. How to do that with JavaScript?
For example when user types "tag1, ...
0
votes
1answer
187 views
Input Onkeyup can be avoided by form autocomplete
I'm validating a field using OnKeyUp. Unfortunately it is not running when the user selects an autocomplete suggestion in his browser.
I would like to know if there is any way I can trigger my ...
0
votes
1answer
82 views
Should I include Calendar functionality into my android App? (Is calendar pre-installed on most phones?)
I was thinking of including functionality to allow users to click on dates in the "important dates" section of my app, but was wondering if it is safe to assume that most phones have Google calendar ...
0
votes
4answers
474 views
MIDI development in C/C#/Java/Flash
I seek your opinion on which languages do you think it best to develop my MIDI application on.
Something like Native Instrument Kontakt and able to read MIDI file
0
votes
2answers
83 views
jQuery slider needed
I need a slider like this one at http://valogiannis.com/stackoverflow/scrollto/scrolltoexample.htm . As you can see when it's on the last part, and is needed to show the first again, it scrolls ...