Jump to content

Making Calendars in site.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
8 replies to this topic

#1
xle_camry

xle_camry

    Programmer

  • Members
  • PipPipPipPip
  • 141 posts
Hello people! Last 1 year i paid attention to web sites, which most of all make calendars. In the site, almost at the left side or right side they place a monthly calendar. And each month, each day it changes automatically by itself. How can i place the calendar in my site? Thanks.

#2
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
They may be using a JS plugin on their site, you will have to find what it is and implement it.

You can technically do a calender in one line though (assuming Linux):
print '<pre>' . str_replace(date('d'), '<b>' . date('d') . '</b>', `cal`) . '</pre>';

Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#3
xle_camry

xle_camry

    Programmer

  • Members
  • PipPipPipPip
  • 141 posts
they use colorful beautiful calendars. How to make it? Ok i will try yours too. My system is windows7.

#4
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
Then mine will not be of much help, I used a search engine and found these free open source calenders:
PHP-Calendar
PHP Calendar Script - Easy PHP Calendar
Keith Devens .com - PHP Calendar (version 2.3)
Build a Calendar Using PHP, XHTML, and CSS

Some are nice, you can find others here:open source php calendars, I had just not used them before.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#5
xle_camry

xle_camry

    Programmer

  • Members
  • PipPipPipPip
  • 141 posts
thanks i will try. Nullw0rm, can you make make forums?

#6
Alexander

Alexander

    It's Science!

  • Moderators
  • 4,124 posts
I am sure I can, it would be too time consuming to do so though, do you mean you need a forum? There are many free forum softwares.
Be sure to read the updated FAQ! || Health is achieved through the same 10,000 steps.
If a suggested code/method fails, informing us is less important than telling us why or what errors occurred.

#7
xle_camry

xle_camry

    Programmer

  • Members
  • PipPipPipPip
  • 141 posts
Yes Nullw0rm, i want to make a discussion forum on my own tongue too. How can i make it? By taking the code? Where? How? Or can you send it to me to my mail?

#8
Orjan

Orjan

    Writes binary right handed and hex left handed

  • Moderators
  • 3,299 posts
Normally, a forum software is pretty complex and has loads of features that people actually expect from a forum these days. That's why most people uses the already made softwares instead of writing their own.
A few examples of forum software:

You can find a pretty large comparison on wikipedia - http://en.wikipedia....m_software_(PHP) where you also can see features listed that many forum softwares have, and many users actually look for...
__________________________________________
I study Information Systems at Karlstad University when I'm not on CodeCall

#9
xle_camry

xle_camry

    Programmer

  • Members
  • PipPipPipPip
  • 141 posts
thanks orjan, in case i dont understand, i will ask you again. Thanks.