YouTube walk through of Scott Adams classic text adventure Mission Impossible
The awesome Text Adventurer has put together a video of a complete walkthrough of the Scott Adams classic Mission Impossible (aka Secret Mission) complete with an ambient soundtrack!
YouTube walk through of Scott Adams classic text adventure Pirate Adventure
The awesome Text Adventurer has put together a video of a complete walkthrough of the Scott Adams classic Pirate Adventure, complete with an ambient soundtrack!
YouTube walk through of Scott Adams classic text adventure Adventureland
The awesome Text Adventurer has put together a video of a complete walkthrough of Adventureland, complete with a spooky soundtrack!
Adventurer – an open source Scott Adams Adventure International Game interpreter written in C#
Adventurer is rather neat GitHub project and is a A C# Intrepreter for Scott Adams adventure games encoded in the ScottFree format and you can find it here:
https://github.com/TheTextAdventurer/Adventurer
Currently, it doesn't support Brian Howarth's mysterious advenures (according to the README.MD) but has plans to do so.
JScottFree – a jQuery plugin for playing Scott Adams Adventure games
Do you like Scott Adam's adventure games? If yes, look here:
https://github.com/AndyStobirski/jScottFree
It's a jQuery plugin that plays the classic Scott Adam's adventure games. It's free to use, play and modify and available on GitHub.
Enjoy!
Have you wanted to do something a little different with your jQuery UI Tabs?
Go here and be enlightened:
Notepad++ Emmet jQuery Template
Here's a little addition I've made for the excellent Notepad++ plugin Emmet. It's a shortcut that creates a HTML5 template with a link to jQuery "jquery-2.1.3.min.js" and a "$(document).ready" function, as shown below.
It's straightforwards to do, and requires three additions to Emmet's "snippets.json" file, that is located in the Notepad++ direction "\plugins\EmmetNPP\emmet\".
Addition 1, to?the section "snippets", a child of "html":
"jqdocready": "\\$(document).ready(function() {\n\n});"
Additions 2 and 3, to?the section "abbreviations", a child of "html":
"docjq2":"html>(head>meta[charset=UTF-8]+title{${1:Document}}+script[src=http://code.jquery.com/jquery-2.1.3.min.js]+script[type=text/javascript]>jqdocready)+body", "html:5jq2":"!!!+docjq2[lang=${lang}]",
In situ, the three additions look like this:
Obviously, make changes at your own risk, but if done correctly, this will work. Cheers m'dears,
jQuery code hinting in Notepad++
Does what it says on the tin:
http://jamesallardice.com/jquery-code-hinting-in-notepad/
Great!
FastStone Capture – Windows Screen Capture Tool
FastStone Capture is a powerful, flexible and intuitive screen-capture utility. It allows you to capture anything on the screen including windows, objects, full screen, rectangle regions, freehand-selected regions and scrolling windows/web pages.
Simple C# colour picker
Here's a simple C# colour picker I've created. It's derived from a combobox with a simple override on the OnDrawItem() method. It looks like this:
And you can find it over on my GitHub page.
This contains no error handling, and is simple as it can be, so use it and your own peril. It's not going to make your computer explode, but you know what I mean. Any problems, feed etc drop me a line.