ASP Document Resources

Below you will find 0 categories and 23 links related to ASP Document Resources.

Links:

ASP : Books

Active Server Pages Black Book

Visit Active Server Pages Black Book

Before getting to Active Server Pages (or ASP) the book first takes a look at HTML in general, and the different client-scripting languages available. After a brief introduction to HTML, the first scripting language, VBScript is covered. All available objects, methods, and language constructs are explained. After VBScript, JScript is covered. JScript is the Microsoft implementation of JavaScript developed by Netscape. Also all methods, objects and language constructs for JScript are explained. Dynamic HTML is the following topic. The document object model, stylesheets and more are covered. Then it is time to take a look at ASP. ASP is a server-side scripting language for Microsoft Internet Information Server. After a introductionary chapter of ASP - explaining what ASP is, advantages and disadvantages - the authors explain the concept of an ASP application and how to build one with ActiveX Components and ActiveX Server Objects.

  • Cost: $7.95
  • Pages: 600
  • Edition: Book and CD-ROM edition
  • ISBN: 1576102475

Active Server Pages How-To

Visit Active Server Pages How-To

This is a comprehensive guide to creating Active Platform projects. It shows you how-to create Web pages with functionality equal to the most sophisticated Windows application program. Active Server Page How-To provides 100 cutting-edge projects that cover the entire range of Active Platform development. Topics include conversion of C++ legacy code into ActiveX controls, converting an ActiveX control into an Active Server Component or Active Data Object, and modifying an ActiveX control to work with Distributed COM or function as an ISAPI extension. Each chapter includes one or two How-To's that demonstrate moving legacy code into the Active Platform; several How-To's for common problems that are either not documented or where the documentation is wrong or incomplete; one or two How-To's that illustrate using features from one Active Platform element with other components. Assumes a knowledge of C++, a standard word processor, and Visual C++ 5.0.

  • Cost: $3.00
  • Pages: 697
  • Edition: Book and CD-ROM edition
  • ISBN: 1571691162

Advanced Data Mining Techniques

Visit Advanced Data Mining Techniques

The World Wide Web is a loosely coupled data store that could be used as a central repository if only the data on each website were stored in accordance with some common semantics. However, it is possible to mine the data from diverse websites and introduce semantics to it. The possibilities for data mining from a huge collection of html documents across websites express a vast, rich range of information. Unfortunately this information is usually encoded in a format that is difficult to decipher and extract. The plan behind this article is to explore a semi-automated data mining system called Crawler that can be used to create and maintain web based content through interactive mining operations in a hierarchical arrangement. Firstly an overview is presented, both from business and technological viewpoints and it describes the exciting possibilities that this approach offers. And then, a prototype is shown of an Online Comparison Shopping Store.

  • Cost: $20.00
  • Pages: 52
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00005UJXF

ASP Documentation Systems

Visit ASP Documentation Systems

If you have ever developed applications using languages such as Java or Perl then you will no doubt be aware that they have standard facilities for generating code documentation. Microsoft have also added a similar facility to C# (but curiously have omitted an equivalent system from VB.NET). Unfortunately there is no code documentation standard for ASP, so as a result, documentation for an ASP application tends to be thrown together at the last minute, and due to time and/or budgetary constraints may not be created at all, leading to problems in the longer term. In this article we'll look at some commercially available documentation systems and design a simple asp documentation application. ASP Documentation Systems was written by Brett Burridge for ASPToday. This ebook (e-book) requires that you have Adobe Acrobat Reader installed so that you can view PDF files. This title is not compatible with Pocket PCs, PDAs, or other handhelds.

  • Cost: $8.00
  • Pages: 8
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00006FCV2

ASP.NET 1.0

Visit ASP.NET 1.0

This book is a complete reference to the ASP.NET namespaces for developers who are already familiar with using ASP.NET. There is no trivial introductory material or useless .NET hype - we get stuck into the .NET Framework and don't look back. We provide in-depth coverage of all the major ASP.NET classes in a pure reference format, giving you those real-world tips that the documentation doesn't offer, and demonstrating complex techniques with simple examples. Each chapter covers another of the ASP.NET namespaces, from System.Web right through to System.Web.Services.Protocols, with coverage of individual classes, methods, and properties presented in easy-to-use alphabetical order. For anyone who is serious about getting the most out of the ASP.NET classes, this book is a must. This reference is tailored for the C# programmer. A pure ASP.NET reference for experienced ASP.NET developers. This book is not meant as a tutorial to ASP.NET.

  • Cost: $27.99
  • Pages: 880
  • Edition: 1st edition
  • ISBN: 1861007442

