Please create an account to participate in the Slashdot moderation system

 



Forgot your password?
typodupeerror

Comment Performance, cause Email needs the 3Ds (Score 1) 205

How many average people use applications that need high performance? Twitter is the top end of performance with realtime data applications for most people I know, games usage does not occupy enough people/time to be near the amount of time that people spend doing email, twitter, travel booking, coupon hunting, review finding, etc. Who the hell needs C level performance on most daily needs?

Comment Re:Real developers don't do web development (Score 1) 275

I have never seen a C++ programmer without a degree either, C++ must be pretty awesome to require a degree! You heard it on the internet, so it must be true. On a more serious note: colleges that still state that the web is not where programmers go are wrong. How many problems involve networking, and how much better is the tooling for using existing robust (HTTP) apps vs proprietary binary protocols? Also, how easy is it to add a GUI that consumes that API via a browser vs. QT, SDL, wxWidgets?
Programming

The Security Risks of HTML5 Development 275

CowboyRobot writes "Local storage is a big change from HTML of the past, where browsers could only use cookies to store small bits of information, such as session tokens, for managing identity. HTML5 changes this with sessionStorage, localStorage, and client-side databases to allow developers to store vast amounts of data in the browser that is all accessible from JavaScript. An attacker could retrieve this data or manipulate the data, which would then get used again later by the application and may be uploaded back to the server to attack others, as well. Another risk comes from using 3rd-party code. Until HTML5, JavaScript was limited to requesting resources from the domain from which it was loaded, but with the addition of cross-origin resource sharing (CORS), this has been changed to allow JavaScript to request resources from different domains. This offers increased functionality but requires strict usage policies or risks being abused."

Slashdot Top Deals

The rate at which a disease spreads through a corn field is a precise measurement of the speed of blight.

Working...