TrooBloo - Active Server PagesArticles and tutorials regarding Active Server PagesFlash and ASP Integration- (Found July 15, 2008 ) by Dan Waters ASP and Flash How Macromedia's Flash and Microsoft's Active Server Pages technologies are two products with an extremely heavy impact on the world of web site development. Flash allows you to create zippy, vector-based animation and interactivity in a small ActiveX control, and ASP allows you to create dynamic HTML content on the fly. Hopefully, by the time you're done skimming this article, you'll be confident enough to use ASP in the creation of zippy, vector-based...http://www.asp101.com/articles/flash/index.asp Transitioning To ASP.NET - Part 1 Server Controls- (Found July 15, 2008 ) by Carvin Wilson Overview The long awaited Active Server Pages .NET (ASP.NET) is the replacement for the current version of ASP. This key component of the new .NET framework has the potential to save organizations time and money by allowing them to establish object-oriented frameworks for the web applications. Microsoft has done an excellent job with automating common web development tasks, but more importantly they have created a tool that gives developers the ability to handle any...http://www.asp101.com/articles/carvin/transtodotnet/default.asp Make Your ASP Work With An Oracle Database- (Found July 15, 2008 ) by Colin Tong Oracle is one of the most popular databases in the world, also Active Server Pages (ASP) is a powerful server-side scripting language widely used to build dynamic Web pages. There are many ASP developers who wonder if they can use the ASP technology with Oracle database to build a web application, E-commerce and E-business web sites or internet management systems. The answer is YES! You can access Oracle using VB to create Oracle Applications as well. Here, I will discuss...http://www.asp101.com/articles/colin/oracle/default.asp Securing ASP Data Access - Introduction- (Found July 15, 2008 ) by Thomas C. Carpe on Active Server Pages Download Source Code Read Comments Rate this resource Viewed 15688 times Rating: 75 users 4.55 out of 5 Next As an ASP programmer, I am always writing code that accesses databases. Many applications, such as Site Server, Commerce Server, SharePoint, and Content Management Server provide their own API that helps an ASP programmer tie into this data in a secure and efficient way. That's nice if you have access to these remarkably expensive...http://www.developerfusion.com/show/1831/ ASP-Oracle Connectivity Using OO4O- (Found July 15, 2008 ) By Selva Kumar Rating: 4.5 out of 5 Rate this article email this article to a colleague Introduction Active Server Pages (ASP) is a server-side scripting language widely used to build dynamic Web pages. The ASP Engine processes the script on the Web server at the back end and sends only HTML to any browser. Since the script is processed at the server, the requesting browser will be catered, even if it does not support a scripting language. Oracle is one of the most used relational...http://www.15seconds.com/issue/000131.htm Creating a Members Area in ASP - Introduction- (Found July 15, 2008 ) by James Crowley on Active Server Pages Read Comments Rate this resource Viewed 56293 times Rating: 526 users 4.44 out of 5 Next A frequent task for ASP developers is to create a members area style section of a website. This would normally involve registration, a login page, and then access to a section of the site that is only available to registered users. This tutorial will cover the steps needed to create all 3 sections, and we'll have lots of fun on the way ;-) Next Rate this...http://www.developerfusion.com/show/1744/ Using ASP.NET Server Controls - Overview- (Found July 15, 2008 ) by Carvin Wilson Read Comments Rate this resource Viewed 5726 times Rating: 66 users 4.62 out of 5 Next The long awaited Active Server Pages .NET (ASP.NET) is the replacement for the current version of ASP. This key component of the new .NET framework has the potential to save organizations time and money by allowing them to establish object-oriented frameworks for the web applications. Microsoft has done an excellent job with automating common web development tasks, but more...http://www.developerfusion.com/show/1821/ Leverage ASP.NET in Your Enterprise- (Found July 15, 2008 ) Give your IT Web development organization a boost by guiding it to ASP.NET. by Barry Bloom For this solution: ASP.NET, .NET Framework M oving your organization to ASP.NET offers several advantages over the traditional Active Server Pages (ASP)Visual Basic 6 platform. ASP.NET introduces an integrated development environment (IDE), a single development library for all types of applications, and a true object-oriented approach to Web application development. In this column, I'll explain...http://www.fawcette.com/dotnetmag/2002_07/magazine/columns/architecting/ Creating Dynamic Style Sheets Using ASP - Introduction- (Found July 15, 2008 ) by Thomas C. Carpe on Active Server Pages Download Source Code Read Comments Rate this resource Viewed 13372 times Rating: 70 users 4.65 out of 5 Next Many people forget that ASP isn't just for making dynamic HTML pages. ASP can be used to create pages of all kinds, or even binary data, like images. Some examples have used XML, audio playlists, text files, GIFs, and JPGs - literally anything with a MIME type that he browser recognizes. The code needed to make this happen is really...http://www.developerfusion.com/show/1830/ ASP Hosting Guide- (Found July 15, 2008 ) ASP Hosting term refers to a hosting provided on Windows platform, which allows ASP scripting. ASP stands for Active Server Pages and is a Microsoft server-side scripting technology that you can use to build dynamic web applications. ASP pages have ".asp" extension and can contain mix of HTML tags, text, and server-side scripting commands. ASP pages can call ActiveX components to perform tasks, such as connecting to a database (MS SQL Server, MS Access, MySQL...) or performing business...http://www.aspdev.org/articles/asp-hosting-guide/ |