I was surprised how close HTML /CSS can get when matching Flex layout code.
However, it's only after I went from using MXML so long that I learned
HTML's way of doing the same.

In the RD8 demo you can use constraints using Flex top, left, right, bottom
and horizontal center and it will generate the correct HTML in the code
panel. You can also arrange components in a hgroup and vgroup and you can
see the way that would look HTML in the generated HTML code. Well, one way
it could look. It still needs refinement.

Radiate started as a Flex tool but I had to do an HTML site so added that
conversion piece in. I get distracted easy. :P Right now it is simply a
multi language code generator in a beta like state.

Plus as Flex developers we sometimes have to do HTML sites or create raw
HTML. And I wanted to help show code as a learning tool for developers from
all backgrounds.

It's free, and you can use it now,
http://www.radii8.com/demo

PS you might want to watch the video on the main site.

On Wednesday, September 25, 2013, Stephen C wrote:

> just sharing to see if its me or if that is the general consensus. I am
> familiar with jquery, i just find that UI design is easier in flex.
>
> Thank You,
> Stephen C
> -All of my email addresses go to the same place
> -Save Paper, think before you print
> -PGP Public Key<
> https://docs.google.com/file/d/0B0JeFeQj5XjkZC0talFuRExyc0E/edit?usp=sharing
> >
>
>
> On Wed, Sep 25, 2013 at 12:32 PM, Jeffry Houser 
> <[email protected]<javascript:;>
> >wrote:
>
> >
> >  It is "commonly" believed that HTML5 takes longer; and I have no doubts
> > that your first project will take longer because you have a learning
> curve
> > to come up.
> >
> >  However, I'm told that with some experience and the use of frameworks
> you
> > can get your HTML5 development time to levels closer to Flex.  Frameworks
> > deal with a lot of the cross-browser issues and everything gets quicker
> > with experience.
> >
> >  I'm not sure about encrypted local stores, though.  I expect that is a
> > 'problem' which will get solved over time.
> >
> >  Were you trying to spark a discussion or just share some thoughts?
> >
> >
> > On 9/25/2013 12:25 PM, Stephen C wrote:
> >
> >> I tried moving a small air project to a html5 js project. I then
> realized
> >> the layouts are a nightmare and basic tasks in air take twice as long in
> >> js. Also, JS has nothing like EncryptedLocalStore for sensitive data.
> >>
> >>
> >>
> >> Thank You,
> >> Stephen C
> >> -All of my email addresses go to the same place
> >> -Save Paper, think before you print
> >> -PGP Public Key<https://docs.google.com/**file/d/**
> >> 0B0JeFeQj5XjkZC0talFuRExyc0E/**edit?usp=sharing<
> https://docs.google.com/file/d/0B0JeFeQj5XjkZC0talFuRExyc0E/edit?usp=sharing
> >
> >> >
> >>
> >>
> >
> > --
> > Jeffry Houser
> > Technical Entrepreneur
> > http://www.jeffryhouser.com
> > 203-379-0773
> >
> >
>

Reply via email to