Archives

Viewing by month: April 2005

Apr
24

CF Widgets == Small Rich Internet Applications

32 comments Posted by: Nahuel Foronda

CF widgets WeatherWith the release of flash 6, we started hearing about the benefits of the RIAs, the marvels of a web application without refreshing, the "one page" interfaces, etc. By the time version 7 was released, Flex and Lazlo (ok, Lazlo was first) began to show the advantages of developing a RIA without the flash IDE. Now we have NeoSwiff (in beta), Xamlon (in Beta), Ajax (in JavaScript), xul (from Mozilla foundation), etc.

read more Category: CFForm | ColdFusion |
Apr
21

Thumbnails in a cfgrid

24 comments Posted by: Nahuel Foronda

In response to a comment in a previous post "Binding an image to a cfgrid" I made a new example that loads thumbnails inside a grid, and when you click in a row, it displays the picture via binding.

read more Category: CFForm | ColdFusion |
Apr
19

What about a color picker for a cfform?

6 comments Posted by: Nahuel Foronda

Following my previous post about the slider, in this example I created a color picker with three sliders, red, green and blue. On the onChange event of these sliders, I'm updating the color of the rectangle to reflect the changes.

read more Category: CFForm | ColdFusion |
Apr
19

cfslider custom tag

19 comments Posted by: Nahuel Foronda

One of the missing controls in the cfform is the slider. It's something that we don't use every day but sometimes we need it.
So I made a cf custom tag that creates a slider for that purpose.

read more Category: CFForm | ColdFusion |
Apr
18

Powered by Detroit: Files and Comments

5 comments Posted by: Nahuel Foronda

It was an amazing conference and we want to thank Cornel Ivanescu and all the people that made this event possible. The sessions were excellent and the hotel was incredible (picture below).

We also enjoyed giving our presentation a lot.
We met a lot of people and it was a pleasure talk with other developers. I can not wait for the next year, I think it will get better and better.

We made a zip file with most of our examples and some extras that we forgot.
We have the slides online if you want to view too ( required minimun resolution 1024x768 ).

Thanks again.

Category: CFForm | ColdFusion |