nextwebgen.com

The Next Generation Web Now

Wipe The Slate Clean For 2010, Commit Web 2.0 Suicide – TechCrunch (blog)

Filed under: Uncategorized — web 2.0 - Google News at 10:02 am on Thursday, December 31, 2009
Wipe The Slate Clean For 2010, Commit Web 2.0 Suicide
TechCrunch (blog)
Now you can wipe the slate clean with the Web 2.0 Suicide Machine. (Warning: This will really delete your online presence and is irrevocable).
Facebook "Suicide" Enabler Gets Legal ThreatsNBC Bay Area

all 2 news articles »

Official: NEC Loan Ajax Youngster Jeffrey Sarpong – Goal.com

Filed under: Uncategorized — Ajax - Google News at 9:24 am on Thursday, December 31, 2009
Official: NEC Loan Ajax Youngster Jeffrey Sarpong
Goal.com
Eredivisie outfit NEC have completed the transfer of versatile youngster Jeffrey Sarpong from Ajax on a six-month loan deal.

Technology Predictions for 2010 – NewsFactor Network

Filed under: Uncategorized — web 2.0 - Google News at 8:14 am on Thursday, December 31, 2009

Daily Tech Update (blog)
Technology Predictions for 2010
NewsFactor Network
Web 2.0 is all about social networking , community building, and the empowerment of the individual information creator. We've seen what that can do through
Google Chrome OS: The Next Digital RevolutionWindows 7 News (blog)

all 39 news articles »

Hornets start league 2-0 for 4th time (North Little Rock Times)

Filed under: Uncategorized — Yahoo! News Search Results for web 2.0 at 8:10 am on Thursday, December 31, 2009

It’s another 2-0 start for the Oak Grove Hornets.

Tories swallow Web 2.0, spit out £1m crowdsource prize (The Register)

Filed under: Uncategorized — Yahoo! News Search Results for web 2.0 at 7:13 am on Thursday, December 31, 2009

Golden goose lays egg The Tories are waving a £1m taxpayer-funded crowdsourcing prize under the noses of developers to produce a website that can “harness the wisdom” of voters to “resolve difficult policy challenges”.… Offloading malware protection to the cloud

Web 2.Snow

Filed under: Uncategorized — webreflection at 6:13 am on Thursday, December 31, 2009

When I talked about some snow related CSS3 experiment, I could not imagine @Natbat was already preparing something like snowflakes, an almost fully CSS3 featured snow FX created for clearleft, specially suited for Chrome and Safari.

And what about @zacharyjohnson? He put snow all over the network via its Winternetizer, the first snow proxy I have ever seen.

Am I missing anybody? … sure, me!

Above FX is dedicated to all Ajaxian readers and created via some CSS3 rule handled via JavaScript for a partial cross browser implementation. WebKit based browsers, included Android and iPhone, plus Firefox 3.6, should render properly, while the most interesting thing, snow a part, is that for the first time rather than browser sniffing, I have implemented a sort of “screen resolution to power computation” sniff:

JAVASCRIPT:

  1.  
  2. var totalSnowFlakes = Math.max(
  3.     Math.min((
  4.         document.documentElement.offsetWidth *
  5.         document.documentElement.offsetHeight /
  6.         15000
  7.     )>> 0, 40), 10
  8. );
  9.  

Probably not perfect, the aim is to avoid same number of flakes in mobile devices, netbooks, or desktop PCs.
I guess one day we’ll have exposed CPU model and RAM amount as read only userAgent properties, so that all new effects could avoid stress for web surfers.
Something like System namespace in ActionScript, with capabilities for audio and video and extra info about the current navigator … maybe just an AS to JS bridge ’till that day? We’ll see, today the important thing is simply one: Have Fun!

How would you layout Wave?

Filed under: Uncategorized — Dion Almaer at 4:38 am on Thursday, December 31, 2009

Want to show how to use your layout library? Why not mimic a well known layout and show how easy it is? That is what Volodya Kolesnikov has done with his Google Wave layout in 100 lines of code sample.

ukiwavelayout

It is powered by uki (shorted from “ui kit”) and Volodya told us more about it:

UKI is a fast and simple JavaScript user interface toolkit for desktop-like web applications. It comes with rich view-component library ranging from Slider to List and SplitPane. Here are some examples:

Simple example:

JAVASCRIPT:

  1.  
  2. uki({
  3.        view: ‘Button’, text: ‘Click me’,
  4.        rect: ’10 10 100 24′ , anchors: ‘top left’
  5. }).attachTo( document.getElementById(‘container’) );
  6.  
  7. uki(‘Button[text^=Click]‘).click(function() { alert(this.text()); });
  8.  

Here is a more complex example:

JAVASCRIPT:

  1.  
  2. uki(
  3. {   // create a split pane…
  4.    view: ‘SplitPane’, rect: ’1000 600′, anchors: ‘left top right bottom’,
  5.    handlePosition: 300, leftMin: 200, rightMin: 300,
  6.    // …with button on the left
  7.    leftChildViews: { view: ‘Button’, rect: ’10 10 280 24′, anchors: ‘top left right’, text: ‘Clear text field’ },
  8.    // …and a vertical split pane on the right…
  9.    rightChildViews: [
  10.       { view: ‘SplitPane’, rect: ’693 600′, anchors: ‘left top right bottom’, vertical: true,
  11.           // …with text field in the top part
  12.           topChildViews: { view: ‘TextField’, rect: ’10 10 280 24′, anchors: ‘top left’, value: ’0′, id: ‘field’ },
  13.           // …and a slider in the bottom
  14.           bottomChildViews: { view: ‘Slider’, rect: ’10 10 673 24′, anchors: ‘top right left’ }
  15.       }
  16.   ]
  17. }).attachTo( window, ’1000 600′ );
  18.  
  19. // on slider change update text field
  20. uki(‘SplitPane Slider’).bind(‘change’, function() {
  21.    uki(‘TextField’).value(this.value())
  22. });
  23.  
  24. // on button click clear the text field
  25. uki(‘Button[text~="Clear"]‘).bind(‘click’, function() {
  26.    uki(‘#field’).value() // find by id
  27. });
  28.  

Uki works with IE6+, Opera 9+, FF 2+, Safari 3+, Chrome. And it looks the same on any of them.

Uki is still in its infancy. There may be bugs. No docs available. Certain features like disabled are still missing. Nevertheless it is already capable of build complex layouts in hours.

One year after bomb threat, hopes for a ‘normal’ Aspen New Year’s – Aspen Daily News

Filed under: Uncategorized — Ajax - Google News at 4:15 am on Thursday, December 31, 2009
One year after bomb threat, hopes for a 'normal' Aspen New Year's
Aspen Daily News
Instead of the traditional fireworks exploding over Ajax, by the time midnight struck, authorities were diffusing crude bombs left at local banks in an
Bomb scare still sears Aspen's memory a year laterGlenwood Springs Post Independent

all 3 news articles »

« Previous PageNext Page »