Results for "Category: Miscellaneous"
This tutorial/code shows you how to use the contentType property of 'Response'. For people who never knew or didn't know how to use it.
This will show you directly how to use session and make them more secure. This will also show you how to destroy your session totally (delete it from the server) And every line is fully commented.
This is a message board that has many features. 3 discussions, many threads, replies, views, last post by, user profiles, user logins and passwords. And many other neat features. If given enough feedback, the next version will contain admin utilities. Please vote :)
This code will go out to http://uptime.netcraft.com and grab the uptime graph (if there is one) for your site. Each time the graph on netcraft.com is updated, this code will update the graph that is being displayed on your local site.
There is a right--and a wrong--way to display a copyright message on your web site. This article explains the correct way to state you copyrights so that you are protected and keep all of your legal options open.
this is an update of code by Marcelo Franco at www.industriavirtual.com.br where he created a framed left nav using html and javascript (client side). his js file remains untouched. his html has been translated into an asp (server side) file using vbscript arrays to populate the menu options using 2 loops and a general counter. As a next step the arrays can be populated by a database to be more dynamic and allow for languages.
aspinfo() is the equivalent of phpinfo(). It displays all kinds of information about the server, asp, cookies, sessions and several other things in a neat table, properly formatted.
To learn the use of cookies and session object. Creating, deleting of cookies. Implementing the remember password utility, to avoind future prompts for login information. also, has the code, that asks the user if he is the right person and if he is not, it logs him out of the site and takes him directly to the login page, to login as a new user. The old users cookie will be automatically deleted.
This code snippet demonstrates one easy way to create a pure graphic of a bar chart and line chart combined using the OWC.Chart object(msowc.dll). The msowc.dll is a component distributed with microsoft office. The greatest benefit from this is the fact that you can create almost any type of graph as a pure "GIF". My example code is an easy 'Cut and Paste' cookies cutter code that shows you how to make a pure graphic of a bar and line graph all in one. If you stare at this code long enough, you will figure out how i did everything, it is actually very simple. This is great for any site that needs to display a lot of reporting.
All countries and areas recognised by the UN
Indexed Search Engine Code served from a database. With full text searching, preview text and keyword highlighting.
My site and web search engine is advance tool for every ASP based web, my previous version inspired me to improve my search engine. New features: Google Serach intractive,Most important feature is Web Page Cached enable, Google search your Domain on your web, Effective Spell Checker, Search word Highlighter, wrong word highlighter and many more, see snapshot.See it live http://www32.brinkster.com/iaorg/site_search.asp
This is a simple navigation tree menu. Clean code with nice graphics. Easy to setup. Please vote me. Demo at: http://www.industriavirtual.com.br/teste/besttree
This small asp script is mainly coded for those webmasters having trouble to choose colors to be used in their web site. Giving some parameters will be result in variying color cubes. ***Please do VOTE if you like this code.
i-Gallery is a complete online photo gallery. Easy to navigate thumbnails with paging. Enlarged views offer print & email buttons. Secured backend features: create/delete folders, upload/delete images, add descriptions, move images, and much more...
it create a new language like "|-|i 0r ß-Y-€" pretty cool :P
Good information to help building a good ASP page.
*Updated*NewsFeed is an RSS News feed grabber. This ASP application will grab RSS and XML feeds and will display them on your website. RSS is a great way of providing up to date data on your site, including News, Entertainment or Blogs. NewsFeed will display any RSS/XML feed that complies with W3C Regulations (www.w3c.org). Newsfeed now incorporates better compatibility (and error handling), and a cache. Enjoy!
This demostrates how you can create a simple script interpreter, how work with Drag API's (For Files). Note: I just start to create array's suport in this script language, but I'm not finished. And Please, VOTE IN THIS SOURCE, and sorry about my bad English. Thank You.
Example of a well known feature of code editors. This code checks what HTML tag you are typing and shows finished versions of the tag you are creating. You can then select them and they will be overwritten into the current text. (Press CTRL+'1' to insert tag into the code)