ASP Functions Resources

Below you will find 0 categories and 19 links related to ASP Functions Resources.

Links:

ASP : Books

Active Server Pages by Example

Visit Active Server Pages by Example

Active Server Pages 3.0 by Example teaches you the fundamentals of creating distributed applications using Microsoft's Active Server Pages technology. You'll learn to use VBScript to write server-based programs that calculate, perform logical operations, access data, and work with ActiveX Internet components that ship with Windows NT 4.0 Server and Windows 2000 Advanced Server. With this book you will be able to migrate from writing static web pages to dynamic web pages containing script; discover the fundamentals of object-oriented programming to facilitate client-server interaction in a distributed environment, work with Microsoft's ActiveX Data Objects (ADO) technology to handle features and functions that web sites require repeatedly; use II5 and installable components to control advertising banners, keep track of web page usage, and organize the way users navigate your site. Bob Reselman is a software developer, writer, and teacher.

  • Cost: $9.99
  • Pages: 592
  • Edition: 1st edition
  • ISBN: 0789722402

Asp for Web Professionals

Visit Asp for Web Professionals

Aimed at the beginning or intermediate Web developer, this is an extremely useful, cookbook-style tutorial that helps readers of all levels use ASP (and JavaScript) to create Web pages dynamically by concisely offering a series of simple, effective ASP examples. The full source code is included, along with extensive annotations and suggestions for extending the code in custom projects. This approach is ideal for anyone who appreciates a hands-on approach to learning. The examples themselves are immediately practical. First off, a date-time script gives out a random "tip of the day" read from a text file on the server. Then it's on to basic database programming with ADO and ASP. After a quick tour of database basics, readers learn some expert techniques for generating forms based on any database table without changing ASP code. Topics covered include: date and time functions; working with text files; databases; tables and records; and much more.

  • Cost: $20.99
  • Pages: 304
  • Edition: 1st edition
  • ISBN: 0130304999

ASP: Learning by Example

Visit ASP: Learning by Example

Focusing on the essential knowledge needed to quickly learn how to write Active Server Pages, this book teaches by example rather than theory. Containing 24 examples of ASP coding, with each followed by a detailed explanation, tips are given and new concepts are introduced along the way, both in the body of the text as well as in the examples. Topics covered include editing ASP files, branching, conversion with JavaScript, arrays, debugging, and cookies. In order to fully understand ASP, SQL, Access, PWS, and VBScript are covered. Examples proceed from simple to advanced, demonstrating such functions as changing variables from text to numbers, writing information in a form field, writing variables to HTML code, searching databases, inserting data into databases, retrieving data from tables, and visitor counters. Robert B. Mellor is a professor at the IT University of Copenhagen. He has 14 year's teaching experience from several universities.

  • Cost: $14.95
  • Pages: 96
  • Edition: 1st edition
  • ISBN: 1887902686

Developing .NET

Visit Developing .NET

ASP.NET and Windows Forms custom control development. Tools and services for enhancing design-time support for components and controls. Irregularly-shaped, borderless Windows Forms. Advanced techniques on building simple and complex UITypeEditors. Details of how type converters work with guidelines on implementing new ones. Component licensing model and architecture with sample demonstrations. Complete and reusable Windows Forms Wizard custom control. Complete and reusable Web Forms tab control. Chapters include events and event handlers; delegates and their comparison to function pointers; type conversion techniques; the role and usage of UITypeEditors; Windows Forms control development by describing control layout, data binding, and GDI+; Web Forms control development, with topics such as rendering and state management; control licensing and gives examples of implementing new licensing schemes; Wizard and Tab control.

  • Cost: $59.99
  • Pages: 500
  • Edition: paperback
  • ISBN: 0972317910

Dreamweaver MX

Visit Dreamweaver MX

This book will take your existing knowledge of ASP and Dreamweaver and develop it further. Using the knowledge contained in this book, you'll be able to take your web applications to the next level. This book is for web professionals who want to further their knowledge of creating ASP web applications using Macromedia Dreamweaver MX, and learn professional techniques to make more powerful and efficient code. It assumes that reader has some experience of using Dreamweaver MX to create ASP web sites. Topics include: Familiarize yourself with ASP Basics; ASP Delimiters; Response.Write; Commenting code; VBScript basics; Dim Variables; Outputting variables; Variable scope; Data types such as integer, string, boolean, empty and null; Naming your variables; VBScript Operators; Comparison operators; Logical Operators; Arithmetic Operators; Operator Precedence; ASP loops; ASP arrays; ASP functions; Typecasting functions; Date functions; Error Handling.

  • Cost: $27.99
  • Pages: 400
  • Edition: 1st edition
  • ISBN: 1904151213

