Friday, August 20th, 2010
Cookies are the main way of retaining information between one web page and the next and the only way to retain information between different browser sessions. Cookies are supported by both JavaScript and server side processing. Cookies are however limited in the amount of data they can store. Each domain can store up to 20 [...]
Posted in Golden Oldie | Permalink | Comments Off
Tuesday, June 22nd, 2010
There are three ways that you can pass data between web pages using JavaScript and this article shows you how each of the three methods works. using a cookie using frames or on the end of the URL as a querystring There are of course other ways to pass information between pages using server side [...]
Posted in Golden Oldie | Permalink | Comments Off
Friday, April 16th, 2010
Where you don’t have access to use server side processing to place random content into your web page you can use JavaScript to do it for you. Displaying “Random” Text or Images
Posted in Golden Oldie | Permalink | Comments Off
Wednesday, January 23rd, 2008
The second of the two New Rider books I received is on web standards. This book covers the reasons for applying web standards to your page, how to apply standards to your HTML, CSS, JavaScript, and server side processing, as well as containing a couple of case studies that show how standards are applied in [...]
Posted in What's New | Permalink | Comments Off