Dear Programming gurus,
Please could you advise me on the best programming language for a graphical website.
I am a VB/ASP classic programmer, but can also do javascript and java. I've looked into Ruby, C++, and c#.
Ultimately it needs to be:
- able to dynamically react with user intervention
- preferably open source and not commercial based
- purely programmable with no WYSIWYG interface
- quick and easily programmable
- canvas drawing programmable objects
- integrated API
Any help would be much appreciated.
Regards,
gruntmonk
What is the ultimate programming language to use for a graphical website?
Started by gruntmonk, Jul 04 2010 12:30 PM
4 replies to this topic
#1
Posted 04 July 2010 - 12:30 PM
|
|
|
#2
Posted 04 July 2010 - 01:28 PM
1) HTML/CSS
2) JavaScript
if you want something that interacts with the server:
3) any server-side language.
2) JavaScript
if you want something that interacts with the server:
3) any server-side language.
#3
Posted 04 July 2010 - 01:30 PM
Meh! Fair enough.
Thanks.
Regards,
gruntmonk
Thanks.
Regards,
gruntmonk
#4
Posted 04 July 2010 - 10:37 PM
Sometimes words ain't enough to express something. That's why computer scientists use double words.
#5
Posted 13 July 2010 - 10:46 PM
Kinda building on what WingedPanther said: You could use HTML/CSS and AJAX, which is Javascript-based. Server-side stuff could be done in pretty much any language you want, but is usually in PHP.
sudo rm -rf /


Sign In
Create Account

Back to top









