|
| 1 | + |
| 2 | +<!DOCTYPE html> |
| 3 | +<!--[if IEMobile 7 ]><html class="no-js iem7"><![endif]--> |
| 4 | +<!--[if lt IE 9]><html class="no-js lte-ie8"><![endif]--> |
| 5 | +<!--[if (gt IE 8)|(gt IEMobile 7)|!(IEMobile)|!(IE)]><!--><html class="no-js" lang="en"><!--<![endif]--> |
| 6 | +<head> |
| 7 | + <meta charset="utf-8"> |
| 8 | + <title>Blog Archive - Educoder</title> |
| 9 | + <meta name="author" content="The Educoders"> |
| 10 | + |
| 11 | + |
| 12 | + <meta name="description" content=" Blog Archive Latest Tweets Status updating... Follow @educoders Github Repos Status updating... ..."> |
| 13 | + |
| 14 | + |
| 15 | + <!-- http://t.co/dKP3o1e --> |
| 16 | + <meta name="HandheldFriendly" content="True"> |
| 17 | + <meta name="MobileOptimized" content="320"> |
| 18 | + <meta name="viewport" content="width=device-width, initial-scale=1"> |
| 19 | + |
| 20 | + |
| 21 | + <link rel="canonical" href="http://educoder.github.com/blog/archives/"> |
| 22 | + <link href="/favicon.png" rel="icon"> |
| 23 | + <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css"> |
| 24 | + <script src="/javascripts/modernizr-2.0.js"></script> |
| 25 | + <script src="/javascripts/ender.js"></script> |
| 26 | + <script src="/javascripts/octopress.js" type="text/javascript"></script> |
| 27 | + <link href="/atom.xml" rel="alternate" title="Educoder" type="application/atom+xml"> |
| 28 | + <!--Fonts from Google"s Web font directory at http://google.com/webfonts --> |
| 29 | +<link href="http://fonts.googleapis.com/css?family=PT+Serif:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> |
| 30 | +<link href="http://fonts.googleapis.com/css?family=PT+Sans:regular,italic,bold,bolditalic" rel="stylesheet" type="text/css"> |
| 31 | + |
| 32 | +</head> |
| 33 | + |
| 34 | +<body > |
| 35 | + <header role="banner"><hgroup> |
| 36 | + <h1><a href="/">Educoder</a></h1> |
| 37 | + |
| 38 | + <h2>Research and development hub for educational technology.</h2> |
| 39 | + |
| 40 | +</hgroup> |
| 41 | + |
| 42 | +</header> |
| 43 | + <nav role="navigation"><ul class="subscription" data-subscription="rss"> |
| 44 | + <li><a href="/atom.xml" rel="subscribe-rss" title="subscribe via RSS">RSS</a></li> |
| 45 | + |
| 46 | +</ul> |
| 47 | +<form action="http://google.com/search" method="get"> |
| 48 | + <fieldset role="search"> |
| 49 | + <input type="hidden" name="q" value="site:educoder.github.com" /> |
| 50 | + <input class="search" type="text" name="q" results="0" placeholder="Search"/> |
| 51 | + </fieldset> |
| 52 | +</form> |
| 53 | +<ul class="main-navigation"> |
| 54 | + <li><a href="/">About</a></li> |
| 55 | + <li><a href="/blog/">Blog</a></li> |
| 56 | +</ul> |
| 57 | + |
| 58 | +</nav> |
| 59 | + <div id="main"> |
| 60 | + <div id="content"> |
| 61 | + <div> |
| 62 | +<article role="article"> |
| 63 | + |
| 64 | + <header> |
| 65 | + <h1 class="entry-title">Blog Archive</h1> |
| 66 | + |
| 67 | + </header> |
| 68 | + |
| 69 | + <div id="blog-archives"> |
| 70 | + |
| 71 | +</div> |
| 72 | + |
| 73 | + |
| 74 | +</article> |
| 75 | + |
| 76 | +</div> |
| 77 | + |
| 78 | +<aside class="sidebar"> |
| 79 | + |
| 80 | + |
| 81 | +<section> |
| 82 | + <h1>Latest Tweets</h1> |
| 83 | + <ul id="tweets"> |
| 84 | + <li class="loading">Status updating...</li> |
| 85 | + </ul> |
| 86 | + <script type="text/javascript"> |
| 87 | + $.domReady(function(){ |
| 88 | + getTwitterFeed("educoders", 6, false); |
| 89 | + }); |
| 90 | + </script> |
| 91 | + <script src="/javascripts/twitter.js" type="text/javascript"> </script> |
| 92 | + |
| 93 | + <a href="http://twitter.com/educoders" class="twitter-follow-button" data-width="208px" data-show-count="false">Follow @educoders</a> |
| 94 | + |
| 95 | +</section> |
| 96 | + |
| 97 | + |
| 98 | +<section> |
| 99 | + <h1>Github Repos</h1> |
| 100 | + <ul id="gh_repos"> |
| 101 | + <li class="loading">Status updating...</li> |
| 102 | + </ul> |
| 103 | + |
| 104 | + <a href="https://github.com/educoder">@educoder</a> on Github |
| 105 | + |
| 106 | + <script type="text/javascript"> |
| 107 | + $.domReady(function(){ |
| 108 | + if (!window.jXHR){ |
| 109 | + var jxhr = document.createElement('script'); |
| 110 | + jxhr.type = 'text/javascript'; |
| 111 | + jxhr.src = '/javascripts/libs/jXHR.js'; |
| 112 | + var s = document.getElementsByTagName('script')[0]; |
| 113 | + s.parentNode.insertBefore(jxhr, s); |
| 114 | + } |
| 115 | + |
| 116 | + github.showRepos({ |
| 117 | + user: 'educoder', |
| 118 | + count: 0, |
| 119 | + skip_forks: true, |
| 120 | + target: '#gh_repos' |
| 121 | + }); |
| 122 | + }); |
| 123 | + </script> |
| 124 | + <script src="/javascripts/github.js" type="text/javascript"> </script> |
| 125 | +</section> |
| 126 | + |
| 127 | + |
| 128 | +<section> |
| 129 | + <h1>Recent Posts</h1> |
| 130 | + <ul id="recent_posts"> |
| 131 | + |
| 132 | + </ul> |
| 133 | +</section> |
| 134 | + |
| 135 | + |
| 136 | +</aside> |
| 137 | + |
| 138 | + |
| 139 | + </div> |
| 140 | + </div> |
| 141 | + <footer role="contentinfo"><p> |
| 142 | + Copyright © 2012 - The Educoders - |
| 143 | + <span class="credit">Powered by <a href="http://octopress.org">Octopress</a></span> |
| 144 | +</p> |
| 145 | + |
| 146 | +</footer> |
| 147 | + |
| 148 | + |
| 149 | + |
| 150 | + |
| 151 | + <script type="text/javascript"> |
| 152 | + (function() { |
| 153 | + var script = document.createElement('script'); script.type = 'text/javascript'; script.async = true; |
| 154 | + script.src = 'https://apis.google.com/js/plusone.js'; |
| 155 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(script, s); |
| 156 | + })(); |
| 157 | + </script> |
| 158 | + |
| 159 | + |
| 160 | + |
| 161 | + <script type="text/javascript"> |
| 162 | + (function(){ |
| 163 | + var twitterWidgets = document.createElement('script'); |
| 164 | + twitterWidgets.type = 'text/javascript'; |
| 165 | + twitterWidgets.async = true; |
| 166 | + twitterWidgets.src = 'http://platform.twitter.com/widgets.js'; |
| 167 | + document.getElementsByTagName('head')[0].appendChild(twitterWidgets); |
| 168 | + })(); |
| 169 | + </script> |
| 170 | + |
| 171 | + |
| 172 | + |
| 173 | + <script type="text/javascript"> |
| 174 | + var _gaq = _gaq || []; |
| 175 | + _gaq.push(['_setAccount', 'UA-8919116-1']); |
| 176 | + _gaq.push(['_trackPageview']); |
| 177 | + |
| 178 | + (function() { |
| 179 | + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; |
| 180 | + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; |
| 181 | + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
| 182 | + })(); |
| 183 | + </script> |
| 184 | + |
| 185 | + |
| 186 | + |
| 187 | + |
| 188 | + |
| 189 | +</body> |
| 190 | +</html> |
0 commit comments