https://www.developerfusion.com/t/vbscript/tutorials/ VBScript Tutorials & Articles from Developer Fusion 2007-05-14T21:05:00.00Z http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Top 10 Application Security Vulnerabilities in Web.config Files - Part One 2007-05-14T21:05:00.00Z In part one of this two part article, you will learn about five of the top ten “worst offenders” of misconfigurations of application security that can cause overall problems for ASP.NET Web-based applications. Learn more about how to secure the Web.config files of an ASP.NET application. Bryan Sullivan http://www.developerfusion.com/article/4675/vsa-scripting-in-net/ VSA Scripting in .NET 2005-03-13T19:07:00.00Z Using Visual Studio for Applications to add scripting capabilities to your .NET apps. Mark Belles http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ Replicating GetRows in .NET 2004-03-21T13:52:00.00Z Dimitrios explains how replicating GetRows in .NET is easy and shows how it offers precise control of the details of the data and its display. Dimitrios Markatos http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ Extracting the Country from the IP Address:- How To? 2004-03-13T15:59:00.00Z Get to know from where the visitors to your website are coming. Amit shows you how you can know the Country of a visitor through his IP Address without using COM. Amit Gupta http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Make your Classic ASP code work like in ASP.NET 2004-02-15T08:37:00.00Z Developing in Classic ASP using the same technics as in ASP.NET?. If you have to work in Classic ASP, why don't do it the right way? By using a similar framework not only your code will be more organized and efficient, but it will take you a fraction of the time to port to ASP.NET! Christian Calderon http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ The Quick & Dirty .NET Guide to C#/VB OOP 2004-01-26T12:16:00.00Z Although this article won't be an exhaustive OOP treatise, its objective nevertheless is to present in a quick and dirty manner C#/VB Object-Oriented Programming. Moreover, even though this article may be slightly geared more towards C#, all important VB assessments or similarities are addressed and demonstrated. By the way, keep in mind C# is very case sensitive. Incidentally, don't be put off at the length of this article, a lot of it is simply repeated code examples for both languages. Dimitrios Markatos http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Introduction to Microsoft's .NET Platform 2003-07-01T00:00:00.00Z ASP.NET is not just another upgrade or the next version of ASP. It is a unified web development platform that provides necessary services for developers to build Enterprise Web based Applications. ASP.NET allows you to use a full featured programming language such as C# or VB.NET to build web applications easily. Nakul Goyal http://www.developerfusion.com/article/2286/ado-and-unicode/ ADO and Unicode 2002-08-25T12:29:00.00Z How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database. David Nishimoto http://www.developerfusion.com/article/2404/remote-scripting-made-easy/ Remote Scripting Made Easy 2002-07-11T07:01:00.00Z Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page. Bruce Johnson http://www.developerfusion.com/article/2190/remote-scripting-with-javascript-and-asp/ Remote Scripting With JavaScript and ASP 2002-03-28T08:43:00.00Z Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article Mitchell shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code. Mitchell Harper http://www.developerfusion.com/article/2083/using-sqldmo-to-backup-and-verify-a-database/ Using SQL-DMO To Backup and Verify a Database 2002-02-28T09:36:00.00Z The SQL Distributed Management objects (SQL-DMO) extend the functionality of SQL Server by providing developers a way to execute common tasks using programming and scripting languages. This article shows you how to use SQL-DMO to create an Active Server Page application to backup and verify a SQL Server database. Carvin Wilson http://www.developerfusion.com/article/1831/securing-asp-data-access/ Securing ASP Data Access 2001-10-27T12:04:00.00Z Securing ASP Data Access Credentials Using the IIS Metabase Thomas C. Carpe http://www.developerfusion.com/article/1821/using-aspnet-server-controls/ Using ASP.NET Server Controls 2001-10-25T19:51:00.00Z A basic overview of ASP.NET and how to use server controls Carvin Wilson http://www.developerfusion.com/article/1820/sql-distributed-management-objects/ SQL Distributed Management Objects 2001-10-25T19:42:00.00Z How to use the SQL Distributed Management Objects from ASP Carvin Wilson http://www.developerfusion.com/article/1819/implementing-error-logging/ Implementing Error Logging 2001-10-25T19:02:00.00Z How to implement error logging in ASP 3.0 Carvin Wilson http://www.developerfusion.com/article/1741/handling-errors-in-vbvbavbsasp/ Handling Errors in VB/VBA/VBS/ASP 2001-10-16T10:23:00.00Z This article will discuss some of the more basic and practical ways to solve general error handling in your Visual Basic applications and MS Office VBA modules. It is in many ways applicable to VBA, VBScript and ASP, in much based on the same syntax and practical solutions in your code. Mike J http://www.developerfusion.com/article/1725/using-components-and-objects-in-asp/ Using Components and Objects in ASP 2001-10-14T14:40:00.00Z An introduction to COM objects, and their use in ASP Talal Ahmed Siddiqui http://www.developerfusion.com/article/1685/string-concatenation-component/ String Concatenation Component 2001-10-08T18:17:00.00Z An efficient string concatenation component to replace VBScript's poor performance. Michael Balloni http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ Using Optional Parameters in VBScript 2001-10-08T18:02:00.00Z A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword. Michael Balloni http://www.developerfusion.com/article/84/activex-documents/ ActiveX Documents 2001-07-14T14:48:00.00Z Use ActiveX documents to add features to websites UTLogic