nextwebgen.com

The Next Generation Web Now

Alpha Software Releases Alpha Five Version 10 RC1 with Codeless Ajax for Download – IT Business Net

Filed under: Uncategorized — Ajax - Google News at 9:23 am on Wednesday, October 28, 2009
Alpha Software Releases Alpha Five Version 10 RC1 with Codeless Ajax for Download
IT Business Net
Press and bloggers: For interviews, review copies, training, or tech support, contact KateR@GregoryFCA.com. Since 1982, Alpha Software has been providing
Alpha Software Releases Alpha Five Version 10 RC1 with Codeless Ajax for DownloadReuters
Alpha Software Releases 'Codeless Ajax'Dr. Dobb’s Journal
New Maxwell Render engineBroadcast Newsroom

all 41 news articles »

Alpha Software Releases Alpha Five Version 10 RC1 with Codeless Ajax for Download – Reuters

Filed under: Uncategorized — Ajax - Google News at 8:01 am on Wednesday, October 28, 2009
Alpha Software Releases Alpha Five Version 10 RC1 with Codeless Ajax for Download
Reuters
The first release candidate of Alpha Five Version 10 with Codeless Ajax technology is now available for download, free of charge. Full details for press and

and more »

SproutCore 1.0 gets closer; new demos too

Filed under: Uncategorized — Dion Almaer at 5:40 am on Wednesday, October 28, 2009

SproutCore 1.0 has its first release candidate that you can grab via gem install sproutcore.

sproutcoredemos

There are also new demos to play with and other interesting features:

Animation Layer

I’ve been working on a mixin to add animation to SproutCore views.

The current version only works for layout properties, and does not yet work for centerX and centerY properties (they used to work, but some of the performance optimizations have made it slightly more tricky—I’ll be adding it back soon, though).

I decided to see how fast the code was in different browsers. The tests were done using a test application which generated a specified number of views, and then, once per second, updated a “frames per second” display. The measuring is somewhat subjective, as I have to deduce, based on consistency (or lack thereof) in the numbers, what the frame rate actually is. For the most part, they were pretty consistent, but the WebKit browsers at really low numbers of views (and really high frame rates) could be quite inconsistent at times.

Sprouting—Automated Spriting for SproutCore

A Python script that generates CSS like:

CSS:

  1.  
  2. .set-name .icon-name.icon, .set-name .icon-name.icon { /* CSS */ }
  3.  

which you can work with via:

JAVASCRIPT:

  1.  
  2. ImageView.design({
  3.   layout: { left: 100, top: 100, width: 64, height: 64 },
  4.   value: “common refresh-64 icon” // using SproutCore’s built-in className support for spriting
  5. }
  6.  
  7. View.design({
  8.   layout: {left: 100, top:100, width:256, height: 256},
  9.   classNames: [“common”], // the theme
  10.   childViews: [“styledView”],
  11.   styledView: ImageView.design({
  12.     layout: { left: 100, top: 100, width: 64, height: 64 },
  13.     value: “refresh-64 icon” // using SproutCore’s built-in className support for spriting
  14.   })
  15. })
  16.  

Alpha Software Releases ‘Codeless Ajax’ – Dr. Dobb’s Journal

Filed under: Uncategorized — Ajax - Google News at 4:23 am on Wednesday, October 28, 2009
Alpha Software Releases 'Codeless Ajax'
Dr. Dobb’s Journal
Alpha Software has announced that the the first release candidate of Alpha Five Version 10 with Codeless Ajax technology is freely available for download
Alpha Software Releases Alpha Five Version 10 RC1 with Codeless Ajax for DownloadTMCnet

all 3 news articles »

JavaScriptMVC 2.0: Major Rewrite, Strong Test Suite Integration and Improved Documentation

Filed under: Uncategorized — Rey Bango at 2:00 pm on Tuesday, October 27, 2009

The JavaScriptMVC team has announced v2.0, a major update & rewrite to their MVC-based JavaScript framework. The release incorporates several big changes including a rewrite of the library to leverage jQuery’s functionality and style guidelines. For example, if you have a list of entries, you can organize the event handlers like:

JAVASCRIPT:

  1.  
  2. $.Controller.extend(“EntriesController”,{
  3.   “.entry click” : function($el, ev){}
  4.   “.handle draginit” : function($el, ev, drag){}
  5.   “.trash dropon” : function($el, ev, drop, drag){}
  6. }
  7.  

And then add ‘EntryController’ functionality like:

JAVASCRIPT:

  1. $(‘.entries_list’).entries_controller();

The new release of JSMVC offers deep integration with the Selenium web application testing system, Env.js and the projects own in-browser testing library. JavaScriptMVC has integrated all three approaches, enabling developers to write and debug tests in the browser, but automatically run the same tests in Selenium and Rhino/Env.js.

JMVC’s documentation application has also undergone a major enhancement. The interface, based off Remy Sharp’s jQuery API Browser, allows rapid search of any part of your documentation.

A video explaining the new enhancements can be found here.

Ajax look ahead, not back – Independent Online

Filed under: Uncategorized — Ajax - Google News at 7:07 am on Tuesday, October 27, 2009
Ajax look ahead, not back
Independent Online
Ajax Cape Town are still shell-shocked and walking around the Mother City with faces as red as Chico the Clown's nose. The Cape club is struggling to
Ajax Cape Town v Moroka SwallowsFootball365.co.za
Ajax Cape Town Caretaker Coach Jan Pruijn Admits To Being Beaten By A Better Goal.com
KNOW YOUR STARS – Manqoba Mngqithi in a class of his ownSowetan
Times LIVE -Independent Online -Independent Online
all 97 news articles »

BookGlutton: Dojo-driven eBook Reading App

Filed under: Uncategorized — Dion Almaer at 5:28 am on Tuesday, October 27, 2009

bookglutton

Aaron Miller and his team have released BookGlutton an online bookstore and social network meant to facilitate social reading. It features a Dojo-driven e-book reading app with chat and annotation, and the store now offers over 500 O’Reilly titles for sale.

The site is built using Dojo and PHP and features pagination, real-time chat, group and private modes and asynchronous annotation of each paragraph in a book. It can be embedded in other sites as a widget, and is one of only a few web-based apps which can read the open, reflowable e-book format known as ePub.

Nice work guys!

Chiefs plan rude awakening for Arrows – Mail & Guardian Online

Filed under: Uncategorized — Ajax - Google News at 5:25 am on Tuesday, October 27, 2009

Football365.co.za
Chiefs plan rude awakening for Arrows
Mail & Guardian Online
Arrows are on a roll after the way they won the MTN8 final, hammering Ajax Cape Town 6-0 at the same venue last Saturday night. Nengomasha and his coach,
Lights out for abject AjaxIndependent Online
Kaizer Chiefs v Golden ArrowsFootball365.co.za
KNOW YOUR STARS – Manqoba Mngqithi in a class of his ownSowetan
Goal.com -Times LIVE -South Africa.info
all 98 news articles »

« Previous PageNext Page »