[web2py] epub version of official book?

2010-07-25 Thread Donald Hughes
Any chance of getting an epub version of the official book in addition to the pdf? I would gladly pay $12.50 for that.

[web2py] Form Dropdown - have value different from displayed text

2010-02-11 Thread Donald Hughes
Sorry, I'm really new with both Python and web2py (coming from c#/ asp.net)! I'm trying to create a statically-initialized dropdown (I'm not populating from a database) that has values different from the displayed text. A trivial example of the desired HTML output: Car Van Truck -- You recei

[web2py] Re: Form Dropdown - have value different from displayed text

2010-02-11 Thread Donald Hughes
m, Thadeus Burgess wrote: > is this integrated into sqlform? > > Field(..., requires=IS_IN_SET((1, 2, 3), ("Car", "Van", "Truck"))) > > -Thadeus > > On Thu, Feb 11, 2010 at 1:32 PM, Donald Hughes > wrote: > > Sorry, I'm really new wit

[web2py] Re: Form Dropdown - have value different from displayed text

2010-02-15 Thread Donald Hughes
((1, 2, 3), ("Car", "Van", "Truck"))) > > -ThadeusOn Thu, Feb 11, 2010 at 1:32 PM, Donald Hughes > wrote: > > Sorry, I'm really new with both Python and web2py (coming from c#/ > > asp.net)! > > > I'm trying to create a staticall

[web2py:28164] Re: db - stored procedure

2009-08-07 Thread Donald Hughes
Are you trying to write 50,000 rows to a single webpage without paging? If so, you might find the bottleneck is in the browser trying to render a table that large. I ran the query below on a similar set of data, albeit in MS SQL Server 2005 so I'm sure the SQL will vary from that of PostgreSQL

[web2py:37447] Re: Hosting at Webfaction

2009-12-17 Thread Donald Hughes
Annet, you will definitely need to change your domain's nameservers to those at webfaction. This is how your domain name is associated with your hosting account, and would be required no matter who the host was. I've used a lot of hosting companies over the years, and WebFaction is the best I've