ASP Active Server Pages Scripting Language Resources

Below you will find 0 categories and 9 links related to ASP Active Server Pages Scripting Language Resources.

Links:

ASP : Books

Active Server Pages

Visit Active Server Pages

Part of the new Web Warrior Series, a cutting edge Web development series dedicated to providing coverage of the latest in emerging Internet and Web technologies. This title enables users to design and maintain interactive and dynamic Web applications with the server-based scripting language, Active Server Pages. A textbook that allows the user to design and maintain interactive and dynamic Web applications within the server-based scripting environment of Active Server Pages. Cover topics such as run-time errors, cookies, ADO, ODBC, and OLE DB. Keith Morneau teaches Information Systems Technology (Networking, Programming, and Microcomputer Specializations) at Northern Virginia Community College in Annandale, VA as an Assistant Professor and Program Head. He was a Lead Instructor in Client/Server Programming with Computer Learning Center in Alexandria, VA where he taught Visual Basic, databases (database theory, SQL, and Oracle), and networking.

  • Cost: $56.95
  • Pages: 336
  • Edition: 1st edition
  • ISBN: 061901525X

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

ASP.NET Weekend Crash Course

Visit ASP.NET Weekend Crash Course

Get Up to Speed on ASP.NET in a Weekend! The big day is Monday the day you get to show off what you know about ASP.NET. The problem is, you're not really up to speed. Maybe it's been a while since you worked with Active Server Pages. Or maybe you're new to Microsoft.NET. In any event, we've got a solution for you ASP.NET Weekend Crash Course. Open the book Friday evening and on Sunday afternoon, after completing 30 fast, focused sessions, you'll be able to jump right in and start creating dynamic Web content. It's as simple as that. Topics include: Evolution of Server-Side Scripting; Working with the .NET Framework; Choosing a .NET Language; Understanding XML; Programming with Visual Basic .NET; ASP.NET versus ASP; Using Namespaces and Classes; Building ASP.NET Applications; Managing Session State; Introducing Web Forms; Validating User Input; Building a Web Form; Understanding Databases; Setting Up Your Database; Working with Data.

  • Cost: $17.49
  • Pages: 360
  • Edition: Book and CD-ROM edition
  • ISBN: 0764548360

Beginning Active Server Pages 2.0

Visit Beginning Active Server Pages 2.0

ASP is the future of the web. With ASP you can make your web pages more dynamic, more efficient and more responsive to the specific requirement of your users. It is not just a technology and to get the best out of it you will be using it in tandem with HTML and with one or more of the web's simple scripting languages. You'll also see how to use ASP and ADO (ActiveX Data Objects) to put database content on to your web pages. This book will teach you everything you need to create useful real-world applications on the web. If you're new to Web development or even new to programming in general, Beginning Active Server Pages 2.0 is good place to start for learning how to program with Active Server Pages (ASPs) using Microsoft Internet Information Server (IIS). In this accessible and clearly written text, the authors do a fine job of presenting the basics of using ASPs in digestible increments, including how to program with databases.

  • Cost: $40.00
  • Pages: 653
  • Edition: 1st edition
  • ISBN: 1861001347

Designing Active Server Pages

Visit Designing Active Server Pages

Active Server Pages (ASP) is one of the most popular and acessible methods for developing dynamic web pages. As the number of web pages grows and expands into entire web applications, performing such routine tasks as maintaing the pages, upgrading the scripts, and diagnosing and correcting bugs become a nightmare. Designing Active Server Pages shows ASP developers how to reuse code by looking for common functionality and by seperating the presentation element of web pages from script. With a focus on techniques and features available in ASP 3.0 and VBScript 5.0+, topics include: scripting blocks or code libraries using the #include server-side directive or the Server.Transfer method; developing and using classes by using ClassEnd Class construct added to VBScript 5.0; maximizing ASP's language independence by using another scripting language (like JScript, Perl, or Python); Creating simple COM components to encapsulate common functionality.

  • Cost: $20.97
  • Pages: 348
  • Edition: 1st edition
  • ISBN: 0596000448

