Creating a Weblog using JScript .NET and ASP.NET

In this article, you are guided through a functioning ASP.NET application that uses XML.

provided by: 
Originally published at Internet.com


The focus of this series to date is to get you familiar with JScript .NET and the .NET Framework from an overview perspective. The focus of this article is to guide you through a functioning ASP.NET application that uses XML. You can view and work with a live demonstration of the application here

Overview



A Web Log is a Web page that represents a personal journal - a web log is informally referred to as a "blog". Blogs have frequent updates and individual updates are usually short. Some web blogs, like Slashdot, have a number of people working on them and provide a degree of interactivity by allowing readers to post comments about blog entries.

Blogs have become so popular that services, like Blogger.com, make it easy to create and update your own web log. Developers like to do things their own way and have the ability to create their own blog - this article discusses how to create your own blog using JScript .NET and using ASP.NET

Some features of the sample Web log include: * Uses XML to store blog comments * Uses the DataSet and FileStream objects to interact with the XML database * Uses XSL to display the blog * Combines XSL and CSS for advanced formatting

The blog is made up of two pages: one that displays the contents of the blog (the application's default page), and one that allows you create a new blog entry. You can view and work with a live demonstration of the application here.

Designing the XML Database

...

Read article at Internet.com site
Regional Articles
- Creating a Weblog using JScript .NET and ASP.NET Alabama
- Creating a Weblog using JScript .NET and ASP.NET Alaska
- Creating a Weblog using JScript .NET and ASP.NET Arizona
- Creating a Weblog using JScript .NET and ASP.NET Arkansas
- Creating a Weblog using JScript .NET and ASP.NET California
- Creating a Weblog using JScript .NET and ASP.NET Colorado
- Creating a Weblog using JScript .NET and ASP.NET Connecticut
- Creating a Weblog using JScript .NET and ASP.NET DC
- Creating a Weblog using JScript .NET and ASP.NET Delaware
- Creating a Weblog using JScript .NET and ASP.NET Florida
- Creating a Weblog using JScript .NET and ASP.NET Georgia
- Creating a Weblog using JScript .NET and ASP.NET Hawaii
- Creating a Weblog using JScript .NET and ASP.NET Idaho
- Creating a Weblog using JScript .NET and ASP.NET Illinois
- Creating a Weblog using JScript .NET and ASP.NET Indiana
- Creating a Weblog using JScript .NET and ASP.NET Iowa
- Creating a Weblog using JScript .NET and ASP.NET Kansas
- Creating a Weblog using JScript .NET and ASP.NET Kentucky
- Creating a Weblog using JScript .NET and ASP.NET Louisiana
- Creating a Weblog using JScript .NET and ASP.NET Maine
- Creating a Weblog using JScript .NET and ASP.NET Maryland
- Creating a Weblog using JScript .NET and ASP.NET Massachusetts
- Creating a Weblog using JScript .NET and ASP.NET Michigan
- Creating a Weblog using JScript .NET and ASP.NET Minnesota
- Creating a Weblog using JScript .NET and ASP.NET Mississippi
- Creating a Weblog using JScript .NET and ASP.NET Missouri
- Creating a Weblog using JScript .NET and ASP.NET Montana
- Creating a Weblog using JScript .NET and ASP.NET Nebraska
- Creating a Weblog using JScript .NET and ASP.NET Nevada
- Creating a Weblog using JScript .NET and ASP.NET New Hampshire
- Creating a Weblog using JScript .NET and ASP.NET New Jersey
- Creating a Weblog using JScript .NET and ASP.NET New Mexico
- Creating a Weblog using JScript .NET and ASP.NET New York
- Creating a Weblog using JScript .NET and ASP.NET North Carolina
- Creating a Weblog using JScript .NET and ASP.NET North Dakota
- Creating a Weblog using JScript .NET and ASP.NET Ohio
- Creating a Weblog using JScript .NET and ASP.NET Oklahoma
- Creating a Weblog using JScript .NET and ASP.NET Oregon
- Creating a Weblog using JScript .NET and ASP.NET Pennsylvania
- Creating a Weblog using JScript .NET and ASP.NET Rhode Island
- Creating a Weblog using JScript .NET and ASP.NET South Carolina
- Creating a Weblog using JScript .NET and ASP.NET South Dakota
- Creating a Weblog using JScript .NET and ASP.NET Tennessee
- Creating a Weblog using JScript .NET and ASP.NET Texas
- Creating a Weblog using JScript .NET and ASP.NET Utah
- Creating a Weblog using JScript .NET and ASP.NET Vermont
- Creating a Weblog using JScript .NET and ASP.NET Virginia
- Creating a Weblog using JScript .NET and ASP.NET Washington
- Creating a Weblog using JScript .NET and ASP.NET West Virginia
- Creating a Weblog using JScript .NET and ASP.NET Wisconsin
- Creating a Weblog using JScript .NET and ASP.NET Wyoming
Related Articles
- Creating an App using JScript .NET and Windows Forms
Walk through an application written in JScript .NET that implements a Windows Forms and features menus, a tab strip control, a tree View control, a progress bar, a picture box control, a timer, a calendar control, and much more.
- Understanding New JScript .NET Statements
- Creating a Drop-down Menu
- Password protection through JavaScript
- New JScript .NET Data Types
- Remove all HTML Flags
- What's New in JScript .NET?
- Browser Detector JavaScript
- Get It To The Text Box
- Introducing the .NET Framework and JScript .NET

Rss   Delicious   Digg   Add To My Yahoo   Add To My Google   Bookmark   Search Plugin

Topics:
Architecture & Design Languages & Tools Project Management Web Services
Database Microsoft & .NET Security Wireless
Java Open Source Techniques XML