Skip to content

Commit

Permalink
Minor grammatical changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
cdvrooman committed May 2, 2010
1 parent 9f36ce2 commit 8481899
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
4 changes: 2 additions & 2 deletions dateinput/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ <h3>Styleable</h3>

<div class="feat last">

<h3>File size: 2.0 kb</h3>
<h3>File size: 2.0 Kb</h3>

<p>
This tool give you all the features and configuration options you'll possibly need, such as localization, formatting, year/selectors, a <a href="#api">scripting API</a> and an <a href="#events">event model</a>. A smaller codebase is easier to control and results in snappier behaviour.
Expand Down Expand Up @@ -684,7 +684,7 @@ <h3>DOM <samp>valueAsDate</samp> property</h3>
<h2>Events</h2>

<p>
First make sure you have read about <a href="${jqt}/documentation/scripting.html#events">Events in jQuery Tools</a>. All event listeners receive an <a href="${jqt}/documentation/scripting.html#event_object">Event Object</a> as the first argument. Here is an example:
First make sure you have read about <a href="${jqt}/documentation/scripting.html#events">Events in jQuery Tools</a>. All event listeners receive the <a href="${jqt}/documentation/scripting.html#event_object">Event Object</a> as the first argument. Here is an example:
</p>

<pii:code>
Expand Down
6 changes: 3 additions & 3 deletions demos/combine/html5-form/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -91,15 +91,15 @@
<div class="pane" id="pane4">

<div class="description">
By the time of writing Opera has the best native support for HTML5. Here is Opera with JavaScript disabled! The browser displays it's native date and range input controls. Browsers that does not natively support these special inputs will show show a normal text field so that the form is editable in all situations.
At the time of writing Opera has the best native support for HTML5. Here is Opera with JavaScript disabled! The browser displays it's native date and range input controls. Browsers that does not natively support these special inputs will show show a normal text field so that the form is editable in all situations.
</div>

</div>

<div class="pane" id="pane5">

<div class="description">
<strong>Now listen</strong>. Internet Explorer has fairly good JavaScript support so it's possible to make cross-browser libraries like jQuery Tools. However IE has many issues with CSS and HTML. If you want somewhat similar look for IE
<strong>Now listen</strong>. Internet Explorer has fairly good JavaScript support so it's possible to make cross-browser libraries like jQuery Tools; however, IE has many issues with CSS and HTML. If you want somewhat similar look for IE

<ol>
<li>you need quite precisely 300% more development time and money for dirty hacks and redundant images</li>
Expand All @@ -108,7 +108,7 @@
</ol>

<p>
Let me put this another way. There is absolutely no good reason to develop identical look for IE6. Period. Respect the standards and let unstandard browsers do what they can. Luckily you don't have to compromise with the funtionality. It's the looks that IE doesn't care about. I hope IE9 is better.
Let me put this another way. There is absolutely no good reason to develop an identical look for IE6. Period. Respect the standards and let unstandard browsers do what they can. Luckily you don't have to compromise with the funtionality. It's the looks that IE doesn't care about. I hope IE9 is better.
</p>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion demos/dateinput/large-skin.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<h3>CSS coding</h3>

<p>
The initialization of the dateinput is identical to the <a href="index.html">minimal setup</a>, only a different <a href="css/large.css">CSS file</a> has been used for the look and feel of the calendar control. It uses only two <a href="${jqt}/img/gradient/h30.png">very (0.28 kb)</a> <a href="${jqt}/img/gradient/h300.png">small (1.30 kb)</a> background gradient images and some of the latest CSS techniques. For example:
The initialization of the dateinput is identical to the <a href="index.html">minimal setup</a>, only a different <a href="css/large.css">CSS file</a> has been used for the look and feel of the calendar control. It uses only two <a href="${jqt}/img/gradient/h30.png">very (0.28 Kb)</a> <a href="${jqt}/img/gradient/h300.png">small (1.30 Kb)</a> background gradient images and some of the latest CSS techniques. For example:
</p>

<pii:code lang="css">
Expand Down
24 changes: 12 additions & 12 deletions download/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@

// user information
$("#selected").html('(' +count+ ' of ' + els.size() + ' selected)');
$("#minified").html(Math.round(size / 10) / 100 + ' kb');
$("#gzipped") .html(Math.round(size * 0.0322) / 100 + ' kb <em>gzipped</em>');
$("#minified").html(Math.round(size / 10) / 100 + ' Kb');
$("#gzipped") .html(Math.round(size * 0.0322) / 100 + ' Kb <em>gzipped</em>');


// download link
Expand Down Expand Up @@ -88,35 +88,35 @@ <h1 id="hero">

<c:if test="${context.production}">
<h2 class="first">Quick start</h2>

<p>
Insert the following line on your HTML page and you are done!
</p>

<pii:code lang="html">
<script src="http://cdn.jquerytools.org/${v.jqt}/jquery.tools.min.js"></script>
</pii:code>

<p>
This is the official <strong>jQuery Tools UI library</strong> and after the inclusion you will have the following tools available:
</p>

<ol>
<c:forEach items="${metadata.tools}" var="tool" end="12" varStatus="i">
<c:if test="${empty tool.plugin && empty tool.cat}">
<li><a href="${tool.www}" ${i.index == 0 ? 'class="external"' : ''}>${tool.title}</a></li>
</c:if>
</c:forEach>
</ol>

