Posts

Should Ajax Be Independent of the Server?

…I came across the following article: How AJAX kills the application server | Software as services | ZDNet.com and was a bit surprised. An unnoticed side-effect of implementing rich Internet application platforms whether they’re AJAX or anything else is that this ‘client-service’ architecture eliminates the need for an application server to connect the Web client to back-end resources……But it’s still devolving more processing to the client, so it requires far less horsepower than it would to deliver the same functionality to a wholly web-based client.

AHAH: Asynchronous HTML and HTTP or AJA?

AHAH: Asynchronous HTML and HTTP. Or AJA, as I like to call it; Asyhcrhronous JavaScript And…. :). Also known as AJAH: Asynchronous JavaScript and HTML. OK, so we’re just throwing around terms here, but basically it boils down to Ajax without the XML component. XML is the main communication method over the Internet. Many applications use XML to transmit data to and from servers and clients. But is it right for all of us?

Google Leading Web 2.0

An article from LinuxWorld brought something to my attention today. The article speaks about Goggle’s use of AJAX and the fact that developers started making use of AJAX and other Web 2.0 objects after Google. Google Maps was Ground Zero. Within weeks of Google Maps' debut, developers were creating custom overlays to blend the mapping service with outside data streams. HousingMaps.com brought in CraigsList.org real-estate listings and used Google Maps to illustrate the locations of advertised houses and apartments.

Microsoft, Yahoo, and Zimbra Releaseing New Ajax Powered Webmail

The Break Down All three of these companies have decided to give webmail a “fresh spin”: Microsoft and Yahoo are poised to make Web-based e-mail more powerful than ever with updates that bring a desktop-style interface to their respective Web mail offerings. We tested betas (currently invitation-only) of Windows Live Mail and Yahoo Mail, and also looked at an open-source newcomer called Zimbra. All three apps use an increasingly popular programming technique called Ajax (Asynchronous JavaScript and XML) to improve on standard Web mail and even Google’s Gmail.

AJAX – Things To Keep In Mind

Since the boom of Ajax a couple months ago, a lot of developers have been riding the wave. But there are somethings that you need to keep in mind. You can’t just go totally Ajax-crazy unless it suits your particular needs. If you are still developing a “Website” (in the purest sense), that is going to be open to the public and something you need traffic to the entire site cannot and should not be totally Ajax.

Nail in The Coffin – Mamboserver.com Hacked

In what can only be described as very embarrassing Mamboserver has been hacked. The open source content management system that lost it’s entire development team and the vast majority of the community not so long ago has today had it’s web site defaced. read more. I really think this is it for Mambo. But my one problem is that people seemed to be getting the wrong idea.

Joomla! 1.0.4 Security Release Out

Joomla! 1.0.4 [ Sundial ] is out today. It covers a number of security issues: Critical Level Threats Potentional XSS injection through GET and other variables - Affects all previous versions of Joomla! and Mambo 4.5.2.3 Hardened SEF against XSS injection - Affects all previous versions of Joomla! and Mambo 4.5.2.3 Low Level Threats Potential SQL injection in Polls modules through the Itemid variable - Affects all previous versions of Joomla!

Opera Jumping On Board the Ajax Train

Opera has announced a beta software development kit (SDK) for its mobile phone Web browser and user interface package, called Opera Platform. I thought I was the only one seeing the benefit of using Ajax. 😀 Full Article at News.com

Microsoft Claims AJAX

Brian Goldfarb, a Microsoft Product Manager, had an interview some days ago where he answered questions about the company’s plans with Ajax development tools. This is quite an interesting article. However, I love the way that Dion at Ajaxian.com summarized things summarizes things: To some up: “Ajax is hard” “Microsoft invented Ajax” “Microsoft will make it easier” This was basically what Brian Goldfarb seemed to have been getting to.

JavaScript, XMLHttpRequest (Ajax) Cheat Sheet

Dave over at ILoveJackDaniels.com has a nice cheat sheet in PDF and PNG format. Nice and wallet sized. Included, you’ll find a guide to the XMLHttpRequest object, functions and methods (from DOM and otherwise), some simple JavaScript, Regular Expressions and Events. This has come in very handy to me personally, so I urge any serious web developer (except the experts, of course) to take a look at this and keep it close.