Essential WinInet

Visit Essential WinInet

Microsoft has released a powerful new Windows Internet API (WinInet) that dramatically simplifies the process of creating Internet-enabled Windows applications. Essential WinInet is a comprehensive guide to this powerful Windows Internet API. It starts with a tutorial on WinInet basics and a methodical description of the API's protocol-specific functions for HTTP, FTP, and Gopher, then proceeds to explore more advanced topics, examining how WinInet works with other Internet tools and client/server technologies. This book addresses such essential topics as: Using WinInet with MFC and Visual Basic; Understanding asynchronous WinInet; Writing HTTP COM components; Establishing dial-up connections, including applying the RAS API; Introducing the concept of client/server Internet programming; Implementing a complete client/server solution using WinInet with ISAPI and ASP. This book explore WinInet's capabilities and show you how to put the API to work.

  • Cost: $34.99
  • Pages: 501
  • Edition: 1st edition
  • ISBN: 0201379368

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

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

Teach Yourself ASP.NET

Visit Teach Yourself ASP.NET

Building on an overview of the basic architecture of the .Net framework, Sams Teach Yourself ASP.NET in 24 Hours guides the reader through ASP.NET's basic structure, function and working syntax (data types, operators, functions, web forms etc). The unique approach exposes and explains both VB.Net and C#, including examples for both. Then, the programmer is walked through the creation of a live ASP.NET application. Finally, concise explanations of data manipulation, security, deployment, and yes, even profiling/optimization are introduced. Joe Martinhas been developing client-server, client and web-based applications for more than 10 years. He is currently working as a Senior Software Engineer for NetIQ Corporation. His expertise covers a broad number of Microsoft development technologies, including Visual Basic, C++, ASP, IIS, MTS, Access, and SQL Server. Brett Tomson is a partner and developer with OSIRIS interactive.

  • Cost: $20.99
  • Pages: 480
  • Edition: 1st edition
  • ISBN: 0672321262

Using ASP.NET

Visit Using ASP.NET

This article, by Scott Watermasysk, will demonstrate how to write a custom server control that you can use to manage which users can view specific content on a web page. The control will allow the user to specify which roles should be allowed to view the content, which roles should be denied, and will also include a special hierarchy level property you can set to allow specific users to view content regardless of their roles. While the control itself will be relatively simple, Scott will demonstrate some of the key functions in developing custom server controls (such as inheriting and overriding existing server controls, raising custom events, and developing a custom eventhandler). Once completed, the reader will have a control he or she can easily integrate into any existing site. Role and Hierarchy Based Authentication Using ASP.NET was written by Scott Watermasysk for ASPToday. The ebook (e-book) requires that you have Adobe Acrobat installed.

  • Cost: $8.00
  • Pages: 20
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00006CT4O
ASP : Development Software

SiteAdmin WDK

Visit SiteAdmin WDK

Ultimate XML driven web project deployment solution for webware developers now with increased performance, more free schemas, better output customization and more new functions. This collection of objects extends standard IIS features and adding more new. Now you able to create enterprise webware projects in hours. Perfect developer's solution for building content management systems, portals, classifieds, trading systems and etc.

  • Cost: $99.00
  • Platforms: Windows
ASP : Scripts and Programs : E-Commerce

YourVirtualStore

Visit YourVirtualStore

YourVirtualStore is an advanced ecommerce and content management system written in ASP. YourVirtualStore includes powerful shipping and discounting functions and over 70 free realtime payment gateways around the world. Multi language and dual currency support is included. DW, DWMX, FP etc. YourVirtualStore enables you to maintain all of your sites content via a web browser through the Mission Control with WYSIWYG content editing from anywhere in the world that has an Internet connection and a web browser.

  • Cost: Trial/$350.00
  • Version: 5.0
ASP : Scripts and Programs : Image Manipulation

ASP Painter .NET

Visit ASP Painter .NET