Dreamweaver MX

Visit Dreamweaver MX

ASP.NET is the latest version of Microsoft's Active Server Pages (ASP), the incredibly popular server-side scripting language. ASP.NET is based on the .NET framework, and combines unrivalled developer productivity with performance and reliability. This book is all about developing ASP.NET web sites with Macromedia Dreamweaver MX, the premier visual web site design tool. It will show you how to rapidly develop ASP.NET web applications with the minimum of fuss. This book covers: The .NET Framework; Dreamweaver MX and ASP.NET; Using server behaviours; Interacting with the database; Manipulating XML and databases with ASP.NET; Learn to extend Dreamweaver MX using ASP.NET programming. This book is for web professionals looking to develop database-driven ASP.NET web applications using Macromedia Dreamweaver MX. Some knowledge of HTML and web design is assumed, but you don't need to know any ASP.NET or SQL.

  • Cost: $27.99
  • Pages: 256
  • Edition: 1st edition
  • ISBN: 1904151132

Instant ASP Scripts

Visit Instant ASP Scripts

Active Server Pages (ASP) technology represents, in most cases, the best server-side scripting choice for intranets, extranets, and public Web sites served by Windows NT and Internet Information Server (IIS). Instant ASP Scripts provides network administrators with a crash course in ASP work along with a considerable library of ready-to-use scripts. An initial ASP tutorial explains the basics of the language, but the really interesting educational material accompanies the scripts in the library. With each program, the author comments on whatever interesting tricks he's used, excerpting the code as needed. The book touches on pretty much everything ASP can do. The library includes a script that runs a suggestion box, another that runs a vote counter, one that files requests for purchase orders, and a whole bunch of calculators, rotating banner ads, a script that walks the surfer through a troubleshooting tree, and script to track vacation time.

  • Cost: $34.99
  • Pages: 928
  • Edition: 2nd Book and CD-ROM edition
  • ISBN: 0072127309

Programming Active Server Pages

Visit Programming Active Server Pages

Programming Active Server Pages is not just a tutorial for creating dynamic Web pages, but also a guide to all the relevant tools and necessary Microsoft technology required to build state-of-the-art Web sites. Stressing a hands-on approach and featuring plenty of relevant screen shots, the authors take you through the basics of HTML and scripting languages such as VBScript, ActiveX, and Java and explain how Active Server Pages (ASPs) can be used to deliver platform-independent dynamic content. Further sections introduce Microsoft Internet Information Server (IIS), Personal Web Server as a development tool, and Open Database Connectivity (ODBC) basics for connecting to databases. The authors then turn to the fundamentals of working with Internet Explorer 4, as well as its version of dynamic HTML, where all tags can be manipulated programmatically. Finally, the authors look at how ASPs can be used on IIS to deliver content dynamically.

  • Cost: $3.75
  • Pages: 512
  • Edition: Book and CD-ROM edition
  • ISBN: 1572317000

Web Programming with ASP and COM

Visit Web Programming with ASP and COM

Active Server Pages (ASP) and the Component Object Model (COM) are two exciting technologies that are quickly making the development of mission-critical Web applications easier than ever. ASP, with its simple scripting languages and well-designed Web object model, is easy to learn. COM is a bit more complex, but is the most widely used standard for distributed reusable software components. ASP and COM provide programmers with the tools necessary to develop applications for e-commerce, messaging, and database front ends. Web Programming with ASP and COM emphasizes the importance of both technologies in an easy-to-read tutorial format. This book covers the fundamental concepts of ASP and COM, and quickly gets the programmer up to speed building Web applications. Topics include: Web client/server model; Component Object Model (COM); ASP object model; ActiveX Data Object (ADO) database programming; Active Directory Services Interface (ADSI).

  • Cost: $6.90
  • Pages: 416
  • Edition: Book and CD-ROM edition
  • ISBN: 0201604604