<?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>GilsMethod.com &#187; Opera</title>
	<atom:link href="http://www.gilsmethod.com/tag/opera/feed" rel="self" type="application/rss+xml" />
	<link>http://www.gilsmethod.com</link>
	<description>Technology How-to Guides for the Rest of Us</description>
	<lastBuildDate>Tue, 29 Nov 2011 15:54:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Solutions: The security certificate has expired!</title>
		<link>http://www.gilsmethod.com/solutions-the-security-certificate-has-expired</link>
		<comments>http://www.gilsmethod.com/solutions-the-security-certificate-has-expired#comments</comments>
		<pubDate>Mon, 20 Dec 2010 15:00:00 +0000</pubDate>
		<dc:creator>Gilberto J Perera</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[A-Browsers]]></category>
		<category><![CDATA[Chrome]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Internet & Browsers]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Netflix]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://www.gilsmethod.com/?p=10072</guid>
		<description><![CDATA[The other day I received a call from a family member who kept getting &#8220;The security certificate has expired!&#8221; message in Chrome while trying to watch a Netflix video. The first thing I asked them to do was to close the browser window and try accessing the page again. They saw the same error message....<a href="http://www.gilsmethod.com/solutions-the-security-certificate-has-expired">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<p>The other day I received a call from a family member who kept getting &#8220;<em>The security certificate has expired!</em>&#8221; message in Chrome while trying to watch a Netflix video. The first thing I asked them to do was to close the browser window and try accessing the page again. They saw the same error message.</p>
<p><img title="security-certificate-error-chrome.png" src="http://gilsmethod.wpengine.netdna-cdn.com/wp-content/uploads/2010/12/security-certificate-error-chrome.png" border="0" alt="security certificate error chrome Solutions: The security certificate has expired!" width="570" height="256" /></p>
<p>We proceeded to try other things before it dawned on me, was the date on their computer correct? When asked they realized that the date on their computer was set to 2030, it appears they had a power outage which caused Windows 7 to loose track of time, which then resulted in the date mismatch and security certificate appearing to be expired. So if you encounter this error, the first thing you need to do is verify that your computer&#8217;s date and time is correct. If that doesn&#8217;t solve your issue, please use the comments form below and we will be happy to give you a hand.</p>
<p>To change the time simply click on the Date and Time on the Taskbar and then <strong>Change date and time settings</strong>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilsmethod.com/solutions-the-security-certificate-has-expired/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to View A Website&#8217;s Source Code</title>
		<link>http://www.gilsmethod.com/how-to-view-a-websites-source-code</link>
		<comments>http://www.gilsmethod.com/how-to-view-a-websites-source-code#comments</comments>
		<pubDate>Wed, 19 Nov 2008 01:03:58 +0000</pubDate>
		<dc:creator>Gilberto J Perera</dc:creator>
				<category><![CDATA[How-to]]></category>
		<category><![CDATA[A-Websites]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Opera]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.gilsmethod.com/?p=468</guid>
		<description><![CDATA[The ability to view a website&#8217;s source code is built-in most modern web browsers. The source code allows you to view how the website was coded, in other words put together, it also gives you a glimpse of certain data that would not be available to you by just browsing the website. You can view...<a href="http://www.gilsmethod.com/how-to-view-a-websites-source-code">Continue Reading</a>]]></description>
			<content:encoded><![CDATA[<div align="center"><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/ie-opera-firefox-logo-header.png" alt="ie opera firefox logo header How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></div>
<p>The ability to view a website&#8217;s source code is built-in  most modern web browsers. The source code allows you to view how the website was coded, in other words put together, it also gives you a glimpse of certain data that would not be available to you by just browsing the website. You can view things like  a website&#8217;s Meta Tags, which contain important information like keywords, author email, and other useful information, and you can see what services the website publisher uses. </p>
<p>So why should you care about other website&#8217;s meta tags, services, etc? Well I&#8217;ll give you my example, as a publisher I&#8217;m constantly on the lookout for new things to provide my readers on my website, whether it&#8217;s enhancements, design, or other features. When I visit a website that has something which I would like to implement on my site, I normally take a look under the hood (the source code) to see what the publisher is doing or using that I could implement on my site. I see it as a way to discover &quot;best practices&quot; among web publishers and designers. The guide below will demonstrate where this option resides in 3 popular browsers; Internet Explorer, Firefox, and Opera. If you have any comments or questions, please post them below.</p>
<p><em>Note: I used Internet Explorer 7, Firefox 3.04, and Opera 9.62 for this tutorial</em><em>.</em></p>
<p><strong><em>-Internet Explorer</em></strong></p>
<p><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/source-code-ie.png" alt="source code ie How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></p>
<p><strong>1.</strong> Click on the <strong>Page &gt; View Source</strong> (located to the right)</p>
<p><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/source-code-ie1.png" alt="source code ie1 How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></p>
<p><strong>2. </strong>Notepad will open with unformatted code</p>
<p><strong><em>-Mozilla Firefox</em></strong></p>
<p><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/source-code-firefox.png" alt="source code firefox How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></p>
<p><strong>1.</strong> Click on <strong>View &gt; Page Source </strong>or keyboard shortcut (<strong>Ctrl + U</strong>)</p>
<p><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/source-code-firefox1.png" alt="source code firefox1 How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></p>
<p><strong>2. </strong>A separate Firefox window will open with the formatted/color coded source code</p>
<p>
<script type="text/javascript"><!--
google_ad_client = "pub-2014846858718479";
/* GM-InLineAd/336x280 */
google_ad_slot = "0760899849";
google_ad_width = 336;
google_ad_height = 280;
//-->
  </script><br />
  <script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  </script>
</p>
<p><strong><em>-Opera</em></strong></p>
<p><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/source-code-opera.png" alt="source code opera How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></p>
<p><strong>1.</strong> Click on <strong>View &gt;  Source </strong>or keyboard shortcut (<strong>Ctrl + U</strong>)</p>
<p><img src="http://gilsmethod.wpengine.netdna-cdn.com/images/source-code-opera1.png" alt="source code opera1 How to View A Websites Source Code" border="0" title="How to View A Websites Source Code" /></p>
<p><strong>2. </strong>A new tab will open with the formatted/color coded source code.<strong></strong></p>
<p>&nbsp;</p>
<p><strong>The Verdict</strong></p>
<p>So which browser is best for displaying source code? Well Firefox and Opera are tied, they both display the source code formatted and color coded, whereas Internet Explorer opens notepad and dumps the code unformatted. In the end it all depends on your preference.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gilsmethod.com/how-to-view-a-websites-source-code/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

