2007-06-18から1日間の記事一覧

レシピ datagrid

ようするにテーブルにデータを出します。 テンプレートHTMLはこんな感じ。 <html xmlns="http://www.w3.org/1999/xhtml"> <head> </head> <body> <h1>Address Book</h1> <div id="main"> <table> <thead> <tr> <th>Name</th> <th>MailAddress</th> </tr> </thead> <tbody> <tr class="person"> </tr></tbody></table></div></body></html>

Gears!

なにげにgearsは熱いのか? http://dn.codegear.com/ http://gears.google.com/ http://turbogears.org/index.html