Refactored menu structure to introduce lessons drop-down.
This commit is contained in:
		| @ -800,10 +800,15 @@ | ||||
| 					<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a> | ||||
| 					<div class="nav-collapse"> | ||||
| 						<ul class="nav"> | ||||
| 							<li><a href="index.html">Home</a></li> | ||||
| 							<li><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 							<li><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 							<li class="active"><a href="httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="http://www.restapitutorial.com">Home</a></li> | ||||
| 							<li class="dropdown" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a> | ||||
| 								<ul class="dropdown-menu"> | ||||
| 									<li><a href="lessons/whatisrest.html">What Is REST?</a></li> | ||||
| 									<li><a href="lessons/restquicktips.html">REST Quick Tips</a></li> | ||||
| 									<li><a href="lessons/httpmethods.html">HTTP Methods</a></li> | ||||
| 								</ul> | ||||
| 							</li> | ||||
| 							<li><a class="active" href="httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="resources.html">Resources</a></li> | ||||
| 						</ul> | ||||
| 					</div><!--/.nav-collapse --> | ||||
|  | ||||
| @ -87,8 +87,13 @@ | ||||
| 					<div class="nav-collapse"> | ||||
| 						<ul class="nav"> | ||||
| 							<li class="active"><a href="http://www.restapitutorial.com">Home</a></li> | ||||
| 							<li><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 							<li><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 							<li class="dropdown" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a> | ||||
| 								<ul class="dropdown-menu"> | ||||
| 									<li><a href="lessons/whatisrest.html">What Is REST?</a></li> | ||||
| 									<li><a href="lessons/restquicktips.html">REST Quick Tips</a></li> | ||||
| 									<li><a href="lessons/httpmethods.html">HTTP Methods</a></li> | ||||
| 								</ul> | ||||
| 							</li> | ||||
| 							<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="resources.html">Resources</a></li> | ||||
| 						</ul> | ||||
|  | ||||
| @ -151,11 +151,16 @@ | ||||
| 					<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a> | ||||
| 					<div class="nav-collapse"> | ||||
| 						<ul class="nav"> | ||||
| 							<li><a href="index.html">Home</a></li> | ||||
| 							<li><a href="../index.html">Home</a></li> | ||||
| 							<li class="dropdown active" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a> | ||||
| 								<ul class="dropdown-menu"> | ||||
| 									<li><a href="whatisrest.html">What Is REST?</a></li> | ||||
| 									<li><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 							<li class="active"><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 							<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="resources.html">Resources</a></li> | ||||
| 									<li><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 								</ul> | ||||
| 							</li> | ||||
| 							<li><a href="../httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="../resources.html">Resources</a></li> | ||||
| 						</ul> | ||||
| 					</div><!--/.nav-collapse --> | ||||
| 				</div> | ||||
| @ -69,11 +69,16 @@ | ||||
| 					<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a> | ||||
| 					<div class="nav-collapse"> | ||||
| 						<ul class="nav"> | ||||
| 							<li><a href="index.html">Home</a></li> | ||||
| 							<li class="active"><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 							<li><a href="../index.html">Home</a></li> | ||||
| 							<li class="dropdown active" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a> | ||||
| 								<ul class="dropdown-menu"> | ||||
| 									<li><a href="whatisrest.html">What Is REST?</a></li> | ||||
| 									<li><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 									<li><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 							<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="resources.html">Resources</a></li> | ||||
| 								</ul> | ||||
| 							</li> | ||||
| 							<li><a href="../httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="../resources.html">Resources</a></li> | ||||
| 						</ul> | ||||
| 					</div><!--/.nav-collapse --> | ||||
| 				</div> | ||||
							
								
								
									
										97
									
								
								lessons/whatisrest.html
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										97
									
								
								lessons/whatisrest.html
									
									
									
									
									
										Normal file
									
								
							| @ -0,0 +1,97 @@ | ||||
