Happy Birthday Miggy! (December 22nd) Since you made a thread about my birthday, you deserve the same thing too. Here is my gift to you. :derpe: Spoiler: Gift Had to add some TwiDash in there as well.
Let me be the second to wish you a Happy Birthday! May you get all the pony merch you could possibly want!
I'm glad I noticed it was your birthday on my own accord without anyone telling me that it was and that I should come back on the forums to say happy birthday. Erhmmm. HAPPY HAPPY BIRTHDAY! THIS IS YOUR BIRTHDAY SONG! HAPPY HAPPY BIRTHDAY! THIS IS YOUR BIRTHDAY THONG! Spoiler: Applejack!
Happy birthday! I have no idea what to get you though, so have some bricks. Internet bricks, that Minecraft.net was built with! Code: <!DOCTYPE html> <html lang="en" class="no-js"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> <title>Minecraft</title> <meta name="description" content="Minecraft is a game about placing blocks to build anything you can imagine. At night monsters come out, make sure to build a shelter before that happens."> <meta name="author" content="Mojang AB"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <link rel="shortcut icon" href="/favicon.png"> <link rel="apple-touch-icon" href="/apple-touch-icon.png"> <link rel="stylesheet" href="/stylesheets/style.css?v=2"> <link rel="stylesheet" media="handheld" href="/stylesheets/handheld.css?v=2"> <!--[if !IE 7]> <style type="text/css"> #wrap {display:table;height:100%} </style> <![endif]--> <script src="/javascripts/libs/modernizr.min.js"></script> </head> <body> <div id="iframe"> </div> <div id="wrap"> <header> <div id="header_container" class="clearfix"> <a id="logo" href="/">Minecraft</a> <ul id="menu"> <li><a href="/">Home</a></li> <li> <a href="/game">Game</a> <ul> <li><a href="/game">About the Game</a></li> <li><a href="/game/howtoplay">How to Play</a></li> <li><a href="/game/credits">Credits</a></li> </ul> </li> <li><a href="/community">Community</a></li> <li><a href="/store">Store</a></li> <li><a href="/profile">Profile</a></li> </ul> <div id="userbox"> <span class="logged-in">Logged in as DanSze | <a href="/logout" id="logout-link">Log out</a></span> </div> </div> </header> <noscript> <div id="javascript-warning" class="warning warning-yellow"> Please, please enable JavaScript to use this site. </div> </noscript> <div id="main" role="main" class="clearfix controller-Site action-download"> <section class="left"> <h1>Download</h1> <p> When you have bought the game, you can download the stand-alone launcher for Minecraft here. It will automatically update the game files with the latest version. You'll be able to play the game without an Internet connection if you've been online at least once. </p> <script>var operating_system = "win";</script> <div id="platform-win" class="platform"> <h2>Minecraft for Windows</h2> <p> Download <a href="https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft.exe">Minecraft.exe (270 KB)</a>. Place it anywhere you want, then run it. </p> </div> <div id="platform-osx" class="platform"> <h2>Minecraft for Mac OS X</h2> <p> Download <a href="https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft.zip">Minecraft.zip (270 KB)</a>. Unpack and place Minecraft in your /Applications folder. </p> </div> <div id="platform-linux" class="platform"> <h2>Minecraft for Linux / Other</h2> <p> Download <a href="https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft.jar">minecraft.jar (89 KB)</a>. The jar is executable and might work as-is. If you run into memory issues, try launching it with <span class="code">java -Xmx1024M -Xms512M -cp Minecraft.jar net.minecraft.LauncherFrame</span>, also please use Sun's JVM. </p> </div> <p class="small"><a href="#all" id="platform-all">Show all platforms</a></p> <h2>Multiplayer Server</h2> <p> If you're running on Windows and just want to set up a server easily, download <a href="https://s3.amazonaws.com/MinecraftDownload/launcher/Minecraft_Server.exe">Minecraft_Server.exe (802 KB)</a> and run it. </p> <p> If you want to run the server on any other OS or without GUI it's a bit more involved (see <a href="http://www.minecraftwiki.net/wiki/Setting_up_a_server">this wiki article for a tutorial</a>). First make sure you can use <span class="code">java</span> from the command line. On Linux and Mac OS X this should already be set up but on Windows you might have to tinker with the PATH environment variable. Download and run <a href="https://s3.amazonaws.com/MinecraftDownload/launcher/minecraft_server.jar?">minecraft_server.jar (621 KB)</a> with <span class="code">java -Xmx1024M -Xms1024M -jar minecraft_server.jar nogui</span>. </p> </section> </div> </div> <footer> Mojang © 2009-2011. "Minecraft" is a trademark of Mojang — <a href="/terms">Terms of Use</a> — b_267 r_cbb479317d35cfc45cade746f0e4a023f04a179c </footer> <script src="/javascripts/libs/json2.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script> <script>!window.jQuery && document.write(unescape('%3Cscript src="/javascripts/libs/jquery-1.5.1.min.js"%3E%3C/script%3E'))</script> <script src="/javascripts/libs/jquery.dataTables.min.js"></script> <script src="/javascripts/libs/jquery.timeago.js"></script> <script src="/javascripts/libs/sammy.js"></script> <script> var _gaq=[['_setAccount','UA-9482675-1'],['_trackPageview']]; (function(d,t){var g=d.createElement(t),s=d.getElementsByTagName(t)[0];g.async=1; g.src=('https:'==location.protocol?'//ssl':'//www')+'.google-analytics.com/ga.js'; s.parentNode.insertBefore(g,s)}(document,'script')); </script> <script type="text/javascript"> var accountServiceAddress = "http://account.mojang.local:9001"; var app = $.sammy('#main', function() { this.debug = true; this.get('/', function() { var action = function(options) {var pattern = '/'; for(key in options) { pattern = pattern.replace(':'+key, options[key]); } return pattern } this.partial(action()); }); this.get('/game', function() { var action = function(options) {var pattern = '/game'; for(key in options) { pattern = pattern.replace(':'+key, options[key]); } return pattern } this.partial(action()); }); this.get('/login', function() { var action = function(options) {var pattern = '/login'; for(key in options) { pattern = pattern.replace(':'+key, options[key]); } return pattern } this.partial(action()); }); this.get('/register', function() { var action = function(options) {var pattern = '/register'; for(key in options) { pattern = pattern.replace(':'+key, options[key]); } return pattern } this.partial(action()); }); }); $(document).ready(function() { if ($('html').is('.history') && false) { app.run(window.location.pathname); } else { $(document).trigger('changed'); } }); </script> <script src="/javascripts/plugins.js"></script> <script src="/javascripts/main.js"></script> </body> </html>
Happy birthday Miggy . Here is my gift. My own birthday is the 7th of January, I hope I will get a thread too
Thats all, again. :derpe: T'was a fun day, got full up on stuffed crust pizza :ahh: Loving the AppleDash and internet bricks lulz