Skip to content

Commit

Permalink
None
Browse files Browse the repository at this point in the history
  • Loading branch information
mgrouchy committed Feb 14, 2013
1 parent 1ffe36a commit 161f019
Show file tree
Hide file tree
Showing 4 changed files with 225 additions and 10 deletions.
125 changes: 125 additions & 0 deletions blog/2013/02/index.html
@@ -0,0 +1,125 @@
<!doctype html>
<!-- https://github.com/paulirish/html5-boilerplate/blob/master/index.html -->
<!-- paulirish.com/2008/conditional-stylesheets-vs-css-hacks-answer-neither/ -->
<!--[if lt IE 7 ]> <html lang="en" class="no-js ie6"> <![endif]-->
<!--[if IE 7 ]> <html lang="en" class="no-js ie7"> <![endif]-->
<!--[if IE 8 ]> <html lang="en" class="no-js ie8"> <![endif]-->
<!--[if (gte IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]-->
<head>
<meta charset="">

<!-- Always force latest IE rendering engine (even in intranet) & Chrome Frame
Remove this if you use the .htaccess -->
<meta http-equiv="X-UA-Compatible" content="">

<!-- encoding must be specified within the first 512 bytes
www.whatwg.org/specs/web-apps/current-work/multipage/semantics.html#charset -->

<!-- meta element for compatibility mode needs to be before
all elements except title & meta
msdn.microsoft.com/en-us/library/cc288325(VS.85).aspx -->
<!-- Chrome Frame is only invoked if meta element for
compatibility mode is within the first 1K bytes
code.google.com/p/chromium/issues/detail?id=23003 -->

<title></title>
<meta name="description" content="">
<meta name="author" content="Mike Grouchy">

<!-- Mobile viewport optimized: j.mp/bplateviewport -->
<meta name="viewport" content="">

<!-- Place favicon.ico & apple-touch-icon.png
in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">

<link rel="alternate" type="application/rss+xml" title="MikeGrouchy.com RSS Feed" href="http://feeds.feedburner.com/mikegrouchycom" />

<link rel="stylesheet" href="/media/css/bootstrap.min.css">
<link rel="stylesheet" href="/media/css/site.css">
<link rel="stylesheet" href="/media/css/syntax.css">
<link href='http://fonts.googleapis.com/css?family=Alike' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Wellfleet' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>

<!-- All JavaScript at the bottom, except for Modernizr which
enables HTML5 elements & feature detects -->
<script src="/media/js/libs/modernizr-1.7.min.js"></script>
</head>
<body id="index">
<div class="topbar ">
<div class="topbar-inner topbar-override">
<div class="container container-expand">
<a class="brand btitle" href="http://mikegrouchy.com">Mike Grouchy</a>
<ul class="nav">
<li class=""><a href="http://mikegrouchy.com">Home</a></li>
<li class=""><a href="/about.html">About</a></li>
<li class=""><a href="http://feeds.feedburner.com/mikegrouchycom">Feed</a></li>
</ul>
</div>
</div>
</div>
<div class="container container-expand">
<article class="post">
<h1 class="title">
<a class="post-link" href="/blog/2013/02/index.html">

</a>
</h1>
<time datetime="2010-01-01">
Posted: Friday, 01 January, 2010
</time>
<div class="post-content">

<div class="hero-unit disqus">
</div>
</article> <div class="hero-unit about-block">
<p><img alt="Mike" src="/media/images/mike.jpg" /> Mike is an ambitious Python/Django Developer, Beer drinker and lover of all things basketball.
He is also a curator of <a href="http://pycoders.com">Pycoder&#8217;s Weekly</a>.
You can follow him on <a href="http://twitter.com/mgrouchy">Twitter</a> or <a href="http://github.com/mgrouchy">Github</a>.</p></div> <div class="hero-unit disqus">
<h3 id="comment-header">Comments</h1>
<div id="disqus_thread"></div>
<script type="text/javascript">
/**
* var disqus_identifier; [Optional but recommended: Define a unique identifier (e.g. post id or slug) for this thread]
*/
var disqus_shortname = 'mikegrouchy';

(function() {
var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true;
dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js';
(document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq);
})();
</script>
<noscript>Please enable JavaScript to view the <a href="http://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript>
<a href="http://disqus.com" class="dsq-brlink">blog comments powered by <span class="logo-disqus">Disqus</span></a>

</div> </div> <!--! end of .container -->
<footer> Copyright 2009-2012 Mike Grouchy
</footer>
<!-- Javascript at the bottom for fast page loading -->
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>')</script>


<!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script>
<script>DD_belatedPNG.fix('img, .png_bg'); // Fix any <img> or .png_bg bg-images. Also, please read goo.gl/mZiyb </script>
<![endif]-->

<!-- asynchronous google analytics: mathiasbynens.be/notes/async-analytics-snippet -->
<script>
var _gaq = [['_setAccount', 'UA-1990784-1'], ['_trackPageview']];
(function(d, t) {
var g = d.createElement(t),
s = d.getElementsByTagName(t)[0];
g.async = true;
g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
s.parentNode.insertBefore(g, s);
})(document, 'script');
</script>

</body>
</html>
52 changes: 48 additions & 4 deletions blog/atom.xml
Expand Up @@ -7,10 +7,43 @@
<link href="/"/> <link href="/"/>




<updated>2012-07-23T09:14:01Z</updated> <updated>2013-02-14T11:21:59Z</updated>


<id>http://mikegrouchy.com/blog/atom.xml/</id> <id>http://mikegrouchy.com/blog/atom.xml/</id>


<entry>
<title type="html">Introducing Python Jobs HQ</title>
<author><name>Mike Grouchy</name></author>
<link href="http://mikegrouchy.com/blog/2013/02/introducing-pythonjobshq.html"/>
<updated>2013-02-14T10:35:00Z</updated>
<published>2013-02-14T10:35:00Z</published>
<id>http://mikegrouchy.comblog/2013/02/introducing-pythonjobshq.html</id>
<category scheme="http://mikegrouchy.com/blog/tags'"
term="python"
label="Python" />
<category scheme="http://mikegrouchy.com/blog/tags'"
term="programming"
label="Programming" />
<category scheme="http://mikegrouchy.com/blog/tags'"
term="jobs"
label="Jobs" />
<category scheme="http://mikegrouchy.com/blog/tags'"
term="careers"
label="Careers" />

<content type="html">
&lt;p&gt;As you may know if you have read this blog, I am one of the curators for &lt;a href=&#34;http://pycoders.com&#34;&gt;Pycoder&amp;#8217;s Weekly&lt;/a&gt;.
We have been working on a bunch of small projects to try to bring more value from Pycoder&amp;#8217;s
into the python community. The first thing we have launched this year is &lt;a href=&#34;http://pythonjobshq.com&#34;&gt;Python Jobs &lt;span class=&#34;caps&#34;&gt;HQ&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;a href=&#34;http://pythonjobshq.com&#34;&gt;Python Jobs &lt;span class=&#34;caps&#34;&gt;HQ&lt;/span&gt;&lt;/a&gt; is a Job site we are running that is focused on
putting the best jobs in front of the best people. Jobs posted on the site are posted to
the &lt;a href=&#34;http://twitter.com/pycoders&#34;&gt;@pycoders&lt;/a&gt; fast growing Twitter account and the Job Board
is advertised weekly in the newsletter. Already we have had great companies like &lt;a href=&#34;http://newsle.com&#34;&gt;Newsle&lt;/a&gt;, &lt;a href=&#34;http://path.com&#34;&gt;Path&lt;/a&gt;
&lt;a href=&#34;http://datadoghq.com&#34;&gt;Datadoghq&lt;/a&gt; and &lt;a href=&#34;http://cyaninc.com&#34;&gt;Cyan Inc&lt;/a&gt;. and others post with us. If you have a Python Job to post
for your company or f you are looking to find a new job as a Python Developer,
you should check out &lt;a href=&#34;http://pythonjobshq.com&#34;&gt;Python Jobs &lt;span class=&#34;caps&#34;&gt;HQ&lt;/span&gt;&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;If you have any questions feel free to reach out to me on &lt;a href=&#34;http://twitter.com/mgrouchy&#34;&gt;Twitter&lt;/a&gt; or email our &lt;a href=&#34;mailto:admin@pycoders.com&#34;&gt;Pycoder&amp;#8217;s Email&lt;/a&gt;.&lt;/p&gt; </content>
</entry>
<entry> <entry>
<title type="html">Force websites to use SSL in Google Chrome</title> <title type="html">Force websites to use SSL in Google Chrome</title>
<author><name>Mike Grouchy</name></author> <author><name>Mike Grouchy</name></author>
Expand All @@ -36,14 +69,14 @@ it&amp;nbsp;available.&lt;/p&gt;
&lt;p&gt;Navigate to Chrome&amp;#8217;s net internals dashboard by&amp;nbsp;typing&lt;/p&gt; &lt;p&gt;Navigate to Chrome&amp;#8217;s net internals dashboard by&amp;nbsp;typing&lt;/p&gt;
&lt;p&gt;&lt;code&gt;chrome://net-internals/&lt;/code&gt; into your&amp;nbsp;browser.&lt;/p&gt; &lt;p&gt;&lt;code&gt;chrome://net-internals/&lt;/code&gt; into your&amp;nbsp;browser.&lt;/p&gt;
&lt;p&gt;You should&amp;nbsp;see:&lt;/p&gt; &lt;p&gt;You should&amp;nbsp;see:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;net-internals&#34; src=&#34;/media/images/2012/07/net-internals.png&#34; /&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt=&#34;net-internals&#34; src=&#34;http://mikegrouchy.com/media/images/2012/07/net-internals.png&#34; /&gt;&lt;/p&gt;
&lt;h2&gt;Step&amp;nbsp;2&lt;/h2&gt; &lt;h2&gt;Step&amp;nbsp;2&lt;/h2&gt;
&lt;p&gt;Navigate to the &lt;a href=&#34;http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security&#34;&gt;&lt;span class=&#34;caps&#34;&gt;HSTS&lt;/span&gt;&lt;/a&gt;(&lt;span class=&#34;caps&#34;&gt;HTTPS&lt;/span&gt; Strict Transport Security) Tab and you should see&amp;nbsp;this:&lt;/p&gt; &lt;p&gt;Navigate to the &lt;a href=&#34;http://en.wikipedia.org/wiki/HTTP_Strict_Transport_Security&#34;&gt;&lt;span class=&#34;caps&#34;&gt;HSTS&lt;/span&gt;&lt;/a&gt;(&lt;span class=&#34;caps&#34;&gt;HTTPS&lt;/span&gt; Strict Transport Security) Tab and you should see&amp;nbsp;this:&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;hsts&#34; src=&#34;/media/images/2012/07/hsts.png&#34; /&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt=&#34;hsts&#34; src=&#34;http://mikegrouchy.com/media/images/2012/07/hsts.png&#34; /&gt;&lt;/p&gt;
&lt;h2&gt;Step&amp;nbsp;3&lt;/h2&gt; &lt;h2&gt;Step&amp;nbsp;3&lt;/h2&gt;
&lt;p&gt;From there its pretty easy, just type in the site you want to force to &lt;span class=&#34;caps&#34;&gt;SSL&lt;/span&gt; and &lt;p&gt;From there its pretty easy, just type in the site you want to force to &lt;span class=&#34;caps&#34;&gt;SSL&lt;/span&gt; and
you are&amp;nbsp;done!&lt;/p&gt; you are&amp;nbsp;done!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&#34;hsts&#34; src=&#34;/media/images/2012/07/add-hsts-domain.png&#34; /&gt;&lt;/p&gt; &lt;p&gt;&lt;img alt=&#34;hsts&#34; src=&#34;http://mikegrouchy.com/media/images/2012/07/add-hsts-domain.png&#34; /&gt;&lt;/p&gt;
&lt;p&gt;Do you have any other Chrome security tips? Leave them in the&amp;nbsp;comments!&lt;/p&gt; </content> &lt;p&gt;Do you have any other Chrome security tips? Leave them in the&amp;nbsp;comments!&lt;/p&gt; </content>
</entry> </entry>
<entry> <entry>
Expand Down Expand Up @@ -767,4 +800,15 @@ been a blog that entire time, but there hasn&amp;#8217;t been a lot of great con
on bringing back some of my old tutorial posts that people used , on bringing back some of my old tutorial posts that people used ,
but probably update them a bit which hopefully will be an&amp;nbsp;improvement.&lt;/p&gt; </content> but probably update them a bit which hopefully will be an&amp;nbsp;improvement.&lt;/p&gt; </content>
</entry> </entry>
<entry>
<title type="html"></title>
<author><name>Mike Grouchy</name></author>
<link href="http://mikegrouchy.com/blog/2013/02/index.html"/>
<updated>2010-01-01T00:00:00Z</updated>
<published>2010-01-01T00:00:00Z</published>
<id>http://mikegrouchy.comblog/2013/02/index.html</id>

<content type="html">
</content>
</entry>
</feed> </feed>
38 changes: 37 additions & 1 deletion blog/excerpts.xml
Expand Up @@ -7,10 +7,34 @@
<link href="/"/> <link href="/"/>




<updated>2012-07-23T09:14:03Z</updated> <updated>2013-02-14T11:22:00Z</updated>


<id>http://mikegrouchy.com/blog/excerpts.xml/</id> <id>http://mikegrouchy.com/blog/excerpts.xml/</id>


<entry>
<title type="html">Introducing Python Jobs HQ</title>
<author><name>Mike Grouchy</name></author>
<link href="http://mikegrouchy.com/blog/2013/02/introducing-pythonjobshq.html"/>
<updated>2013-02-14T10:35:00Z</updated>
<published>2013-02-14T10:35:00Z</published>
<id>http://mikegrouchy.comblog/2013/02/introducing-pythonjobshq.html</id>
<category scheme="http://mikegrouchy.com/blog/tags'"
term="python"
label="Python" />
<category scheme="http://mikegrouchy.com/blog/tags'"
term="programming"
label="Programming" />
<category scheme="http://mikegrouchy.com/blog/tags'"
term="jobs"
label="Jobs" />
<category scheme="http://mikegrouchy.com/blog/tags'"
term="careers"
label="Careers" />

<content type="html">

</content>
</entry>
<entry> <entry>
<title type="html">Force websites to use SSL in Google Chrome</title> <title type="html">Force websites to use SSL in Google Chrome</title>
<author><name>Mike Grouchy</name></author> <author><name>Mike Grouchy</name></author>
Expand Down Expand Up @@ -310,6 +334,18 @@
term="meta" term="meta"
label="Meta" /> label="Meta" />


<content type="html">

</content>
</entry>
<entry>
<title type="html"></title>
<author><name>Mike Grouchy</name></author>
<link href="http://mikegrouchy.com/blog/2013/02/index.html"/>
<updated>2010-01-01T00:00:00Z</updated>
<published>2010-01-01T00:00:00Z</published>
<id>http://mikegrouchy.comblog/2013/02/index.html</id>

<content type="html"> <content type="html">


</content> </content>
Expand Down
20 changes: 15 additions & 5 deletions index.html
Expand Up @@ -33,7 +33,7 @@
in the root of your domain and delete these references --> in the root of your domain and delete these references -->
<link rel="shortcut icon" href="/favicon.ico"> <link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png">

<link rel="alternate" type="application/rss+xml" title="MikeGrouchy.com RSS Feed" href="http://feeds.feedburner.com/mikegrouchycom" /> <link rel="alternate" type="application/rss+xml" title="MikeGrouchy.com RSS Feed" href="http://feeds.feedburner.com/mikegrouchycom" />


<link rel="stylesheet" href="/media/css/bootstrap.min.css"> <link rel="stylesheet" href="/media/css/bootstrap.min.css">
Expand All @@ -42,7 +42,7 @@
<link href='http://fonts.googleapis.com/css?family=Alike' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Alike' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Wellfleet' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Wellfleet' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Allerta' rel='stylesheet' type='text/css'>

<!-- All JavaScript at the bottom, except for Modernizr which <!-- All JavaScript at the bottom, except for Modernizr which
enables HTML5 elements & feature detects --> enables HTML5 elements & feature detects -->
<script src="/media/js/libs/modernizr-1.7.min.js"></script> <script src="/media/js/libs/modernizr-1.7.min.js"></script>
Expand All @@ -64,6 +64,11 @@
<div class="blog-list"> <div class="blog-list">
<ul class="posts clear"> <ul class="posts clear">
<li class="post clear"> <li class="post clear">
<time datetime="2013-02-14">Thursday, 14 Feb, 2013 </time> <span class="list-arrow">&raquo;</span>
<a href="/blog/2013/02/introducing-pythonjobshq.html">Introducing Python Jobs HQ</a>
</li>

<li class="post clear">
<time datetime="2012-07-23">Monday, 23 Jul, 2012 </time> <span class="list-arrow">&raquo;</span> <time datetime="2012-07-23">Monday, 23 Jul, 2012 </time> <span class="list-arrow">&raquo;</span>
<a href="/blog/2012/07/force-sites-to-use-ssl-in-chrome.html">Force websites to use SSL in Google Chrome</a> <a href="/blog/2012/07/force-sites-to-use-ssl-in-chrome.html">Force websites to use SSL in Google Chrome</a>
</li> </li>
Expand Down Expand Up @@ -138,6 +143,11 @@
<a href="/blog/a-new-blog-a-new-beginning.html">A New Blog A New Beginning</a> <a href="/blog/a-new-blog-a-new-beginning.html">A New Blog A New Beginning</a>
</li> </li>


<li class="post clear">
<time datetime="2010-01-01">Friday, 01 Jan, 2010 </time> <span class="list-arrow">&raquo;</span>
<a href="/blog/2013/02/index.html"></a>
</li>

</ul> </ul>
</div> </div>
</div> <!--! end of .container --> </div> <!--! end of .container -->
Expand All @@ -147,7 +157,7 @@
<!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary --> <!-- Grab Google CDN's jQuery, with a protocol relative URL; fall back to local if necessary -->
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.js"></script>
<script>window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>')</script> <script>window.jQuery || document.write('<script src="js/libs/jquery-1.5.1.min.js">\x3C/script>')</script>



<!--[if lt IE 7 ]> <!--[if lt IE 7 ]>
<script src="js/libs/dd_belatedpng.js"></script> <script src="js/libs/dd_belatedpng.js"></script>
Expand All @@ -165,6 +175,6 @@
s.parentNode.insertBefore(g, s); s.parentNode.insertBefore(g, s);
})(document, 'script'); })(document, 'script');
</script> </script>

</body> </body>
</html> </html>

0 comments on commit 161f019

Please sign in to comment.