/**

popular collection of scripts for all

*/
/** Search */

Tips and Tutorials

 }

How to Build an RSS News Reader

Hits: 942
*****
3.0
Recently, I had a requirement
Learn how to use the tools
RSS (Rich Site Summary) news
Geekarticles database of
to put together a website
and options in Visual Studio
feeds are easily consumed
technology with over 7000 in
that deals with taking
.NET to increase your
and displayed in an ASP.NET
Software testing Technology
somewhat elaborate financial
productivity and work
web forms page using no more
which includes Bug Reporting
surveys. While the
efficiently in a team
than a few lines of codes.
Articles, Change Management
questions and answers
environment when building
However, listing the RSS
Articles, CheckLists White
themselves are good
ASP.NET applications.
news feed links in this
Papers, Client/Server
candidates for being
 
fashion can take up
Testing, Database Testing,
database driven, there were
 
considerable page space.
Defect Tracking, ERP
a large number of nuiances
 
Instead, it would be more
Testing, Estimation White
ranging from UI items,
 
convenient to display them
Papers, LoadRunner
business rules, and
 
in a small embedded window
Tutorials, Quality
calculations that just
 
that automatically scrolls
Management Articles,
didn't fit into a database
 
them to the user. This
Rational Robot Tutorials,
driven strategy. With this
 
method substantially reduces
Segue Silk Tutorials, SQA
in mind, my initial strategy
 
the page real estate devoted
Websites, Test Approach,
was to create version
 
to the news feed, while
Test Automation, Test
specific classes and
 
displaying the same
Design, Test Planning,
reference them in version
 
information in a compact,
Testing Basics, Testing
specific ASP.NET pages. Of
 
attractive, and intuitive
Methods and Testing Tools.
course, this accomplished
 
manner. Once you have
 
the initial requirement.
 
developed a method for
 
However, whenever a new
 
displaying RSS news in this
 
version needs to be
 
format, it would be still
 
implemented, I had to copy
 
more convenient to implement
 
all of the ASP.NET pages and
 
the method as a custom
 
modify the references to the
 
control that you can add to
 
appropriate version specific
 
any ASP.NET web forms page
 
class name. Refactoring
 
with just a few lines of
 
provides a better
 
code. This article shows
 
alternative and here's how:
 
you how. In this article,
 
 
 
you will learn how to create
 
 
 
the illusion of continuous
 
 
 
seamless scrolling by: 1)
 
 
 
using two datagrids to
 
 
 
display the same listing;
 
 
 
and 2) scrolling the entire
 
 
 
total list, but then
 
 
 
repeating the scrolling when
 
 
 
it has passed over the first
 
 
 
list.
 


Date: Oct, 15 2004


Date: Aug, 08 2003


Date: Jan, 23 2006


Date: Sep, 07 2005
In this paper, we will look
VB.NET 2005 Free Training :
How do you operate an
Complete Online Chapter
at the structure of a very
Event Handling In Visual
Analysis Services data
"Exposing Web
simple ASP.NET page and how
Basic .NET 2005 -
warehouse? Learn how to
Services" from Wrox
that page is rendered in the
Introduction to Event
configure, secure, backup,
Press book
visitor's browser. Then we
Handling, One of the most
restore, and monitor the
"Professional ASP.NET
will look at the Page class,
useful capabilities of the
database. Learn techniques
1.0 2002 Edition".
which is the .NET class that
OOP Languages is their
for developing and running a
Topics covered include
all your ASP.NET pages are
inbuilt ability to be aware
system that gracefully
"Web Services",
based on. After that, we
of a large number of events
handles change in data,
"SOAP Headers",
will review basic compiler
like MouseOver, MouseClick,
design, and usage.
"Synchronous vs
directives that you can
and so on so that we can
 
Asynchronous" and
place on your page. At the
write codes to react to any
 
"Data Caching".
end of the chapter, we will
event that we are
 
 
review a simple Quiz ASP.NET
interested. This is made
 
 
page that demonstrates the
possible by the rich set of
 
 
basics of an ASP.NET page.
classes that have been built
 
 
 
in the .NET Framework.
 
 


Date: Apr, 26 2005


Date: Jul, 22 2005


Date: Aug, 20 2003


Date: May, 07 2002
{ Copyright } ©2019 NuclearScripts.com