70 likes | 181 Views
Directories and Dashboards. PRESENTER: Jeff Jones & Brandon Tilley | Fresno Pacific University | October 11, 2010. Directories No Campus wide-photo repository We have the photos, only used for ID cards President had a need…. Image syntax: < img src =" url " alt=" some_text "/>
E N D
Directories and Dashboards PRESENTER: Jeff Jones & Brandon Tilley | Fresno Pacific University | October 11, 2010
Directories • No Campus wide-photo repository • We have the photos, only used for ID cards • President had a need…
Image syntax: • <imgsrc="url" alt="some_text"/> • Link syntax: • <a href="url">Link text</a> • Map syntax: • http://maps.google.com/maps?f=q&hl=en&q=ADDRESS,+CITY,+ST,+ZIP • Mailto syntax: • <a href="mailto:some_email@school.edu">Email</a>
CSS formatting • http://www.w3schools.com/css/css_font.asp • HTML syntax • http://www.w3schools.com/html/html_links.asp • http://www.w3schools.com/html/html_images.asp • Mailto syntax • http://www.ianr.unl.edu/internet/mailto.html
Dashboarding the 3.2.x way • Live Excel • Extract data to memory • Used free Flash charts to display data visually • http://github.com/FPU/icon2010
Dashboarding the 4.x way • Got the RMI working from the SDK • Pulled the appropriate reports • Displayed the reports using Google Web Toolkit • http://github.com/FPU/icon2010