Web Analytics Made Easy -
StatCounter Creating A Calendar - CodingForum

Announcement

Collapse
No announcement yet.

Creating A Calendar

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Creating A Calendar

    Hey All,

    I've currently working on making a calendar for my website.

    How do I go about creating a password for it? So that the admin can add events to it.

    Cheers Guys!!!
    Last edited by Brooksy; Aug 18, 2011, 06:22 AM.

  • #2
    Passwords in Javascript are hopelessly insecure, as the user can make them visible simply with View Source. It is possible to obfuscate a password, but even so anyone with knowledge of Javascript will crack it very quickly.

    You will need to use server-side scripting for this.

    Note: calendar

    All advice is supplied packaged by intellectual weight, and not by volume. Contents may settle slightly in transit.

    All the code given in this post has been tested and is intended to address the question asked.
    Unless stated otherwise it is not just a demonstration.

    Comment


    • #3
      Thanks for the response.

      Is there anything else you would suggest?

      Comment


      • #4
        Originally posted by Brooksy View Post
        Thanks for the response.

        Is there anything else you would suggest?
        Not really. Google for php password for more info.

        It might be simpler for the administrator to add details of events in the HTML source code, and then upload the revised page to your server.

        All the code given in this post has been tested and is intended to address the question asked.
        Unless stated otherwise it is not just a demonstration.

        Comment


        • #5
          you might want to take a look at YUI, which provide couple of nice calendars

          Comment

          Working...
          X
          😀
          🥰
          🤢
          😎
          😡
          👍
          👎