Author Archive

Flex Builder 3 for Linux on hold

Wednesday, April 22nd, 2009

Yesterday, 21st of April, Ben Forta came to London to give a talk about ColdFusion 9 new features. It was really good session, Ben demoed all new major ones. Integration with Hibernate, new Adobe AIR ColdFusion services and of course brand new ColdFusion IDE codenamed Bolt (which does look pretty solid by the way) were [...]

Railo, BlazeDS and CFC instances

Monday, April 20th, 2009

There is a lot of buzz recently around Railo since version 3.1 finally went open source and many well known CF developers joined the project. This gave me the motivation to finally see how Railo really works. I decided to give it a shot on one of already running applications. The choice was made, I [...]

So what is going on with Flex Builder for Linux?

Monday, April 20th, 2009

First, I have to say that I am big fan of Flex technology. I have worked a little bit with Flex 1, then 1.5 and now full time with Flex 2 and 3. I saw how the platform evolved, I saw Macromedia’s and Adobe’s enthusiasm when they have been announcing every new release. I am [...]

MySQL on AIR website is live

Saturday, April 18th, 2009

I have just finished MySQL on AIR project website. It is available here: http://mysqlonair.gruchalski.com/. No release download yet, not all information is there. It is just a first step. First release build should appear there withing next few days.

Mosso Cloud Servers DNS records tip

Friday, April 17th, 2009

If it happens that you use Mosso Cloud Servers and its DNS management panel remember to always set different name for each record. Otherwise if you want to remove one of them, if there is another record with same name control panel with return an error. In such case the only way to fix your [...]

GitHub gets an issue tracker

Thursday, April 16th, 2009

This appeared on Twitter about an hour ago, GitHub has an issue tracker now. Follow the link http://github.com/blog/411-github-issue-tracker to watch the video and read more about it.

Local function variables and parameters in ColdFusion and Railo

Thursday, April 16th, 2009

Today I was doing some heavy refactoring on a project I am working for quite a long time. Moving methods, changing arguments, removing unnecessary CFCs. We are using PDF and XML merging so the project utilizes Adobe ColdFusion. Now, I am using Adobe CF for like 7 years now, I thought I know it well. [...]

AIR HTTPService does not return response headers

Thursday, April 16th, 2009

Using Mosso Cloud Servers and Cloud Files for few days now I thought it would be useful to have AS3 library that would let me accessing my Cloud Files account directly from AIR. Just after spending last 2 hours writing prototype I came to the point when I wanted to read response headers that Cloud [...]

Safely storing configuration with passwords in Adobe AIR applications

Wednesday, April 15th, 2009

Almost every application designed to manipulate users data requires storing custom settings, often with passwords. MySQL on AIR is no different. One of the major features is saving connections settings locally. The most obvious way is to use XML but quickly an issue pops out – how to store passwords? XML is saved as open [...]

What is MySQL on AIR?

Sunday, April 12th, 2009

It is an Adobe AIR client for MySQL databases. About 3 months ago I moved to Ubuntu as my primary OS and the only thing I was missing was nice MySQL tool. I found few different projects, most obvious ones are MySQL Query Browser and phpMyAdmin, but there are always these small issues… MySQL Query [...]