Follow Slashdot stories on Twitter

 



Forgot your password?
typodupeerror
×

Comment Re:another language shoved down your throat (Score 0) 415

You laugh, but Javascript has the lowest barrier to entry of any language. It's already included on pretty much every computer built in the past 10 years (in your browser). And most modern browsers have better debugging tools than many other languages include. It's easy to find documentation and tutorials on the web (albeit, it is hard to find the answers that follow the best practices).

Comment Re:BSES (Score 1) 169

I would presume "real" ones. There apparently is still such a huge need for software engineers that they keep bringing in H1-B candidates. If a software engineer is unemplo.....errrr working at Starbucks, they aren't trying. Even if they took a pay cut from normal software engineer wages, it's bound to be more than Starbucks barristas make.

Comment Re:Why? (Score 1) 309

Not really. Its for wrapping Web apps in a container for a specific platform (in other words running "natively" outside of a browser -- technically, it's a customized browser wrapper around resources that are compiled into your code, not downloaded --- at least if you want to pass iOS certification).

That being said, the HTML application cache allows you to download a web app and store it for offline use. (http://www.html5rocks.com/en/tutorials/appcache/beginner/). You can hit a URL that uses the app cache, download the code, and then go into airplane mode and hit the same URL. The app will still work. (Obviously all data must be cached locally as well, since Web Services aren't available in airplane mode.)

Comment Re:Why? (Score 1) 309

I've used the HTML5 application cache to store a web app (HTML + Javascript) and run it offline ((http://www.html5rocks.com/en/tutorials/appcache/beginner/). It works well enough if your app is small enough. This includes using libraries such as jQuery for nice animations, etc. "Deployment" is easy because it will check for updates every time the user is online, so you just push the web code like normal and the user will be able to run the updated app offline.

Slashdot Top Deals

"But what we need to know is, do people want nasally-insertable computers?"

Working...