View Single Post
Old 01-31-2006, 11:02 AM   #5 (permalink)
insidious_machinae
Psycho
 
Actually for true web development I'd advise staying the hell away from Java. Applets have WAY too many security restrictions on files, cookies, and the like. So, coding any sort of game in Java would require an already extensive knowledge in the language from at least a few years of practice in order to really overcome the limitations of Applet-based design.

Personally, using PHP, MySQL, and *JavaScript* (combined together they're called AJAX) would be the best web-based solution, with the least amount of learning required on your part. Buy a book on AJAX, and start cracking out PHP/MySQL stuff in the meantime.
insidious_machinae is offline  
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73