Videos tagged with Turbogears
In this screen capture video tutorial, Bruce Eckel and James Ward pair up to create an Adobe Flex application using the TurboGears framework. Follow along as these experts show you how to put it all together. About the authors Bruce Eckel is the author of numerous books and articles about computer programming. He gives frequent lectures and seminars for computer programmers, and was a founding ...
TurboGears: SQL Monitor
Are you old school and convinced that a real man should write his own SQL? Don't trust SQLObject? Keep an eye on it by monitoring the queries SQLObject generates for you inside CatWalk.
TurboGears: Configure your views
Using CatWalk, reorder your columns by drag and drop, pick which column you want in a grid view, or choose which field to use as a label for your foreignKeys. Instead of having 'Moby Dick' by author 5, you get 'Moby Dick' by 'Herman Melville'.
TurboGears: Manage related joins (many to many)
Do you need to configure which users belongs to a certain role? No problem - preview your 'role' instance and move users in or out of it using CatWalk.
TurboGears: Manage multiple joins (one to many)
CatWalk knows how to handle one to many relations. For example if you preview your 'Author' instance it will display a list of it's books along it's other attributes.
TurboGears: Browse and manage your model data
CatWalk lets you display, create, update or delete your model instances from within your web browser.
TurboTunes Example
This demo shows you what can be achieved using the TurboGears TurboTunes application. For more information see Kevin's Ultimate TurboGears DVD.
TurboTunes Tutorial
This tutorial will show you how to implement your own music store using TurboGears. For more information see Kevin's Ultimate TurboGears DVD.
20 Minute Wiki using Turbogears
See how to build a Wiki in 20 Minutes using the v0.9 Preview Release of TurboGears. For more information see Kevin's Ultimate TurboGears DVD.
TurboGears: Python in the battle. The 20 Minutes Wiki
Python has always had quality web solutions. Django was an early Rails competitor, and now Kevin Dangoor has given us TurboGears. To check it out you should see the 20 minute video where Kevin builds a Wiki application. You will see TurboGears in action, including the parts and pieces that it uses: MochiKit is a clean and powerful JavaScript library Kid is a designer- and programmer-friendly te...