| <!DOCTYPE html> | ||||
| <html lang="en"> | ||||
| 	<head> | ||||
| 		<meta charset="utf-8"> | ||||
| 		<title>What is REST?</title> | ||||
| 		<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||||
| 		<meta name="description" content="A tutorial on the six primary REST constraints as explained by Roy Fielding"> | ||||
| 		<meta name="author" content="Todd Fredrich, Pearson eCollege"> | ||||
| 		<!-- Le styles --> | ||||
| 		<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/2.0.1/css/bootstrap.min.css" rel="stylesheet"> | ||||
| 		<style type="text/css"> | ||||
| 			body { | ||||
| 				padding-top: 60px; | ||||
| 				padding-bottom: 40px; | ||||
| 			} | ||||
| 		</style> | ||||
| 		<link href="https://d7im4lln3lvbg.cloudfront.net/bootstrap/2.0.1/css/bootstrap-responsive.min.css" rel="stylesheet"> | ||||
| 		<!-- Le HTML5 shim, for IE6-8 support of HTML5 elements --> | ||||
| 		<!--[if lt IE 9]> | ||||
| 		<script src="//html5shim.googlecode.com/svn/trunk/html5.js"></script> | ||||
| 		<![endif]--> | ||||
| 		<script type="text/javascript"> | ||||
| 		 | ||||
| 		  var _gaq = _gaq || []; | ||||
| 		  _gaq.push(['_setAccount', 'UA-31328878-1']); | ||||
| 		  _gaq.push(['_trackPageview']); | ||||
| 		 | ||||
| 		  (function() { | ||||
| 		    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | ||||
| 		    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | ||||
| 		    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); | ||||
| 		  })(); | ||||
| 		 | ||||
| 		</script> | ||||
| 	</head> | ||||
| 	<body> | ||||
| 		<div class="container"> | ||||
| 			<div class="row"> | ||||
| 				<div class="span10"> | ||||
| 					<h1>What Is REST?</h1> | ||||
| 				</div> | ||||
| 				<div class="span2"> | ||||
| 					<ul class="pager"> | ||||
| 						<li> | ||||
| 							<a href="#">Previous</a> | ||||
| 						</li> | ||||
| 						<li> | ||||
| 							<a href="#">Next</a> | ||||
| 						</li> | ||||
| 					</ul> | ||||
| 				</div> | ||||
| 				<div class="span12"> | ||||
| 					<iframe width="853" height="480" src="http://www.youtube.com/embed/llpr5924N7E" frameborder="0" allowfullscreen></iframe> | ||||
| 				</div> | ||||
| 			</div> | ||||
| 			<div class="row"> | ||||
| 				<div class="span12"> | ||||
| 					<p>Content here...</p> | ||||
| 				</div> | ||||
| 			</div> | ||||
| 			<hr> | ||||
| 			<footer> | ||||
| 				<p> | ||||
| 					©Pearson eCollege, 2012. All rights reserved. | ||||
| 				</p> | ||||
| 			</footer> | ||||
| 		</div> <!-- /container --> | ||||
| 		<div class="navbar navbar-fixed-top"> | ||||
| 			<div class="navbar-inner"> | ||||
| 				<div class="container"> | ||||
| 					<a class="btn btn-navbar" data-toggle="collapse" data-target=".nav-collapse"> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </a> | ||||
| 					<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a> | ||||
| 					<div class="nav-collapse"> | ||||
| 						<ul class="nav"> | ||||
| 							<li><a href="../index.html">Home</a></li> | ||||
| 							<li class="dropdown active" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#">Tutorials<b class="caret"></b></a> | ||||
| 								<ul class="dropdown-menu"> | ||||
| 									<li><a href="whatisrest.html">What Is REST?</a></li> | ||||
| 									<li><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 									<li><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 								</ul> | ||||
| 							</li> | ||||
| 							<li><a href="../httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li><a href="../resources.html">Resources</a></li> | ||||
| 						</ul> | ||||
| 					</div><!--/.nav-collapse --> | ||||
| 				</div> | ||||
| 			</div> | ||||
| 		</div> | ||||
| 		<!-- Le javascript | ||||
| 		================================================== --> | ||||
| 		<!-- Placed at the end of the document so the pages load faster --> | ||||
| 		<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> | ||||
| 		<script src="https://d7im4lln3lvbg.cloudfront.net/bootstrap/2.0.1/js/bootstrap.min.js"></script> | ||||
| 		<a href="https://github.com/tfredrich/RestApiTutorial.com"><img style="position: absolute; top: 0; right: 0; border: 0; z-index: 1050;" src="https://a248.e.akamai.net/camo.github.com/e6bef7a091f5f3138b8cd40bc3e114258dd68ddf/687474703a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f7265645f6161303030302e706e67" alt="Fork me on GitHub"></a> | ||||
| 	</body> | ||||
| </html> | ||||
| @ -40,10 +40,10 @@ | ||||
| 					<h2>RESTful Best Practices (v1.1)</h2> | ||||
| 					<p>Get the Pearson eCollege <em>RESTful Best Practices</em> guide (choose your format). This guide reduces the world of RESTful services into easy-to-follow principles. It also provides several cookbook type recipes in critical areas to increase service usability, reduce confusion during implemenation, as well as improve consistency.</p> | ||||
| 					<ul> | ||||
| 						<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_1.pdf">PDF</a> (~306KB)</li> | ||||
| 						<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_1.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li> | ||||
| 						<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_1.pdf">PDF</a> (~306KB)</li> | ||||
| 						<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_1.epub">ePub</a> (~46KB). Works on iPad, iPhone, B&N Nook and most other readers.</li> | ||||
| 						<li>Mobi (not yet available).  Sorry Kindle owners!</li> | ||||
| 						<li><a href="http://www.restapitutorial.com/media/RESTful_Best_Practices-v1_1.odt">Source Document in Libre/Open Office format</a> (~48KB)</li> | ||||
| 						<li><a href="https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_1.odt">Source Document in Libre/Open Office format</a> (~48KB)</li> | ||||
| 					</ul> | ||||
| 					<h2>REST Services in Java</h2> | ||||
| 					<p><a href="https://github.com/RestExpress/RestExpress">RestExpress</a> (GitHub). Create fast, scalable, stand-alone RESTful Web services in Java quickly.</p> | ||||
| @ -61,11 +61,16 @@ | ||||
| 					<a class="brand" href="http://www.restapitutorial.com">REST API Tutorial</a> | ||||
| 					<div class="nav-collapse"> | ||||
| 						<ul class="nav"> | ||||
| 							<li><a href="index.html">Home</a></li> | ||||
| 							<li><a href="restquicktips.html">REST Quick Tips</a></li> | ||||
| 							<li><a href="httpmethods.html">HTTP Methods</a></li> | ||||
| 							<li><a href="http://www.restapitutorial.com">Home</a></li> | ||||
| 							<li class="dropdown" id="api-school"><a class="dropdown-toggle" data-toggle="dropdown" href="#"><b class="caret"></b></a> | ||||
| 								<ul class="dropdown-menu"> | ||||
| 									<li><a href="lessons/whatisrest.html">What Is REST?</a></li> | ||||
| 									<li><a href="lessons/restquicktips.html">REST Quick Tips</a></li> | ||||
| 									<li><a href="lessons/httpmethods.html">HTTP Methods</a></li> | ||||
| 								</ul> | ||||
| 							</li> | ||||
| 							<li><a href="httpstatuscodes.html">HTTP Status Codes</a></li> | ||||
| 							<li class="active"><a href="resources.html">Resources</a></li> | ||||
| 							<li><a class="active" href="resources.html">Resources</a></li> | ||||
| 						</ul> | ||||
| 					</div><!--/.nav-collapse --> | ||||
| 				</div> | ||||
|  | ||||
							
								
								
									
										30
									
								
								sitemap.xml
									
									
									
									
									
								
							
							
						
						
									
										30
									
								
								sitemap.xml
									
									
									
									
									
								
							| @ -16,11 +16,6 @@ | ||||
