![]() For Webmasters |
|
ru | |||
For WebmastersSet up Orthodox Calendar on your website by examplesWe have developed an interface for our Orthodox Calendar based on AJAX technology. You can read more about AJAX at the W3Schools website. We will show you how to set up Orthodox Calendar on your website step by step, starting from simple JavaScript examples and going into a more complex integration of the JavaScript calendar. You can read more about JavaScript at the W3Schools website. The general idea is that JavaScript loadCalendar2.js, which uses XMLHttpRequest object calls simple proxy PHP script ppp.php. Proxy PHP script reads parameters from loadCalendar2.js and calls our calendar.php script. Then loadCalendar2.js returns Orthodox Calendar's HTML code into ElementById T1. We need proxy PHP script because XMLHttpRequest does not work across domains. Download and unizip Example's directory zip file. To set up Orthodox Calendar first you need to copy loadCalendar2.js, ppp.php and one of Style Sheets (calendar_style_cherry.css, calendar_style_blue.css or calendar_style_gray.css) into your web server. Check our Example directory. Let's see how it works in Example 1.1 You can check HTML code for each example by viewing page source in the browser. Example 1.1 shows today's Lives of Saints, Scripture Reading and Troparion. Put a reference to JavaScript loadCalendar2.js somewhere in the header section of HTML: <script type="text/javascript" src="loadCalendar2.js"></script> Then put a reference to Style Sheets: <link rel="stylesheet" type="text/css" href="calendar_style_cherry.css" /> <div id="T1"></div> - this is were our JavaScript returns HTML code. Finally, here is small JavaScript to call the calendar script from our website:
That's it! In Appendix A you can find a full description of parameters of loadCalendar2 function. Appendix B has description of Style Sheets. You can find and try different Orthodox Calendar views in this example.
With questions, comments, and technical support please write to us: |
|||||
O Most Holy Trinity, Our God, Glory to Thee! |