ASPPainter.NET can be used to create new and edit existing images. It has a large number of painting functions to draw lines, bars, rectangles, polygons, ellipses, arcs, pie charts, to draw text and fill images. You can load and save images from/to files, databases and binary data streams. Since the component works with several images at the same time, you can copy, resize, rotate, merge image parts, and use images as painting brushes. ASP Painter.NET can be also used to get general information about images like image format, dimensions, number of colors, pixels data, etc. Based on Microsoft GDI+ library, the component works fast and stable. Complete source code is available for developers. Features: Full support of PNG, Jpeg, TIFF, GIF and BMP image formats; Line, pixel, circle, arc and rectangle drawing; Convert to Grayscale and monochrome.

  • Cost: $34.90
  • Version: 2.0
  • Platforms: Windows

LT Diagram Builder

Visit LT Diagram Builder

LT Diagram Builder-ASP Version is a library which can be used by an ASP page at an IIS webserver or by a wsf script file at any Win32 system for genarating images of coordinate diagrams (charts/graphs). The methods Bar, Box, Dot, Pixel, Line, Area and Arrow of the Diagram object can be used for the display of data. The coordinate diagram can be drawn with various scales and grid options. An image map with tooltipText and onClick events of the drawn objects can be generated. The library is also available for clientside JavaScript and for PHP.

  • Cost: Free
  • Version: 3.1
  • Platforms: Windows
ASP : Scripts and Programs : Link Indexing

Gportal Web Directory

Visit Gportal Web Directory

Gportal is a mile-stone of Gazatem.com. Gportal is oldest and most-popular product in markets. Gportal is an unique solution which meets a complete news management and a link index / directory management together. With this successful asp manager, you may manage your headlines and links together. Latest version includes a template editor and can be edit all page designs online. Mailing list functions can be used to contact your clients. You may publish headlines inside of every listing category. An example : your client is visiting a category about automobiles. In this category there are many links to manufactures. You may also publish news and articles about this category. After a successful purchase, you may start to build your online portal instantly. Gportal is an open source code project. You will receive all source code and no need to install any DLL or software.

  • Cost: $194.00
  • Version: 9.0
  • Platforms: Windows 2000/2003
ASP : Scripts and Programs : Miscellaneous

Nevron Chart

Visit Nevron Chart

Nevron Chart for ASP .NET is a data visualization component for ASP .NET which can display distinct looking charts with presentation quality right from the box. In terms of image and presentation quality this component does well with both. The component supports numerous charting types, VS design time support, empty data points, flexible axes, multiple charts and legends, financial functions, HTML image maps, server side events, browser detection, direct stream to browser, custom client side scripts. Charts include: bar, line, area, pie, radar.

  • Cost: $489.00
  • Version: 2.0
  • Platforms: Windows
ASP : Scripts and Programs : Password Protection

ASP Membership Subscription

Visit ASP Membership Subscription

Allows you to expire users and charge for subscription offline. Pending Queue allows you to clear Credit Cards and Membership Expiry Date. Auto notification of subscription registration to ADMIN and USER as well as auto notification of Membership Approval. ASP Membership Subscription V 3.0 (With Credit Card, Pending Submission Queue, Mailing List, Member Level, Send Newsletter Functions, Internal and External Messaging) allows you to enhance your website by capturing user information on an Access Database with endless modifications allowed.

  • Cost: $49.95
  • Version: 3.0
ASP : Tutorials

ASP FAQs

Visit ASP FAQs

An index of ASP frequently asked questions (FAQ). The ASP FAQs are broken down by category which include: Application Object; Arrays; ASP.NET; Cookies; Databases Errors; General Databases; Database Queries; Dates and Times; Email; FileSystemObject; Forms; Functions and Subroutines; Getting Started with ASP; Math Functions; Networking; Regular Expressions; Security; Session Object; The Nature of Things which deal with the fundamental nature of ASP and other FAQs that do not fit in any other category; Uploading; and XML. Includes 10 most FAQs.

  • Cost: Free

ASP Tutorials & Scripts

Visit ASP Tutorials & Scripts

Active Server Pages (ASP) is a Microsoft server-side programming language that allows you create dynamic, interactive web sites that expand the static nature of HTML pages. ASP applications are extremely useful and powerful when combined with databases, and can talk to just about any database out there. Weborum's ASP tutorials offer something for all levels of ASP developers, from creating "Hello World", to integrating with advanced SQL Server procedures, and continues to grow each day.

  • Cost: Free