ASP.NET 1.0 with VB.NET

Visit ASP.NET 1.0 with VB.NET

This book is a complete reference to the ASP.NET namespaces for developers who are already familiar with using ASP.NET. There is no trivial introductory material or useless .NET hype, we get stuck into the .NET Framework and don't look back. We provide in-depth coverage of all the major ASP.NET classes in a pure reference format, giving you those real-world tips that the documentation doesn't offer, and demonstrating complex techniques with simple examples. Each chapter covers another of the ASP.NET namespaces, from System.Web right through to System.Web.Services.Protocols, with coverage of individual classes, methods, and properties presented in easy-to-use alphabetical order. For anyone who is serious about getting the most out of the ASP.NET classes, this book is a must. This book is not meant as a tutorial to ASP.NET, and is not recommended for people who are fresh to .NET. We are assuming you are already aware of how to program with ASP.NET.

  • Cost: $27.99
  • Pages: 880
  • Edition: 1st edition
  • ISBN: 1861007450

ASP.NET in a Nutshell

Visit ASP.NET in a Nutshell

For those experienced with previous versions of ASP or the .NET platform, ASP.NET in a Nutshell is an invaluable resource that goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working application. Unlike other books, it distills a large and comparatively complicated subject into a compact tutorial and reference that is useful for both learning essential concepts and daily reference. This book covers application and web service development, custom controls, data access, security, deployment, and error handling. There's also an overview of the web-related class libraries. A resource that goes beyond the published documentation to highlight little-known details, stress practical uses for particular features, and provide real-world examples that show how features can be used in a working applications.

  • Cost: $27.97
  • Pages: 800
  • Edition: 1st edition
  • ISBN: 0596001169

Creating Dynamic ASP.NET

Visit Creating Dynamic ASP.NET

One of the advantages of the XML/XSLT combination is the ability to separate content from presentation. A data source can return an XML document, then by using an XSLT, the data can be transformed into whatever HTML is needed, based on the data in the XML document. The release of ASP.NET changes this picture somewhat. ASP.NET provides server controls that have advanced functionality, such as state management, input validation, and data binding. In order to use this functionality, you need to create the controls on the server in a design time phase or at runtime from code. The place of XML/XSLT technology in the ASP.NET model is not obvious, as the server controls generate their own HTML. The flexibility of XML/XLST can be combined with the power of ASP.NET server controls by using an XSLT to generate the server controls dynamically, thus leveraging the best of both worlds. This synergy is demonstrated by creating a survey application.

  • Cost: $8.00
  • Pages: 10
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00006LJ65

Instant ASP Components

Visit Instant ASP Components

Build dynamic and powerful web pages with precision and speed, with this cookbook of pre-built ASP components. Written in the same authoritative style as the widely praised Instant ASP Scripts, expert author Greg Buczek clearly and completely breaks down the complexities of ASP programming technology. Find out about key topics such as component architecture, site tools, HTML generators, database activity tools, server settings, catalog and shopping cart functionality, and much more. Also, get clear instructions for creating wrappers for numerous functions like email, project timelines, job boards, text document searches, and page change notifications. On the bonus CD-ROM, you'll find helpful tools, all of the book's code, as well as complete database solutions to meet your high-performance programming needs. This practical toolkit will save you hundreds of programming hours, and is an invaluable resource that you'll pick up time and time again.

  • Cost: $49.99
  • Pages: 912
  • Edition: Book and CD-ROM edition
  • ISBN: 0072125527

Microsoft Active Server Pages 3

Visit Microsoft Active Server Pages 3

