Friday, June 29, 2007

McDonald's launches a Web 2.0 "viral" marketing campaign

American fast-food giant McDonald's has launched a Web 2.0 "viral" marketing campaign. McDonald's new web 2.0 site http://www.mcdonaldsmom.com/ is where "US moms" can tout the sheer wholesomeness and health benefits of McDonald's food.

McMoms, dubbed "Quality Correspondents", will meet with company nutritionists, "chefs", suppliers and others responsible for food quality and safety. McMoms will be encouraged to "publicly share their experiences through journals and downloadable videos on the website.

Monday, June 18, 2007

Abobe AIR boost for Web Apps

Jesse James Garrett, the man who coined the term "Ajax" says the divide between browser based and desktop applications is quickly disappearing, especially with the help of Adobe's new Adobe Integrated Runtime (AIR, nee Apollo), which was released by the company June 11th. AIR features support for HTML/JavaScript web applications in addition to the company's proprietary Flash technology.

Garret says AIR will likely eliminate all the extra work by allowing developers to roll their browser specific code into a desktop app. Adobe hopes to see a huge community of developers to begin experimenting with AIR.

More information on Adobe's AIR can be found at Adobe: http://labs.adobe.com/technologies/air/

Tuesday, June 12, 2007

Unisys Debuts SOA for ClearPath

Unisys announced recently Unisys Service Oriented Architecture for ClearPath (Enterprise Servers), a new methodology, portfolio of services and suite of tools for enabling mainframe applications to participate in a service oriented architecture (SOA). This solution enables ClearPath clients to rapidly transform their strategic applications.

Unisys works with clients to evaluate their application portfolio and help them make decisions about evolving their mainframe applications into SOA. This process is supported by reference models based on best practices.

More information on Clearpath can be found at Unisys:http://www.unisys.com/products/mainframes/index.htm

Monday, June 4, 2007

Google Provides Offline Functionality to Web Apps

Googe recently released "Google Gears" which is a javascript application programming interface that adds offline supports for web applications. This new toolkit was released in conjuction with an update Google Reader that allows for offline support for reading the RSS feeds. Google Gears is a free open source platform. The plugin is a 700K download for Firefox 1.5+ and Internet Explorer 6.0+ that installs three developer APIs. One API will handle the creation of data objects to store application information locally, another will be a SQLite relational database for searching the data, and the final part will enable asynchronous JavaScript so applications can sync data in the background without overburdening the browser.