![]() |
Web Development »
ASP.NET »
Utilities
Intermediate
License: The Code Project Open License (CPOL)
A Simple RSS News Generating ToolBy Stephan PilzA tool to generate/manage news and provide news via RSS. |
VB, Javascript, XML, SQL, HTML, VC7.NET 1.1, Win2K, WinXP, ASP.NET, ADO.NET, SQL 2000, VS.NET2003, DBA, Dev, QA
|
|
Advanced Search Add to IE Search |
|
|
|
||||||||||||||||

This article presents to you a small web based tool, to edit and manage news information (for your colleagues). It uses RSS to provide news, so you can use RSS-Readers to collect news. Some simple web front-ends are included for IUD, configuration and to show news.
The Code Project article, "8 tips to make you more efficient as an ASP.NET developer" from Paul Heap has inspired me, to write this little tool. This tool helps to provide some development news to each developer in our company.
The RSSNewsFlash-Project supports some news categories too (configured in database, see below). In this connection, I would like to mention that I assume a database from MS SQL Server. The access to the database is using ODBC with SQL Server Authorization and the script to create the tables may include some SQL Server specific syntax or data types. To modify, read the information in the table below.
My solution should be small and nice. Therefore, I haven't implemented a very colorized and professional user interface and big database design. It's only a working beginning.
appsettings-section.
DSN: The DSN of the created ODBC entry.
PhysicalUser: User for database login.
PhysicalPassword: Password for database login.
URL: URL of created virtual directory on ISS.
Here comes some hints to expand the feature list or modify the project for your own requirements.
Identity and Text attributes.
URL parameter (i.e. "cat") to prepare the select statement. You add this parameter in the URL calling from the RSS-Reader. | Table/Page | Descripton |
|---|---|
| Table rss_newsflash | Stores all news. |
| Table rss_newsflash_authors | Stores all possible authors. |
| Table rss_newsflash_categories | Stores all possible categories. |
| Table rss_newsflash_response | Stored information, which client has asked for the latest news and timestamp. |
| Page AddNews.aspx | Adds and modifies a news. Optional URL parameter "newsid" is pointed to "rss_newsflash.temp_refid" and determines if there is a news to create or modify. |
| Page ConfigRSS.aspx | Shows a help page to configure the Freeware RSS Reader. |
| Page ShowNews.aspx | Presents a news. Called from RSS-Reader. URL parameter "newsid" is pointed to "rss_newsflash.temp_refid" |
| Page RSS.aspx | Generate the RSS-Stream. Normally only called from RSS-Reader. |
This is the help page to configure the freeware RSS-Reader. The page is dynamically generated to show the correct URL.

The page where you enter a new news and/or modify/delete. This page can be accessed directly via http://yourhost/RSSNewsFlash/AddNews.aspx.

An overview in the RSS-Reader.

News are present in a simple web page with Link buttons to modify or add news and navigate previous/next.

Initial version.
| You must Sign In to use this message board. | |||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
|
|||||||||||||||||||||||||||||
General
News
Question
Answer
Joke
Rant
Admin
|
PermaLink |
Privacy |
Terms of Use
Last Updated: 28 Apr 2005 Editor: Sumalatha K.R. |
Copyright 2005 by Stephan Pilz Everything else Copyright © CodeProject, 1999-2009 Web09 | Advertise on the Code Project |