Presentation is loading. Please wait.

Presentation is loading. Please wait.

Calendaring Fun with and Duke Law Michael Wright Manager, Web Services Duke Law (919) 613-8557 Plus some XML, PHP, and.

Similar presentations


Presentation on theme: "Calendaring Fun with and Duke Law Michael Wright Manager, Web Services Duke Law (919) 613-8557 Plus some XML, PHP, and."— Presentation transcript:

1 Calendaring Fun with Events@Duke and Duke Law Michael Wright Manager, Web Services Duke Law wright@law.duke.edu (919) 613-8557 Plus some XML, PHP, and Javascript

2 XML+PHP

3

4

5

6

7

8

9 Add to Calendar

10 Add to Calendar: ICS

11

12

13 Add to Calendar: Google Calendar

14

15 Add to Calendar: Yahoo Calendar

16

17 Add to Calendar: Facebook

18

19

20

21

22

23

24 Add to Calendar: Permalink

25 Add to Calendar: Email to Calendar

26

27 Add to Calendar: More Javascript

28 function showMore(link_id,elemId) { linkObj = document.getElementById(link_id); //display the more content for this elemId document.getElementById(elemId).style.display='inline'; //change the links attributes to hide the more content linkObj.href = 'javascript:hideMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = " Add to Calendar "; } function hideMore(link_id,elemId) { linkObj = document.getElementById(link_id); //hide the more content for this elemId document.getElementById(elemId).style.display='none'; //change the links attributes to show the more content linkObj.href = 'javascript:showMore("'+link_id+'","'+elemId+'")'; linkObj.innerHTML = " Add to Calendar "; } Add to Calendar: More Javascript

29 fin. Michael Wright Manager, Web Services Duke University School of Law wright@law.duke.edu (919) 613-8557


Download ppt "Calendaring Fun with and Duke Law Michael Wright Manager, Web Services Duke Law (919) 613-8557 Plus some XML, PHP, and."

Similar presentations


Ads by Google