• home
  • forum
  • my
  • kt
  • download
  • this£º1/1 25records  total:6    start  Previous  Next  Last    goto:
    Cookies with Javascript
    ON: 2009-03-05 08:41:31
    It is very common for a website to use cookies. Cookies are a small snippet of data that is stored on the client’s machine. Cookies can store anything from user information to session data. Learn how to create, retrieve and then delete cookies with javascript.
    11 times | category:
    Determine if Cookies Are Enabled
    ON: 2008-08-14 08:39:51

    Use a few simple lines of JavaScript to verify if cookies are accepted by the target web browser.
    12 times | category:
    Display time of last visit
    ON: 2007-08-07 08:39:47
    Using cookies, this script records the date+time of your visitor's last visit and displays it upon their return. If this is their first visit to your site, a greeting message is shown instead.
    14 times | category:
    Cookies
    ON: 2007-08-07 08:37:09
    A cookie is a way you can store some information about a user visiting your site. The information is stored on the individuals computer, and thus you do not need any extra server space to customize a page for any amount of users you may have. To use Cookies there are two things you need to do, one is set the cookie, and the other is retrieve a cookie you have already set. Here's a brief tutorial on how to use cookies, and a couple of ideas which you can use cookies for.
    57 times | category:
    Determining cookie support in client's browser
    ON: 2007-08-07 08:36:05
    If your script relies on JavaScript cookies to store and persist information, it's a good idea to always make sure the user's browser has cookies enabled first. This tutorial shows you how to perform this detection.
    6 times | category:
    Understanding Session-only Cookies
    ON: 2007-08-07 08:34:30
    Learn about session-only cookies in JavaScript, and how they can help your scripts retain information even after the page is reloaded or cleared.
    27 times | category:
    this£º1/1 25records  total:6    start  Previous  Next  Last    goto:

    Category

      AJAX (71)
      Content Management (15)
      Cookies (6)
      Date and Time (17)
      Development (18)
      DHTML (23)
      Forms (10)
      Frequently Asked Questions (3)
      Image Display (15)
      Introduction to Javascript (11)
      Links and Buttons (8)
      Menus (2)
      Miscellaneous (24)
      Mouse Tricks (3)
      Navigation (13)
      Randomizing (6)
      Security (5)
      Text Effects (10)
      User Authentication (2)
      User Information (5)
      Windows and Frames (9)