while fixing the final issues for the 0.26.0 release I took some time
to experiment with
vnc2swf to create some screen casts for Nitro / Og. Nitro is a
sophisticated Web2.0 framework that utilizes Ruby and Javascript and
Og is an innovative, transparent and efficient ORM library.
You can find the first two screen casts here:
http://www.nitrohq.com/view/Videos
These two videos are experimental and certainly don't demonstrate the
full power of Nitro and
Og (far from it). But I hope you will like them anyway ;-) Stay tuned
for more impressive screen casts real soon!
For more information on Nitro/Og surf www.nitrohq.com or install the gem:
gem install nitro
best regards,
George.
--
http://www.gmosx.com
http://www.navel.gr
http://www.nitrohq.com
> You can find the first two screen casts here:
>
> http://www.nitrohq.com/view/Videos
What exactly am I supposed to see here?
Safari just shows a mostly blank page except
for a title with a double underline and the text
"generated by pyvnc2swf-0.8.1"
--
Jim Freeze
--
Jim Freeze
-g.
On 12/20/05, Jim Freeze <j...@freeze.org> wrote:
> Ok, Firefox seems to work. Wonder why Safari doesn't.
>
>
> On 12/20/05, Jim Freeze <j...@freeze.org> wrote:
> > On 12/20/05, George Moschovitis <george.mo...@gmail.com> wrote:
> >
> > > You can find the first two screen casts here:
> > >
> > > http://www.nitrohq.com/view/Videos
> >
> > What exactly am I supposed to see here?
> > Safari just shows a mostly blank page except
> > for a title with a double underline and the text
> > "generated by pyvnc2swf-0.8.1"
> >
> >
> >
> > --
> > Jim Freeze
> >
>
>
> --
> Jim Freeze
>
>
> Haven't tested with Safari, I have no access to a Mac (waiting for the
> new intel based models). Glad to know that it works with firefox on
> Mac.
>
> -g.
>
> On 12/20/05, Jim Freeze <j...@freeze.org> wrote:
>> Ok, Firefox seems to work. Wonder why Safari doesn't.
>>
>>
>> On 12/20/05, Jim Freeze <j...@freeze.org> wrote:
>>>
>>>
>>> What exactly am I supposed to see here?
>>> Safari just shows a mostly blank page except
>>> for a title with a double underline and the text
>>> "generated by pyvnc2swf-0.8.1"
>>>
>
Shiira 1.1 here (WebKit based browser). It did take a little while to
load, but it played the movie fine. Didn't actually try it in "real"
Safari.
Very nice. I'm convinced enough to go and build a toy with Nitro to
see where things go. This might work out well for some legacy DBs
I need to play nicely with.
>
> http://www.nitrohq.com/view/Videos
>
> These two videos are experimental and certainly don't demonstrate the
> full power of Nitro and
> Og (far from it). But I hope you will like them anyway ;-) Stay tuned
> for more impressive screen casts real soon!
>
Sounds like a winner! Good luck with them.
> For more information on Nitro/Og surf www.nitrohq.com or install the gem:
>
> gem install nitro
>
>
> best regards,
> George.
>
>
> --
> http://www.gmosx.com
> http://www.navel.gr
> http://www.nitrohq.com
>
>
--
thanks,
-pate
-------------------------
Go ahead!
But remember, Nitro is not a toy, but a full featured web framework
for real world applications.
-g.
I didn't mean to imply that Nitro was a toy. It's just that I
understand things
better when I've built a toy or to in them. Then I can go on to build something
real.
BTW, I just dropped a blog post at http://ablog.apress.com/?p=820 --
hopefully that will point a couple of eyes your way.
>
> -g.
>
>
> --
> http://www.gmosx.com
> http://www.navel.gr
> http://www.nitrohq.com
>
>
--
thanks,
-pate
-------------------------
If it can build big things then it can build small things ... People need a
way in.
Since there is so little documentation, they really need SOMETHING that
shows them how....
I think a screencast is a great idea ...
Anyways, that's my $0.02
j.
On 12/20/05, George Moschovitis <george.mo...@gmail.com> wrote:
>
--
"Remember. Understand. Believe. Yield! -> http://ruby-lang.org"
Jeff Wood
thanks :) I would also suggest that you join the mailing list. There
are many helpful developers there to answer potential questions.
Be assured, there will be more screencasts. However, I plan to
demonstrate more sophisticated concepts (especially some of the
advanced features of Og that are simply not available in AR).
regards,
George.
Make sure you get both the high end and the low end. I'd love to see
a series of progressive screen casts that showed an app going from
simple to complex, with little side trips to do things like AJAX.
-pate
>
> regards,
> George.
>
> --
> http://www.gmosx.com
> http://www.navel.gr
> http://www.nitrohq.com
>
>
--
thanks,
-pate
-------------------------
-Ezra
Ok, will do an AJAX demonstration next week. Ajax effects are so easy
to do with Nitro, thanks to the integration of Behaviour, Prototype
and Scriptaculous.
George,
Just finished watching the casts ... they rock ... very cool....
Good job.
j.
Towards the end of the first video you show some sort of "form_helper"
being included, but it doesn't seem to actually work. You might want to
complete and/or remove that portion. I was certainly intrigued.
In the second video the "Nitro::Element" stuff looked really cool. That
definitely made me want to check out what you've done!
Of course it works. Moreover, the underlying scaffolder handles
relations (has_many, many_to_many, etc) along with properties,
supports pluggable controls, searching, and more...