Skip to content

Instantly share code, notes, and snippets.

@sassygrody
Created March 25, 2014 18:04
Show Gist options
  • Save sassygrody/9767592 to your computer and use it in GitHub Desktop.
Save sassygrody/9767592 to your computer and use it in GitHub Desktop.
phase0_week8_judge_html_css.txt
Steps:
Add the HTML and CSS files to your gist. The HTML and CSS files should be reformatted so they are more readable.
Answer the following questions in this file:
(Remember, this should be useful for others in your cohort,
so write for an audience that does not know anything about your website.)
Which website did you evaluate?
1) How does this website follow HTML Best Practices? Are there any places where
it does not? Provide examples of the "bad" code.
2) What do you think of the HTML? Did the writers use IDs and Classes properly?
Did you like the way they used HTML tags? Please use examples with your arguments.
3) How did the authors handle formatting? Did they include it in the HTML or
separate it into a CSS file? Or did they do both? Again, include examples.
4) Did the authors include anything you didn't immediately understand?
If so, what?
5) How did the authors organize the CSS file? Was it DRY?
6) Did the authors incorporate any responsive design into the site?
7) What are your overall thoughts on the HTML/CSS from this website based on
what you've read?
body {
font-family:Verdana;
font-size:10pt;
color:#828282;
}
td {
font-family:Verdana;
font-size:10pt;
color:#828282;
}
.admin td {
font-family:Verdana;
font-size:8.5pt;
color:#000000;
}
.subtext td {
font-family:Verdana;
font-size: 7pt;
color:#828282;
}
input {
font-family:Courier;
font-size:10pt;
color:#000000;
}
input[type=\"submit\"] { font-family:Verdana; }
textarea {
font-family:Courier;
font-size:10pt;
color:#000000;
}
a:link {
color:#000000;
text-decoration:none;
}
a:visited {
color:#828282;
text-decoration:none;
}
.default {
font-family:Verdana;
font-size: 10pt;
color:#828282;
}
.admin {
font-family:Verdana;
font-size:8.5pt;
color:#000000;
}
.title {
font-family:Verdana;
font-size: 10pt;
color:#828282;
}
.adtitle {
font-family:Verdana;
font-size: 9pt;
color:#828282;
}
.subtext {
font-family:Verdana;
font-size: 7pt;
color:#828282;
}
.yclinks {
font-family:Verdana;
font-size: 8pt;
color:#828282;
}
.pagetop {
font-family:Verdana;
font-size: 10pt;
color:#222222;
}
.comhead {
font-family:Verdana;
font-size: 8pt;
color:#828282;
}
.comment {
font-family:Verdana;
font-size: 9pt;
}
.dead {
font-family:Verdana;
font-size: 9pt;
color:#dddddd;
}
.comment a:link, .comment a:visited {
text-decoration:underline;
}
.dead a:link, .dead a:visited {
color:#dddddd;
}
.pagetop a:visited {
color:#000000;
}
.topsel a:link, .topsel a:visited {
color:#ffffff;
}
.subtext a:link, .subtext a:visited {
color:#828282;
}
.subtext a:hover {
text-decoration:underline;
}
.comhead a:link, .subtext a:visited {
color:#828282;
}
.comhead a:hover {
text-decoration:underline;
}
.default p {
margin-top: 8px;
margin-bottom: 0px;
}
.pagebreak {
page-break-before:always
}
pre {
overflow: auto;
padding: 2px;
max-width:600px;
}
pre:hover {
overflow:auto
}
.votearrow {
width: 10px;
height: 10px;
border: 0px;
margin: 3px 2px 6px;
background: url("grayarrow.gif") no-repeat;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
.votearrow {
background-size: 10px;
background-image: url("grayarrow2x.gif");
}
}
.rotate180 {
-webkit-transform: rotate(180deg);
/* Chrome and other webkit browsers */
-moz-transform: rotate(180deg);
/* FF */
-o-transform: rotate(180deg);
/* Opera */
-ms-transform: rotate(180deg);
/* IE9 */
transform: rotate(180deg);
/* W3C complaint browsers */
/* IE8 and below */
filter: progid:DXImageTransform.Microsoft.Matrix(M11=-1, M12=0, M21=0, M22=-1, DX=0, DY=0, SizingMethod='auto expand');
}
<html>
<head>
<link rel="stylesheet" type="text/css" href="news.css?9Vpep76nl2W7k2y0FQNL">
<link rel="shortcut icon" href="favicon.ico">
<script type="text/javascript">
function byId(id) {
return document.getElementById(id);
}
function vote(node) {
var v = node.id.split(/_/); // {'up', '123'}
var item = v[1];
// hide arrows
byId('up_' + item).style.visibility = 'hidden';
byId('down_' + item).style.visibility = 'hidden';
// ping server
var ping = new Image();
ping.src = node.href;
return false; // cancel browser nav
}
</script>
<title>Hacker News</title>
</head>
<body>
<center>
<table border=0 cellpadding=0 cellspacing=0 width="85%" bgcolor=#f6f6ef>
<tr>
<td bgcolor=#ff6600>
<table border=0 cellpadding=0 cellspacing=0 width="100%" style="padding:2px">
<tr>
<td style="width:18px;padding-right:4px">
<a href="http://ycombinator.com">
<img src="y18.gif" width=18 height=18 style="border:1px #ffffff solid;"></img>
</a>
</td>
<td style="line-height:12pt; height:10px;">
<span class="pagetop"><b><a href="news">Hacker News</a></b>
<img src="s.gif" height=1 width=10><a href="newest">new</a> | <a href="newcomments">comments</a> | <a href="ask">ask</a> | <a href="jobs">jobs</a> | <a href="submit">submit</a>
</span>
</td>
<td style="text-align:right;padding-right:4px;">
<span class="pagetop"><a href="newslogin?whence=%6e%65%77%73">login</a>
</span>
</td>
</tr>
</table>
</td>
</tr>
<tr style="height:10px"></tr>
<tr>
<td>
<table border=0 cellpadding=0 cellspacing=0>
<tr>
<td align=right valign=top class="title">1.</td>
<td>
<center>
<a id=up_7465874 href="vote?for=7465874&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465874></span>
</center>
</td>
<td class="title"><a href="https://github.com/clojure/clojure/blob/master/changes.md">Clojure 1.6 released</a>
<span class="comhead">(github.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465874>144 points</span>by <a href="user?id=Morgawr">Morgawr</a> 2 hours ago | <a href="item?id=7465874">44 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">2.</td>
<td>
<center>
<a id=up_7465666 href="vote?for=7465666&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465666></span>
</center>
</td>
<td class="title"><a href="http://scott.a16z.com/2014/03/24/were-fd-its-over-coming-back-from-the-brink/?utm_content=bufferc2fec&amp;utm_medium=social&amp;utm_source=twitter.com&amp;utm_campaign=buffer">We’re Fucked, It’s Over: Coming Back from the Brink</a>
<span class="comhead">(a16z.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465666>154 points</span>by <a href="user?id=rajbala">rajbala</a> 3 hours ago | <a href="item?id=7465666">68 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">3.</td>
<td>
<center>
<a id=up_7466549 href="vote?for=7466549&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466549></span>
</center>
</td>
<td class="title"><a href="http://www.bloomberg.com/news/2014-03-24/waze-co-founder-skips-google-to-try-startup-world-again.html">Waze Co-Founder Skips Google to Try Startup World Again</a>
<span class="comhead">(bloomberg.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466549>31 points</span>by <a href="user?id=gwendolynregina">gwendolynregina</a> 1 hour ago | <a href="item?id=7466549">7 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">4.</td>
<td>
<center>
<a id=up_7466351 href="vote?for=7466351&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466351></span>
</center>
</td>
<td class="title"><a href="http://www.haskellforall.com/2014/03/introductions-to-advanced-haskell-topics.html">Introductions to advanced Haskell topics</a>
<span class="comhead">(haskellforall.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466351>32 points</span>by <a href="user?id=davidkellis">davidkellis</a> 1 hour ago | <a href="item?id=7466351">8 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">5.</td>
<td>
<center>
<a id=up_7466409 href="vote?for=7466409&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466409></span>
</center>
</td>
<td class="title"><a href="http://mattermark.com/app/research/y-combinator-winter-2014">Y Combinator Winter 2014 Batch Rankings and Quick Reference</a>
<span class="comhead">(mattermark.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466409>27 points</span>by <a href="user?id=daniellegeva">daniellegeva</a> 1 hour ago | <a href="item?id=7466409">12 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">6.</td>
<td>
<center>
<a id=up_7466412 href="vote?for=7466412&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466412></span>
</center>
</td>
<td class="title"><a href="https://kinko.me/tech-facts/">Show HN: GPG emails for everyone, from everywhere – open sourced</a>
<span class="comhead">(kinko.me)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466412>25 points</span>by <a href="user?id=radiospiel">radiospiel</a> 1 hour ago | <a href="item?id=7466412">32 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">7.</td>
<td>
<center>
<a id=up_7466749 href="vote?for=7466749&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466749></span>
</center>
</td>
<td class="title"><a href="http://paulrouget.com/e/fxoshud/">Firefox OS: Tracking reflows and event loop lags</a>
<span class="comhead">(paulrouget.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466749>13 points</span>by <a href="user?id=bpierre">bpierre</a> 36 minutes ago | <a href="item?id=7466749">discuss</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">8.</td>
<td>
<center>
<a id=up_7466499 href="vote?for=7466499&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466499></span>
</center>
</td>
<td class="title"><a href="https://www.kickstarter.com/projects/1279973067/make-flappy-box-diy-game-kit">Make Flappy Box – DIY Game Kit</a>
<span class="comhead">(kickstarter.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466499>19 points</span>by <a href="user?id=jinrummie">jinrummie</a> 1 hour ago | <a href="item?id=7466499">6 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">9.</td>
<td>
<center>
<a id=up_7466524 href="vote?for=7466524&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466524></span>
</center>
</td>
<td class="title"><a href="https://github.com/showcases/projects-that-power-github">Projects that power GitHub</a>
<span class="comhead">(github.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466524>18 points</span>by <a href="user?id=waffle_ss">waffle_ss</a> 1 hour ago | <a href="item?id=7466524">4 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">10.</td>
<td>
<center>
<a id=up_7466548 href="vote?for=7466548&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466548></span>
</center>
</td>
<td class="title"><a href="http://blog.fogcreek.com/project-asteroid-gracefully-dropping-support-for-dinosaur-browsers-in-trello/">Gracefully Dropping Support for Dinosaur Browsers in Trello </a>
<span class="comhead">(fogcreek.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466548>14 points</span>by <a href="user?id=joeyespo">joeyespo</a> 1 hour ago | <a href="item?id=7466548">2 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">11.</td>
<td>
<center>
<a id=up_7466680 href="vote?for=7466680&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466680></span>
</center>
</td>
<td class="title"><a href="https://hacks.mozilla.org/2014/03/box-model-highlighter-web-console-improvements-firefox-os-hud-more-firefox-developer-tools-episode-30/">Firefox Dev Tools: Box model highlighter, Web Console improvements</a>
<span class="comhead">(mozilla.org)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466680>11 points</span>by <a href="user?id=rnyman">rnyman</a> 45 minutes ago | <a href="item?id=7466680">1 comment</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">12.</td>
<td>
<center>
<a id=up_7466487 href="vote?for=7466487&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466487></span>
</center>
</td>
<td class="title"><a href="http://www.theodinproject.com">Show HN: Learn Web Development for Free with The Odin Project</a>
<span class="comhead">(theodinproject.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466487>15 points</span>by <a href="user?id=eriktrautman">eriktrautman</a> 1 hour ago | <a href="item?id=7466487">5 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">13.</td>
<td>
<center>
<a id=up_7466404 href="vote?for=7466404&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466404></span>
</center>
</td>
<td class="title"><a href="https://crosswalk-project.org/">Crosswalk</a>
<span class="comhead">(crosswalk-project.org)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466404>17 points</span>by <a href="user?id=josephwegner">josephwegner</a> 1 hour ago | <a href="item?id=7466404">4 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">14.</td>
<td>
<center>
<a id=up_7466147 href="vote?for=7466147&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466147></span>
</center>
</td>
<td class="title"><a href="http://www.techrepublic.com/article/google-propels-linux-to-the-top/">Google propels Linux to the top</a>
<span class="comhead">(techrepublic.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466147>21 points</span>by <a href="user?id=taylorbuley">taylorbuley</a> 2 hours ago | <a href="item?id=7466147">17 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">15.</td>
<td></td>
<td class="title"><a href="item?id=7466512">Lead Front-End Developer for FlightCar (YC W13)</a>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">1 hour ago</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">16.</td>
<td>
<center>
<a id=up_7465124 href="vote?for=7465124&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465124></span>
</center>
</td>
<td class="title"><a href="http://www.nytimes.com/2014/03/30/magazine/who-needs-a-boss.html?hp&amp;pagewanted=all&amp;_r=0">Who Needs a Boss?</a>
<span class="comhead">(nytimes.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465124>72 points</span>by <a href="user?id=HSO">HSO</a> 5 hours ago | <a href="item?id=7465124">49 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">17.</td>
<td>
<center>
<a id=up_7465036 href="vote?for=7465036&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465036></span>
</center>
</td>
<td class="title"><a href="http://www.matthew-sinclair.com/post/80668116295/could-keybase-io-do-for-crypto-what-github-did-for-git">Could keybase.io do for crypto what GitHub did for Git?</a>
<span class="comhead">(matthew-sinclair.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465036>116 points</span>by <a href="user?id=matthewsinclair">matthewsinclair</a> 5 hours ago | <a href="item?id=7465036">104 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">18.</td>
<td>
<center>
<a id=up_7465015 href="vote?for=7465015&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465015></span>
</center>
</td>
<td class="title"><a href="http://css.csail.mit.edu/mylar/">Mylar: A platform for building secure web applications</a>
<span class="comhead">(mit.edu)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465015>68 points</span>by <a href="user?id=gphilip">gphilip</a> 5 hours ago | <a href="item?id=7465015">16 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">19.</td>
<td>
<center>
<a id=up_7465034 href="vote?for=7465034&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465034></span>
</center>
</td>
<td class="title"><a href="http://coglode.com/">Cognitive Lode – Brain gems for decision-makers</a>
<span class="comhead">(coglode.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465034>66 points</span>by <a href="user?id=famfamfam">famfamfam</a> 5 hours ago | <a href="item?id=7465034">22 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">20.</td>
<td>
<center>
<a id=up_7466097 href="vote?for=7466097&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466097></span>
</center>
</td>
<td class="title"><a href="https://github.com/chesterbr/2048-2600">2048 game to the Atari 2600 VCS</a>
<span class="comhead">(github.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466097>26 points</span>by <a href="user?id=postit">postit</a> 2 hours ago | <a href="item?id=7466097">8 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">21.</td>
<td>
<center>
<a id=up_7461797 href="vote?for=7461797&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7461797></span>
</center>
</td>
<td class="title"><a href="http://flukeout.github.io/">CSS Diner</a>
<span class="comhead">(flukeout.github.io)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7461797>475 points</span>by <a href="user?id=dtournemille">dtournemille</a> 19 hours ago | <a href="item?id=7461797">109 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">22.</td>
<td>
<center>
<a id=up_7466743 href="vote?for=7466743&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466743></span>
</center>
</td>
<td class="title"><a href="http://www.coinery.io/" rel="nofollow">Show HN: A simple way to sell your digital products and accept Bitcoin </a>
<span class="comhead">(coinery.io)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466743>5 points</span>by <a href="user?id=zferland">zferland</a> 37 minutes ago | <a href="item?id=7466743">2 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">23.</td>
<td>
<center>
<a id=up_7462854 href="vote?for=7462854&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7462854></span>
</center>
</td>
<td class="title"><a href="http://techcrunch.com/2014/03/24/sheryl-sandberg-facebook-refused-no-poaching-agreement-with-google/">Facebook Refused No-Poaching Agreement With Google</a>
<span class="comhead">(techcrunch.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7462854>306 points</span>by <a href="user?id=byoogle">byoogle</a> 16 hours ago | <a href="item?id=7462854">246 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">24.</td>
<td>
<center>
<a id=up_7466984 href="vote?for=7466984&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466984></span>
</center>
</td>
<td class="title"><a href="http://gmailblog.blogspot.com/2014/03/a-new-more-visual-way-to-view-your.html" rel="nofollow">Official Gmail Blog: A new, more visual way to view your Promotions tab</a>
<span class="comhead">(gmailblog.blogspot.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466984>3 points</span>by <a href="user?id=rkudeshi">rkudeshi</a> 6 minutes ago | <a href="item?id=7466984">1 comment</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">25.</td>
<td>
<center>
<a id=up_7466767 href="vote?for=7466767&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466767></span>
</center>
</td>
<td class="title"><a href="https://cloud.google.com/events/google-cloud-platform-live/" rel="nofollow">Google Cloud Platform Live</a>
<span class="comhead">(cloud.google.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466767>4 points</span>by <a href="user?id=dudus">dudus</a> 34 minutes ago | <a href="item?id=7466767">1 comment</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">26.</td>
<td>
<center>
<a id=up_7466952 href="vote?for=7466952&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466952></span>
</center>
</td>
<td class="title"><a href="http://blogs.technet.com/b/microsoft_blog/archive/2014/03/25/microsoft-makes-source-code-for-ms-dos-and-word-for-windows-available-to-public.aspx" rel="nofollow">Microsoft makes source code for MS-DOS and Word for Windows available to public</a>
<span class="comhead">(technet.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466952>3 points</span>by <a href="user?id=hornokplease">hornokplease</a> 10 minutes ago | <a href="item?id=7466952">discuss</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">27.</td>
<td>
<center>
<a id=up_7466950 href="vote?for=7466950&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466950></span>
</center>
</td>
<td class="title"><a href="http://news.sky.com/story/1230743/radical-islam-website-readers-may-be-prosecuted" rel="nofollow">Radical Islam Website Readers May Be Prosecuted</a>
<span class="comhead">(sky.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466950>3 points</span>by <a href="user?id=cgtyoder">cgtyoder</a> 10 minutes ago | <a href="item?id=7466950">discuss</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">28.</td>
<td>
<center>
<a id=up_7466580 href="vote?for=7466580&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7466580></span>
</center>
</td>
<td class="title"><a href="http://www.csie.ntu.edu.tw/~b01902112/65536/" rel="nofollow">Finished 2048? Try 65536</a>
<span class="comhead">(edu.tw)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7466580>5 points</span>by <a href="user?id=rmc">rmc</a> 57 minutes ago | <a href="item?id=7466580">discuss</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">29.</td>
<td>
<center>
<a id=up_7464372 href="vote?for=7464372&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7464372></span>
</center>
</td>
<td class="title"><a href="https://mailman.stanford.edu/pipermail/liberationtech/2014-March/013304.html">A decentralized anonymous marketplace</a>
<span class="comhead">(stanford.edu)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7464372>87 points</span>by <a href="user?id=cyberviewer">cyberviewer</a> 9 hours ago | <a href="item?id=7464372">57 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr>
<td align=right valign=top class="title">30.</td>
<td>
<center>
<a id=up_7465980 href="vote?for=7465980&amp;dir=up&amp;whence=%6e%65%77%73">
<div class="votearrow" title="upvote"></div>
</a>
<span id=down_7465980></span>
</center>
</td>
<td class="title"><a href="http://things.gnod.com/flashdrives/">The tourist map of flash drives</a>
<span class="comhead">(gnod.com)</span>
</td>
</tr>
<tr>
<td colspan=2></td>
<td class="subtext">
<span id=score_7465980>43 points</span>by <a href="user?id=no_gravity">no_gravity</a> 2 hours ago | <a href="item?id=7465980">49 comments</a>
</td>
</tr>
<tr style="height:5px"></tr>
<tr style="height:10px"></tr>
<tr>
<td colspan=2></td>
<td class="title"><a href="news2">More</a>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td>
<img src="s.gif" height=10 width=0>
<table width="100%" cellspacing=0 cellpadding=1>
<tr>
<td bgcolor=#ff6600></td>
</tr>
</table>
<br>
<center>
<span class="yclinks"><a href="lists">Lists</a> | <a href="rss">RSS</a> | <a href="http://ycombinator.com/bookmarklet.html">Bookmarklet</a> | <a href="http://ycombinator.com/newsguidelines.html">Guidelines</a> | <a href="http://ycombinator.com/newsfaq.html">FAQ</a> | <a href="dmca.html">DMCA</a> | <a href="http://ycombinator.com/newsnews.html">News News</a> | <a href="item?id=363">Feature Requests</a> | <a href="https://github.com/HackerNews/HN/issues">Bugs</a> | <a href="http://ycombinator.com">Y Combinator</a> | <a href="http://ycombinator.com/apply.html">Apply</a> | <a href="http://ycombinator.com/lib.html">Library</a>
</span>
<br>
<br>
<form method=get action="//hn.algolia.com/">Search:
<input type=text name="q" value="" size=17>
</form>
<br>
</center>
</td>
</tr>
</table>
</center>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment