ASP Javascript Resources

Below you will find 32 categories and 19 links related to ASP Javascript Resources.

Categories:

Links:

ASP : Books

Active Server Pages 3

Visit Active Server Pages 3

Active Server Pages 3 Developer's Guide. This insider's guide is packed with professional techniques and real-world examples for creating interactive e-commerce enabled Web sites. You won't have to learn a new language because this unique reference offers expert advice on developing server-side applications using both JavaScript and VBScript. These pages are packed with practical shortcuts to help you create and manage state-of-the-art Web sites, from building online catalogs to controlling access and integrating databases. With this guide, you'll discover how to simplify and speed up development and find innovative ways to take advantage of ASP. Explore the newest features of ASP 3, Create a new Web project and access the pages, Develop server-side applications using JavaScript and VBScript, Use ADO for database access and manipulation, Understand and implement Web applications, including Active X components, Utilize scriptless ASP processing.

  • Cost: $39.99
  • Pages: 522
  • Edition: Book and CD-ROM edition
  • ISBN: 0764547151

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 for Dummies

Visit Active Server Pages for Dummies

If you want dynamic Web pages that craete personalized content for visitors or automatically pull updates from a database, then ASP is for you. Thsi friendly guide shows you step-by-step how to build powerful Active Server Pages applications that will take your web site to the next level. With Active Server Pages (ASP) for Dummies you will discover how to understand the ASP open development environment, customize and personalize web pages, access database information, write scripts in VBScript or JavaScript, and work with ActiveX components. Topics covered include the basics of ASP, VBScript, JScript, the ASP object model, server components, database connectivity, Fisual InterDev, and popular ASP applications. The book delivers a carefully structured introduction to ASP technology. Inside you'll find code for a date-stamper, a banner-ad rotator, a guestbook, and even a near-real-time chat room and a system for managing classified ads.

  • Cost: $17.49
  • Pages: 378
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 076450603X

Adding a spellchecker to your website

Visit Adding a spellchecker to your website

Information is the key in our everyday fast paced lives. The World Wide Web is a huge repository of information. If you are hosting a web site that delivers live data and content such as news feeds, stock market updates or catalogs of products and you find misspelled words this means impending doom for the business aspect of your site. How many times do you find yourself in trouble when your content goes live on the web, you check it out and find a couple of misspelled words shredding all your hard work to pieces? Siddarth Sharangpani shows us how to implement a web-based spellchecker that simplifies time in proofreading the content and will help us organize and archive our data. Adding a spellchecker to your website with ASP, JavaScript and Word 2000 was writen by Siddarth Sharangoani for ASPToday. It requires that you have some previous experience with ASP, JavaScript, and Microsoft Office and is meant for intermediate developers.

  • Cost: $8.00
  • Pages: 6
  • Edition: e-book (Acrobat Reader)
  • ISBN: B00005T5ST

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 Training Course

Visit ASP Training Course

Master ASP the easy way, by watching digital videos, straight from the desktop of expert ASP developer Elijah Lovejoy more than four hours of personal instruction in all. Covers core ASP techniques. Embedding ASP code, reading/writing, editing records, database and email integration, and much more. ASP.NET bonus! Includes a bonus lecture on Microsoft's brand new ASP.NET and Web services development. Embed ASP code in your HTML pages, Use JavaScript to drive your ASP pages, Automatically update dates on your pages, Create dynamic content the easy way, Publish the contents of a database, Build a working email responder, Use ASP for authentication and security, Develop a complete e-commerce application, start to finish. The book is designed for Anyone seeking a fast, easy way to create dynamic Web applications; Current Web designers who want to learn ASP fast; JavaScript users who want to leverage their scripting skills with ASP.

  • Cost: $48.99
  • Pages: 240
  • Edition: CD-ROM edition
  • ISBN: 0130676063

ASP.NET

Visit ASP.NET

Welcome to the only guidebook series that takes a visual approach to professional-level computer topics. Open the book and you'll discover step-by-step screen shots that demonstrate over 130 key ASP.NET tasks, including: Creating a simple ASP page; Declaring and initializing variables; Manipulating text with the ASP:Label Control; Inserting data into a SQL database; Testing a Web service; Creating a three-tier Web form; Using application directives in the Global.asax; Configuring multiple sites; Setting up encodes; Migrating JavaScript to Javascript.NET syntax. The CD-ROM contains development tools, complete source code for all applications in the book, trial version of Vmware Workstation, evaluation version of XML spy IDE, Antechinus C# Editor and TextPad shareware, plus an e-version of the book. High-resolution screen shots demonstrate each task. Two-page lessons break big topics into bite-sized modules. Succinct explanations walk you through.

  • Cost: $26.99
  • Pages: 320
  • Edition: Book and CD-ROM edition
  • ISBN: 0764536176

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

Mastering Active Server Pages 3

Visit Mastering Active Server Pages 3

Active Server Pages is Microsoft's technology for delivering dynamic, interactive Web applications. Mastering Active Server Pages gives comprehensive coverage of the latest version for Visual Basic, VBScript, and Visual InterDev programmers. The book covers the newest Linux/Unix version of ASP (ChiliASP) and discusses both VBScript and JavaScript implementations. The book begins with an overview of ASP and HTML, describes the intrinsic ASP objects that form the foundation for ASP programming, introduces both VBScript and JScript, and provides a guide to file access using the File System Object. A key to ASP is accessing data with Active Data Objects (ADO), and the database section describes both ADO and the SQL query language. Final sections address the bigger picture: designing complete applications. The discussion of state management and general tips on application design are valuable. Author Russell Jones is a well known developer.

  • Cost: $34.99
  • Pages: 832
  • Edition: Book and CD-ROM edition
  • ISBN: 0782126197

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 : Development Software

Script Debugger IDE

Visit Script Debugger IDE

Development platform for building custom business solutions. It includes a powerful script and form editors and debugging tools. Script Debugger IDE can be integrated in any application. This inclusion makes it much easier for developers to create custom solutions using Script Debugger IDE and to reuse code across the applications. Script Debugger IDE supports full client and server script debugging using everything you expect from a full-featured debugger. You can use the IDE to test scripts written in ASP, Visual Basic, and JavaScript.

  • Cost: $250.00
  • Version: 1.6.0.0
  • Platforms: Win32

Team Remote ASP Debugger

Visit Team Remote ASP Debugger

Team Remote ASP Debugger enables your team to easily edit and debug Active Server Pages ( ASP ) both remotely and locally. VBScript debugging and JavaScript debugging (including JScript) is fully supported for simple and complex local, remote and team remote debugging scenarios. With this easy-to-use JavaScript Debugger and VBscript Debugger for ASP you can: debug VBScript, debug JavaScript ( Jscript ), expression evaluation, set breakpoints, clear breakpoints, step in / out / over, variable watch, and advanced "GET" and "POST" form debugging.

  • Cost: $33.88
  • Platforms: Win2000/XP/2003
ASP : Programmers

Eastland Software

Visit Eastland Software

Eastland Software Co. Pvt. Ltd. (sister concern of Mars Exim Pvt. Ltd.) is a software service organization providing high quality digital technology solutions to enterprises worldwide, which are based on PC, Web, Client / server and Embedded technologies. Its work and innovation of the teams work expresses companys quality and reliability. Eastland welcome every challenge as an opportunity to develop a new way of applying strategic thinking with creativity and technology to deliver an innovative and effective solution.

  • Cost: Varies
ASP : Scripts and Programs : Database Tools

EBA Grid Control

Visit EBA Grid Control

Javascript Web Grid component. Fast database updates. ASP, PHP, JSP, DHTML.-EBA: Grid Control V2 is the easiest way to add versatile data grid functionality to a web browser, and the fastest Javascript data grid component available. Instantaneous asynchronous database updates (no page reloads) Multiple control types including checkbox, combo-box, drop-down, date, text, etc. Languages supported include ASP, PHP, JSP, and static DHTML. EBA:Grid V2 integrates seamlessly with MySQL, ODBC, Oracle, and more.

  • Cost: Free
  • Version: 2.0
  • Platforms: Windows
ASP : Scripts and Programs : Guestbooks

Smart Guest Book

Visit Smart Guest Book

This Flash & ASP Guest-Book has Smart eye-catching interactive, animated & multiple entry display interface choices, password-protected browser-based complete administration panel, active bad word filter. Free Download Version available. Fantastic load time due to highly optimized code and small Flash file size. Cross Browser Compatible, works well in both Netscape (4+) & IE (5+). Comments field can accept HTML text. JavaScript validation for fields. It is very easy to install & customize for any web site. Uses a SQL Server or Access database.

  • Cost: Free/$49.00
  • Version: 2.0
  • Platforms: Win NT
ASP : Scripts and Programs : Image Galleries

Dynamic Image Gallery

Visit Dynamic Image Gallery

Automatically reads images in a directory and creates a gallery from them. Create a link to the ImageGallery.asp and tell it where you images are stored. All the images you have saved in the MyPictures folder will be displayed dynamically according to the content of your images folder. It will automatically adjust it self to your visitor screen resolution, no more cropped images. It offer a nice Zoom In / Out Automatic Slide Show One click to see full size of every image.

  • Cost: $6.00
  • Version: 1
  • Platforms: Windows, Linux
ASP : Scripts and Programs : Image Manipulation

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 : User Management

MembersPro PayPal

Visit MembersPro PayPal

Plug and Play membership script now supports 3 Levels of membership. Recurring subscriptions or one time 'lifetime' payment option. You can concentrate on getting clients and providing content while PayPal takes care of all the subscription payment transactions.(PayPal IPN enabled). Feature rich functionality including a customizable join up form, a search against members facility, mass emailing capabilities, editing and suspension of members, login tracking, page tracking. Quickly and easily integrate MembersPro PayPal into your existing site.

  • Cost: $199.00
  • Platforms: Windows
ASP : Tutorials

ASP Tutorial for Beginners

Visit ASP Tutorial for Beginners

This tutorial provides much information for beginner programmers trying to learn ASP. Topics include: What are Active Server Pages? Displaying Date, Time and Text; Using variables and forms; program flow control; loops; Subroutines and include/virtual; Session and Application methods; Dictionary Object; Cookies; Open Read and Create files; Introduction to Global.asa; Using ASP and JavaScript together; Using arrays; and Displaying pictures from an ASP file. Also includes an Active Server Pages Server-Side Scripting Programmer's Reference.

  • Cost: Free