It looks like Dart is going to become native on the WebKit Browser. On monday some Googlers sent message to the WebKit folks proposing to add Dart bindings to the software. Google Developer Vijay Menon said, native bindings might be preferred over “language X to javascript tools” because its quicker without compiling to javascript developers [...]
Dart
Google Dart native on WebKit?
Thursday, December 8th, 2011GTUG – Google Dart Talk (with Seth Ladd)
Thursday, December 8th, 2011Seth Ladd on Google Dart Seth Ladd is a “Google Advocate”. In this talk he speaks about Google Dart and explains why it is cool (and yes, I agree it is cool). This is a pretty nice brown bag with a size of 70 minutes. If you still have no clue on Dart look at [...]
New Dart Editor Version 1910
Saturday, December 3rd, 2011Google just announced a new Dart Editor version. You can get if from here: http://gsdview.appspot.com/dart-editor-archive-integration/latest/ These are the improvements: Moved bundled libraries out of plugins into new “libraries” directory Indexer improvements including integration into builder Editor tab tooltip shows path of the files being edited Problems view sorting fixes New File wizard to opens created [...]
Google Dart at the PHPMagazin
Monday, November 28th, 2011A small surprise for me too – have not thought I would write an article for the PHPMagazin this year. But it actually happened – it is about my current favorite topic Dart. Enjoy the reading and as always: feedback welcome!
Dart: Creating a dynamic list with Dart, PHP and JSON
Sunday, November 20th, 2011Using an ajax request to update the dom with data from a server is a standard use case in todays web programming. With Dart this task is pretty trivial. In this blog post I would like to describe how one can use Dart to connect to a server running a PHP script. In addition, the [...]
Dart on the W-JAX 2011
Friday, November 11th, 2011Thanks to my friends from Software & Support Media I have been invited to the W-Jax 2011 to speak about Dart. This was very exciting and a great experience! The room was full with ~70 people, most of them Java developers. We talked about the current state, some syntax and the future of Dart. Finally [...]
Dart Isolates
Tuesday, November 8th, 2011Dart is very young but also a very promising language. You can write it similar to JavaScript, but it can also look like Java. In JavaScript there is no real multithreading. Just the Chrome Browser currently does some magic and spawns multiple threads for some tasks. But a developer cannot rely “maybe” and “probably”. Dart [...]
Looking at Dart
Monday, October 17th, 2011Google has started to replace JavaScript with something better. It’s name is Dart. Now Dart has been made public and many people do not agree with Google that Dart will ever succeed. They say, Dart takes away the flexibility of JavaScript. When I think back, before 10 years everybody told me that I should not use [...]
Dart precompiled package for Mac 10.6 Snow Leopard
Tuesday, October 11th, 2011Since Google announced Dart, Twitter is full of it. Some are saying nobody will ever need it, since JavaScript is great. One should use CoffeeScript instead. But hey, let’s face it. There are lots of Java developers out there. When you give them a language which does not contain classes, they are feeling strange. If [...]

