9
• Web Components https://store.theartofservice.com/the-web-components- toolkit.html

Web Components

Embed Size (px)

Citation preview

Page 1: Web Components

• Web Components

https://store.theartofservice.com/the-web-components-toolkit.html

Page 2: Web Components

Microsoft Office Document Scanning - Office Web Components

1 Applications such as Excel, Microsoft Access and Microsoft FrontPage allowed creating interactive web

pages using Office Web Components.

https://store.theartofservice.com/the-web-components-toolkit.html

Page 3: Web Components

Microsoft Office Document Scanning - Office Web Components

1 The Office Web Components were discontinued in Office 2007 except as a

part of Office Project Server 2007. However, they were available for download from Microsoft's website. Microsoft has not yet offered a complete OWC replacement.

However, programmers can use a combination of third party products, Excel Services or Visual Studio Tools for Office to

provide similar functionality.

https://store.theartofservice.com/the-web-components-toolkit.html

Page 4: Web Components

Microsoft Office Document Scanning - Office Web Components

1 * The Microsoft Office Web Components Black Book with .NET - Alvin Bruney 2005

https://store.theartofservice.com/the-web-components-toolkit.html

Page 5: Web Components

Microsoft Office Document Scanning - Office Web Components

1 * Professional ASP Programming Guide for Office Web Components: With Office 2000 and Office XP -

Qimao Zhang 2001

https://store.theartofservice.com/the-web-components-toolkit.html

Page 6: Web Components

Web Components

1 'Web Components' are a set of standards currently being produced by the W3C that allow for the creation of reusable widgets or components in web documents and web applications. The intention behind them is to bring component-based software

engineering to the World Wide Web. The components model allows for Encapsulation

(object-oriented programming)|encapsulation and interoperability of

individual HTML elements.https://store.theartofservice.com/the-web-components-toolkit.html

Page 7: Web Components

Web Components

1 Support for Web Components is present in some WebKit-based browsers like Google Chrome and Opera (web browser)|Opera

and is in the Mozilla Firefox Nightly version (requires a manual configuration change).

Microsoft's Internet Explorer has not implemented any Web Components

specifications yet. Backwards compatibility with older browsers is implemented using

JavaScript-based polyfills.

https://store.theartofservice.com/the-web-components-toolkit.html

Page 8: Web Components

Web Components

1 Web Components consist of 4 main elements which can be used separately or all together:

https://store.theartofservice.com/the-web-components-toolkit.html