Building JavaScript Applications
Published January 23rd, 2012 Under Javascript | Leave a Comment
This video shows how to use the power of Test-Driven Development and event-driven paradigm for building JavaScript applications to steer the architecture towards loosely coupled, component based system. Read more
Introducing node.js and JavaScript Services on webOS
Published January 12th, 2012 Under Javascript | Leave a Comment
This session covers basics of JavaScript services, including service interfaces, service lifecycle and a basic service example. Advanced topics include debugging, application packaging, and more node.js topics such as web services and file I/O. Learn how and when services should be used with their application, how services are packaged and distributed, and how node.js runs on webOS. Read more
Modeling the User Interface
Published January 5th, 2012 Under User Interface | Leave a Comment
This video discusses the concepts behind User Interface (UI) and challenges met trying to model user interfaces, and how code generation can be used to create UIs. Read more
Object Oriented JavaScript
Published January 5th, 2012 Under Javascript | Leave a Comment
This video discusses using Object Oriented Programming with JavaScript. It presents how you can implement polymorphism, encapsulation, inheritance, constructors and helper functions with JQuery. Read more
10 Usability Heuristics
Published December 22nd, 2011 Under User Interface | Leave a Comment
This video provides a quick insight on Jakob Nielsen’s 10 Usability Heuristics for Interface Design. On the same topic, I would recommend you to read the The Psychology of UX article published by Methods & Tools. Read more
next page »