|   <lastmod>2012-05-01T22:56:54+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>http://www.restapitutorial.com/httpmethods.html</loc> | ||||
|   <lastmod>2012-05-01T22:56:58+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>http://www.restapitutorial.com/httpstatuscodes.html</loc> | ||||
|   <lastmod>2012-05-01T22:56:57+00:00</lastmod> | ||||
| @ -41,4 +36,29 @@ | ||||
|   <lastmod>2012-04-24T15:48:57+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_1.pdf</loc> | ||||
|   <lastmod>2012-05-30T15:48:57+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_1.epub</loc> | ||||
|   <lastmod>2012-05-30T15:48:57+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>https://github.com/tfredrich/RestApiTutorial.com/raw/master/media/RESTful%20Best%20Practices-v1_1.odt</loc> | ||||
|   <lastmod>2012-05-30T15:48:57+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>http://www.restapitutorial.com/lessons/whatisrest.html</loc> | ||||
|   <lastmod>2012-05-30T14:27:58+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| <url> | ||||
|   <loc>http://www.restapitutorial.com/lessons/httpmethods.html</loc> | ||||
|   <lastmod>2012-05-30T14:27:58+00:00</lastmod> | ||||
|   <changefreq>monthly</changefreq> | ||||
| </url> | ||||
| </urlset> | ||||
		Reference in New Issue
	
	Block a user