Tag Archives: Tutorials

ExtJS ComboBox Hidden Field Issues

Despite looking like a typical select box, Ext.form.ComboBox does not behave exactly as you would expect. It submits the display text instead of the selected option’s value. This post provides a solution to this problem. Continue reading

Ext-JS Tasks & Progressbars a Match Made in Heaven

Chris Boersma posted this example of using TaskRunner and TaskManager to keep a user informed while a task is handled server-side.

Tutorial: Ext-JS Charting and Mapping with Google Visualizations

Aaron Conran posted an entry about Ext.ux.GVisualizationPanel, a user extension that takes advantage of the similarities between the Ext data store and Google’s data table to allow reuse of an Ext data store with Google’s Visualization API. Continue reading

Tutorial: Flickr Photo Gallery

This demo shows you how to retrieve today’s top rated photos from Flickr as well as the most recent uploads using jQuery and phpFlickr. Continue reading

Creating an Apple Style Menu with Animation

Kriesi Budschedl has posted a very detailed tutorial to help you build your own Apple.com style menu and adds a nice touch by animating it. Continue reading