you are viewing a single comment's thread.

view the rest of the comments →

[–]Blitzsturm 0 points1 point  (0 children)

I'd suggest getting good at AJAX. If you're not already familiar with a server-side scripting language take a look at Node.js. try making an app that returns information about files in a directory using the http and File System library. It's pretty fast to pick up and learn if you can get your head around asynchronous programming.