VBScript Tutorials & Articles from Developer Fusion https://www.developerfusion.com/t/vbscript/tutorials/ VBScript Tutorials & Articles from Developer Fusion http://www.rssboard.org/rss-specification en-GB Mon, 14 May 2007 21:05:00 GMT Top 10 Application Security Vulnerabilities in Web.config Files - Part One 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. http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ http://www.developerfusion.com/article/6678/top-10-application-security-vulnerabilities-in-webconfig-files-part-one/ Mon, 14 May 2007 21:05:00 GMT Bryan Sullivan VSA Scripting in .NET Using Visual Studio for Applications to add scripting capabilities to your .NET apps. http://www.developerfusion.com/article/4675/vsa-scripting-in-net/ http://www.developerfusion.com/article/4675/vsa-scripting-in-net/ Sun, 13 Mar 2005 19:07:00 GMT Mark Belles Replicating GetRows in .NET 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. http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ http://www.developerfusion.com/article/4566/replicating-getrows-in-net/ Sun, 21 Mar 2004 13:52:00 GMT Dimitrios Markatos Extracting the Country from the IP Address:- How To? 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. http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ http://www.developerfusion.com/article/4549/extracting-the-country-from-the-ip-address-how-to/ Sat, 13 Mar 2004 15:59:00 GMT Amit Gupta Make your Classic ASP code work like in ASP.NET 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! http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ http://www.developerfusion.com/article/4403/make-your-classic-asp-code-work-like-in-aspnet/ Sun, 15 Feb 2004 08:37:00 GMT Christian Calderon The Quick & Dirty .NET Guide to C#/VB OOP 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. http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ http://www.developerfusion.com/article/4341/the-quick-dirty-net-guide-to-cvb-oop/ Mon, 26 Jan 2004 12:16:00 GMT Dimitrios Markatos Introduction to Microsoft's .NET Platform 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. http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ http://www.developerfusion.com/article/3684/introduction-to-microsofts-net-platform/ Tue, 01 Jul 2003 00:00:00 GMT Nakul Goyal ADO and Unicode How to use Microsoft ADO to add and update unicode code points stored in an Oracle UTF8 database. http://www.developerfusion.com/article/2286/ado-and-unicode/ http://www.developerfusion.com/article/2286/ado-and-unicode/ Sun, 25 Aug 2002 12:29:00 GMT David Nishimoto Remote Scripting Made Easy Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page. http://www.developerfusion.com/article/2404/remote-scripting-made-easy/ http://www.developerfusion.com/article/2404/remote-scripting-made-easy/ Thu, 11 Jul 2002 07:01:00 GMT Bruce Johnson Remote Scripting With JavaScript and ASP 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. http://www.developerfusion.com/article/2190/remote-scripting-with-javascript-and-asp/ http://www.developerfusion.com/article/2190/remote-scripting-with-javascript-and-asp/ Thu, 28 Mar 2002 08:43:00 GMT Mitchell Harper Using SQL-DMO To Backup and Verify a Database 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. http://www.developerfusion.com/article/2083/using-sqldmo-to-backup-and-verify-a-database/ http://www.developerfusion.com/article/2083/using-sqldmo-to-backup-and-verify-a-database/ Thu, 28 Feb 2002 09:36:00 GMT Carvin Wilson Securing ASP Data Access Securing ASP Data Access Credentials Using the IIS Metabase http://www.developerfusion.com/article/1831/securing-asp-data-access/ http://www.developerfusion.com/article/1831/securing-asp-data-access/ Sat, 27 Oct 2001 12:04:00 GMT Thomas C. Carpe Using ASP.NET Server Controls A basic overview of ASP.NET and how to use server controls http://www.developerfusion.com/article/1821/using-aspnet-server-controls/ http://www.developerfusion.com/article/1821/using-aspnet-server-controls/ Thu, 25 Oct 2001 19:51:00 GMT Carvin Wilson SQL Distributed Management Objects How to use the SQL Distributed Management Objects from ASP http://www.developerfusion.com/article/1820/sql-distributed-management-objects/ http://www.developerfusion.com/article/1820/sql-distributed-management-objects/ Thu, 25 Oct 2001 19:42:00 GMT Carvin Wilson Implementing Error Logging How to implement error logging in ASP 3.0 http://www.developerfusion.com/article/1819/implementing-error-logging/ http://www.developerfusion.com/article/1819/implementing-error-logging/ Thu, 25 Oct 2001 19:02:00 GMT Carvin Wilson Handling Errors in VB/VBA/VBS/ASP 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. http://www.developerfusion.com/article/1741/handling-errors-in-vbvbavbsasp/ http://www.developerfusion.com/article/1741/handling-errors-in-vbvbavbsasp/ Tue, 16 Oct 2001 10:23:00 GMT Mike J Using Components and Objects in ASP An introduction to COM objects, and their use in ASP http://www.developerfusion.com/article/1725/using-components-and-objects-in-asp/ http://www.developerfusion.com/article/1725/using-components-and-objects-in-asp/ Sun, 14 Oct 2001 14:40:00 GMT Talal Ahmed Siddiqui String Concatenation Component An efficient string concatenation component to replace VBScript's poor performance. http://www.developerfusion.com/article/1685/string-concatenation-component/ http://www.developerfusion.com/article/1685/string-concatenation-component/ Mon, 08 Oct 2001 18:17:00 GMT Michael Balloni Using Optional Parameters in VBScript A nifty way to use optional parameters in VBScript, getting around the lack of an 'Optional' keyword. http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ http://www.developerfusion.com/article/1683/using-optional-parameters-in-vbscript/ Mon, 08 Oct 2001 18:02:00 GMT Michael Balloni ActiveX Documents Use ActiveX documents to add features to websites http://www.developerfusion.com/article/84/activex-documents/ http://www.developerfusion.com/article/84/activex-documents/ Sat, 14 Jul 2001 14:48:00 GMT UTLogic