Thawte - I think not!

Categories: Uncategorized

Thinking of developing an Adobe AIR application?  Cool, just don’t think about applying for a code signing certificate through Thawte - the provider of the worse customer service I have experienced this year.

Read More

CF8 determining if request is Ajax

Categories: AJAX, ColdFusion, ColdFusion 8, Ext, Javascript, Web2.0

Have you ever wanted to know if a request is coming from an Ajax call or from a standard GET/POST from the browser when using the ColdFusion 8 Ajax functionality?

Read More

Adobe AIR Marketplace

Categories: AIR, Adobe

In case you haven’t already checked it out, be sure to have a look at the applications available for download at the Adobe AIR Marketplace on Adobe Exchange.  What is the Adobe AIR Marketplace?  According the FAQ:

Adobe AIR Marketplace is a place where AIR developers can publish their Adobe AIR applications for users to download. You can find the Adobe AIR Marketplace at www.adobe.com/go/marketplace.

Read More

HistoryTabs - tab navigation with history

Categories: AJAX, Javascript, Web2.0

HistoryTabs.js is a Prototype class to make tabbed navigation with history management simple.  Designed for simplicity and convenient Ajax navigation using a tabbed interface that maintains the state of the  browser’s back and forward buttons. 

Interested? Read more and download HistoryTabs.

Read More

Ext.CFC CFUG Presentation

Categories: ColdFusion, Ext

For anyone interested, here are the slides from my brief presentation today at the ColdFusion User Group of Central New York on the Ext.cfc that abstracts Ext’s gridPanel functionality, including the ability for grouping by columns.
Read More

Ext.CFC grid on Ext 2.x

Categories: ColdFusion, ColdFusion 8, Ext, Web2.0

I will be giving a brief presentation at the local ColdFusion User Group meeting tomorrow on my Ext.CFC that implements the basic features of ColdFusion 8’s <CFGRID> and associated tags.  After releasing the inital CFC I began working on upgrading to the implementation to using the latest Ext 2.x - which required some minor changes.  I have also completed the basic implementation of an editable grid, but want to finish the rest of the form controls available.  So, here is the Ext.CFC upgraded to Ext 2.x with grouping ability.

Read More

Flex 3 Pro FREE for education

Categories: Adobe

Thats right, you can get Flex Builder 3 Professional for education for free if you qualify.

Read More

ColdFusion 9 surveys

Categories: ColdFusion, ColdFusion 9

Adobe wants to pick your brain.  They have released two surveys to gather information from the CF community on the future release of ColdFusion.

Read More

AIR 1.0 and Ext 2.0.2 launched

Categories: AIR, Adobe, Ext

As I am sure you have probably already heard, the official AIR 1.0 was released, along with an update to the Ext JS framework to work with the AIR application sandbox.

Read More

CFDocs on AIR

Categories: AIR, Adobe, ColdFusion, Ext

I wanted to learn what Adobe AIR was all about, so I created an AIR application with the ColdFusion 8 documentation that utilizes the Ext 2.x library. The application allows you to easily view and search the ColdFusion 8 documentation.  Best of all, no need to be online - everything is stored locally in the sqlite database - so it runs extremely fast. There are still a couple of minor bugs, and I am hoping to make some future improvements to the application, so be sure to check back.

Read More