- differences between jet and odbc
- sugarcrm not inserting email
- select random records from access
- button click event firing twice
- how to send an email using cdosys
- installing perl on win2003 64 bit
- asp.net page event order
- rewrite rule for subdomains only
- extra items in javascript array
- IE7 margin auto not working
- IE7 border style dotted glitch
- ByRef and ByVal in vbscript
- weather rss feed
- Classic asp crib sheet
- Firefox onsubmit image change
- limit records in access
- AccessDataSource is thick
- double margins in IE6
- extra image padding in html emails
- decimal places in linux flash player
- broken emails in outlook 2007
- double spaced IE list items
- cannot remove movieclip
articles:
Classic asp crib sheet
Tips for improving the performance of your ASP application (these tips were originally on msdn, but don't appear to be there now).
- Do Not Cache Database Connections in the Application or Session Objects
- Using the Session Object Wisely
- Acquire Resources Late, Release Early
- Use Option Explicit
- Use Local Variables in Subroutines and Functions
- Copy Frequently-Used Data to Script Variables
- Avoid Redimensioning Arrays
- Use Response Buffering
- Batch Inline Script and Response.Write Statements
- Use Response.IsClientConnected Before Embarking on Long Trips
- Instantiate Objects Using the Tag
- Declarations for ADO and Other Components
- Take Advantage of Your Browser's Validation Abilities
- Avoid String Concatenation in Loops
- Enable Browser and Proxy Caching
- Use Server.Transfer Instead of Response.Redirect Whenever Possible
- Use Trailing Slashes in Directory URLs
- Avoid Using Server Variables
References:
W3 Schools ASP Tutorials
4 Guys From Rolla
www.aspfree.com
LearnAsp.com