Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×

Comment Billing time! (Score 1) 476

This is super! This means that a lot of companies will finally bother, or at least consider it, to pay the development companies(and consultants) to replace or patch their old web based intranets and business softwares. This my friends means pretty soon we'll have a lot more work, which means we can bill them adequately(because you can say that this time we built it on the latest and greatest HTML5 standards)! Unless of course some manager decides it's simpler to let their IT department just opt out of the upgrade and pretend they will be OK for the next 10 years using IE6.

Comment Re:Don't underestimate the "no framework" option! (Score 1) 287

This solution what the parent is suggesting is a rather good one actually and can be used in the PHP world also, although you still need some good library to help you handle the json objects but that is trivial. It does involve a rather big paradigm shift as you end up with coding a lot of your business logic in javascript on the client-side and using a lot of short ajax requests. But it does allow you do be more dynamic on the front-end in any way the customer sees fit. The down-side is actually that you are writing big parts of your code in javascript which can be a problem if you want to keep your code hidden from the prying eyes. Security as mentioned can be an issue if not properly handled by the backend. To sum up the parent commenters post: The best framework might just be a HTML5 and a powerful javascript library combo. ExtJS, JQuery and Dojo are all rather good.

Comment Re:Simple Solution to Faster Web Pages (Score 3, Informative) 59

Having a separate subdomain for images, video and content can actually improve speed when those subdomains are cookie-less and properly cached. Although having one subdomain like that would be preferred. Also, many developers are using Google(or others) CDN for javascript frameworks and popular API's to improve loading speed(You are very likely to already have the Google CDN JQuery in your browsers cache) and reduce bandwidth usage.

Slashdot Top Deals

Anyone can make an omelet with eggs. The trick is to make one with none.

Working...