nextwebgen.com

The Next Generation Web Now

IBM Unveils Cool Web 2.0 Server System (Data Storage Today)

Filed under: Web 2.0 News — Yahoo! News Search Results for web 2.0 at 2:27 pm on Wednesday, April 30, 2008

IBM has unveiled a new server offering aimed at large enterprises with online operations that make use of Web 2.0-style computing. The IBM iDataPlex features innovative cooling and efficiency improvements that can help online organizations dramatically lower the cost of operating massive data centers with tens of thousands of servers, IBM executives said. “With iDataPlex, IBM is making Web …

PREVIEW: HEERENVEEN - AJAX - Yanks Abroad

Filed under: Web 2.0 News — Ajax - Google News at 1:53 pm on Wednesday, April 30, 2008

PREVIEW: HEERENVEEN - AJAX
Yanks Abroad - 1 hour ago
Heerenveen hosts Ajax on Thursday evening in the first game of a two-game playoff in the the Dutch Eredivisie. Ajax have already beaten the Frisians three

Web 2.0: Ten Trends Defining the New Internet (PR Newswire via Yahoo! Finance)

Filed under: Web 2.0 News — Yahoo! News Search Results for web 2.0 at 10:58 am on Wednesday, April 30, 2008

The South Florida Technology Alliance will present Jay Berkowitz, CEO of TenGoldenRules.com, at its educational monthly event on Thursday, May 22. Berkowitz, a nationally-recognized expert on Internet trends, will analyze the business revolution being fueled by the latest Internet and Web 2.0 cutting-edge developments.

Events Compatibility Tables; Powering the Dutch Royals

Filed under: Web 2.0 News — Dion Almaer at 10:52 am on Wednesday, April 30, 2008

PPK has published new event compatibility tables that test the event registration models (traditional, W3C and Microsoft) as well as event bubbling and capturing.

There is a lot of data here on the quirks of the various browsers.

Event Compatibility Tables

In some fun news, it was interesting to see that PPK developed the interactive Dutch royal family tree!

Dutch Royals

Ajax Accessibility and ARIA

Filed under: Web 2.0 News — Dion Almaer at 10:22 am on Wednesday, April 30, 2008

John Resig put together a nice overview of the ARIA Live Regions specification with an example of how you can track a list of people in a way that a screen reader can understand when someone is added or deleted. Imagine a todo list application.

HTML:

  1.  
  2. <ol aria-live=“polite” aria-relevant=“additions removals”
  3.     aria-describedby=“users-desc” id=“users”>
  4.   <li>John</li>
  5.   <li>Mary</li>
  6.   <li>Ted</li>
  7.   <li>Jane</li>
  8. </ol>
  9.  
  • aria-live=”polite” How polite the live area is (as in, how likely is it to butt in to what the user is currently listening to/interacting with). The default is ‘polite’ - in that it waits until all forms of user interaction have been completed before describing the updates to the user.
  • aria-relevant=”additions removals” Only notify the user about new node additions and removals. Since we wish to provide the user with a live list of users we can expect them to be both transitioning online and offline - this will give us the appropriate level of updates to make this possible.
  • aria-describedby=”users-desc” A pointer to the element that describes the contents of the live area. If the user

    wishes to know more about what the contents of the field represent this element can be read to them.

Firefox supports this right now (as of 2.0) and we covered AxsJax the toolkit that helps you implement these features, which Google Reader uses to get the job done.

Usable Directory Listings with Dojo

Filed under: Web 2.0 News — Dion Almaer at 8:26 am on Wednesday, April 30, 2008

Dojo Directory Shortcut

Sam Foster has written up an example of using Dojo to create directory listings with keyboard shortcuts.

You can now tab over to the box on the top right, and filter your selections:

This tutorial shows you how to upgrade those plain vanilla pages to make getting around a little faster and along the way introduce you to some of the most useful bits of Dojo, and practical techniques for working with them. We’ll touch on: dojo.query, dojo.data, the dojo parser and dijit (specifically the FilteringSelect widget.)

This is a great look at how things work in Dojo land, including the interesting code embed technique:

HTML:

  1.  
  2. <div style=“display:none” jsId=“linksStore”
  3.         dojoType=“dojo.data.ItemFileWriteStore”>
  4.         <script type=“dojo/method” event=“preamble” args=“params”>
  5.                 params.data = {
  6.                         identifier: "id",
  7.                         items: []
  8.                 }
  9.         </script>
  10. </div>
  11.  

Web 2.0: a Strategy Guide (Kansas City InfoZine)

Filed under: Web 2.0 News — Yahoo! News Search Results for web 2.0 at 7:22 am on Wednesday, April 30, 2008

New from O’Reilly: Business Thinking and Strategies Behind Successful Web 2.0 Implementations

Abacus Releases First Drill Results From Ajax Joint Venture Area - Earthtimes (press release)

Filed under: Web 2.0 News — Ajax - Google News at 7:03 am on Wednesday, April 30, 2008

Abacus Releases First Drill Results From Ajax Joint Venture Area
Earthtimes (press release), UK - 2 hours ago
("Abacus" or "the Company") (TSX VENTURE: AME) is pleased to announce the release of assay results from the Ajax joint venture area with New Gold Inc.,

« Previous PageNext Page »