From mboxrd@z Thu Jan 1 00:00:00 1970 MIME-Version: 1.0 In-Reply-To: References: <9ab217670904160918w4f468ed0oc69162621fd266e4@mail.gmail.com> <5d375e920904170531w7d6992ebvee1698d46e668f25@mail.gmail.com> Date: Fri, 17 Apr 2009 08:51:12 -0400 Message-ID: <9ab217670904170551w3eebf52bkd64bf2ec7d80ebce@mail.gmail.com> From: "Devon H. O'Dell" To: Fans of the OS Plan 9 from Bell Labs <9fans@9fans.net> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [9fans] web server Topicbox-Message-UUID: e107111a-ead4-11e9-9d60-3106f5b1d025 2009/4/17 Rudolf Sykora : >> Writing the core of a blog engine in three lines of rc is hard to >> beat, plus you get the benefit of being able to manipulate and manage >> all your data using the tools any self respecting Unix user loves. >> >> uriel > > well, I haven't thought about it deeply yet, but what I guess could be > a problem with your approach is that many features would have to be > somehow implemented first so that it all be useable. I mean e.g. ajax > style of page content refresh, session management, perhaps POST method > too. Not really. There's nothing magical about AJAX. It's just HTTP requests. As long as you support those, your pages can use AJAX. --dho > ruda > >