Changed to use Google CDN for JQuery.
This commit is contained in:
@ -164,7 +164,7 @@
|
|||||||
<!-- Le javascript
|
<!-- Le javascript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
||||||
|
|||||||
@ -783,7 +783,7 @@
|
|||||||
<div class="row">
|
<div class="row">
|
||||||
<div class="span12">
|
<div class="span12">
|
||||||
<br/>
|
<br/>
|
||||||
<p><i class="icon-star"></i> "Top 10" HTTP Status Code. More REST service-specific information is contained in the entry.</p>
|
<p><i class="icon-star"></i> <strong>"Top 10"</strong> HTTP Status Code. More REST service-specific information is contained in the entry.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
@ -813,7 +813,7 @@
|
|||||||
<!-- Le javascript
|
<!-- Le javascript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
||||||
|
|||||||
@ -101,7 +101,7 @@
|
|||||||
<!-- Le javascript
|
<!-- Le javascript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
||||||
|
|||||||
@ -42,19 +42,17 @@
|
|||||||
<p>Get the eCollege Best Practices guide (choose your format):
|
<p>Get the eCollege Best Practices guide (choose your format):
|
||||||
<ul>
|
<ul>
|
||||||
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf">PDF</a> (~306KB)</li>
|
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.pdf">PDF</a> (~306KB)</li>
|
||||||
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.epub">ePub</a> (~46KB)</li>
|
<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_0.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li>
|
||||||
<li>Mobi (not yet available)</li>
|
<li>Mobi (not yet available). Sorry Kindle owners!</li>
|
||||||
</ul>
|
</ul>
|
||||||
</p>
|
</p>
|
||||||
<h2>REST Services in Java</h2>
|
<h2>REST Services in Java</h2>
|
||||||
<p>Create fast, scalable service in Java quickly. Visit <a href="https://github.com/RestExpress/RestExpress">RestExpress</a> on GitHub.</p>
|
<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). Create fast, scalable, stand-alone RESTful Web services in Java quickly.</p>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<hr>
|
<hr>
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>©Pearson eCollege, 2012. All rights reserved.</p>
|
||||||
©Pearson eCollege, 2012. All rights reserved.
|
|
||||||
</p>
|
|
||||||
</footer>
|
</footer>
|
||||||
</div> <!-- /container -->
|
</div> <!-- /container -->
|
||||||
<div class="navbar navbar-fixed-top">
|
<div class="navbar navbar-fixed-top">
|
||||||
@ -77,7 +75,7 @@
|
|||||||
<!-- Le javascript
|
<!-- Le javascript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
||||||
|
|||||||
@ -84,7 +84,7 @@
|
|||||||
<!-- Le javascript
|
<!-- Le javascript
|
||||||
================================================== -->
|
================================================== -->
|
||||||
<!-- Placed at the end of the document so the pages load faster -->
|
<!-- Placed at the end of the document so the pages load faster -->
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/jquery/jquery.js"></script>
|
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-transition.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-alert.js"></script>
|
||||||
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/js/bootstrap-modal.js"></script>
|
||||||
|
|||||||
Reference in New Issue
Block a user