<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joddit Web Services Blog</title>
	<atom:link href="http://blog.joddit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.joddit.com</link>
	<description>Web Design, Hosting and Consulting</description>
	<lastBuildDate>Fri, 14 Oct 2011 15:57:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Giving your site a little breathing room&#8230;</title>
		<link>http://blog.joddit.com/2011/10/giving-your-site-a-little-breathing-room/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=giving-your-site-a-little-breathing-room</link>
		<comments>http://blog.joddit.com/2011/10/giving-your-site-a-little-breathing-room/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 15:53:37 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[ios]]></category>
		<category><![CDATA[mobile]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=214</guid>
		<description><![CDATA[On mobile web browsers, iOS specifically, web pages are parsed and rendered very differently than they are on desktop based browsers. iOS first renders the page to a &#8220;canvas&#8221;, then fits that canvas onto the screen. This makes accurate measurements &#8230; <a href="http://blog.joddit.com/2011/10/giving-your-site-a-little-breathing-room/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-222" title="iphone-4-htc-evo-4g" src="http://blog.joddit.com/wp-content/uploads/2011/10/iphone-4-htc-evo-4g1.jpg" alt="" width="200" height="205" />On mobile web browsers, iOS specifically, web pages are parsed and rendered very differently than they are on desktop based browsers. iOS first renders the page to a &#8220;canvas&#8221;, then fits that canvas onto the screen. This makes accurate measurements somewhat irrelevant because the zoom level is always changing. I&#8217;ve found the best way to fit a website onto a mobile browser such as iOS based mobile Safari is to use the &#8220;viewport&#8221; meta value as shown below.</p>
<pre>&lt;meta name="viewport" content="width=1000" /&gt;</pre>
<p>Just be sure to set the width of the viewport value to the width of your page plus the padding you want around it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2011/10/giving-your-site-a-little-breathing-room/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Checking your Joddit email</title>
		<link>http://blog.joddit.com/2010/09/checking-your-joddit-email/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=checking-your-joddit-email</link>
		<comments>http://blog.joddit.com/2010/09/checking-your-joddit-email/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 01:56:52 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[horde]]></category>
		<category><![CDATA[webmail]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=177</guid>
		<description><![CDATA[Once you have an email account active you are obviously going to want to check it to see if you&#8217;ve received emails or send one yourself. We make use of an Open Source, web based mail client called Horde. If &#8230; <a href="http://blog.joddit.com/2010/09/checking-your-joddit-email/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Once you have an email account active you are obviously going to want to check it to see if you&#8217;ve received emails or send one yourself. We make use of an Open Source, web based mail client called Horde. If you&#8217;ve used any web based email client such as Gmail, Horde will feel very familiar.</p>
<p>To login to your email visit webmail.yourdomain.com replacing &#8220;yourdomain&#8221; with the domain of the email account you wish to check. You will be taken to the login page shown below. Simply enter the entire email address as the username, the password and click login.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_14.jpg"><img class="alignnone size-medium wp-image-178" title="Checking your Joddit email - Step 1" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_14-300x182.jpg" alt="Checking your Joddit email - Step 1" width="300" height="182" /></a></p>
<p>Once logged in, you may run into a screen asking to perform maintenance on the account. We all know email accounts can get out of hand so this maintenance aims to keep your box clean and running fast. We suggest performing the maintenance to delete old attachments but you may skip it if you wish.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_22.jpg"><img class="alignnone size-medium wp-image-179" title="Checking your Joddit email - Step 2" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_22-300x182.jpg" alt="Checking your Joddit email - Step 2" width="300" height="182" /></a></p>
<p>Once you land in the actual account, all you have to do is click the main link on the left.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_32.jpg"><img class="alignnone size-medium wp-image-180" title="Checking your Joddit email - Step 3" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_32-300x182.jpg" alt="Checking your Joddit email - Step 3" width="300" height="182" /></a></p>
<p>That&#8217;s it! The rest of the interface should be fairly straight forward. Click <strong>New Message</strong> to compose a new email or click on the subjects of any of the emails in your mailbox to read them.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/09/checking-your-joddit-email/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a single backup of your website</title>
		<link>http://blog.joddit.com/2010/09/creating-a-single-backup-of-your-website/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=creating-a-single-backup-of-your-website</link>
		<comments>http://blog.joddit.com/2010/09/creating-a-single-backup-of-your-website/#comments</comments>
		<pubDate>Wed, 29 Sep 2010 01:31:24 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Backups]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=162</guid>
		<description><![CDATA[Plesk makes it very easy to create site-wide backups. This backup will include your website and all it&#8217;s files, any databases that you&#8217;ve created and all your email. To login to Plesk, visit yourdomain.com:8443, replacing &#8220;yourdomain.com&#8221; with your own domain. &#8230; <a href="http://blog.joddit.com/2010/09/creating-a-single-backup-of-your-website/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Plesk makes it very easy to create site-wide backups. This backup will include your website and all it&#8217;s files, any databases that you&#8217;ve created and all your email.</p>
<p>To login to Plesk, visit yourdomain.com:8443, replacing &#8220;yourdomain.com&#8221; with your own domain. You should reach a screen similar to the one shown below.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_13.jpg"><img class="alignnone size-medium wp-image-165" title="Backup your website - Step 1" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_13-300x152.jpg" alt="Backup your website - Step 1" width="300" height="152" /></a></p>
<p>Once logged in, click on the domain you wish to backup as shown below. You will most likely only see one domain, unless you host several domains with us.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_21.jpg"><img class="alignnone size-medium wp-image-166" title="Backup your website - Step 2" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_21-300x182.jpg" alt="Backup your website - Step 2" width="300" height="182" /></a></p>
<p>Once you reach the <strong>Domain</strong> page, click on the backup icon as shown below.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_31.jpg"><img class="alignnone size-medium wp-image-167" title="Backup your website - Step 3" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_31-300x182.jpg" alt="Backup your website - Step 3" width="300" height="182" /></a></p>
<p>Once in the <strong>Backup Manager</strong>, click the <strong>Backup Now</strong> button.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_41.jpg"><img class="alignnone size-medium wp-image-168" title="Backup your website - Step 4" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_41-300x182.jpg" alt="Backup your website - Step 4" width="300" height="182" /></a></p>
<p>This final page allows you to customize the name and settings of the backup you&#8217;re about to run but the defaults will work just fine. Go ahead and click the <strong>Backup Now</strong> button and the backup will begin shown by the screen below. This may take some time depending on the size of your website.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_61.jpg"><img class="alignnone size-medium wp-image-169" title="Backup your website - Step 6" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_61-300x182.jpg" alt="Backup your website - Step 6" width="300" height="182" /></a></p>
<p>Once this has completed you&#8217;ll be taken to a screen displaying a summary of your backup. Once you see this screen, you&#8217;ve backed up your website successfully, you may click ok and log out.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_7.jpg"><img class="alignnone size-medium wp-image-170" title="Backup your website - Step 7" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_7-300x182.jpg" alt="Backup your website - Step 7" width="300" height="182" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/09/creating-a-single-backup-of-your-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setting up Joddit mail in Microsoft Outlook</title>
		<link>http://blog.joddit.com/2010/09/setting-up-joddit-mail-in-microsoft-outlook/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=setting-up-joddit-mail-in-microsoft-outlook</link>
		<comments>http://blog.joddit.com/2010/09/setting-up-joddit-mail-in-microsoft-outlook/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 20:58:34 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Email]]></category>
		<category><![CDATA[Help Articles]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[outlook]]></category>
		<category><![CDATA[pop3]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=130</guid>
		<description><![CDATA[To add a Joddit mail account to Microsoft Outlook, simply Open Outlook and on the upper left main menu, pull down Tools and click Account Settings as shown below. In the account settings dialog, click the New button on the &#8230; <a href="http://blog.joddit.com/2010/09/setting-up-joddit-mail-in-microsoft-outlook/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>To add a Joddit mail account to Microsoft Outlook, simply Open Outlook and on the upper left main menu, pull down <strong>Tools</strong> and click <strong>Account Settings</strong> as shown below.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_1.jpg"><img class="alignnone size-medium wp-image-131" title="Outlook email setup - Step 1" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_1-300x246.jpg" alt="Outlook email setup - Step 1" width="300" height="246" /></a></p>
<p>In the account settings dialog, click the <strong>New</strong> button on the top left as shown below.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_2.jpg"><img class="alignnone size-medium wp-image-132" title="Outlook email setup - Step 2" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_2-300x245.jpg" alt="Outlook email setup - Step 2" width="300" height="245" /></a></p>
<p>In the <strong>Choose E-Mail Service</strong> window, click on the <strong>Microsoft Exchange, POP3, IMAP or HTTP</strong> radio button as shown below and click <strong>Next</strong>.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_3.jpg"><img class="alignnone size-medium wp-image-133" title="Outlook email setup - Step 3" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_3-300x226.jpg" alt="Outlook email setup - Step 3" width="300" height="226" /></a></p>
<p>In the <strong>Auto Account Setup</strong> dialog, click the <strong>Manually configure server settings or additional server types</strong> check box at the bottom left as shown below.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_4.jpg"><img class="alignnone size-medium wp-image-134" title="Outlook email setup - Step 4" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_4-300x226.jpg" alt="Outlook email setup - Step 4" width="300" height="226" /></a></p>
<p>In the <strong>Choose E-Mail Service</strong> dialog, click the <strong>Internet E-Mail</strong> check box at the top left as shown below and click next.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_5.jpg"><img class="alignnone size-medium wp-image-135" title="Outlook email setup - Step 5" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_5-300x226.jpg" alt="Outlook email setup - Step 5" width="300" height="226" /></a></p>
<p>In the <strong>Internet E-Mail Settings</strong> dialog, fill out the text boxes using the following information which corresponds to the image shown below, then click <strong>More Settings</strong>.</p>
<p><a href="http://blog.joddit.com/wp-content/uploads/2010/09/step_6.jpg"><img class="alignnone size-medium wp-image-136" title="Outlook email setup - Step 6" src="http://blog.joddit.com/wp-content/uploads/2010/09/step_6-300x226.jpg" alt="Outlook email setup - Step 6" width="300" height="226" /></a></p>
<ol>
<li>Your name written normally</li>
<li>Your full email address</li>
<li>Choose POP3</li>
<li>Enter mail.mydomain.com replacing &#8220;mydomain.com&#8221; with the domain in which you created the email address.</li>
<li>Your full email address</li>
<li>The email address password</li>
</ol>
<p>In the <strong>Internet E-Mail Settings</strong> dialog, click on the <strong>Outgoing Server</strong> tab, then click the <strong>My Outgoing Server (SMTP) Requires Authentication</strong> check box and click <strong>OK</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/09/setting-up-joddit-mail-in-microsoft-outlook/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>A Staggering Statistic</title>
		<link>http://blog.joddit.com/2010/09/a-staggering-statistic/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=a-staggering-statistic</link>
		<comments>http://blog.joddit.com/2010/09/a-staggering-statistic/#comments</comments>
		<pubDate>Wed, 15 Sep 2010 06:00:26 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[bob parsons]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[small business]]></category>
		<category><![CDATA[websites]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=122</guid>
		<description><![CDATA[I&#8217;m an avid reader of Bob Parsons blog and bits of news about his company. I&#8217;m sure you&#8217;ve heard of his company, GoDaddy, which is on track to close in on $1 billion in sales this year. In an article &#8230; <a href="http://blog.joddit.com/2010/09/a-staggering-statistic/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.godaddy.com" target="_blank"><img class="alignleft size-full wp-image-123" title="GoDaddy.com - The world leader in domain registration" src="http://blog.joddit.com/wp-content/uploads/2010/09/godaddy.gif" alt="GoDaddy Logo" width="150" height="85" /></a>I&#8217;m an avid reader of Bob Parsons blog and bits of news about his company. I&#8217;m sure you&#8217;ve heard of his company, GoDaddy, which is on track to close in on $1 billion in sales this year. In an <a title="GoDaddy.com lands Jillian Michaels as spokeswoman" href="http://www.google.com/hostednews/ap/article/ALeqM5jF2VuXmgNG90ubXWif7HGanhg9fwD9I8183G1" target="_blank">article</a> written by Ryan Nakashima for Associated Press, Parsons remarked that &#8220;less than half of small businesses in the United States have websites&#8221;. This was something that I just HAD to examine further.</p>
<p>Not that I doubted that the owner of the largest registrar in the world would have his facts straight, I just don&#8217;t buy into hearsay at face value. After some digging it turns out that Mr. Parsons was right!</p>
<p>American business owners, what are you thinking?</p>
<ul>
<li>Websites bring more value to your company than most other investments.</li>
<li>Websites can do far more than you think they can.</li>
<li>My generation (I&#8217;m in my mid twenties) and younger won&#8217;t even think about working with your company if you don&#8217;t have a website.</li>
</ul>
<p>Websites are less expensive than ever these days. Get on the bandwagon and start building your online empire today!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/09/a-staggering-statistic/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Moving up on search engines</title>
		<link>http://blog.joddit.com/2010/07/moving-up-on-search-engines/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=moving-up-on-search-engines</link>
		<comments>http://blog.joddit.com/2010/07/moving-up-on-search-engines/#comments</comments>
		<pubDate>Sun, 04 Jul 2010 00:57:50 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[w3c]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=98</guid>
		<description><![CDATA[Search engine optimization, or SEO, is a very misunderstood practice. I&#8217;ve put together 5 quick tips to get you closer to the top of Google, Yahoo, Bing and the other big search engines. 1. Get Indexed! Submit a properly formatted &#8230; <a href="http://blog.joddit.com/2010/07/moving-up-on-search-engines/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-99" title="Seo Arrow" src="http://blog.joddit.com/wp-content/uploads/2010/07/seo_arrow.gif" alt="Seo Arrow" width="90" height="154" />Search engine optimization, or SEO, is a very misunderstood practice. I&#8217;ve put together 5 quick tips to get you closer to the top of <a title="Google" href="http://www.google.com" target="_blank">Google</a>, <a title="Yahoo" href="http://www.yahoo.com/" target="_blank">Yahoo</a>, <a title="Bing" href="http://www.bing.com/" target="_blank">Bing</a> and the other big search engines.</p>
<p><strong><span style="color: #ff0000;">1. Get Indexed!</span></strong><br />
Submit a properly formatted XML sitemap to all the big search engines. Here&#8217;s how: <a title="Google Webmaster Tools" href="https://www.google.com/webmasters/tools" target="_blank">Google</a>, <a title="Yahoo Site Explorer" href="https://siteexplorer.search.yahoo.com/submit" target="_blank">Yahoo </a>and <a title="Bing Webmaster Central" href="http://www.bing.com/webmaster" target="_blank">Bing</a></p>
<p><strong><span style="color: #ff0000;">2. If it&#8217;s text, make it text!</span></strong><br />
Search engine spiders can&#8217;t read the text you wrote on an image. It can read it&#8217;s ALT tag but that&#8217;s it. If all of your important text are images, you can kiss your search engine ranking goodbye.</p>
<p><strong><span style="color: #ff0000;">3. Good, Clean Markup!</span></strong><br />
Does your website pass the <a title="W3C HTML Validator" href="http://validator.w3.org/" target="_blank">W3C Validator</a>? If it doesn&#8217;t, tell your web developer that you want your site to meet <a title="HTML Standards Compliance" href="http://www.wdvl.com/Style/HTML/Standards/" target="_blank">HTML Standards Compliance</a>!</p>
<p><strong><span style="color: #ff0000;">4. Title Tags</span></strong><br />
Does each page of your website have accurate and unique <a title="HTML Title Tag Information" href="http://www.w3schools.com/TAGS/tag_title.asp" target="_blank">title information</a>? If it doesn&#8217;t, search engines could be ignoring some of your pages!</p>
<p><strong><span style="color: #ff0000;">5. Meta Descriptions and Keywords</span></strong><br />
Does each page of your website have concise, accurate and unique <a title="HTML Meta Keyword and Description Tag Information" href="http://www.w3schools.com/tags/tag_meta.asp" target="_blank">meta keyword and description information</a>?</p>
<p>Think I&#8217;m making this stuff up? Check out Google&#8217;s own <a title="Google SEO Tips" href="http://www.google.com/support/webmasters/bin/answer.py?answer=35769" target="_blank">search engine optimization tips</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/07/moving-up-on-search-engines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SSL &#8211; What the heck is it?</title>
		<link>http://blog.joddit.com/2010/06/ssl-what-the-heck-is-it/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=ssl-what-the-heck-is-it</link>
		<comments>http://blog.joddit.com/2010/06/ssl-what-the-heck-is-it/#comments</comments>
		<pubDate>Sun, 20 Jun 2010 05:03:11 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[encryption]]></category>
		<category><![CDATA[https]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[ssl]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=55</guid>
		<description><![CDATA[What is SSL? Do I need it? Where should I use it? What kind of SSL certificate do I need? These are all good questions. Hopefully with this quick blog post I can clear up some of the confusion surrounding &#8230; <a href="http://blog.joddit.com/2010/06/ssl-what-the-heck-is-it/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-69 alignright" title="SSL Certificates" src="http://blog.joddit.com/wp-content/uploads/2010/06/lock1.jpg" alt="SSL Certificates" width="113" height="140" />What is SSL? Do I need it? Where should I use it? What kind of SSL certificate do I need?</p>
<p>These are all good questions. Hopefully with this quick blog post I can clear up some of the confusion surrounding the topic.</p>
<p><strong>What is SSL?</strong><br />
SSL stands for &#8220;Secure Sockets Layer&#8221; and is used to ensure that only trusted computers have access to sensitive information. You can determine if you&#8217;re in a secure tunnel by looking at the beginning of a URL. If it&#8217;s <em>http</em>, it&#8217;s insecure. If it&#8217;s <em>https</em>, it&#8217;s secure.</p>
<p><strong>Do I need an SSL certificate?</strong><br />
Situations where SSL is HIGHLY recommended include&#8230;</p>
<ul>
<li>Accepting credit cards or other payment information directly through your server. This does not include third party payment methods such as PayPal express.</li>
<li>Pages that transmit sensitive data such as medical records or other private &#8220;eyes only&#8221; information.</li>
<li>Pages that you simply want to project as &#8220;secure&#8221; to your user base.</li>
</ul>
<p><strong>Where should I use SSL?</strong><br />
Many people make the mistake of redirecting their entire website to make use of https and their shiny new SSL certificate. In short, this is a waste of processing power and bandwidth. Encrypting a web page with an SSL key, transmitting it over the internet, then decrypting it adds overhead to your page load times. Only direct traffic to https where you need the added security.</p>
<p><strong>What kind of SSL certificate do I need?</strong><br />
There are many different levels of SSL certificate. Some make use of stronger encryption techniques and some even go as far as verifying your companies identity as well. Basically, if you just need to secure some information, an entry-level 128-bit or 256-bit certificate will do just fine. Spending that bit more to validate your companies identity is up to you, that&#8217;s more just for your user&#8217;s peace of mind than real security.</p>
<p>Hopefully this quick summary helped to clear up some of the confusion behind SSL certificates and https.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/06/ssl-what-the-heck-is-it/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Our current favorite service provider</title>
		<link>http://blog.joddit.com/2010/06/37-signals-our-new-favorite-service-provider/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=37-signals-our-new-favorite-service-provider</link>
		<comments>http://blog.joddit.com/2010/06/37-signals-our-new-favorite-service-provider/#comments</comments>
		<pubDate>Mon, 07 Jun 2010 05:27:07 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[SaaS]]></category>
		<category><![CDATA[service provider]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=49</guid>
		<description><![CDATA[Lotus, the British automobile manufacturer, follows a very simply, yet strict motto of &#8220;Simplify and add lightness&#8221;. While some would argue that this process seems counter intuitive to today&#8217;s complex world, it&#8217;s proved itself significant in the racing world with &#8230; <a href="http://blog.joddit.com/2010/06/37-signals-our-new-favorite-service-provider/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://37signals.com"><img class="alignleft size-full wp-image-50" title="37 Signals" src="http://blog.joddit.com/wp-content/uploads/2010/06/logo_37signals-gray.png" alt="37 Signals" width="107" height="24" /></a>Lotus, the British automobile manufacturer, follows a very simply, yet strict motto of &#8220;Simplify and add lightness&#8221;. While some would argue that this process seems counter intuitive to today&#8217;s complex world, it&#8217;s proved itself significant in the racing world with win after win.</p>
<p>The 37 Signals war cry bears a striking resemblance. They&#8217;ve taken paradigms that other companies have made cumbersome, clunky and overly complex and simplified and lightened them. We couldn&#8217;t agree more with 37 Signal&#8217;s choice to simplify their software and that&#8217;s the very reason we use it.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/06/37-signals-our-new-favorite-service-provider/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Javascript Made Easy</title>
		<link>http://blog.joddit.com/2010/06/javascript-interactions-made-easy/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=javascript-interactions-made-easy</link>
		<comments>http://blog.joddit.com/2010/06/javascript-interactions-made-easy/#comments</comments>
		<pubDate>Thu, 03 Jun 2010 18:33:04 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[Web Design]]></category>
		<category><![CDATA[code]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=36</guid>
		<description><![CDATA[Look into Jquery for easing the burden of complex JavaScript interactions. http://www.jquery.com. We use jquery extensively in our markup. It has improved the quality, compatibility and overall speed of our JavaScript interactions.]]></description>
			<content:encoded><![CDATA[<p><a rel="attachment wp-att-45" href="http://blog.joddit.com/2010/06/javascript-interactions-made-easy/jquery_logo/"><img class="alignleft size-full wp-image-45" title="jQuery Logo" src="http://blog.joddit.com/wp-content/uploads/2010/06/jquery_logo.gif" alt="jQuery Logo" width="182" height="65" /></a>Look into Jquery for easing the burden of complex  JavaScript interactions. <a rel="nofollow" href="http://www.jquery.com/" target="_blank">http://www.jquery.com</a>. We use jquery extensively in our markup. It has improved the quality, compatibility and overall speed of our JavaScript interactions.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/06/javascript-interactions-made-easy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joddit is hiring!</title>
		<link>http://blog.joddit.com/2010/05/joddit-is-hiring/?utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joddit-is-hiring</link>
		<comments>http://blog.joddit.com/2010/05/joddit-is-hiring/#comments</comments>
		<pubDate>Mon, 31 May 2010 20:54:05 +0000</pubDate>
		<dc:creator>Brian Zuvich</dc:creator>
				<category><![CDATA[All About Joddit]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[hiring]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[markup]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.joddit.com/?p=29</guid>
		<description><![CDATA[We&#8217;re seeking one talented, fast-paced, creative and unique developer to add to the team. The phrase &#8220;fast-paced&#8221; cannot be stated strongly enough regarding this position. We focus on EXTREMELY fast turn around times from the point when the customer signs &#8230; <a href="http://blog.joddit.com/2010/05/joddit-is-hiring/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="size-full wp-image-31 alignright" title="Empty Seat" src="http://blog.joddit.com/wp-content/uploads/2010/05/empty_chair.jpg" alt="An empty seat" width="139" height="139" />We&#8217;re seeking one talented, fast-paced, creative and unique developer to add to the team. The phrase &#8220;fast-paced&#8221; cannot be stated strongly enough regarding this position. We focus on EXTREMELY fast turn around times from the point when the customer signs the contract to deploying the site on one of our servers.</p>
<p>We do have some regulations and standards on the code that we produce.</p>
<ul>
<li>Fully table-less layouts (CSS based)</li>
<li>Has to pass the W3C HTML and CSS validator based on the given doctype.</li>
<li>Javascript and CSS practices must work flawlessly on all modern browsers. (IE7+, Firefox 2.5+, Safari 3+, Chrome 3+)</li>
</ul>
<p>Contact us at <a title="info@joddit.com" href="mailto:info@joddit.com">info@joddit.com</a> if interested.</p>
<p>Thanks,</p>
<p>The Joddit Team</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.joddit.com/2010/05/joddit-is-hiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

