Maven does not directly support some libraries, like Microsoft’s SQL Server JDBC. This tutorial will show you how to add an external dependency to your local Maven repository.
Category Archives: Tutorials
Getting Started with Sencha Touch 2
In this video tutorial, Ed Spencer show you how to build your first Sencha Touch application, test it and package it for distribution on iOS and Android devices.
Clean up XML files in Vim
Sometimes we need to clean up XML files before being able to make sense of them. Here is a quick way to get nicely formatted and readable XML files while using Vim.
Compress JavaScript and CSS as Part of your Build Process
Web page performance is critical to keeping customers and visitors moving along on your site. Slow responses typically result in frustrated users, unhappy customers and worse, abandoned orders. It is important to reduce the number of requests generated by a web page in order to increase its actual and perceived performance.
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.
Ext-JS Tasks & Progressbars a Match Made in Heaven
TweetChris 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.
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.
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.
Google Maps Component for Ext-JS
Shea Frederick has created a user-defined extension to integrate Google Maps with ExtJS.