Received: from localhost (unknown [200.46.204.183]) by postgresql.org (Postfix) with ESMTP id 672409F98C6 for ; Sat, 3 Nov 2007 20:22:30 -0300 (ADT) Received: from postgresql.org ([200.46.204.71]) by localhost (mx1.hub.org [200.46.204.183]) (amavisd-maia, port 10024) with ESMTP id 08739-07 for ; Sat, 3 Nov 2007 20:22:20 -0300 (ADT) X-Greylist: from auto-whitelisted by SQLgrey-1.7.5 Received: from developer.pgadmin.org (developer.pgadmin.org [63.246.23.140]) by postgresql.org (Postfix) with ESMTP id 37D779F98C5 for ; Sat, 3 Nov 2007 20:22:20 -0300 (ADT) Received: from snake.local ([89.243.39.47]) (authenticated bits=0) by developer.pgadmin.org (8.13.8/8.13.8) with ESMTP id lA3NMANc029700 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sat, 3 Nov 2007 23:22:12 GMT Message-ID: <472D02A3.1070404@postgresql.org> Date: Sat, 03 Nov 2007 23:22:11 +0000 From: Dave Page User-Agent: Thunderbird 2.0.0.6 (Macintosh/20070728) MIME-Version: 1.0 To: "Joshua D. Drake" CC: Chander Ganesan , josh@agliodbs.com, pgsql-www@postgresql.org, Peter Eisentraut Subject: Re: Training events policy ... first test case References: <200711031703310000@114527600> <20071103142105.2d29bc1b@scratch> In-Reply-To: <20071103142105.2d29bc1b@scratch> X-Enigmail-Version: 0.95.5 OpenPGP: url=http://www.pgadmin.org/pgp/davepage.pgp Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-Virus-Scanned: Maia Mailguard 1.0.1 X-Archive-Number: 200711/78 X-Sequence-Number: 12856 Joshua D. Drake wrote: > On Sat, 3 Nov 2007 17:03:31 -0000 > "Dave Page" wrote: > > >>> ------- Original Message ------- >>> From: Chander Ganesan >>> To: josh@agliodbs.com >>> Sent: 03/11/07, 16:31:33 >>> Subject: Re: [pgsql-www] Training events policy ... first test case >>> >>> Actually, I think that its not unusual for us to see a few >>> enrollments the week before a class... so listing classes that are >>> "next week" is a good idea - i'm sure this is a trend seen by all >>> training companies.... >> Here's a possibly crazy idea - how about we remove the 3 or 4 >> listings from /index.html altogether and replace them with a >> dynamically generated summary saying something like: > >> "There are 24 training events in 9 countries scheduled over the next >> 6 months from OTG, EnterpriseDB, Command Prompt, 2nd Quadrant and >> others. View the complete schedule to find the PostgreSQL training >> you want." > >> The numbers are easy to calcuate of course, and we could just grab 3 >> or 4 company names randomly. > > That is actually pretty cool. > > +1 Thanks. http://dave.pgadmin.org/ To try it out. Before anyone asks, it does properly handle the case when there are less than 4 companies with events in the next 6 months and modifies the text accordingly. If noone objects, I'll commit in a day or two. /D