Covers major aspects of ASP development such as marketing up web pages, adding scripts to documents, using objects, accessing and manipulation database, and using ASP with Microsoft's Internet Information Server (IIS). Describes preparing for ASP -- setting up Windows NT/2000 and IIS 4 and 5, Windows 95/98 and the Personal Web Server, and Chili!ASP for Apache on Sun Solaris. Provides a primer for HTML and XML for building a Web front-end for databases. Explains how to use scripts to connect to objects and databases including using built-in IIS Objects, using Cookies and the Session Object, supporting Web transactions, creating client/server web applications, and integrating databases and web pages. Unique features of the book include using cross-platform ASP with Chili!Soft, and XML. Take a Web development refresher, from HTML basics to XSL, get up to speed fast on VBScript and other ASP scripting tools, use ActiveX Data Objects.

  • Cost: $5.39
  • Pages: 583
  • Edition: paperback
  • ISBN: 0764546015

Professional ASP.NET

Visit Professional ASP.NET

Topics covered: ASP and ASP.NET compared (including benefits and design goals of ASP.NET); .NET vs. the Windows Distributed interNet Architecture (DNA); The Common Language Runtime (CLR) explained; Basic introduction to ASP.NET development languages (Visual Basic.NET, C#, JScript.NET, and C++ compared); Performance issues; Declaring variables, functions, and procedures; The ASP.NET Page class; Using "code behind" scripts and page caching; Custom controls; Tutorial for the ASP.NET HTML Server controls; Using input validation controls; Tutorial for the ASP.NET Web Form controls; Data binding controls explained; Using styles and templates; Editing data with bound controls; ADO.NET database APIs and programming techniques (using the DataReader and DataSet objects); ADO.NET and XML support; XML basics (including the XML DOM and navigating, writing, and reading XML); Relational database programming techniques; The DataTable object; Updating data.

  • Cost: $55.00
  • Pages: 1400
  • Edition: paperback
  • ISBN: 1861004885

Real World ASP.NET Best Practices

Visit Real World ASP.NET Best Practices

Real World ASP.NET Best Practices goes far beyond the documentation to teach ASP.NET development best practices based on the authors' real-world experience. The book's emphasis is on helping developers perform tasks correctly and avoid mistakes, not on teaching ASP.NET in general. ASP.NET is a wonderful new enabling technology that allows developers to create business solutions much more effectively than ever before. However, there is room for improvement. Developers often do not see the potholes and pitfalls related to this technology until they stumble. Real World ASP.NET Best Practices helps readers to avoid just such frustrations. The book's in-depth coverage includes data handling, caching, JavaScript, user and server controls, distributed programming, configuration, and deployment. Contaisn the hard won, real world experiences of veteran ASP.NET programmers. Exposes the truth behind advanced topics as XML Web servers and .NET remoting.

  • Cost: $27.99
  • Pages: 224
  • Edition: paperback
  • ISBN: 1590591003
ASP : Online Articles

ASP.NET Server Control Licensing

Visit ASP.NET Server Control Licensing

Learn about the licensing requirements for ASP.NET server controls and ASP.NET control licensing implementation that can be used with versions 1.0 and 1.1 of the .NET Framework. The implementation can be extended to create custom server-side licensing schemes. The Microsoft .NET framework has a built-in, extensible licensing architecture that supports design-time and run-time licensing for all managed components including business objects, Windows Form Controls, and ASP.NET server controls. The PDF document requires Adobe Acrobat reader.

  • Cost: Free
ASP : Scripts and Programs : Calendars

E-Calendar Lite

Visit E-Calendar Lite

Want to add a live stylish e-calendar for your website or intranet? Add images, URLs, & descriptions to any event! Features include: Add/Edit/Delete events easily using the admin interface; Add a small icon/image, location for event, start date, and end date, description, and URL for additional info to any event; Customizable look and feel; Multilingual support version availble; and Integrated support and documentation for using SQL Server and MS Access.

  • Cost: $28.00
  • Version: 3.0
ASP : Scripts and Programs : Content Management

Fixit DMS

Visit Fixit DMS

Document and File Management system for your intranet or internet site. Control who can upload, delete, add folders, view comments, and add comments. Lock/unlock documents preventing others from editing them while you are making changes. Includes full search capabilities and full user administration. Provide access to documents and files 24/7. Promote document sharing by using this document management system. Comes with Access database and MySQL and SQL Server setup scripts. Unlimited folders and files. 100% VBScript/ASP.

  • Cost: $49.00

Fixit DMS Pro

Visit Fixit DMS Pro

Fixit DMS Pro is a powerful, but simple to use document and file management system. Features - VBScript/ASP-Unlimited folders and files-Version control; Lock files while editing-Allow comments to be left about documents and files-Full user administration-grant/deny access to upload, lock, unlock, delete, create new folders. Full control over which document types you permit to be uploaded-Powerful search, allowing for easy location of documents-Complete control over individual users access to folders.

  • Cost: $64.00
  • Version: 1
  • Platforms: Windows

SiteEnable

Visit SiteEnable

SiteEnable is a versatile, ready to use Web site with integrated content management. WYSIWYG editor, calendar, forums, polls, newsletters, user management, security and more. SiteEnable can be used to manage any type of content such as news, articles, links, listings, downloads, documents, projects, tasks, FAQ's and other content-centric information that is organized hierarchically. Use SiteEnable to deploy intranets, portals or simple business Web sites. SiteEnable is simple, but powerful.

  • Cost: $189.00
  • Version: 3.2
ASP : Scripts and Programs : Education

Articles & Papers Package

Visit Articles & Papers Package

This ASP Script allows you to have a site for articles or papers where surfers can submit their articles according to the categories you specify. Academic needs were taken into consideration too. Upload features (Artisans and ASPupload), and Full admin area. Users can submit as many articles as they wany. Articles won't be published until they got the admin approval. Articles can be of PDF or DOC format or users can write the whole article instead of uploading it. It uses MS Access with ability to be upgraded into SQL.

  • Cost: $33.00
  • Version: 2.0
ASP : Scripts and Programs : FAQ and Knowledgebase

InstantKB.NET

Visit InstantKB.NET

Complete ASP.NET knowledge base management solution. Features Rich-text articles (WYSIWYG), Article attachments, Related Links, Powerful search capabilities, Rate and comment articles, Print or email articles, Comprehensive secure administration area. Questions can be submitted directly to the knowledge base allowing subject matter experts to answer and instantly share this question with others. This will slash the time you spend answering the same common support questions over and over again.

  • Cost: $119.00 - $299.00
  • Version: 1.2
  • Platforms: Windows NT/2000/2003/XP
ASP : Scripts and Programs : Image Galleries

Fixit iDMS Pro

Visit Fixit iDMS Pro

Image and Document Management System, allows you to upload and manage images and documents, control access to the files and folders, create thumbnails for images, subscribe to changes in folders, lock and unlock files, fully searchable, and configurable. Create users, or allow anonymous access-allow users to subscribe to changes in folders, and to view/add comments. Has all the features and functionailty of the Fixit Document Management System, but also displays thumbnails for graphics.

  • Cost: $104.00
  • Version: 1
  • Platforms: Windows
ASP : Scripts and Programs : Portal Systems

Store Portal

Visit Store Portal

Store Portal is a complete software for managing your web portal. Media Online Italia has created the first internet portal that can be totally configured by the user. It includes Web Pages administrator, guestbook, forum, banner, shop module, feedback and more. It manages the information; and allows rapid deployment of electronic commerce on your site. Powerful archiving features enable documents and files to be shared with other users. The site is supported in English, Deutsch, Francaise, Italiano, and Espaņol.

  • Cost: Free/$169.43 - $1,270.72
  • Version: 2.22
  • Platforms: Windows 95/98/NT/200/XP
ASP : Scripts and Programs : Searching

SiteFerret Lite

Visit SiteFerret Lite

The ideal search tool for websites with primarily static content and fewer than 1000 documents to be searched. You can be up and running with a website search in minutes. The search algorithm matches keywords to provide a ranking system that means the searcher gets the results they're looking for. The control panel allows you to: configure SiteFerret Lite to exactly suit your site: control of the style of search results returned, mapping of directories, and exclusion lists; and speed up searches by defining searchable zones.

  • Cost: $31.00
  • Version: 1.3
  • Platforms: Windows with IIS 4.0+

SiteFerret Pro

Visit SiteFerret Pro

The ideal website search tool for sites with more than 1000 documents. SFP indexes into either an Access or SQL database and will handle thousands of documents. It is designed for shared server environment having no dlls or other plug-ins. SFP provides all the functionality of its stable mate SiteFerret Lite, but heavily optimised to handle greater volumes of data. SFP has the following primary features: easy management through the control panel; configurable exclusion lists; and intelligent search results derived from its keyword ranking.

  • Cost: $220.00
  • Version: 1.4.3
  • Platforms: Windows with IIS 4.0+