I've finally had some time to do a little more work on ASP Nut. One thing I had wanted to do for a long time was to create a script archive containing code samples, algorithms, subroutines and classes that you can use to build your custom web applications.

With this in mind, I created the ASP Nut script repository. This has been added to the navigation at the top of the screen. I have created a directory style interface which allows you to browse scripts by category. Alternatively, you can search for scripts using the search box that appears on the Script Repository home page.

Lately, I've been helping people with some basic ASP programming and I thought a great way to share answers to common problems would be to create a script repository. All of the scripts are organized much the same way web pages are organized by a search engine.

The script archive is much like the article administration which allows for nice formatting of the text and syntax highlighting for the ASP code. I have improved the syntax highlighting to do a better job of coloring certain statements and fixed a bug in coloring the ASP comments.

Each script has an author associated with it which can be an administrative user or a site member. Currently, I haven't built the feature to allow a member to contribute to the script archive yet. That will come later when the script archive becomes more popular. Another upcoming feature will be the ability to add comments or discuss a particular script.

Go view the archive now