nextwebgen.com

The Next Generation Web Now

AmaZulu have their work cut out against Ajax – Sowetan

Filed under: Uncategorized — Ajax - Google News at 11:46 pm on Wednesday, March 31, 2010

Football365.co.za
AmaZulu have their work cut out against Ajax
Sowetan
This advice is relevant for AmaZulu, who clash on Saturday with defending Telkom Knockout champions Ajax Cape Town at the Seisa Ramabodu Stadium in
De Haan gets Ajax thinking his wayIndependent Online
AmaZulu won't give the Warriors an inchDispatch Online
Tickets on Sale for Telkom Knockout Cup semi-finalsKickoff
Football365.co.za -Independent Online -Dispatch Online
all 7 news articles »

Three-day India Training on Building RIAs with Ajax, jQuery & Java by Best … – BigNews.biz (press release)

Filed under: Uncategorized — Ajax - Google News at 11:27 pm on Wednesday, March 31, 2010
Three-day India Training on Building RIAs with Ajax, jQuery & Java by Best
BigNews.biz (press release)
From 26-28 April in Bangalore, India, attend a practical, hands-on training on Ajax and RIAs personally developed and taught by leading Java EE and Ajax

and more »

AmaZulu won’t give the Warriors an inch – Dispatch Online

Filed under: Uncategorized — Ajax - Google News at 11:03 pm on Wednesday, March 31, 2010

Football365.co.za
AmaZulu won't give the Warriors an inch
Dispatch Online
IT'S a mission that is possible say Ajax Cape Town ahead of their Telkom Knockout soccer semi-final match against AmaZulu on Saturday.
De Haan gets Ajax thinking his wayIndependent Online
AmaZulu on the brinkiAfrica.com
Tovey concerned with defenceFootball365.co.za
Independent Online -Dispatch Online
all 7 news articles »

Ajax win appeal; Downs off the hook – Dispatch Online

Filed under: Uncategorized — Ajax - Google News at 11:02 pm on Wednesday, March 31, 2010
Ajax win appeal; Downs off the hook
Dispatch Online
The dispute resolution chamber ruled in November that Mokoro's dismissal by Ajax was unfair and also constituted a breach of contract.

and more »

Stop sniffing my breadcrumbs!

Filed under: Uncategorized — Dion Almaer at 11:01 pm on Wednesday, March 31, 2010

Chris Blizzard has done a nice roundup of David Baron’s post, the bug and the post on the security blog which discusses the :visited issue.

We have seen :visited sniffing for good as well as ill (Aza wrote about using it to detect what networks you are on which can help you put up the right badge in an OpenID signup say) but it is a loophole that many want to fix.

The fix could affect you though. Here is what is changing:

These changes will have some impact on web sites and developers, so you should be aware of them. At a high level here’s what’s changing:

  • getComputedStyle (and similar functions like querySelector) will lie. They will always return values as if a user has never visited a site.
  • You will still be able to visually style visited links, but you’re severely limited in what you can use. We’re limiting the CSS properties that can be used to style visited links to color, background-color, border-*-color, and outline-color and the color parts of the fill and stroke properties. For any other parts of the style for visited links, the style for unvisited links is used instead. In addition, for the list of properties you can change above, you won’t be able to set rgba() or hsla() colors or transparent on them.

These are pretty obvious cases that are used widely. There are a couple of subtle changes to how selectors work as well:

  • If you use a sibling selector (combinator) like :visited + span then the span will be styled as if the link were unvisited.
  • If you’re using nested link elements (rare) and the element being matched is different than the link whose presence in history is being tested, then the element will be drawn as if the link were unvisited as well.

Wave IMS adds in-house Creative Division to unite Web 2.0 and Branding Solutions – PRLog.Org (press release)

Filed under: Uncategorized — web 2.0 - Google News at 9:06 pm on Wednesday, March 31, 2010
Wave IMS adds in-house Creative Division to unite Web 2.0 and Branding Solutions
PRLog.Org (press release)
part of its advertising, marketing and branding strategy, combining time-tested methods of traditional solutions with the evolving resources of Web 2.0.

and more »

From Whisper to Shout; A new form of volume control

Filed under: Uncategorized — Dion Almaer at 8:03 pm on Wednesday, March 31, 2010

David Friedman calls is “silly”, but he has created something simple and fun in his new form of volume control that moves from whisper to shout as you change the volume.

whispershout

The code (which works on Firefox and Opera right now) uses different tracks for each level:

HTML:

  1.  
  2. <audio id=“apA” autobuffer=“true” onTimeUpdate=“update();”>
  3.         <source src=“ogg/Volume1.ogg” type=“audio/ogg; codecs=vorbis”>
  4. </source></audio>
  5. <audio id=“apB” autobuffer=“true”>
  6.         <source src=“ogg/Volume2.ogg” type=“audio/ogg; codecs=vorbis”>
  7. </source></audio>
  8. <audio id=“apC” autobuffer=“true”>
  9.         <source src=“ogg/Volume3.ogg” type=“audio/ogg; codecs=vorbis”>
  10. </source></audio>
  11. <audio id=“apD” autobuffer=“true”>
  12.         <source src=“ogg/Volume4.ogg” type=“audio/ogg; codecs=vorbis”>
  13. </source></audio>
  14. <audio id=“apE” autobuffer=“true”>
  15.         <source src=“ogg/Volume5.ogg” type=“audio/ogg; codecs=vorbis”>
  16. </source></audio>
  17.  

And it keeps track of the timing so it can seamlessly play with code such as:

JAVASCRIPT:

  1.  
  2. this.apA.addEventListener(“timeupdate”, timeUpdate, true);
  3.  
  4. function timeUpdate() {
  5.         //get the duration of the player
  6.         dur = audio_player.duration;
  7.         time = audio_player.currentTime;
  8.         fraction = time/dur;
  9.         percent = (fraction*100);
  10.         wrapper = document.getElementById(“duration_background”);
  11.         new_width = wrapper.offsetWidth*fraction;
  12.         document.getElementById(“duration_bar”).style.width=new_width+“px”;
  13. }
  14.  

YouTube Relaunch Takes Down Entire Site – NewTeeVee (blog)

Filed under: Uncategorized — Ajax - Google News at 6:25 pm on Wednesday, March 31, 2010

BusinessWeek (blog)
YouTube Relaunch Takes Down Entire Site
NewTeeVee (blog)
At the time of writing, it looked like YouTube was starting to have its site back up, complete with redesigned video pages, which now feature an Ajax-based
YouTube Redesigns Video PageMediapost.com
YouTube Streamlines ItselfTechnologizer (blog)
YouTube Rolls Out Major Redesign Across Its SiteNewTeeVee (blog)

all 126 news articles »

Next Page »