- 404 Error Report
No one likes to see 404 pages and its even worse when you find one on your own site. This tutorila explains how to make the 404 page useful to the user and notify yourself so you can fix them ASAP.
Price: Free
http://www.asp101.com/articles/custom404/index.asp
(Rating: 0.00 Votes: 0)
Rate It
Review It
- Color Safe Palette or Nested For Next Loops & Arrays
The browser can do a great many things, but it has a limit of 216 colors that can “safely” (without dithering or color washout) display. Fortunately, there are many ways that you can display all the color combinations in the browser safe color palette. By placing the six possible values for color (00,33,66,99,CC,FF) in an array and nesting three for next statements with values one through six a table with all the color codes will neatly be displayed in a table.
http://www.codeave.com/asp/code.asp?u_log=126
(Rating: 0.00 Votes: 0)
Rate It
Review It
- How to display your code
Here is a solution to displaying ASP code in an ASP page without executing the code. Useful for displaying the code in an article about ASP.
http://www.aspalliance.com/habal/showcode/
(Rating: 0.00 Votes: 0)
Rate It
Review It
|