Page 1 of 1
looking for a ready made calender like this :
Posted: Sun Jun 05, 2005 2:46 pm
by pelegk2
saw this calender (which is in hebrew)
http://zionut.yosh.ac.il/Index.asp?...egoryID=48&Page
and i am looking for something like that that will save by the date my stuff (like a personal diary but on the web
thnaks in advance
peleg
Posted: Sun Jun 05, 2005 3:24 pm
by Roja
Cant see the calendar.. your link got ...'s in the middle.
Posted: Sun Jun 05, 2005 4:58 pm
by Burrito
I got redirected and tried to find the calendar, but no luck...guess I need to brush up on my Hebrew

.
I wrote a day picker calendar which I've since modified to an event calendar and you could the same pretty easily.
search the code snippets forum for my date picker and grab that code and go wild. If you need help converting it to an event calendar, let me know and I'll help you out.
sory here is the correct link
Posted: Mon Jun 06, 2005 12:33 am
by pelegk2
Posted: Mon Jun 06, 2005 10:38 am
by Burrito
ya, my date picker/event cal would do exactly what you want there.
search for it in the code snippets and then just add events to it...
well
Posted: Tue Jun 07, 2005 12:42 am
by pelegk2
ya, my date picker/event cal would do exactly what you want there.
where can i see it?
Posted: Tue Jun 07, 2005 10:26 am
by Burrito
viewtopic.php?t=31864
you'd still have to add the events to it, but that's a snap...I did it in like an hour.
Posted: Tue Jun 07, 2005 11:25 am
by patrikG
Posted: Tue Jun 07, 2005 11:34 am
by Burrito
I think he wants to make it an event calendar though which might prove somewhat difficult with pure JS as it should tie to a db.
Burrito is correct
Posted: Tue Jun 07, 2005 3:25 pm
by pelegk2
i want a calender in which i pick a day and for each hour i can type myself a note or a meeting.
any1 knows of a free good 1?
Posted: Tue Jun 07, 2005 3:30 pm
by Burrito
with a little tweaking, you could use the one I sent you to to do just that.
as I mentioned above, I'll help you if you need it. I don't know of any "canned" ones out there, try googling it or go to hotscripts or something if you want a "full" solution.
cool
Posted: Tue Jun 07, 2005 3:32 pm
by pelegk2
as soon as i start i let u know
Posted: Wed Jun 08, 2005 2:12 am
by smo
I have written one here
http://www.plus2net.com/php_tutorial/ph ... lanner.php
thinking of improving it with more features.