Ext JS


17
Jun 10

Sencha lunch Sencha Touch – The First HTML5 Mobile App Framework

Today Sencha lunch the public Sencha Touch Beta.
SenchaTouch is a JS framework for mobile devices.

Sencha Touch
Blogpost: http://www.sencha.com/blog/2010/06/17/introducing-sencha-touch-html5-framework-for-mobile/
www: http://www.sencha.com/

examples: http://www.sencha.com/products/touch/demos.php
introduction video: http://vimeo.com/12636777

I played with Sencha Touch and wrote a touch based memory like game.
For me as Ext JS developer it was pretty easy to write that application.
This cause Sencha Touch has the same syntax like Ext JS.

My first application a memory like browser game run on iPhone, iPad and Android.
It use the “tap” event and flip the cards after the tap with one of the nice animations.

Sencha Touch memory like remember the card demo: http://nils-dehl.de/m

Screenshots:



See Sencha Touch and of course the remember the card application live in action visit the Ext JS Usergroup meetup today in Franfurt!
http://www.meetup.com/Ext-JS-User-Group-Frankfurt/

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post


30
Sep 09

ExtJS debug events fired by a component

with following code snipped you can easily observe all events fired by component.

Ext.util.Observable.capture(
Ext.getCmp('CmpId'),
function(e){
console.log(e);
}
);

On firebug console you can now see the names of the fired events .

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post


15
Jul 09

ExtJS as App on my iPhone

Habe heute meine erst iPhone App entwickelt.

ExtJS [1] auf dem iPhone als App :-) .

Realisiert habe ich es mit Phonegap [2].

ExtJS on iPhone

[1] http://www.extjs.net
[2] http://phonegap.com

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post


7
Jul 09

Ext JS 3.0.0 Final Released

Es ist soweit die lang erwartete Version 3.0.0 von Ext JS wurde heute final Released! extjs

Herzlichen Glückwunsch dem Ext JS Team.

Ext JS:

http://www.extjs.com

Download:
http://www.extjs.com/products/extjs/download.php

Beispiele:
http://extjs.com/deploy/ext-3.0.0/examples/

Dokumentation:
http://extjs.com/deploy/ext-3.0.0/docs/

Post to Twitter Tweet This Post Post to Delicious Delicious Post to Digg Digg This Post