nextwebgen.com

The Next Generation Web Now

Indian Startups Go for Web 2.0 Gold - BusinessWeek

Filed under: Web 2.0 News — web 2.0 - Google News at 12:01 pm on Friday, November 30, 2007

BusinessWeek
Indian Startups Go for Web 2.0 Gold
BusinessWeek - 9 hours ago
by Nandini Lakshman For the past year, global networking sites have been growing in popularity among young Indians. According to juxtconsult, a New

Indian Startups Go for Web 2.0 Gold - BusinessWeek

Filed under: Web 2.0 News — web 2.0 - Google News at 12:01 pm on Friday, November 30, 2007

BusinessWeek
Indian Startups Go for Web 2.0 Gold
BusinessWeek - 11 hours ago
by Nandini Lakshman For the past year, global networking sites have been growing in popularity among young Indians. According to juxtconsult, a New
Hackers will target social networking sites: security firms CBC News
all 6 news articles

Indian Startups Go for Web 2.0 Gold - BusinessWeek

Filed under: Web 2.0 News — web 2.0 - Google News at 12:01 pm on Friday, November 30, 2007

BusinessWeek
Indian Startups Go for Web 2.0 Gold
BusinessWeek - Nov 30, 2007
by Nandini Lakshman For the past year, global networking sites have been growing in popularity among young Indians. According to juxtconsult, a New
Hackers will target social networking sites: security firms CBC News
all 6 news articles

Retailers will embrace Web 2.0 this holiday season - DM News

Filed under: Web 2.0 News — web 2.0 - Google News at 11:14 am on Friday, November 30, 2007
Retailers will embrace Web 2.0 this holiday season
DM News, NY - 12 hours ago
By Dianna Dilworth There has been a lot of talk in the past two years in the e-commerce world about Web 2.0 but, this holiday season, expect less talk and

Is It Time for a 'Kinder, Gentler HTML'? - Slashdot

Filed under: Web 2.0 News — Ajax - Google News at 9:43 am on Friday, November 30, 2007
Is It Time for a 'Kinder, Gentler HTML'?
Slashdot - 1 hour ago
It incorporates the best practices of Ajax development. It provides extensibility without complexity. The deltas from HTML 4 are generalizations and

Trying to catch up in Web 2.0 - American Press Institute

Filed under: Web 2.0 News — web 2.0 - Google News at 9:33 am on Friday, November 30, 2007
Trying to catch up in Web 2.0
American Press Institute, VA - Nov 30, 2007
guy who can operate a typewriter, recognizes a pica pole and remembers the smell of molten lead figure out the social-networking world of Web 2.0?

Thomas Fuchs uses Script.aculo.us 2.0 on his own site

Filed under: Web 2.0 News — Dion Almaer at 9:13 am on Friday, November 30, 2007

Thomas Fuchs is back in the consulting game and his new site gives us another glimpse of Script.aculo.us 2.0 abilities.

The photo zooming?

JAVASCRIPT:

  1.  
  2. Effect.PhotoZoom = Class.create(Effect.Element, {
  3.   setup: function() {
  4.     var currentHeight = $(‘text’).getHeight();     
  5.     var newHTML = this.element.next(‘div.text’).innerHTML;
  6.    
  7.     var left =  Thomas.photos.indexOf(this.element)*120 + 90;
  8.     var color = $w(‘ffa ffa ffa ffa ffa’)[Thomas.photos.indexOf(this.element)];
  9.      
  10.     $(‘text_contents’).show().update(newHTML).setStyle({height:‘auto’});
  11.     var newHeight = $(‘text_contents’).getHeight()+22;
  12.    
  13.     Thomas.clearTextBox();
  14.     $(‘text’).setStyle({height:currentHeight+‘px’});
  15.    
  16.     $(‘text’).morph(‘left:’+left+‘px;height:’+newHeight+‘px;background-color:#’+color,{
  17.       duration: 1.2,
  18.       transition: ‘linear’,
  19.       propertyTransitions: {
  20.         left: ‘bouncePast’,
  21.         height: ‘bouncePast’,
  22.         backgroundColor: ’sinusoidal’
  23.       },
  24.       after: function(){
  25.         $(‘text_contents’).show();
  26.         Element.update.defer(‘text_contents’, newHTML);     
  27.       }
  28.     });
  29.    
  30.     this.animate(‘zoom’, this.element, {
  31.       propertyTransitions: this.options.propertyTransitions || { }
  32.     });
  33.   }
  34. });
  35.  

Thomas Fuchs

Placeshout: New Rails based Geo-cool site

Filed under: Web 2.0 News — Dion Almaer at 9:05 am on Friday, November 30, 2007

Andre Lewis has a new site out there, Placeshout which offers a way to quickly call out your favourites place in various locations.

You could argue that we have other places for this… Yelp for example, or My Maps themselves. So, why Placeshout?

Sometimes, you just want a quick suggestion

When Andre and I are looking for a hole-in-the-wall Mexican restaurant or a park with a softball field, we usually just want a quick suggestion, not a lengthy review. We want to know if a place is worth visiting in 30 seconds.

Placeshout isn’t about volume - it’s about trying to express the positives and negatives of a destination in as few of words as possible. If people agree, that “shoutout” moves up…if they don’t, the shoutout moves down and begins to disappear.

We hope Placeshout makes it easier for you to find local destinations.

There are some interesting features in this, very Web 2.0-looking, site. One that stands out is the enhanced mapping experience on top of Google Maps. As you move around, directional arrows tell you how far various other cities are away. It is kinda fun to watch:

« Previous PageNext Page »