Re: ASP design question
From: Aaron [SQL Server MVP] (ten.xoc_at_dnartreb.noraa)
Date: 03/23/05
- Next message: What-a-Tool: "Re: Please help with cmd.execute select SQL?"
- Previous message: Roland Hall: "Re: ASP Script Hangs"
- In reply to: Roland Hall: "ASP design question"
- Next in thread: Roland Hall: "Re: ASP design question"
- Reply: Roland Hall: "Re: ASP design question"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Mar 2005 17:50:25 -0500
Most of the work for the functionality is admin, IMHO.
The necessary things client-facing should be:
- view posts (maybe broken down by topic area / author)
- view archives
- post comments (anonymous or register/login)
- subscribe to RSS
I built one last week that had the above functions, and it took all of two
days. Yes, there is existing software out there, but I prefer to have
ownership and design choices on the schema. I also don't like the learning
curve of someone else's software, if I can avoid it, and the ability to move
my software to another web server with minimal impact (e.g. uninstall and
reinstall some blogger crap) was pretty important.
Optional features include things like allowing users to pick frilly CSS
things like color scheme or even overall template style.
For the admin side, authors need to:
- create / edit posts (and this should automatically update the RSS feed...
you can have the RSS feed be dynamic, but I prefer to rebuild the XML file
whenever a change is made... this is much less taxing on the server)
- remove comments (I know, censorship is bad, but if anonymous posts are
allowed, they could be callous, slanderous, etc. depends on the type of
blog and whom it represents, I suppose)
- view statistics
-- Please post DDL, sample data and desired results. See http://www.aspfaq.com/5006 for info. "Roland Hall" <nobody@nowhere> wrote in message news:OxJSKH$LFHA.2604@TK2MSFTNGP10.phx.gbl... > If I wanted to write my own blog application, what functionality should it > contain? > > TIA... > > -- > Roland Hall > /* This information is distributed in the hope that it will be useful, but > without any warranty; without even the implied warranty of merchantability > or fitness for a particular purpose. */ > Technet Script Center - http://www.microsoft.com/technet/scriptcenter/ > WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp > MSDN Library - http://msdn.microsoft.com/library/default.asp > >
- Next message: What-a-Tool: "Re: Please help with cmd.execute select SQL?"
- Previous message: Roland Hall: "Re: ASP Script Hangs"
- In reply to: Roland Hall: "ASP design question"
- Next in thread: Roland Hall: "Re: ASP design question"
- Reply: Roland Hall: "Re: ASP design question"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|