[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

comp.lang.ruby

Nitro Screencast: Web 2.0, Flickr ignited

George Moschovitis

12/28/2005 1:39:00 PM

Dear devs,

as the first two videos were well received, I decided to make on more:

http://www.nitrohq.com/videos/n...

This time some sophisticated Web2.0 features of the Nitro framework
are demonstrated. The demo is based on the concept of a similar Rails
screencast (the flickr video). However, please note:

- no generator is used.
- ajax code and templates are cleanly separated.
- standard html tags are naturally extended to support client side actions using
Nitro's powerful morphing technology.
- Draggable and autocomplete effects as well as the programmatic render
are also demonstrated.

This is a simple demo, and does not demonstrate the full power of
Nitro. To feel the magic give it a try yourself:

gem install nitro

For more information browse: www.nitrohq.com or join the Nitro mailing list
3 Answers

Matt Mower

12/29/2005 12:21:00 PM

0

Hi George,

On 28/12/05, George Moschovitis <george.moschovitis@gmail.com> wrote:
> as the first two videos were well received, I decided to make on more:
>
> http://www.nitrohq.com/videos/n...
>

As a suggestion for future video's how about copy & pasting chunks of
pre-prepared code? I know it looks more authentic to see you type it
out but I found it quite frustrating watching the code appear
one-character-at-a-oops-typo-delete-delete-pause-time and gave up
watching.

I would much rather see a block of code appear, pause for a few
seconds while I digest it, then move on to see *what it does*. Pause
and forward/backward controls here would help.

Regards,

Matt

--
Matt Mower :: http://matt...


George Moschovitis

12/29/2005 12:29:00 PM

0

> As a suggestion for future video's how about copy & pasting chunks of
> ...
> watching.

You are right, I will improve on this aspect in the future. I will
also use a proper editor
with autocomplete to improve thigs... However I hope you made it to
the end (where the really nice things happen ;-))

> seconds while I digest it, then move on to see *what it does*. Pause
> and forward/backward controls here would help.

If you view the video with firefox you can see a slider and a pause button.

George.

--
http://www...
http://ww...
http://www.n...


jgbailey

12/29/2005 6:26:00 PM

0

Another interesting screencast. I don't mind the format so much,
however the controls you mentioned on Firefox are not visible. I can
see the hint of some sort of controls at the bottom of the screencast,
but they are obscured (I am running Windows XP, btw).

Anyways, feedback on Nitro from what I see here. I really like the way
XHTML attributes connect naturally to the controller code. However, one
thing did strike me as odd:

<img for="picture in @pictures" src="#{picture.source}" />

The way the "for" attribute and the "src" attribute are used seems
inconsistent, especially because "src" uses "embedded" ruby while the
other seems to be specially parsed. I haven't used the framework,only
seen these screencasts, so take that for what it's worth. Thanks for
making these available!

George Moschovitis wrote:
> Dear devs,
>
> as the first two videos were well received, I decided to make on more:
>
> http://www.nitrohq.com/videos/n...
>
> This time some sophisticated Web2.0 features of the Nitro framework
> are demonstrated. The demo is based on the concept of a similar Rails
> screencast (the flickr video). However, please note:
>
> - no generator is used.
> - ajax code and templates are cleanly separated.
> - standard html tags are naturally extended to support client side actions using
> Nitro's powerful morphing technology.
> - Draggable and autocomplete effects as well as the programmatic render
> are also demonstrated.
>
> This is a simple demo, and does not demonstrate the full power of
> Nitro. To feel the magic give it a try yourself:
>
> gem install nitro
>
> For more information browse: www.nitrohq.com or join the Nitro mailing list