Presentation is loading. Please wait.

Presentation is loading. Please wait.

@ScotHillier Web Parts Workflows Pages Libraries App Parts SharePoint-Hosted Apps Provider-Hosted Apps.

Similar presentations


Presentation on theme: "@ScotHillier Web Parts Workflows Pages Libraries App Parts SharePoint-Hosted Apps Provider-Hosted Apps."— Presentation transcript:

1

2

3 scot@scothillier.net @ScotHillier

4 Web Parts Workflows Pages Libraries App Parts SharePoint-Hosted Apps Provider-Hosted Apps

5

6

7 A new simpler DOCTYPE A new semantic element A new functional element

8

9

10

11

12

13

14

15 @media (orientation: portrait) {.facet_sidebar { display: none; } //media query with JavaScript var mq = window.matchMedia("(device-width:600px)"); mq.addListener(function () { //do something; });

16

17 SharePoint 2013 listens for “resize” message

18

19

20

21

22

23

24 public HttpResponseMessage Get(string appId){ HttpResponseMessage response = Request.CreateResponse(); response.Content = new PushStreamContent((stream, httpContent, context) => { StreamWriter writer = new StreamWriter(stream); writer.WriteLine("data:hello"); writer.WriteLine(); }, "text/event-stream"); return response; }

25 if (!!window.EventSource) { var source = new EventSource('http://dev.wingtip.com/api/chat/'); source.addEventListener('message', function (e) { console.log(e.data); }, false); } else { // polyfill }

26

27

28

29

30

31

32

33

34

35

36

37

38

39

40

41

42 Sponsored by

43


Download ppt "@ScotHillier Web Parts Workflows Pages Libraries App Parts SharePoint-Hosted Apps Provider-Hosted Apps."

Similar presentations


Ads by Google