looking for a ready made calender like this :

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

looking for a ready made calender like this :

Post 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
Roja
Tutorials Group
Posts: 2692
Joined: Sun Jan 04, 2004 10:30 pm

Post by Roja »

Cant see the calendar.. your link got ...'s in the middle.
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post by Burrito »

I got redirected and tried to find the calendar, but no luck...guess I need to brush up on my Hebrew 8O .

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.
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

sory here is the correct link

Post by pelegk2 »

User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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...
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

well

Post by pelegk2 »

ya, my date picker/event cal would do exactly what you want there.
where can i see it?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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.
User avatar
patrikG
DevNet Master
Posts: 4235
Joined: Thu Aug 15, 2002 5:53 am
Location: Sussex, UK

Post by patrikG »

User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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.
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

Burrito is correct

Post 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?
User avatar
Burrito
Spockulator
Posts: 4715
Joined: Wed Feb 04, 2004 8:15 pm
Location: Eden, Utah

Post 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.
User avatar
pelegk2
Forum Regular
Posts: 633
Joined: Thu Nov 27, 2003 5:02 am
Location: Israel - the best place to live in after heaven
Contact:

cool

Post by pelegk2 »

as soon as i start i let u know
smo
Forum Newbie
Posts: 20
Joined: Tue May 31, 2005 11:02 pm

Post by smo »

I have written one here
http://www.plus2net.com/php_tutorial/ph ... lanner.php

thinking of improving it with more features.
Post Reply