Presentation is loading. Please wait.

Presentation is loading. Please wait.

Advanced Website Design “How Not To Get It Wrong!”

Similar presentations


Presentation on theme: "Advanced Website Design “How Not To Get It Wrong!”"— Presentation transcript:

1 Advanced Website Design “How Not To Get It Wrong!”

2 Healthcare Information Management Medical informatics is the application of computers, communications and information technology and systems to all fields of medicine - medical care, medical education and medical research. Best way to disseminate information Many applications in my field Desire to take design further CME Course

3 Module Content

4 Module Content – Section 1 l Hardware l Software l Web Servers l Web Hosting Getting Started

5 Module Content – Section 2 l Overview l The Plan l Design Planning The Website

6 Module Content – Section 3 l Summary l Suggested Starting Point l The Home Page l Frames l Medical Sites l Specific Pages Producing The Pages

7 Module Content – Section 4 l Dynamic Pages l Programming l UNIX & Linux l Uploading Dynamic Content

8 Module Content – Section 5 Tips, Tricks, Content, Security etc

9 Example 1

10 Example 2

11 The Home Page l Title l Statement l Search or map l Good stuff first l Easy links l Over formatting l Graphics l BAD POINTS?

12 Home Page 2

13 Thou Will Not Use Frames?

14 Frame Avoidance <!-- Hide script from older browsers //Set redirect page var url = "http://www.mypracticename.org/"; //Should this page be in frames? // y for yes and n for no forceframe("y"); function forceframe(frames) { if (frames == 'y'){ if (self.parent.frames.length == 0){ self.parent.location = url; } else if (frames == 'n') { if (self.parent.frames.length != 0){ self.parent.location=url; } // end hiding contents --> JavaScript Enabled?

15 Thou Will NEVER Use Flash

16 Thou Must Be Browser Compatible?

17 Thou Will Never Have Dead Links

18 Thou Will NEVER Be ‘Under Construction’

19 More Sins…..

20 Summary l Website Design l UNIX, Linux, MS Servers l Basic Programming Skills l Dynamic Websites l Web Technology


Download ppt "Advanced Website Design “How Not To Get It Wrong!”"

Similar presentations


Ads by Google