March 18, 2014
Digital Transformation Group LinkedIn

TestFlight is dropping Android support, here are some options

On 2/19/2014 TestFlight announced they would be dropping Android support on 3/21/2014 (http://www.androidpolice.com/2014/02/20/testflight-beta-testing-and-deployment-service-is-dropping-android-support-march-21st/), so for your procrastinators you have a few days to find something else. […]
March 12, 2014
Digital Transformation Group LinkedIn

Configuring a Sencha Dev Environment Targeting iOS and Android on OS X

The following explains the details for configuring a development or continuous integration environment that is capable of building Android and iOS applications, using Sencha on an OS […]
August 27, 2012
Digital Transformation Group LinkedIn

Ext JS Dynamic Image Refresh and Load

If you are having image refresh issues with the xtype:’image’ in your container or panel take a look at the code below. The important piece of […]
August 24, 2012
Digital Transformation Group LinkedIn

Ext JS 4 – TextField and Enter event

We come across this often when developing new Ext JS applications with a login panel. How do you capture the ‘Enter’ keypress to authenticate. Here is […]
August 1, 2012
Digital Transformation Group LinkedIn

Running Tomcat on HTTPS with a Secure Certificate on Dreamhost

1. Create a new domain Login to your Dreamhost account Go to “Manage Domains” Select to “Add New Domain” Make sure to specify the “Run this […]
July 5, 2012
Digital Transformation Group LinkedIn

Custom themes in Ext 4.1 not generating images through slicing

Custom theme slicing is not generating images in 4.1 as it did in 4.0. In 4.0 assuming a directory structure like the following: app – Contains […]
May 3, 2012
Digital Transformation Group LinkedIn

Making a clickable image and/or making a clickable container (Ext JS 4.x)

I had a case where I wanted to be able to click on an image and have it execute a transition within the Ext JS MVC […]
May 3, 2012
Digital Transformation Group LinkedIn

Creating a dynamic TabPanel that contains dynamic GridPanels (Ext JS 4.x)

This was in a case where the data needed to be displayed in a tab for each category, so tab A had grid A, tab B […]
May 2, 2012
Digital Transformation Group LinkedIn

Adding columns dynamically to a GridPanel (Ext JS 4.x)

This was a little confusing to figure out because doing this is very different in the various versions of Ext JS. In this example there is […]
//]]>