My first webslice - Ahmed Salijee

Ahmed Salijee

My first webslice

I wanted to play around with webslices in IE8. A webslice is a portion of a page that a user can subscribe too. The "page" is added to favorites bar and it checks for updates at regular intervals - so things like sports games, stock prices, weather are potential good scenarios. In business KPIs might be useful. Creating a webslice turns out to be reasonably easy.

This is the code before

<div>

<p My IE8 Soccer demo </p>

Chiefs 1 , Pirates 1

</div>

 

This is the after code with the key bits highlighted

 

<div id="demo" class="hslice">

<div class="entry-content">

<p class="entry-title"> My IE8 Soccer demo </p>

Chiefs 1 , Pirates 1

</div>

</div>