<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.3.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Leading Coder</title>
	<link>http://www.leadingcoder.com</link>
	<description>Java Training</description>
	<pubDate>Thu, 27 Mar 2008 20:47:47 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.3.3</generator>
	<language>en</language>
			<item>
		<title>How SSL works tutorial - with HTTPS example</title>
		<link>http://www.leadingcoder.com/how-ssl-works-with-https-example</link>
		<comments>http://www.leadingcoder.com/how-ssl-works-with-https-example#comments</comments>
		<pubDate>Mon, 24 Mar 2008 20:59:30 +0000</pubDate>
		<dc:creator>sdennis</dc:creator>
		
		<category><![CDATA[https]]></category>

		<category><![CDATA[ssl]]></category>

		<category><![CDATA[guide]]></category>

		<category><![CDATA[leadingcoder.com]]></category>

		<category><![CDATA[secure sockets layer]]></category>

		<category><![CDATA[tls]]></category>

		<category><![CDATA[transport layer security]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.leadingcoder.com/how-ssl-works-with-https-example</guid>
		<description><![CDATA[Know what happens when you submit your data or information to a secure site?  I added another tutorial, this time about SSL.  It explains in a step-by-step fashion what SSL (specifically TLS) is for, and how it works, using examples.
The tutorial covers how SSL is useful for both encryption and identification (often called [...]]]></description>
			<content:encoded><![CDATA[<p>Know what happens when you submit your data or information to a secure site?  I added another tutorial, this time about SSL.  It explains in a step-by-step fashion what SSL (specifically TLS) is for, and how it works, using examples.</p>
<p>The tutorial covers how SSL is useful for both encryption and identification (often called authentication because it authenticates the server your browser is speaking to).  I go through a quick example of what happens behind the scenes when you submit a form on the web through HTTPS.  The example covers what&#8217;s called the &#8216;SSL handshake&#8217; in detail, and the messages the computers send each other so to establish an encrypted connection.  I try to give graphical examples to make it obvious s at&#8217;s happening.</p>
<p>I also cover identification - how your browser knows how to &#8216;trust&#8217; a certificate that is sent from a web server.  This covers the role of a CA (Certificate Authority) in how they electronically represent their trust in other organizations.</p>
<p>If you want a good foundation for what you learn on this tutorial, I recommend you check out the wikipedia article on Public Key Encryption at <a href="http://en.wikipedia.org/wiki/Public-key_cryptography" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">http://en.wikipedia.org/wiki/Public-key_cryptography</a> (which I touch on but do not explain in the tutorial).  If you want to go further than my tutorial, your next best bet is to have a look at the wikipedia article on transport-layer security at <a href="http://en.wikipedia.org/wiki/Secure_Sockets_Layer" onclick="javascript:pageTracker._trackPageview('/outbound/article/en.wikipedia.org');">http://en.wikipedia.org/wiki/Secure_Sockets_Layer.</a></p>
<p>All comments welcome.</p>
<div id="tmip-5-116399"><embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="http://video.google.com/googleplayer.swf?docId=7130470471741831613&#038;hl=en" flashvars=""></embed></div>
<p> <script language="javascript" type="text/javascript" src="http://inplay.tubemogul.com/ipembed?v=1&#038;site=5&#038;uid=116399&#038;vid=7130470471741831613&#038;key=7130470471741831613"></script></p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/guide' rel='tag' target='_self'>guide</a>, <a class='technorati-link' href='http://technorati.com/tag/https' rel='tag' target='_self'>https</a>, <a class='technorati-link' href='http://technorati.com/tag/leadingcoder.com' rel='tag' target='_self'>leadingcoder.com</a>, <a class='technorati-link' href='http://technorati.com/tag/secure+sockets+layer' rel='tag' target='_self'>secure sockets layer</a>, <a class='technorati-link' href='http://technorati.com/tag/ssl' rel='tag' target='_self'>ssl</a>, <a class='technorati-link' href='http://technorati.com/tag/tls' rel='tag' target='_self'>tls</a>, <a class='technorati-link' href='http://technorati.com/tag/transport+layer+security' rel='tag' target='_self'>transport layer security</a>, <a class='technorati-link' href='http://technorati.com/tag/tutorial' rel='tag' target='_self'>tutorial</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.leadingcoder.com/how-ssl-works-with-https-example/feed</wfw:commentRss>
		</item>
		<item>
		<title>Tomcat installation tutorial video</title>
		<link>http://www.leadingcoder.com/tomcat-install</link>
		<comments>http://www.leadingcoder.com/tomcat-install#comments</comments>
		<pubDate>Sun, 16 Mar 2008 21:12:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[tomcat]]></category>

		<category><![CDATA[installation]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[tomcat 6]]></category>

		<category><![CDATA[windows installer]]></category>

		<guid isPermaLink="false">http://www.leadingcoder.com/?p=3</guid>
		<description><![CDATA[I created a tutorial which guides you through installing Tomcat 6 under Java 5.  I go through going to Sun&#8217;s site, downloading then installing Java SE 1.5, then going to the Apache Software Foundation&#8217;s site and downloading Tomcat 6.  I then go through the standard installation procedure, change the port number to port [...]]]></description>
			<content:encoded><![CDATA[<p id="tmip-1-101475">I created a tutorial which guides you through installing Tomcat 6 under Java 5.  I go through going to Sun&#8217;s site, downloading then installing Java SE 1.5, then going to the Apache Software Foundation&#8217;s site and downloading Tomcat 6.  I then go through the standard installation procedure, change the port number to port 80, and test that it works.</p>
<p>I&#8217;ve since recoded this video to make it more watchable.</p>
<p id="tmip-5-106634">&nbsp;</p>
<p><a href="http://www.youtube.com/watch?v=-QEmCEPskds" onclick="javascript:pageTracker._trackPageview('/outbound/article/www.youtube.com');">Video on YouTube</a></p>

<!-- start wp-tags-to-technorati 0.9 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/installation' rel='tag' target='_self'>installation</a>, <a class='technorati-link' href='http://technorati.com/tag/java' rel='tag' target='_self'>java</a>, <a class='technorati-link' href='http://technorati.com/tag/tomcat' rel='tag' target='_self'>tomcat</a>, <a class='technorati-link' href='http://technorati.com/tag/tomcat+6' rel='tag' target='_self'>tomcat 6</a>, <a class='technorati-link' href='http://technorati.com/tag/windows+installer' rel='tag' target='_self'>windows installer</a></p>

<!-- end wp-tags-to-technorati -->
]]></content:encoded>
			<wfw:commentRss>http://www.leadingcoder.com/tomcat-install/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
