| Blog entry | YouTube API Sneak Peek! | aaron | 2 | 2 days 8 hours ago |
| Blog entry | JavaScript Theming, a Paradigm Shift | aaron | 9 | 3 days 1 hour ago |
| Blog entry | Magic Local Video Recipe! | aaron | 3 | 4 days 21 hours ago |
| Blog entry | YouTube API for Drupal on the Way! | aaron | 8 | 5 days 22 hours ago |
| Blog entry | Built a New Widget! | aaron | 0 | 6 days 22 hours ago |
| Blog entry | Drupal Multimedia Book Announcement at Drupal.org | aaron | 6 | 1 week 3 days ago |
| Blog entry | Drupal Text Editor Brainstorming | aaron | 4 | 2 weeks 1 day ago |
| Blog entry | Map a Video Feed! | aaron | 4 | 2 weeks 5 days ago |
| Blog entry | Wii Couldn't Help it... | aaron | 0 | 3 weeks 4 hours ago |
| Blog entry | Playlist Sorting at Air America Radio | aaron | 6 | 3 weeks 1 day ago |
| file | test | aaron | 0 | 3 weeks 3 days ago |
| Page | Widget Test | aaron | 0 | 3 weeks 3 days ago |
| Blog entry | YouTube Expands API: Good for Embedded Media Field | aaron | 4 | 3 weeks 4 days ago |
| Blog entry | Embedded Media Field a Media Essential | aaron | 5 | 3 weeks 4 days ago |
| Blog entry | Future of Drupal FTP | aaron | 1 | 6 weeks 36 min ago |
| Blog entry | No More Teasers! | aaron | 5 | 6 weeks 1 day ago |
| Blog entry | 5 Second Game Widget Mock-Up | aaron | 0 | 6 weeks 1 day ago |
| Blog entry | Aaron's Project Plans in June | aaron | 0 | 6 weeks 2 days ago |
| Blog entry | 5 Second Game (Concept) | aaron | 3 | 7 weeks 4 hours ago |
| Blog entry | Drupal Next Year... | aaron | 0 | 7 weeks 4 hours ago |
| Blog entry | Embedded Expression Engine in the Works | aaron | 4 | 7 weeks 4 hours ago |
| Blog entry | I am Singularity? | aaron | 1 | 7 weeks 4 hours ago |
| Blog entry | RPG Achievements | aaron | 0 | 7 weeks 4 hours ago |
| Blog entry | Embedded Media Field gets Thickbox Support! | aaron | 1 | 7 weeks 4 hours ago |
| Blog entry | jQuery Media Release | aaron | 0 | 7 weeks 4 hours ago |
I think the feedapi integration patch is all that's really holding up a release, if you want to go over there and help test it...
when you say near term, is that near as in the next couple of weeks or near as in the next year? I have a job right now that could make use of this, I would like to stall for time until some sort of release, so an indication of any sort of release would be awsome. (I would be a willing tester)
cheers,,,, looks awsome.
Interface building is already possible: http://drupal.org/project/atck
besides the benefits this technology brings (ajax stuff), we have to remain on our toes not to overload the system, because for example the sproutcore system is painfuly slow.
Kinda interesting, it would be cool to see drupal apps going in this direction
http://www.sproutcore.com/ http://ajaxian.com/archives/an-interview-with-280-north-on-objective-j-a...
From a design standpoint It would pretty neat to build apps in visual interface builder. Sproutcore is heading this direction already. http://developer.apple.com/documentation/DeveloperTools/InterfaceBuilder...
for these kind of apps SEO really isn't necessary.
My battle plan was to offer API to other modules to display their content in 2 steps:
step 1) this is the first time content is being displayed. this will dump plain HTML from the server to the user
step 2) this will take the content in step 1 and attach actions to it so that when user interacts with that content it will isolate individual sections and communicate it back to the server via AJAX at which point content will be served through JSON + AJAX bypassing module's own theming layers.
the flaw with step 2 is that the module will be limited only to theme functions that are currently defined by js_theming module.
I will take care to come up with with some solution that will enable misc modules expand the javascript theming functionality. the project is still in very early stage of it's life and it already supports item lists, table theme, handles drupal status messages in a smart and admin configured way, allows table themes to offer table sorts just like drupal core does. offers themes for l() and url() functions. i think i forgot to mention other things but as you can see its growing rapidly and pretty soon will include more features to aid user end javascript theming.