<html>
<head>
<meta charset="utf-8"/>
<meta name="robots" content="all"/>
<meta name="description" content="Simple version in HTML5 for HackerNews website"/>
<meta name="Author" content="Mariz Melo, http://github.com/jmarizgit"/>
<title>Hacker News 5</title>
<link rel="stylesheet" href="http://fonts.googleapis.com/css?family=Roboto:regular,medium,thin,italic,mediumitalic,bold" title="roboto"/>
<link href="http://emoriz.com/hackernews/css/fontello.css" rel="stylesheet"/>
<link rel="shortcut icon" href="http://ycombinator.com/favicon.ico">
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<!--[if IE 7]>
<link rel="stylesheet" href="css/fontello-ie7.css"><![endif]-->
</head>
<body>
<header>
<nav>
<a href="//news.ycombinator.com" alt="ycombinator" class="logo">Y</a>
<span><b>Hacker News</b></span>
<a href="#" alt="new">new</a>
<a href="#" alt="threads">threads</a>
<a href="#" alt="comments">comments</a>
<a href="#" alt="ask">ask</a>
<a href="#" alt="jobs">jobs</a>
<a href="#" alt="submit">submit</a>
<a href="#" alt="logout" class="right">logout</a>
<a href="#" alt="marizmelo" class="right">marizmelo(19)</a>
</nav>
</header>
<ol>
<li>
<a href="/voteup" title="vote up" alt="vote up"><i class="icon-glyph78"></i></a>
<a href="//github.com/jmarizgit/hackernews5"><b>Fork on Github</b> (github.com)</a><br/>
<span>100 points by <a href="//github.com/jmarizgit">marizmelo</a> 1 hour ago | <a href="/comments">18 comments</a></span>
</li>
<li>
<a href="/voteup" title="vote up" alt="vote up"><i class="icon-glyph78"></i></a>
<a href="//news.ycombinator.com"><b>Hacker News Official Website</b> (news.ycombinator.com)</a><br/>
<span>1981 points by <a href="//ycombinator.com">ycombinator</a> 2 hour ago | <a href="/comments">2012 comments</a></span>
</li>
<li>
<a href="/voteup" title="vote up" alt="vote up"><i class="icon-glyph78"></i></a>
<a href="//emoriz.com"><b>Mariz Melo personal website</b> (emoriz.com)</a><br/>
<span>30 points by <a href="//github.com/jmarizgit">marizmelo</a> 4 hour ago | <a href="/comments">20 comments</a></span>
</li>
</ol>
<footer>
<nav>
<a href="#">Lists</a>
<a href="#">RSS</a>
<a href="#">Bookmarklet</a>
<a href="#">Guidelnes</a>
<a href="#">FAQ</a>
<a href="#">News News</a>
<a href="#">Feature Requests</a>
<a href="#">Y Combinator</a>
<a href="#">Apply</a>
<a href="#">Library</a>
</nav>
<form method="get" action="/">
<input type="text" placeholder="Search..." class="rounded"/>
</form>
</footer>
</body>
</html>
Output
You can jump to the latest bin by adding /latest
to your URL
Keyboard Shortcuts
Shortcut | Action |
---|---|
ctrl + [num] | Toggle nth panel |
ctrl + 0 | Close focused panel |
ctrl + enter | Re-render output. If console visible: run JS in console |
Ctrl + l | Clear the console |
ctrl + / | Toggle comment on selected lines |
ctrl + ] | Indents selected lines |
ctrl + [ | Unindents selected lines |
tab | Code complete & Emmet expand |
ctrl + shift + L | Beautify code in active panel |
ctrl + s | Save & lock current Bin from further changes |
ctrl + shift + s | Open the share options |
ctrl + y | Archive Bin |
Complete list of JS Bin shortcuts |
JS Bin URLs
URL | Action |
---|---|
/ | Show the full rendered output. This content will update in real time as it's updated from the /edit url. |
/edit | Edit the current bin |
/watch | Follow a Code Casting session |
/embed | Create an embeddable version of the bin |
/latest | Load the very latest bin (/latest goes in place of the revision) |
/[username]/last | View the last edited bin for this user |
/[username]/last/edit | Edit the last edited bin for this user |
/[username]/last/watch | Follow the Code Casting session for the latest bin for this user |
/quiet | Remove analytics and edit button from rendered output |
.js | Load only the JavaScript for a bin |
.css | Load only the CSS for a bin |
Except for username prefixed urls, the url may start with http://jsbin.com/abc and the url fragments can be added to the url to view it differently. |