Skip to content
This repository has been archived by the owner on Oct 8, 2021. It is now read-only.

Commit

Permalink
Toolbar: Spelling correction in persistent toolbar demos
Browse files Browse the repository at this point in the history
  • Loading branch information
calvintam authored and jaspermdegroot committed Jan 30, 2014
1 parent 044a3f8 commit aea0f99
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions demos/toolbar-fixed-external/index.php
Expand Up @@ -45,9 +45,9 @@
<p>Since external toolbars are outside the page they don't inherit a theme from the page. This means you always have to set a theme for them. You can use the <code>data-theme</code> attribute for this or set the <code>theme</code> option when you call the plugin:
<h2>True persistant toolbars</h2>
<h2>True persistent toolbars</h2>
<p>Because External toolbars are outside of the page they are not effected by transition and make truly persistant toolbars possible.</p>
<p>Because External toolbars are outside of the page they are not effected by transition and make truly persistent toolbars possible.</p>
<p><a href="../toolbar-fixed-persistent/" data-ajax="false">Persistant toolbar demo</a></p>
Expand Down
8 changes: 4 additions & 4 deletions demos/toolbar-fixed-persistent/index.php
Expand Up @@ -49,7 +49,7 @@
<p>These pages are a demo of a persistent <a href="../navbar/">navbar</a> in a fixed footer toolbar. Click on any of the links in the footer, and you'll see the page content transition. Both the persistent header and footer on these pages remain in place during the animation to a new HTML page.</p>
<p>With the new external toolbars no extra effort is required to now have persistant toolbars. Simply place them outside of the page container on each page they will be loaded on the first page and persist on subsequent pages. The toolbars still need to be placed on each page to account for refresh however they will be ignored if not within a page container.</p>
<p>With the new external toolbars no extra effort is required to now have persistent toolbars. Simply place them outside of the page container on each page they will be loaded on the first page and persist on subsequent pages. The toolbars still need to be placed on each page to account for refresh however they will be ignored if not within a page container.</p>
<p>Typically, the persistent toolbar technique will be combined with fixed positioning.</p>
Expand All @@ -59,13 +59,13 @@
<div data-demo-js="true"></div>
<h2>Improving page load with persistant toolbars</h2>
<h2>Improving page load with persistent toolbars</h2>
<p>By combining this technique with a little bit of server side logic you can reduce the file size for each page load significantly by not sending anything except the actual page container back when the request is from ajax. this not only reduces file size but makes the actual processing of the page quicker also. To see an example of this technique see <a href="../toolbar-fixed-persistent-optimized/" data-ajax="false">Ajax optimized persistant toolbars</a></p>
<p>By combining this technique with a little bit of server side logic you can reduce the file size for each page load significantly by not sending anything except the actual page container back when the request is from ajax. this not only reduces file size but makes the actual processing of the page quicker also. To see an example of this technique see <a href="../toolbar-fixed-persistent-optimized/" data-ajax="false">Ajax optimized persistent toolbars</a></p>
<h3>A note about transitions</h3>
<p>By Removing the toolbars from the page container they are no longer part of the page transition which dramaticly improves the performance of complex 3D page transitions over the older style of persistant toolbars.</p>
<p>By Removing the toolbars from the page container they are no longer part of the page transition which dramaticly improves the performance of complex 3D page transitions over the older style of persistent toolbars.</p>
</div><!-- /content -->
Expand Down

0 comments on commit aea0f99

Please sign in to comment.