Desktop browsers have had high resolution, high consistency JavaScript timers for the last few years. As a result, many web developers have become used to creating production-quality animations using zero-second callbacks via setTimeOut() and setInterval(). However, on mobile devices, this style of animation programming can have subpar performance and consistency – we wondered if it was due to poorer timer implementations. We researched the issue and found that while older Androids and iPods have noticeably poorer timer implementations than desktop browsers, the most recent Android and iOS tablets and phones seem to have mostly caught up.
1 Comment Read moreA Survey of JavaScript Timers on Mobile
First Thoughts Learning Ext JS 4.1
I wanted to share my thoughts on learning Ext JS 4.1 from a developer new to Sencha. The article highlights my initial progress, perceptions, and discoveries in learning Ext JS.
28 Comments Read moreUsing Ext Loader for Your Application
Today, we’ll be looking at creating a small application that makes use of this new class Loader system, exercising the dependency management system. Along the way, we’ll discuss various configuration options for the Ext Loader system.
42 Comments Read morePreviewing Our New Cloud Services: Sencha.io
At the Sourc{ Conference, we previewed our new set of cloud services, Sencha.io Src and Sencha.io Sync. Read more to get the scoop, then request an invite to test it out!
53 Comments Read more- « Previous Page
- 1
- …
- 7
- 8
- 9