background preloader

Web Application Development with Sencha Ext JS Framework

Web Application Development with Sencha Ext JS Framework

https://www.sencha.com/products/extjs/#overview

JavaScript Guide The JavaScript Guide shows you how to use JavaScript and gives an overview of the language. If you need exhaustive information about a language feature, have a look at the JavaScript reference. This Guide is divided into the following chapters. Introduction HTML5 Drag and Drop Avatar Changer with Resizing and Cropping Posted at CSS Tricks by Chris Coyier In any app that has user avatars, users should be able to change those avatars. Anything to make that easier is desirable. Generando un documento PDF en Android public class PdfManager { private static Context mContext; private static final String APP_FOLDER_NAME = "com.movalink.pdf"; private static final String INVOICES = "Invoices"; private static Font catFont; private static Font subFont ;

Introduction Terms, Icons, and Labels Many classes have shortcut names used when creating (instantiating) a class with a configuration object. The shortcut name is referred to as an alias (or xtype if the class extends Ext.Component). JavaScript Reference This part of the JavaScript section on MDN serves as a repository of facts about the JavaScript language. Read more about this reference. Global objects

How to Capture CSS3 Animation Events in JavaScript Posted at Sitepoint by Craig Buckler CSS3 animations are smooth and quick to implement but, unlike JavaScript, you don’t have frame-by-frame control. Fortunately, you can apply event handlers to any element to determine the animation state. This permits fine-grained control such as playing different animations in sequence. About:config entries From MozillaZine Knowledge Base This is not the place to edit your configuration settings. This is a reference to the entries in about:config, where all user preferences can be viewed and modified. In most cases the list below doesn't state whether a given preference applies to all, or only some (and which), of Firefox, Thunderbird, Mozilla Suite, SeaMonkey, or even the now discontinued Sunbird: trial and error is often the only way to tell if some particular preference applies to your version of your application.

The Class System Terms, Icons, and Labels Many classes have shortcut names used when creating (instantiating) a class with a configuration object. The shortcut name is referred to as an alias (or xtype if the class extends Ext.Component). The alias/xtype is listed next to the class name of applicable classes for quick reference. Access Levels Framework classes or their members may be specified as private or protected. JavaScript JavaScript (JS) is a lightweight, interpreted, or just-in-time compiled programming language with first-class functions. While it is most well-known as the scripting language for Web pages, many non-browser environments also use it, such as Node.js, Apache CouchDB and Adobe Acrobat. JavaScript is a prototype-based, multi-paradigm, dynamic language, supporting object-oriented, imperative, and declarative (e.g. functional programming) styles. Read more about JavaScript. This section is dedicated to the JavaScript language itself, and not the parts that are specific to Web pages or other host environments.

Javascript Full Screen API Posted at Paulund The full screen API is an easy way to get the full web content to be displayed on the page. It's very similar to pressing F11 on your keyboard but this can be done at the developers choice. This is a great feature to use for things on slideshows, you can make the browser go into full screen on a click of an image. The best thing about this feature is that it doesn't have to be the entire page, you can make any HTML element go full screen. This mean instead of always making the entire page go full screen, just assign the full screen API to an image and on the click of the image you can just focus on the image in full screen.

Sudoku Solver by Andrew Stuart Welcome to my Sudoku page Since I first studied Sudoku in May 2005 I think I've finally got a handle on this puzzle. My original intention was to prove to myself that a small number of simple strategies existed that could solve every sudoku. How wrong I was. Components Terms, Icons, and Labels Many classes have shortcut names used when creating (instantiating) a class with a configuration object. The shortcut name is referred to as an alias (or xtype if the class extends Ext.Component). The alias/xtype is listed next to the class name of applicable classes for quick reference. Access Levels Framework classes or their members may be specified as private or protected. How to Handle Bookmarks and Back Buttons Published on ONJava.com ( See this if you're having trouble printing code examples by Brad Neuberg 10/26/2005 This article presents an open source JavaScript library that finally brings bookmarking and back button support to AJAX applications. By the end of this tutorial, developers will have a solution to an AJAX problem that not even Google Maps or Gmail possesses: robust, usable bookmarking and back and forward behavior that works exactly like the rest of the Web. "AJAX: How to Handle Bookmarks and Back Buttons" explains the significant issues that AJAX applications currently face with bookmarks and the back button; presents the Really Simple History library, an open source framework that solves these problems; and provides several working examples. The principal discoveries of the framework presented in this article are twofold.

Related: