- 1
- 2
- < previous
First, no matter how fancy the back-end functionality of your program is, there are limitations to what you can do with a browser in terms of screen output: you'll always be able to do more with a desktop application using native graphics libraries. Additionally, when you consider how abysmally the majority of browsers deal with graphical concepts such as CSS2 you have some more limitations with what you can do graphically.
Second, there's JavaScript and there's JavaScript. In some ways JavaScript is a maligned language, regarded as the slightly sickly little brother of Java - yet it's actually quite an extensive language (something I first realised when I noticed that the JavaScript book I'd bought was the same thickness as the VB.NET). Trouble is, though, different browsers have subtly different ways of representing data in JavaScript - the classic example being that browser A might represent a year as a physical number (so this year would be 2006) while browser B represents it as a number of years since 1900 (making this year 106). So you have to program your way around the differences. Worse still, this issue applies to other aspects of browsers such as CSS: a colleague I worked on a project recently rarely stopped moaning that half this job was writing the bits of code that said: "If the client browser is X, do this, or if it's Y do that, ...".
Finally, although it's true that JavaScript is a surprisingly rich language, it was devised as a way of extending browser functionality, not really as a stand-alone application development language. This means there'll always be some element of trying to achieve what you want despite JavaScript's functionality, not because of it.
Conclusion
Notwithstanding these downsides, though, AJAX is a bloody brilliant concept. It uses features that have been included in browsers for donkey's years (Noah used IE5, after all) and the XmlHttpRequest object is straightforward to use, even if you do have to expend a bit of effort bundling and unbundling XML stuff at each end. Not only this, but as it grows in popularity there's a growing amount of software being produced that makes it simpler to write AJAX applications: even Microsoft has leapt on the bandwagon with its Atlas Project which is rarely a bad sign for developers,
As with any programming language or development system, AJAX isn't right for every application. But for something that works, UI-wise, as a browser-based system but could benefit from more page interactions with less waiting for page loads, it's well worth a look.
- 1
- 2
- < previous
Read up on the latest ideas and technologies from companies that sell hardware, software and services. Email Archiving 101—Customer Case Study
Data grids and service-oriented architecture
Gaining Competitive Advantage Through Enterprise Planning
Business Intelligence and Enterprise Performance Management: Trends for Emerging Businesses
Strategies for Eliminating .PST Files
IT Service Management Needs and Adoption Trends: An Analysis of a Global Survey of IT Executives
Achieving the impossible: Unlimited application scalability
Controlling storage costs with Oracle database 11g
Zones provide focussed content from Computerworld and leading technology partners.Discover how SOA can create smarter outcomes for your business.
Attend and learn:
- How SOA is helping leading companies to become more agile
- Where you should be applying SOA processes in your company
- The top SOA implementation mistakes to avoid
Click here for more information.
- +
Computerworld Live Podcast #97: The Future of Enterprise Networking 25/07/2008 09:45:36
This week CW Live chats with Mark Thompson, global sales and marketing manager for HP ProCurve, on the future of the enterprise networking. Mark discusses the trends we can expect to see in the near future and how the right infrastructure can ensure your enterprise network is secure. - +
Computerworld Live Podcast #96: Security at the Edge 11/06/2008 09:22:22
CW Live speaks with Amol Mitra, HP ProCurve Director of Marketing for Asia Pacific and Japan. Today's topic: how enterprises are starting to shift away from simply controlling security via server logins, firewalls and moving to more adaptive security frameworks. - +
Data Management Edition #10: Multi-Petascale Systems 02/05/2008 09:12:33
This week we look at sustainability and the development of multicore technologies to build multi-petascale systems. - +
IT Security Edition #11: How to poison the Storm botnet 01/05/2008 08:51:55
This week CW Live presents a case study on how to poison the notorious Storm botnet . Plus we take a look at Cisco's plans for Ironport. - +
IT Security Edition #10: Cyber-battles fought and won 24/04/2008 11:09:47
Vendors bow to end user pressure to improve product security, and we take a look at the latest concepts shaping the cyber-battlefield of the future.
Fortinet November Threatscape Report Shows Calm Before Holiday Storm 2008-12-05 16:00:00+11
Epicor® Cited as an Order Management Solutions Leader by Independent Research Firm 2008-12-05 15:52:00+11
F-Secure: Growth In Internet Crime Calls For Growth In Punishment 2008-12-05 13:00:00+11
International researchers gather in Sydney to preview the clever web 2008-12-05 09:48:00+11
Borderless corporate networks to shift focus to secure content management in Australia in 2009 2008-12-04 16:06:00+11
Refresh your AUP: Top tips to ensure your acceptable use policy is fit for purpose
Your organisation may well have devised and implemented an Acceptable Use Policy (AUP) some time ago in order to guard against the risks of inappropriate use of computer systems by your workers, but are you confident that your AUP remains 'fit for purpose'? Read on to discover how you can enhance the effectiveness of your AUP.












