|
|
Single Screen Checkout ™ - Molecular |
| by allen 9:42 am Friday, 29 October 2004. |
A very cool demo just came down the wire on the Flex Coders list. A US company called Molecular who did a single screen checkout component.
“Earlier this month, Molecular announced Single Screen Checkout, a Flex shopping cart/checkout application which has been adopted by TJMaxx.com and Homegoods.com already. Information and a demo of this application can be found here: http://molecular.com/singlescreencheckout/demo.aspx“
The single screen checkout is very cool. I also like how it is being packaged and re-sold to eCommerce sites.
It integrates seamlessly into the site itself as a component - it doesn’t ‘look’ like a Flex application.
Impressive, I think that it really shows the direction of things to come. RIA and Flex components coexisting along side traditional Web Applications. Because at the end of the day, to use an British expression, the people who are doing the work couldn’t care less what the technology is.
We hope for our latest Freestyle project to be joining the showcase very soon.
Comments (0)|
|
UKCFUG Meeting Tonight - ColdFusion Security |
| by Niklas Richardson 9:08 am Thursday, 28 October 2004. |
We’ve got a great meeting tonight with Russ Michaels presenting on ColdFusion Security and security in a Shared Hosting environment.
The meeting is taking place at City University and starts at 7pm. Doors open at 6:30pm.
Don’t forget to register.
Comments (0)|
|
MX Europe 2005 Re-design |
| by Niklas Richardson 3:02 pm Friday, 22 October 2004. |
I am really happy to announce that we have released the new design of the MX Europe 2005 website.
Thanks to our designer Filip Ziolkowski for creating a fantastic new design. I would also like to thank Matt Ogle for creating the CSS implementation of the design.
Once the design had been turned into CSS (which took about 1/2 a day), it took another day to implement the new design on the website. This was made straightforward by us using the FarCry open-source content management system which made updating the templates a breeze.
The registration system should be coming online this weekend. We’ll keep you posted.
Comments (0)|
|
New Line Characters in labels in Flex |
| by Niklas Richardson 12:21 pm Tuesday, 19 October 2004. |
Now, I’ve been wanting to do this for ages, but haven’t had a chance to look into how. In any case I was scanning through the flex-coders list and saw a post that tells you how.
Unfortunately you can’t auto wrap, but you can use:

As a new line character to break the label over multiple lines.
<mx:Link label="This is a&#13;really long label" click="foo()" />
Great for those form item labels.
Comments (0)|
|
Streamlining the Data Access Layer in ColdFusion Enterprise Projects - 1 Introduction |
| by allen 6:24 pm Tuesday, 5 October 2004. |
Developing database schemas and writing SQL code to transfer business objects to and from data storage in Relational Databases is the foundation of most Enterprise applications.
There are many solutions aimed at making the engineering of this task easier, more portable between projects, and more performant.
There is a range of opinions based upon personal experience and problem domain as to which path to go down. With every opinion, are tools in the market that advertise that they make this task easier.
It is very important for Enterprise Applications that this engineering of the “Data Layer” can be done quickly and is of high quality. Our main criterion is the following:
We start with FourQ
We have been using the Open Source Farcry Content Management System by Daemon for quite a while now and find it a good framework for Content Management of ColdFusion applications. We are fascinated by FarCry’s data layer written in ColdFusion called FourQ. I once heard that FourQ was so named because its entire underlying structure was based upon only four queries. This type of reuse may be exactly what we are looking for meeting our first criteria…
Comments (0)