nextwebgen.com

The Next Generation Web Now

AJAX and Web 2.0 Company Vertex Logic to Sponsor AJAXWorld … - SYS-CON Media

Filed under: Web 2.0 News — Ajax - Google News at 10:08 am on Tuesday, July 31, 2007


SYS-CON Media
AJAX and Web 2.0 Company Vertex Logic to Sponsor AJAXWorld
SYS-CON Media, NJ - 55 minutes ago
ICEsoft is the leading provider of standards-compliant, AJAX-based solutions for deploying pure Java, rich Internet applications.
AJAX and Web 2.0 Company Vertex Logic to Sponsor AJAXWorld SYS-CON Media
Microsoft Named "Gold Sponsor" of AJAX World, Conference to SYS-CON Media
AJAX World - New Breed of User Experience Professionals SYS-CON Media
SYS-CON Media - Web Services Journal
all 18 news articles

Timeplot: Canvas-based Specialized Charting Tool

Filed under: Web 2.0 News — Ben Galbraith at 9:00 am on Tuesday, July 31, 2007

Timeplot

On July 1st and July 7th, we posted about Timeline from the Simile project.

We’re pleased to post about another related project: Timeplot, which is

a canvas-based ajaxy plotting companion to
our Timeline widget (that also supports the same timeline data formats).

Follow the link; the screen shot doesn’t do it justice. While you’re there, don’t miss the comprehensive tutorial, which shows how easy it is to create these charts.

In a nutshell, you do this:

HTML:

  1.  
  2. <script src=“http://static.simile.mit.edu/timeplot/api/1.0/timeplot-api.js”
  3.        type=“text/javascript”></script>
  4. <script type=“text/javascript”>
  5. var timeplot = Timeplot.create(document.getElementById("my-timeplot"), plotInfo);
  6. timeplot.loadText("data.txt", ",", eventSource);
  7. </script>
  8.  

and the “data.txt” file is just a CSV file. And the tutorial even shows you how to make it look purty.

The cold, cold heart of Web 2.0 - Register

Filed under: Web 2.0 News — web 2.0 - Google News at 8:16 am on Tuesday, July 31, 2007

The cold, cold heart of Web 2.0
Register, UK - 8 hours ago
Strange as it might sound, not least to Becker himself, he may also be considered the closest thing Web 2.0 has to an ideologue.

Web 2.0 Development Platform Goes Open Source - PC World

Filed under: Web 2.0 News — web 2.0 - Google News at 7:53 am on Tuesday, July 31, 2007

Web 2.0 Development Platform Goes Open Source
PC World - 7 hours ago
Once Technologies has released what it says is the first open-source browser-based Web 2.0 development platform. Australian software company Once
Web 2.0 gets new open source platform Techworld.com
all 10 news articles

@tomic XML-RPC JavaScript Client

Filed under: Web 2.0 News — Dion Almaer at 7:29 am on Tuesday, July 31, 2007

Jon Brisbin has created an XML-RPC JavaScript client called @tomic:

The @tomic XML-RPC client requires ExtJS 1.1, but has no other external requirements. It’s designed to be easy-to-use, flexible, and robust enough for anything you might throw at it. Since this is an initial release, I’m putting it out as a beta (under the GPL).

JAVASCRIPT:

  1.  
  2. Ext.onReady( function()
  3. {
  4.     var xmlrpc = new Atomic.util.XMLRPC( {
  5.         url: “xmlrpc.php”,
  6.         method: “blogger.getUsersBlogs”
  7.     } );
  8.     // Add parameters to the RPC call
  9.     xmlrpc.addParameter( “0123456789ABCDEF” );
  10.     xmlrpc.addParameter( “MyUsername” );
  11.     xmlrpc.addParameter( “mypassword” );
  12.  
  13.     // Subscribe to events
  14.     xmlrpc.addListener( “success”, function( xhr, xml ) {
  15.         // Handle the response from the XML-RPC service, which is in the ‘xml’ object
  16.         console.log( xml );
  17.     } );
  18.     xmlrpc.addListener( “fault”, function( xhr, fault ) {
  19.         // Handle any faults issued by the XML-RPC server
  20.         Ext.MessageBox.alert( “XML-RPC fault #” + fault.code, fault.message );
  21.     } );
  22.  
  23.     // make the call
  24.     xmlrpc.call( {
  25.         method: “blogger.getUsersBlogs”,
  26.         params: [
  27.              “0123456789ABCDEF”,
  28.              “MyUsername”,
  29.              “mypassword”
  30.         ]
  31.     } );
  32. }
  33.  

XRAY: Peer into your web pages

Filed under: Web 2.0 News — Dion Almaer at 6:56 am on Tuesday, July 31, 2007

John Allsopp has developed XRAY, a bookmarklet that launches a tool to visualize the web page that you are on (a little like features in Firebug and Firefox). The look and feel is great, and the margin popups look like the new Safari/Webkit search functionality (mmm orange).

What is XRAY

XRAY is the first in hopefully a suite of free cross browser tools for helping web designers and developers better visualize what their code is doing in a browser. XRAY is designed to help you get beneath the skin of your web page.

XRAY let’s you see the box model for any element on a page in action - where is the top and left of an element, how big is each margin, how big is the padding, how wide and high is the content box?

What platforms and browsers is XRAY available on?

XRAY currently has been tested on Safari 2 and 3 on Mac OS X, Webkit nightly builds, and Mozilla based browsers (Firefox, Camino and so on) on Mac OS X and Windows. At present it won’t work on Internet Explorer (XRAY uses the canvas element, but plans are afoot to adapt it for Internet Explorer), and has not been adapted for Opera. We hope to have versions for Opera shortly, and Internet Explorer on Windows in the not too distant future. XRAY works in Safari 3 on Windows, but clicking a bookmark does not fire any Javascript it contains. To use XRAY on Safari 3 for windows at present, you’ll need to paste the XRAY link into the address field and hit return.

Xray

Web 2.0: Big app on campus - CNET News.com

Filed under: Web 2.0 News — web 2.0 - Google News at 6:02 am on Tuesday, July 31, 2007


CNET News.com
Web 2.0: Big app on campus
CNET News.com, CA - 12 hours ago
Universities are using Web 2.0-style tools to tap into a generation's lust for celebrity as they revamp learning and recruiting. By Candace Lombardi When I

Web 2.0 enticements for coeds - CNET News.com

Filed under: Web 2.0 News — web 2.0 - Google News at 6:01 am on Tuesday, July 31, 2007

Web 2.0 enticements for coeds
CNET News.com, CA - 23 hours ago
Universities are hoping to exploit that trend by using Web 2.0-style tools to get students more excited about their education. The tools may be new,
« Previous PageNext Page »