Welcome to FreeCodeMomma.com! - ASP : Articles Free Source Code, javascript,vb source code,HTML code,asp tutorial
Categories
AJAX
ASP
ASP.Net
C#
C/C++
CSS
DHTML
Embedded Visual Basic
Flash
HTML
Information Technology
Java
JavaScript
JSP
Perl
PHP
SQL
SVG
Visual Basic
XML
New Choices
LinksASPArticles
ASP Scripts, ASP Source Code, ASP Articles, ASP Tutorials and ASP Resources


ASP vs JSP (3)


ASP vs PHP (7)


  • ACCESS DATABASES ( DSN vs DSN-LESS )
  • If you are using an ACCESS Database try to avoid using a system DSN. They are much slower because they go through ODBC which then uses the Jet Drivers to access the database. They also have to do a registry lookup.\r\n\r\nWhen you use a DSN-LESS connection with ASP theJet Drivers are accessed directly and the performance increase can be dramatic especially with the newer versions of MDAC installed on the server which are especially slow with Access System DSN's.

  • Beginning ASP and Microsoft Access
  • This article will introduce issues relating to programming in ASP. Focused mainly on database interaction, the issue of security will also be discussed. This article will assume that you have a beginners knowledge of ASP and little or no knowledge of database interaction with Microsoft Access.

  • Capturing Basic Site Statistics Using ASP (Article)
  • Capturing site statistics is the basis of understanding how well the marketing of our web site is progressing.

  • Error Handling in ASP 3.0
  • Error handling in ASP.Classic (until IIS 5 / ASP 3.0) was a complete nightmare to implement, and once implemented wasn't upto much anyway. \r\n

  • Functions and Subprocedures
  • The difference between a function and a sub is that a sub will do some stuff (like printing somethingto the screen) and then quit, while a function runs some code and then returns the result back. A Function could be used to do a calculation and then return a result.

  • How to Create ASP Applications Without Writing ASP Code
  • As far as long-term code maintenance is concerned, ASP could be one of the worst environments ever created. I mean, here we have tons of code where logic is barely separated from content and sometimes not at all. Corporations literally are stuck with millions of lines of hard-to-follow ASP code and they will be paying for it in years to come, which is great for developers because it keeps us in business. And don't get me started on debugging ASP.

  • How To Implement Custom Tags
  • An article on how to implement custom tags using regular expressions, giving your users the power to include custom functionality within their pages without knowing any ASP.\r\n

  • Implementing a Recursive Navigation Routine
  • Recursive navigation is a form of hierarchical navigation, using different levels of pages, where all pages other than the "top-level" pages belong to a "parent" page. This in itself isn't anything special, and is used on plenty of websites. The more interesting part of recursive navigation is the "recusrive" part. Using recursion it is possible to have an unlimited number of levels without having an unlimited amount of code.

  • Introduction to ASP
  • An ASP file can contain text, HTML tags and scripts. Scripts in an ASP file are executed on the server\r\n\r\n

  • Object Oriented Programming in ASP
  • The Object-Oriented Programming was one of the biggest breakthroughs programmers ever made. It's a different approach to programming, which will make your life a lot easier when you deal with long programs.

  • Session Replacement in ASP
  • An alternative to using ASP's session object is to build your own using a database. In this article Rogier shows us how...

  • Standards to the rescue!
  • This ASP over e-mail system is called Mail Server Pages (MSP), and is fully transactional. Developers can convert their existing ASP pages within minutes, and reuse all of their ASP components in the e-mail setting.\r\n\r\n

  • The Pet Age Calculator
  • There are many Cat Age Calculators on the web these days but I developed this one in Active Server Pages which converts a cat's actual years to people years.

  • Where'd They Come From?: Recording Referrals in ASP
  • Ever wondered where all your visitors where coming from? Like to know who to thank for sending them to you? Because God knows it’s not from word of mouth that your site is so popular.




    Also see...
    LinksASPTutorials
     
    Tell a Friend |  Request a Solution |  News
    About Me |  Link to Me |  Contact Me |  Privacy Policy |  Terms of Use
    Copyright 2003-2009 FreeCodeMomma.com, Inc.