If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Visual Basic > Programming Language Choice

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-03-09, 14:37
ChipT ChipT is offline
Registered User
 
Join Date: Aug 2009
Posts: 5
Programming Language Choice

I am hoping to build a website that accesses a database (possibly Amazon's SimpleDB, but perhaps not) for both presenting query results and adding additional data to the database. I hope to eventually build a sleek AJAX interface as well.

I have been told that Python would be an excellent choice for its ease of use, but I wanted to get the opinion of others about whether this would be the right language to use. I realize, given that I'm posting this in the VB forum, that you might likely suggest that. I have the most experience with VB as opposed to Python, Ruby, and Java.

Overall, could VB be a good choice for this type of project? I am assuming that the choice of any of these languages is mutually exclusive; they would all perform the same function in their own way, so there is need to only choose one? What might you suggest as the advantages and disadvantages of using VB for this site?
Reply With Quote
  #2 (permalink)  
Old 08-03-09, 15:05
Teddy Teddy is offline
Purveyor of Discontent
 
Join Date: Mar 2003
Location: The Bottom of The Barrel
Posts: 6,075
If you're talking AJAX, you're probably talking VB.NET in the microsoft world.

I would say go with Java or C#. The syntax will take you a little while to get used to, but you'll be better equipped to jump to other platforms later if need be.

All languages you mentioned can make short work of displaying query results to web users.
__________________
oh yeah... documentation... I have heard of that.

*** What Do You Want In The MS Access Forum? ***
Reply With Quote
  #3 (permalink)  
Old 08-03-09, 16:36
healdem healdem is offline
Jaded Developer
 
Join Date: Nov 2004
Location: out on a limb
Posts: 9,262
if you want to use AJAX then you need a server side language and a client (browser) language

in the browser that usually means Javascript
for the server side scripting there are many different languages including the likes of PHP, ASP, Python amongst others
theres .NET

another option may be Google Web Toolbox, which purports to simplify the Javascript development cycle
__________________
I'd rather be riding my Versys or my Tiger 800 let alone the Norton
Reply With Quote
  #4 (permalink)  
Old 08-06-09, 18:45
loquin loquin is offline
Super Moderator
 
Join Date: Jun 2004
Location: Arizona, USA
Posts: 1,797
And, VB.Net is SO different from VB that you may as well jump to C# if you want to stick with the M$ platform
__________________
Lou
使大吃一惊
"Lisa, in this house, we obey the laws of thermodynamics!" - Homer Simpson
"I have my standards. They may be low, but I have them!" - Bette Middler
"It's a book about a Spanish guy named Manual. You should read it." - Dilbert

Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On