A parser and decoder for the HTTP Cookie line for use in CGI programs. Comes with an on-line demo of using cookies to store cascading style sheet preferences.
Ace Perl Cookie Retrieval is a Perl code snippet to retrieve the cookies. After any subroutine is run, all the cookies available to the user will populate the %cookie associate array, which is corrected by use of this snippet.
Through the article Advanced Cookie Techniques with ASP, the author shows the usage of both session state cookies and client side cookies. The author shows how to use cookies to allow client into the site when they comes back. By reading this...
Antony Bailey's Cookie Encoder is a PHP application for enhancing the security measures for your website and its contents. This software uses base64 encode and MD5 hash encryptions in creating and encoding secured cookies. With just a cookie...
ASP Basics: What's Happening Back There? is an article gives the basic function of ASP. It discusses the function of the browsers which is a simple process, and shows the important functions of client and server, etc. This is easier and more...
ASP Tip : Cookie Security is an ASP tutorial in which author discusses about how to protect the cookies on the users computers. This article has few codes to secure the users website cookies. This article will be helpful for the ASP programmers...
ASP.NET Deployment - Back To Basics is an interesting article which deals with the information reagarding the features of ASP.NET . In this article the author clearly explains the CLR of ASP.NET. You can get a clear idea about creating aspx pages...
ASP+ Basics is a reference guide that gives the basics of ASP+. It introduces and describes a new way of coding which will be easier to VB or DHTML based programmers. It describes in detail about the web control families and web control object...
This tutorial explains the basics of using text in Flash. In Flash there are three types of textboxes - static, input and dynamic. In this tutorial you'll learn about the text types in Flash, how to create and use them.
Cookie Debugger is a tutorial which specifically concentrates on how to generate set of cookies and what are all the methods to assign a value for each cookie. Here author offers few codes which helps to return a list of name and values for the... |