<p>
The tools will be loaded with <a href="../documentation/performance.html">maximum performance</a> no matter where your user is located on the globe. Without the jQuery library, the file size is only <strong>${v.jqtSize} kb</strong> when gzipping is enabled on the server-side. If you already have jQuery included on your page, you can simply remove it and use only the above <samp>script src</samp> statement.
The tools will be loaded with <a href="../documentation/performance.html">maximum performance</a> no matter where your user is located on the globe. Without the jQuery library, the file size is only <strong>${v.jqtSize} Kb</strong> when gzipping is enabled on the server-side. If you already have jQuery included on your page, you can simply remove it and use only the above <samp>script src</samp> statement.
</p>

<p style="margin-bottom:40px">
Please note that this global content delivery network is <strong>completely free</strong>. You can use it freely in any website including production environments. This network has been kindly offered for all jQuery Tools users by <a href="http://www.maxcdn.com/" class="external">Max CDN</a>. Respect to them!
</p>
</c:if>
</c:if>


<a name="combine"></a>
Expand Down Expand Up @@ -194,7 +194,7 @@ <h3 style="margin:10px 0 20px 0">
<a name="cdn"></a>
<h2>jQuery Tools from CDN</h2>

<c:if test="${!context.production}">
<c:if test="${!context.production}">
<div class="box petrol">
CDN files are not yet available for jQuery Tools 1.2.0.
</div>
Expand All @@ -205,7 +205,7 @@ <h2>jQuery Tools from CDN</h2>
</p>

<pii:code lang="html">
<!-- UI Tools: Tabs, Tooltip, Scrollable and Overlay (${v.jqtSize} kb) -->
<!-- UI Tools: Tabs, Tooltip, Scrollable and Overlay (${v.jqtSize} Kb) -->
<script src="http://cdn.jquerytools.org/${v.jqt}/jquery.tools.min.js"></script>

<!-- jQuery Library + UI Tools -->
Expand All @@ -214,7 +214,7 @@ <h2>jQuery Tools from CDN</h2>
<!-- jQuery Library + ALL jQuery Tools -->
<script src="http://cdn.jquerytools.org/${v.jqt}/full/jquery.tools.min.js"></script>

<!-- Form tools: Dateinput, Rangeinput and Validator. No jQuery. (${v.jqtFormSize} kb) -->
<!-- Form tools: Dateinput, Rangeinput and Validator. No jQuery. (${v.jqtFormSize} Kb) -->
<script src="http://cdn.jquerytools.org/${v.jqt}/form/jquery.tools.min.js"></script>
</pii:code>

Expand Down
10 changes: 5 additions & 5 deletions forum/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
35 = + navigator, circular, mousewheel and autoscroll plugins
40 = + gallery plugin and the Apple effect
45 = = Flashembed, Expose, History and Mousewheel
60 =
65 =
70 =
60 =
65 =
70 =
</pii:map>

</c:if>
Expand All @@ -49,8 +49,8 @@ <h2 class="first">Forum List</h2>

<c:if test="${!context.production}">
<div class="box petrol">
This forum is a complete dummy and is not on production. Please supply your bug reports <a href="https://github.com/jquerytools/jquerytools/issues">here</a>.
</div>
This forum is a complete dummy and is not in production. Please supply your bug reports <a href="https://github.com/jquerytools/jquerytools/issues">here</a>.
</div>
</c:if>


Expand Down
2 changes: 1 addition & 1 deletion rangeinput/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ <h3>Styleable</h3>

<div class="feat last">

<h3>File size: <strong>2.20 kb!</strong></h3>
<h3>File size: <strong>2.20 Kb!</strong></h3>

<p>
It contains everything you need: configurability, skinning, orientation, standards based behaviour, <a href="#api">scripting API</a> and an <a href="#events">event model</a>. And as a bonus you'll get a generic drag utility! Last, but not least: a smaller codebase is easier to control and results in snappier behaviour.
Expand Down
4 changes: 2 additions & 2 deletions release-notes/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ <h2>jQuery TOOLS <span>1.2.0</span></h2>
</div>

<p class="punch">
A typical software project grows in time. Not jQuery Tools. It gets smaller! Now the UI tools are just <strgon>${v.jqtSize} kB</strgon> and the sources are hosted on Github.
A typical software project grows in time. Not jQuery Tools. It gets smaller! Now the UI tools are just <strgon>${v.jqtSize} Kb</strgon> and the sources are hosted on Github.
</p>

<div class="clear"></div>
Expand All @@ -108,7 +108,7 @@ <h2>jQuery TOOLS <span>1.2.0</span></h2>
<h3>Smaller and smaller</h3>

<p>
In JavaScript, file size is a very important quality measure. The Web is all about speed. The combined size of Tabs, Tooltips, Overlay and Scrollable is now only <strong>${v.jqtSize} kb</strong> when minified and gzipped. New tools are 20% smaller making them faster and easier to understand. The file size can be reduced by writing good code but also by using a proper JavaScript minifier. At the time of writing Google's Closure Compiler is being used to generate the smallest file sizes possible for jQuery Tools 1.2.0.
In JavaScript, file size is a very important quality measure. The Web is all about speed. The combined size of Tabs, Tooltips, Overlay and Scrollable is now only <strong>${v.jqtSize} Kb</strong> when minified and gzipped. New tools are 20% smaller making them faster and easier to understand. The file size can be reduced by writing good code but also by using a proper JavaScript minifier. At the time of writing Google's Closure Compiler is being used to generate the smallest file sizes possible for jQuery Tools 1.2.0.
</p>

</div>
Expand Down

0 comments on commit 8481899

Please sign in to comment.