473,395 Members | 1,457 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Best Design approach

Over the past few days (in my spare time in the evenings) I've been trying
to think of a table design that would best lend itself to paging the content
for the purpose of paging articles on a website. You might say this is an
exercise in putting lesser-known theory into practice.

Here are the basic business requirements in no particular order:

1. The website will be geared towards providing (and paging) technical
content (technical articles)
2. I would like to be able to add the articles, as a whole, to the database.
I'd also like to edit them as a single piece of work. Not by page(s).
Managing the content would be done via an HTML wysiwyg editor (think
FreeTextBox or FCKEditor).
3. I'll be building this with SQL Server 2000 and ASP.NET (C# and/or
VB.NET..I know both languages equally as well)
4. For each web request, I would like to only retrieve the article data that
is needed to display the current page, not the entire article's content.
This is because some articles could span 10 or more pages and I need the
requests to execute in a timely manner (I know there are ASP.NET caching
considerations, too).
5. I would like to be able to dynamically (via configuration-type setting)
specify what I consider to be the size of a logical "page"...I haven't
decided yet if this should be in paragraphs, words, or another unit of
textual measurement.
6. I'm open to any kind of data storage idea. Maybe storing references in
the database to XML documents would work best? Or maybe storing that XML in
the database and returning XML page fragments?

I realize this might require a bit of programming effort to achieve but I
want to get this right up front so I can use it in years to come.

I appreciate any ideas you'd like to share.

-Jason
Nov 19 '05 #1
0 975

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

11
by: DrUg13 | last post by:
In java, this seems so easy. You need a new object Object test = new Object() gives me exactly what I want. could someone please help me understand the different ways to do the same thing in...
136
by: Matt Kruse | last post by:
http://www.JavascriptToolbox.com/bestpractices/ I started writing this up as a guide for some people who were looking for general tips on how to do things the 'right way' with Javascript. Their...
16
by: LP | last post by:
Hi, Every morning a .NET application downloads a file with cumulative data which needs to be appended to SQL Server table. This program needs to identify records that have not been previously...
4
by: David Pinx | last post by:
Greetings, I will be developing an application that will have two versions, a web application to be deployed at the client side and a windows application. The question is, what would be the...
16
by: Rex | last post by:
Hi All - I have a question that I think MIGHT be of interest to a number of us developers. I am somewhat new to VIsual Studio 2005 but not new to VB. I am looking for ideas about quick and...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.