| |

| DypsAntiSpam, a CAPTCHA for ASP Posted in ASP > Security by tutorialgrub on May 22, 2011
When you sign up for a Web-based e-mail account,the site displays a small rectangular graphic containing a short word obscured.As part of the account registration,you are asked to type the word in an adjacent box. DypsAntiSpam is nearly free, can provide you the same functionality on your website ! |
| |

| Add records with sql statments Posted in ASP > Database Related by tutorialgrub on Apr 25, 2011
Learn how to add records with an SQL statement instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. |
| |

| Delete records with sql statements Posted in ASP > Database Related by tutorialgrub on Apr 13, 2011
Learn how to delete records with an SQL instead of a Recordset. Here are two examples. One will use a query string and the other gets the info from a form. Both examples include an example of a DSN-LESS connection. |
| |

| Form Dates Posted in ASP > Date and Time by tutorialgrub on Apr 11, 2011
There are a number of ways to have users input dates into your application. Dropdown menus are the preferred method employed as there will certainly be less error checking on dropdown input as compared to textbox input. Utilizing the date() functions the current date (or any date you prefer by adjusting the date value) can easily be made the pre-filled selected value. Here you will find two examples: one that displays the current date with a range of days prior, and the other that displays the current date out of all the dates in a range of years. |
| |

| Write an RTF file on the fly Posted in ASP > MS Word and ASP by tutorialgrub on Mar 11, 2011
Here is a sample script showing U how to use the free DypsRTF component in order to create and save an RTF file on the fly from asp on your web server. Full support provided on the forum. |
| |

| Replace relative HTML links to absolute Posted in ASP > Site Navigation by tutorialgrub on Mar 11, 2011
Simple replace function - replaces relative links to absolute base links in HTML href and src attributes and a, img and link tags. It works in ASP or WSH. |
| |

| Add an email account to a windows 2003 pop3 service using script Posted in ASP > Email Systems by tutorialgrub on Mar 10, 2011
Let's you add an user email account to windows 2003 pop3 service using script. The script is written in VBA 6 (You can use it in Visual basic 6, Excel, Access, ...), you can modify it for VB Script or VB.Net. Manage accounts locally or remotelly |
| |

| Display Google Page Rank on your website Posted in ASP > Web Fetching by tutorialgrub on Mar 09, 2011
Find here how to display your Google Page Rank with DyspoPRank Checker wich is a standalone component. This script will enable you to show dynamicaly a small icon that displays the current Google„ PageRank„ of any URL... |
| |

| Sending eMail in ASP (CDONTS) Posted in ASP > Email Systems by tutorialgrub on Mar 09, 2011
This shows the basics of sending email using CDONTS. Example included. |
| |

| Simple Shoutbox Posted in ASP > Guestbooks by tutorialgrub on Mar 08, 2011
This tutorial will show you how to make an easiest, known as shoutbox, and how to connect to access database, see data and write data over a form. |
1 2 3 4 >> Next |