Showing posts with label Sencha. Show all posts
Showing posts with label Sencha. Show all posts

Tuesday, October 22, 2013

A Html5 Class

I stumbled across this web site and it looked like a great class.

http://aaltowebapps.com/

The class has all sorts of examples you can run such as Storage and Offline API, Templating with Handlebars, CSS Media Queries, and more. The example code is on GitHub too.

Lectures:

Mobile Web Appplications Development with HTML5 part 1
JQuery Mobile [examples]
Mobile Web Appplications Development with HTML5 part 2
Mobile Web Appplications Development with HTML5 part 3
Mobile Web Appplications Development with HTML5 part 4 [backbone] [Canvas/Device] [web sockets] [css3] [rest]

Other talks: http://aaltowebapps.com/talks.html - https://github.com/clody69

http://gitref.org/
www.html5rocks.com
www.htmlfivewow.com
chromestatus.com caniuse.com
http://mobilehtml5.org/

Sunday, September 22, 2013

Sencha Touch Lab


Sencha Touch with Yelp using architect tool


http://api.yelp.com/business_review_search?ywsid=[Insert Yelp Key here]&term=hotels&location=Raleigh NC
6djP8TRGT_8JrGgJOsdwYQ

Restaurants Store URL:
http://api.yelp.com/business_review_search?ywsid=[Insert Yelp Key here]&term=eat&location=Raleigh NC

Shops Store URL:
http://api.yelp.com/business_review_search?ywsid=[Insert Yelp Key here]&term=shops&location=Raleigh NC

Tuesday, September 10, 2013

DeftJs Talk

Two weeks ago I found a meetup for the Sencha Users Group in RTP . Little did I know, it was the the first meeting ever for the group. It was held at EMC and the topic was DeftJS and the speaker was one of the main contributors Brian Kotek  from BoozAllen.

Brian mentioned how he joined John Yarnarella on the project and brought a background in client side technologies such as Flex, typescript , and Google Closure.  Noted was that there is a dependency injection library for Sencha called swiz. But, DeftJs is what he calls an extension library whereby it sits on top of Sencha stack (with either Touch or ExtJs 4.0.7). 

The project has a MIT license.  Using the framework is as easy as getting the js and plopping it into your project. Although, the  Sencha Cmd Packages is becoming pretty popular option. 

The three main components of DeftJs are the:
IoC Container
View Controllers
Support for Promises