Results 1 to 4 of 4

Thread: Live Date Script

  1. #1
    Join Date
    Sep 2007
    Posts
    17
    Thanks
    4
    Thanked 1 Time in 1 Post

    Question Live Date Script

    I have a great script idea for the great programmers of Dynamic Drive. Take the Live Date Script (http://www.dynamicdrive.com/dynamicindex6/clock3.htm) and have it also display your schedule of that time. Like it would say

    Today’s date it
    Wednesday, September 26, 2007 12:13:49 pm
    Now I am (In Class)

    Maybe have it run off an another html file, or even better your Google calendar

    I have little programming if any. But I think some one would be up to the challenge

  2. #2
    Join Date
    Mar 2007
    Location
    Tarboro, NC
    Posts
    290
    Thanks
    8
    Thanked 2 Times in 2 Posts

    Default

    You could just code it into the JavaScript. Although I probably couldn't do it, to make it run form Google Calender I KNOW I couldn't do, anyways, good idea.

  3. #3
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Not too hard.

    Integrating with google calendar would be near impossible, because you can't access that database. It would need to log on as you, get the html output, interpret it.... etc.

    Best to use another calendar script perhaps or use a simple array. Just set each hour to a value, and you're done.

    Or you could have it check if there is a value or for the closest value on some sort of calendar system, but that would be more complex.

    You'd probably need some AJAX (dynamic loading of server scripting) to make this work for interaction with a database.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  4. #4
    Join Date
    May 2006
    Location
    Sydney, Australia - Near the coast.
    Posts
    1,995
    Thanks
    0
    Thanked 8 Times in 7 Posts

    Default

    Peter - alotofstuffhere[dot]com - Email Me - Donate via PayPal - Got spare hardware? Donate 'em to me :) Just send me a PM.
    Currently: enjoying the early holidays :)
    Read before posting: FAQ | What you CAN'T do with JavaScript | Form Rules | Thread Title Naming Guide

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •