suggestions

Spelling Suggestor in ASP.NET

Hi All, I need to build a spelling suggestor in ASP.NET... The below are my requirement. Case 1: My list of words are not just englist words but will also includes some codes like AACD, ESSA, BIMER etc... I may provide such (New) words from Database. Case 2: I also need a similar spelling suggestor for Non-English Language, Even he...

Preparation for a C++ interview

i have to prepare for an interview in C++ technology. could you please drop in your suggestions and recommendations about how to start and what are the basic topics that i have to concentrate mostly on? i have a prior knowledge on the topics but i am confused with what to concentrate on as C++/C are very vast.also i think that i have to ...

Google suggest API does not work with Chinese locale

Hi, everyone! I have a problem with Google suggest API when using Chinese locale. I am picking Chinese hieroglyphs at random and use the REST API to retrieve suggestions. Unfortunately, Google always return an empty list of suggestions (I am completely sure, that I convert my request in utf-8, and it is working fine with other languages...

how to get started on learning new language

Ever since getting out of college (06) I have primarily worked with java and some members of the J2ee stack. I've played around with some groovy scripts while trying to get something together at work (nothing big). I'm tired of doing the same old crap and want to learn something new but every time I sit and look at things to learn...I...

For what kind of Applications Ruby or Groovy are better choice ?

What kind of Applications are suited mostly for Ruby or Groovy ? Alternatively what problems are better addressed by programming languages like Ruby or Groovy ? ...

How to set up a search similar to Amazon recommended product search?

I am trying to do something similar to Amazon recommended product search. For instance, if I have a database of products and when the user searches for a particular product then the database should also be able to show related products. I am not sure how to go about the whole issue. Any suggestions on what I should be reading, books, tu...

php Opensource/Free CMS Suggestion for Medical purposes

I need to build a CMS for a group of resident doctors. The CMS should have (at least) the following features Free/Opensource developed with PHP User groups User public profiles User blogs/notes/articles/posts Custom forms (for exams, polls, surveys) Multimedia friendly (embed slideshare ppts, videos, audio, etc.) WYSIWYG editor SEF url...

In what scenarios can i use an auto-suggest textbox?

I have a list of brand names for a particular product in the db. I can either display it on the screen using a drop down or and auto-suggest textbox. I love the user experience of the auto-suggest textbox. But, is it right to use it here? I would also want to know the best scenario to use it? ...

Simple Suggestion / Recommendation Algorithm

I am looking for a simple suggestion algorithm to implement in to my Web App. Much like Netflix, Amazon, etc... But simpler. I don't need teams of Phd's working to get a better suggestion metric. So say I have: User1 likes Object1. User2 likes Object1 and Object2. I want to suggest to User1 they might also like Object2. I can obvi...

Good Booking Engines Suggestions

Hi, I want to get some suggestion for a Customizable/Opensource Booking Engine for Hotels That you've used or had coded them. The booking engine I'm looking for is the one you can add and customize the fields (address,rates, and other stuffs). Also I could easily integrate it to my existing site. I was looking at CultBooking but I've be...

How to consume web service in my application

Hi All, 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 choose, 2nd option is very simple and I generally follow that. I want to know what are the pros and cons of both the options(if any) ...

Best Program To Develop Using GNU Smalltalk

I'm reading Computer Programming Using GNU Smalltalk, but I want to know with is the best program to write my Smalltalk sources, because I don't know if I use Notepad++, a editor or a IDE, then I want a suggestion for a beginner. Remember that I'm using Windows XP. ...

Book Recommendations To Learn Tcl/Tk

I'm now in love with Tcl/Tk because of the flexibility and easy way to do the things, but I like to learn by books, then I want some book recommendation to learn. ...

Implementation Advice: Binding a button (Click event) to a function, and to another Control too.

I am developing a small C#-winforms program, that has a feature allowing users to add buttons and different controls at run-time. The scenario i am facing is as follows: 1) User adds a button and sets its properties (through a Dialog). 2) User adds a another control (also sets its properties). 3) User chooses the button and choose...

Is there any software where we test touch screened device application without device.

I have to develop a application for a touch screened system(mac base), Is there is any software in which we can test our application for a touch screened system like there is iphone simulator for test iphone application I will prepare application for mac touch screened system in cocoa X-Code Amit Battan ...

Online source code accepting system.

Dear all I need your input. I am developing a web application which accepts source code online, same like stackoverflow. Source code resides inline with other details and one content may have code in multiple languages. I am very much impressed with stackoverflow's system, can anyone please let me know how should I proceed to develop ...

.net : Why/when and how to Use the new features of .net that i am learning

i've been programming in C#/asp.net for some years now (mostly basic programs and websites),and lately i started reading about .net features and programming techniques like Linq,lambda expressions,Generics and such.. Features List: Object Initializers Extension Methods Anonymous Types Generics Lambda Expressions LINQ What i am trying...

Styled radio buttons (jquery?)

I need the functionality of a radio selection, without the style. How can I style something (anything) to work like a radio button, and capture the input in a form? ...

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 my head - I am just looking at the code. Now, what can make 1:1 code review more productive? I think this is particularly hard when the cod...

Classes, methods, and polymorphism in Python

I made a module prototype with the aim of building complex timer schedules in python. The class prototypes emulate Timer objects, each with their waiting times, Repeat objects that group Timer and other Repeat objects, and a Schedule class, just for holding a whole construction or Timers and Repeat instances. The construction can be as c...