nextwebgen.com

The Next Generation Web Now

IE8 HTML 5 Ajax Page Navigations

Filed under: Web 2.0 News — Dion Almaer at 7:06 am on Wednesday, July 16, 2008

Sharath Udupa, an IE developer at Microsoft has posted on the IE 8 page navigations feature:

In IE8 mode, we provide support for script to update the travel log components (for e.g. back/forward buttons, address bar) to reflect client-side updates to documents. This allows a better user experience where users can navigate back and forth without messing the AJAX application state.

What is interesting here is that even though Sharath said: “adopted in IE8 from HTML5” we have Richard Monson-Haefel (Curl evangelist) saying Ajax is dead RIA walking. This strong conclusion comes from the fact that IE implemented an HTML 5 feature???

The Open Web always has baggage from the fact that there are many parties involved, but the benefits have always made it win out. The browser is the virtual machine of the Web. While Richard thinks that fragmentation can kill Ajax, I see a brighter picture. We have HTML 5 to look at, and browser are innovating in interesting ways. That is a good thing. It pushes us forward.

It is interesting that the articles pushed are on Silverlight using this for its own goals, but Sorry Richard, this doesn’t mean people will be learning Curl :)

Live Scrolling via Ext’s LiveDataPanel Widget

Filed under: Web 2.0 News — Rey Bango at 7:00 am on Wednesday, July 16, 2008

Many developers really like the live scrolling functionality popularized by DZone. As you scroll down the page, a XHR call is made which pulls back data and instantly refreshes and allows you to continue to scroll down almost endlessly. Aaron Conran has built a widget for the Ext JS library which provides this functionality in an easy-to-use user extension:

A LiveDataPanel can enhance your site by deferring the load of additional content until the user is ready to see it. Markup will never be generated unless it’s needed and therefore the browsers DOM will have a smaller footprint. It’s important to remember to use this component where approriate, because it will load every record into memory and render that record’s markup to the browser. By building upon Ext’s foundation classes, we were able to create a useful component without having to do a lot of the lower level work.

rb_ldp1.png

The extension is easy to call and very configurable. The demo code looks like this:

JAVASCRIPT:

  1.  
  2. // Creating the panel is easy
  3. var p = new Ext.ux.LiveDataPanel({
  4.     frame: true,
  5.     title: ‘Latest Blog Entries’,
  6.     height: 400,
  7.     width: 590,
  8.     itemSelector: ‘.entry’,
  9.     tpl: Ext.XTemplate.from(‘tplBlog’),
  10.     store: myStore
  11. });
  12. p.render(‘entry-list’);
  13.  

WordPress 2.6 Supports Version Tracking, Google Gears - PC World

Filed under: Web 2.0 News — Ajax - Google News at 12:41 am on Wednesday, July 16, 2008

WordPress 2.6 Supports Version Tracking, Google Gears
PC World - 1 hour ago
Where some packages might force you to enter posts into clumsy Web forms, WordPress offers a WYSIWYG editor and AJAX-powered controls.
WordPress 2.6 Promises Content Creation Improvements InformationWeek
WordPress updates to 2.6, adds Gears support CNET News
all 4 news articles

Fat Spaniel: Distributed energy meets Web 2.0 - CNET News

Filed under: Web 2.0 News — web 2.0 - Google News at 11:03 pm on Tuesday, July 15, 2008

CNET News

Fat Spaniel: Distributed energy meets Web 2.0
CNET News, CA - 1 hour ago
Performance information is sent via the Internet to Fat Spaniel's data centers where customers, either homeowners or corporations, can view it over the Web.

Microsoft details AJAX navigation implemented in IE8 - Ars Technica

Filed under: Web 2.0 News — Ajax - Google News at 6:39 pm on Tuesday, July 15, 2008

Microsoft details AJAX navigation implemented in IE8
Ars Technica, MA - 1 hour ago
By Emil Protalinski | Published: July 15, 2008 - 06:39PM CT Microsoft has included HTML5 AJAX page navigations in Internet Explorer 8.

Ajax Tell Luque To Move On - Goal.com

Filed under: Web 2.0 News — Ajax - Google News at 3:37 pm on Tuesday, July 15, 2008

Ajax Tell Luque To Move On
Goal.com, Switzerland - 2 hours ago
Eight Ajax players were told there’s no place for them in Amsterdam anymore. Biggest name amongst the eight is former Spanish international Albert Luque.

Aissati For Sale, But Not To Ajax - Goal.com

Filed under: Web 2.0 News — Ajax - Google News at 2:34 pm on Tuesday, July 15, 2008

Goal.com

Aissati For Sale, But Not To Ajax
Goal.com, Switzerland - 1 hour ago
PSV Eindhoven are prepared to let disgruntled Ismaïl Aissati go, but not to the benefit of perennial rivals Ajax. The 19-year-old playmaker, who’s denied

Using Flash and Silverlight to move web standards forward - ZDNet

Filed under: Web 2.0 News — Ajax - Google News at 1:27 pm on Tuesday, July 15, 2008

Using Flash and Silverlight to move web standards forward
ZDNet - 8 hours ago
People are definitely doing innovative things with Ajax, but they’re taking the same basic set of technologies and rearranging it in different ways with
Why Flash and Silverlight will save the web ZDNet Blogs
all 2 news articles

« Previous PageNext Page »