English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

ok i wanna come out wif a program that lets say a task which was sent by me the host pc is displayed onto the program on client pc 1, 2 and 3 thn they get a choice to answer yes and no to the task and i'd get the responds along with the clients knowing who said yes and no.. u get what i mean? like client 1 says yes client 2 and 3 will know he said yes to the task besides that there will be a history list of tasks along with details like passed and failed for the tasks

i'd like to get an advice which language is appropriate for tis purpose i know vb and i have a mysql server which is hosting my site so i was thinking of sharing the same server different database but would some other language be a better choice?
if yes which?

2007-11-27 21:50:20 · 7 answers · asked by eddy_8_6 1 in Computers & Internet Programming & Design

and can someone tell me where to refer? i don't think i know where to start

2007-11-28 14:07:05 · update #1

7 answers

Personally, I'd do it as a web-based application so that no one needs to install your program on their computer. Instead, they can simply log into your web site from their browser.

ASP.NET is a suitable language for writing web-based programs, and it's a little like VB. However, I prefer PHP.

2007-11-27 22:13:14 · answer #1 · answered by Anonymous · 1 0

i would also strongly suggest to create a web based application. The server can be written in PHP (or java or ASP, but php is easier, esp. for small projects like this).

The client is just a web browser, which checks for new tasks every few minutes.

On the server, you will also need a database to store the task details, the history etc. I would use MySQL.

2007-11-27 23:54:47 · answer #2 · answered by cruppstahl 4 · 0 0

a expertise shape is a concept utilized in each programming language. merchandise-orientated programming is a programming variety used by using many languages, which incorporate Java, seen simple, C++, C#, and many greater. A DBMS is a save for documents, no longer an entire programming language in and of itself. A RDBMS is a particular form of database, which occurs to be fairly common (MySQL, MS sq., PostgreSQL, and many greater are all RDBMS. ActiveX is a plug-in gadget used for information superhighway Explorer. lower back, no longer a programming language. Of each thing you have hear there, there are basically 4 programming languages: C, Java, seen simple, and C++. C++ is incredibly plenty a similar element as C- in case you comprehend C++, you comprehend C programming besides. seen simple is in all likelihood the least complicated to benefit besides the undeniable fact that it fairly is syntax is fairly clunky. C++ is unquestionably the toughest- C isn't that easy to start with and C++ is in simple terms C with a gaggle of alternative random issues thrown on suited of it. i might pass with Java first and then C. as quickly as you learn your first 2 languages, something come plenty much less complicated.

2016-09-30 06:27:57 · answer #3 · answered by nason 4 · 0 0

If you knew VB, work with it, you can learn ASP.NET to respond from server. Note that every programming language can do this work but your best choice is the one you've known something.

2007-11-27 22:06:10 · answer #4 · answered by b0ssmast3r 2 · 0 1

Perl.

You can do anything in Perl that you can do in any other language, and it's already installed almost everywhere.

If you want to use a web-based interface, you might prefer PHP. (You can even use PHP as an ordinary scripting language, but it doesn't really do anything that Perl doesn't.)

2007-11-27 23:04:52 · answer #5 · answered by sparky_dy 7 · 0 1

As long as you're running Windows VB is fine.

2007-11-27 22:52:56 · answer #6 · answered by jplatt39 7 · 0 1

You can try C++ with the Win32 API and WinSock.

2007-11-27 22:05:25 · answer #7 · answered by Anonymous · 0 1

fedest.com, questions and answers