You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>This code lab is a work in progress, and there are a number of errors or items that need to be updated. For the most up to date documentation and source code, be sure to check <ahref="https://github.com/petele/WebApp-CodeLab">https://github.com/petele/WebApp-CodeLab</a>.</p>
<h2>Exercise 1</h2>
<p>Exercise 1 is a little weak right now and needs to be updated to include more of an EmberJS introduction.</p>
<h2>LawnChair IndexedDB Adapter</h2>
<p>The <ahref="finalproject/js/libs/lawnchair-adapter-indexed-db-0.6.1.js">LawnChair IndexedDB Adapter</a> is currently hard coded to use the WebKit prefixes, which will fail for any non-webkit browser. There are two solutions I'm currently investigating, updating the IndexedDB adapter, or replacing LawnChair with the <ahref="https://github.com/jensarps/IDBWrapper">IDBWrapper</a>.</p>
<h2>Vendor Prefixed CSS Styles</h2>
<p>Almost all of the CSS is <code>-webkit</code> prefixed, and does not include prefixes for other browsers, this is a <em>bad</em> practice and needs to be fixed. Beyond updating the documentation, a quick fix is to run the code through <ahref="http://prefixr.com/">Prefixr</a>.</p>