nextwebgen.com

The Next Generation Web Now

Web 2.0: where civilization eats itself - Taipei Times

Filed under: Web 2.0 News — web 2.0 - Google News at 11:03 pm on Saturday, June 30, 2007

Web 2.0: where civilization eats itself
Taipei Times, Taiwan - 1 hour ago
By Michiko Kakutani Digital utopians have heralded the dawn of an era in which Web 2.0 - distinguished by a new generation of participatory sites like

Web 2.0: where civilization eats itself - Taipei Times

Filed under: Web 2.0 News — web 2.0 - Google News at 11:03 pm on Saturday, June 30, 2007

Web 2.0: where civilization eats itself
Taipei Times, Taiwan - Jun 30, 2007
By Michiko Kakutani Digital utopians have heralded the dawn of an era in which Web 2.0 - distinguished by a new generation of participatory sites like

This complacency will cost us lives - Telegraph.co.uk

Filed under: Web 2.0 News — Ajax - Google News at 6:09 pm on Saturday, June 30, 2007


Telegraph.co.uk
This complacency will cost us lives
Telegraph.co.uk, United Kingdom - 4 hours ago
Eight years later, while he was at Army Staff College, I commanded the field hospital at Ajax Bay, during the land battles of the Falklands campaign.
Falklands medic criticises military care Telegraph.co.uk
all 3 news articles

Legal Issues Get Trickier in a Web 2.0 World of User-Generated Content - Social Computing Magazine

Filed under: Web 2.0 News — web 2.0 - Google News at 10:25 am on Saturday, June 30, 2007

Legal Issues Get Trickier in a Web 2.0 World of User-Generated Content
Social Computing Magazine, NY - Jun 30, 2007
"Identifying legal issues in a 'Web 2.0' world requires more than knowledge of applicable law from normally disparate legal disciplines," added Arne's

Web 2.0 Learning and Knowledge Management Platform Launched - Social Computing Magazine

Filed under: Web 2.0 News — web 2.0 - Google News at 9:50 am on Saturday, June 30, 2007

Web 2.0 Learning and Knowledge Management Platform Launched
Social Computing Magazine, NY - 5 hours ago
Earlier this year Instancy launched a Software-as-a-Subscription (SaaS) and Web 2.0-based platform for enterprise customers (corporations,

Lotus aims to make the Web 2.0 Connection - Techworld.com

Filed under: Web 2.0 News — web 2.0 - Google News at 8:18 am on Saturday, June 30, 2007

Lotus aims to make the Web 2.0 Connection
Techworld.com, UK - 3 hours ago
"For some, Web 2.0 is Notes generation 2.0 - we understood communities already. People see the sharing of information on the web, and that's something we've

How to write a Google Gadget

Filed under: Web 2.0 News — Michael Mahemoff at 8:13 am on Saturday, June 30, 2007

I’ve written some notes on the Google Gadget API and how to write a gadget, targeted at developers who already know Ajax.

What’s a Gadget?

  • The gadget is an XML file sitting on your server. In my case, http://ajaxify.com/run/widgets/google/diggroundup.xml. It will get cached, so effectively it must be a static file.
  • The user adds your gadget to their igoogle portal, or codes it into their own website, by specifying this URL (it may be done indirectly - via the gadget registry. You’ll appear in the registry if you’ve submitted your gadget to igoogle.)
  • The gadget is rendered as an iframe, so you have all the usual security constraints which stop you borking the portal and other gadgets. This also means you can’t communicate with other Gadgets other than via than remote calls to a common third-party server (or has anyone tried hooking them together using the iframe-fragment identifier hack? ).

It’s based on a Digg Roundup tool, where the gadget show Digg stories according to user preferences such as topic and whether to go for popular or upcoming stories.

iPhone Safari Notes and Quirks

Filed under: Web 2.0 News — Dion Almaer at 1:09 am on Saturday, June 30, 2007

Now we can get our hands on an iPhone, developers are testing out Safari to see what is actually available. How is the DOM? What events get fired? How does the keyboard send onkey* events? How is scrolling handled? How is the JavaScript support?

Abe Fettig has been jotting down his notes, which include:

  • Poking around the DOM, I don’t see any special objects, with the possible exception of window.offscreenBuffering (set to true).
  • Bookmarklets work, although you have to go through the bookmarks menu to get to them.
  • Safari crashes are handled gracefully - the main screen fades back in, and you can jump right back into Safari. It will then load page you were visiting when it crashed.
  • Drag and drop, and other behaviors based on picking up mousemove events, don’t work. CSS-based element drag and drop doesn’t work either. Dragging one finger around the iPhone’s version of Safari causes the window to scroll, and that’s it. I assume that scroll events do work. I’m sure somebody is already working on a version of drag and drop based on window scrolling.
  • For documents with no width set, the iPhone uses a default width of 980px.

Joe Hewitt isn’t too happy with his experiments:

My first task has been exploring the DOM events that you can handle. You do not get “mousedown” when you touch the screen. You get “mousedown” and “mouseup” at the same time when you release your finger. The “mousemove” event does not seem to fire at all. There is no way to handle double-clicking because that is the action for zooming, and calling event.preventDefault() doesn’t seem to override that.

If Safari is the current SDK, we need help as developers to build, and debug, applications.

Next Page »