nextwebgen.com

The Next Generation Web Now

Zapatec Introduces Zcounts to Minimize Spam and Give Users Control … - PR Newswire (press release)

Filed under: Uncategorized — Ajax - Google News at 7:53 am on Tuesday, December 2, 2008

Zapatec Introduces Zcounts to Minimize Spam and Give Users Control
PR Newswire (press release), NY - 4 hours ago
Zcounts is a new module for 6zap, a single-page AJAX application providing users with full-featured e-mail, calendar and contact interfaces that have a

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

Ajax not happy about final venue - The Times

Filed under: Uncategorized — Ajax - Google News at 7:48 am on Tuesday, December 2, 2008

Football365.co.za

Ajax not happy about final venue
The Times, South Africa - 1 hour ago
Telkom Knockout finalists Ajax Cape Town are unhappy over the three venues put on the table by the cup committee for the showpiece against Orlando Pirates
Ajax Battle Pirates In SA Cup Final Goal.com
Ajax hero confident of beating Bucs Kickoff
Ajax triumph - Stars reject Vilakazi hurts Sowetan
Independent Online - The Times
all 28 news articles

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

The Business Web 2.0 - ZDNet UK

Filed under: Uncategorized — web 2.0 - Google News at 7:26 am on Tuesday, December 2, 2008

Product Reviews

The Business Web 2.0
ZDNet UK, UK - 6 hours ago
BIZ, read my take on the role Web 2.0 technologies can play helping businesses to grow. It was May when Facebook Connect was first announced with the aim of
Facebook to enable members to track friends on other sites Telegraph.co.uk
Social Web’s Big Question: Federate or Aggregate? GigaOm
Facebook Connect roll-out is starting soon guardian.co.uk
ReadWriteWeb - Mashable
all 97 news articles

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

Ajax confirm Real Madrid talks for Huntelaar - ESPN

Filed under: Uncategorized — Ajax - Google News at 6:36 am on Tuesday, December 2, 2008

ESPN

Ajax confirm Real Madrid talks for Huntelaar
ESPN - 23 minutes ago
On Monday evening Ajax were forced to quash reports that a deal had already been done for the sale of the 25-year-old international, but followed up with a

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

Real looking to buy striker Huntelaar from Ajax - AFP

Filed under: Uncategorized — Ajax - Google News at 6:30 am on Tuesday, December 2, 2008

AFP

Real looking to buy striker Huntelaar from Ajax
AFP - 4 hours ago
THE HAGUE, Netherlands (AFP) — Ajax have confirmed that they are in talks with Real Madrid to transfer their striker Klas-Jan Huntelaar to the Spanish side.

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

HTML 5: Integrating HTTP authentication with HTML forms

Filed under: Uncategorized — Dion Almaer at 5:54 am on Tuesday, December 2, 2008

Mark Pilgrim has a new This Week in HTML 5 that features a bit new proposal for integrating HTTP authentication with HTML forms.

A common use for forms is user authentication. To indicate that
an HTTP URL requires authentication through such a form
before use, the HTTP 401 response code with a WWW-Authenticate challenge “HTML” may be used.

For this authentication scheme, the framework defined in RFC2617
is used as follows. [RFC2617]

challenge = “HTML” [ form ]

form      = “form” “=form-name
form-name = quoted-string

The form parameter, if
present, indicates that the first form element in the
entity body whose name is the
specified string, in tree order, if any, is the login
form. If the parameter is omitted, then the first form
element in the entity body, in tree order, if any, is
the login form.

There is no credentials production for this
scheme because the login information is to be sent as a normal form
submission and not using the Authorization
HTTP header.

Mark then goes on to say:

This idea has been kicked around for more than a decade. Microsoft wrote User Agent Authentication Forms in 1999. Mark Nottingham asked the WHATWG to investigate the idea in 2004. Better late than never, Ian Hickson summarizes the feedback to date. No doubt this new proposal will generate further discussion. No browsers currently support this proposal.

The idea makes total sense to me. The old HTTP BASIC style of authentication is a dying bread due to the annoying popup style and implementation. It needs a shake up, don’t you think?

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

Implementing super in JavaScript

Filed under: Uncategorized — Dion Almaer at 5:43 am on Tuesday, December 2, 2008

Erik Arvidsson seems to be having fun going through exersizes getting JavaScript to do something his way. The latest little foray is Using catch-alls to implement super.

Firstly, catch-alls are the ability to use the SpiderMonkey only __noSuchMethod__ meta programming trick. The good news is that this seems to be coming to ECMAScript Harmony (I hope we here how the ECMA working group meeting went in Kona soon!).

Erik used this trick to build a createSuper method:

JAVASCRIPT:

  1.  
  2. function createSuper(self, opt_constr) {
  3.   var constr = opt_constr || arguments.callee.caller;
  4.   function supr() {
  5.     return constr.superClass.apply(self, arguments);
  6.   };
  7.   supr.__noSuchMethod__ = function(name, args) {
  8.     if (typeof constr.superClass.prototype[name] == ‘function’) {
  9.       return constr.superClass.prototype[name].apply(self, args);
  10.     }
  11.     throw Error(‘No such method, ‘ + name);
  12.   };
  13.   return supr;
  14. }
  15.  

which you can then use via var supr = createSuper(this);

Of course, as Erik points out, you can just use FooClass.superClass.method.call(this, …);

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb

Ajax confirm talks with Real over Huntelaar - CNN International

Filed under: Uncategorized — Ajax - Google News at 5:04 am on Tuesday, December 2, 2008

China Daily

Ajax confirm talks with Real over Huntelaar
CNN International - 55 minutes ago
The Spanish media broke the story on Monday, with Ajax initially denying that any deal was being brokered. But a statement by the club on Tuesday gave the
Ajax open Real Huntelaar talks SkySports
PH Ajax Reject Reports Of Huntelaar Deal Goal.com
Ajax confirm Real Huntelaar talks Independent
Sportinglife.com - Bleacher Report
all 87 news articles

Share and Enjoy:These icons link to social bookmarking sites where readers can share and discover new web pages.
  • blogmarks
  • del.icio.us
  • De.lirio.us
  • digg
  • NewsVine
  • YahooMyWeb
« Previous PageNext Page »