Hey guys, I'm a bit of a JavaScript newbie and I'm trying to sort through the noise - If you don't mind, just get me going in the right direction...
I have several development goals, one is to write a simple database manager for a MySQL database on my website. Currently I use a manager thats written in PHP. Is there a preferred way to perform MySQL queries on-demand with Qooxdoo/JavaScript functions? Secondly, if I wanted to make a simple tile-based RPG that runs in a browser ( like Ultima 1 through 5 ), what would be the best widget strategy to lay out a bunch of tiles in a grid which I expect to frequently update and animate? I want to march a character through a dungeon using either mouse or cursor keys, but I'm curious about best programming practices. Thirdly, if I expect my browser game to communicate with a C# server on the back-end, what else should I be aware of? Do I need an additional SDK of some sort or can Qooxdoo interface natively? Lastly, is there any way to execute a remote PHP script via JavaScript, capture the result without echoing it to the browser? Like for example if I had a php script that simply echoed my IP address, is there any way I could capture the output in my app so I can parse it and store it in a variable? I guess I'm looking for PHP interactivity with JS. Thanks in advance for any advice :) -- View this message in context: http://qooxdoo.678.n2.nabble.com/Need-some-general-recommendations-tp5281977p5281977.html Sent from the qooxdoo mailing list archive at Nabble.com. ------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
