Part #1 (from start to lunch break)
https://colflash.cdm.depaul.edu/colflashweb/COLFlashPlayer.aspx?ID=183272
10:00-10:10! Conference Opening
10:10-10:20! “What's New with the PSF” by Brian Curtin
10:20-11:00! “History of web2py” by Massimo Di Pierro
11:00-11:40! "Learn web2py the Really Hard Way" by Anthony Bastardi 11:40-12:20! "Stereodose" by Mark Li
12:20-12:30! "Planet Host" by Jason Burosh
Part #2 (from tutorial to coffee break)
https://colflash.cdm.depaul.edu/colflashweb/COLFlashPlayer.aspx?ID=183273
13:00:13:40! "hands-on web2py tutorial" by Clifford Williams
13:40-14:20! "Angular and web2py" by Amber Doctor
14:20-14:40 ! "Stitching together the tree of life with web2py" by Richard Ree 1
4:40-15:00! "ShipElf: Automated Fulfillment with Web2Py" by Peter Szczepanski
15:00-15:20! "MyIRE - What is Open Source Science?" by Mark Graves
15:20-15:40! "Introduction to Mongodb" by Marco Chou
Part #3 (from coffee break to end)
https://colflash.cdm.depaul.edu/colflashweb/COLFlashPlayer.aspx?ID=183274
16:00-16:20! "Introduction to OpenShift" by Craig Brott
16:20-16:40! "Introduction to Hypermedia API" by Bryan Barnard
16:40-17:00! "web2py and the Semantic web" by Chris Baron
17:00-17-20! "Teaching an old dog new tricks" by Don O'Hara
17:20-17:30! Conference Closing
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
@Ramos: of course, I understand that Amber's script was necessarily limited, but it did highlight an important gotcha with this kind of scripting when used with web2py. And if all I wanted to do was hide a table entry on click, I wouldn't want to pay the penalty of loading AngularJS to do that. $(".target").hide() works fine. So I'm still looking for the angle where AngularJS fits (no pun intended, but happy to make the pun anyway). ;-)
On Monday, May 12, 2014 6:15:37 PM UTC+8, Ramos wrote:
>> email to web2py+unsubscribe@googlegroups.com.
>> For more options, visit https://groups.google.com/d/optout.
>
>
> --
> Resources:
> - http://web2py.com
> - http://web2py.com/book (Documentation)
> - http://github.com/web2py/web2py (Source code)
> - https://code.google.com/p/web2py/issues/list (Report Issues)
> ---
> You received this message because you are subscribed to the Google Groups
> "web2py-users" group.
> To unsubscribe from this group and stop receiving emails from it, send an
> email to web2py+unsubscribe@googlegroups.com.
In general, when looking at angular.js and ractive.js doc, it seems like there's a push to move more functionality to the client side. This seems counterproductive for a couple of reasons. The clients are far less capable than the server ... think cell phone ARM processor with a few MB memory vs. server pentium with many GB memory. So isn't pushing more processing onto client going to slow down the user experience and eat up mobile device battery faster? Isn't it more efficient to do the processing on the server and then send a few kb down to client end?
Also client side code enables apps to cache when offline.
See pouchdb for example
I like the idea of serving only small JSON snips to the client. Yah, I'm beginning to see how it could work better/faster.
--
I do not think so.
On Monday, 5 May 2014 10:38:17 UTC-5, marco mansilla wrote:
Is there any chance to download this videos to watch offline?, that
would be awesome.
Marco.
> Please find below the links to the video of the first web2py
> conference. Videos are not broken into talks.
> There is no audio for the first 2minutes but no talk either, only
> service announcements.
>
>
> *Part #1 (from start to lunch break)*
>
> https://colflash.cdm.depaul.edu/colflashweb/COLFlashPlayer.aspx?ID=183272
>
> 10:00-10:10! Conference Opening
>
> 10:10-10:20! “What's New with the PSF” by Brian Curtin
>
> 10:20-11:00! “History of web2py” by Massimo Di Pierro
>
> 11:00-11:40! "Learn web2py the Really Hard Way" by Anthony Bastardi
> 11:40-12:20! "Stereodose" by Mark Li
>
> 12:20-12:30! "Planet Host" by Jason Burosh
>
> *Part #2 (from tutorial to coffee break)*
>
> https://colflash.cdm.depaul.edu/colflashweb/COLFlashPlayer.aspx?ID=183273
>
> 13:00:13:40! "hands-on web2py tutorial" by Clifford Williams
>
> 13:40-14:20! "Angular and web2py" by Amber Doctor
>
> 14:20-14:40 ! "Stitching together the tree of life with web2py" by
> Richard Ree 1
>
> 4:40-15:00! "ShipElf: Automated Fulfillment with Web2Py" by Peter
> Szczepanski
>
> 15:00-15:20! "MyIRE - What is Open Source Science?" by Mark Graves
>
> 15:20-15:40! "Introduction to Mongodb" by Marco Chou
>
> *Part #3 (from coffee break to end)*
--
Resources:
- http://web2py.com
- http://web2py.com/book (Documentation)
- http://github.com/web2py/web2py (Source code)
- https://code.google.com/p/web2py/issues/list (Report Issues)
---
You received this message because you are subscribed to the Google Groups "web2py-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to web2py+un...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.