code.gibney.org: this version of gibney.org is optimized for coding. For example, in the standard view the source of the editor bookmarklet looks like crap:
en.gibney.org/editor/ but in code view it looks nice:
code.gibney.org/editor/. code.gibney.org also has a very nice edit mode and some other coding-friendly functions.
js.gibney.org: like javascript.gibney.org but always prefixes the code with the ge_require_once function which can be used to include more javascript code.
So you can do stuff like this everywhere in your code:
ge_require_once("http://javascript.gibney.org/message_box.js");
It will work. You dont have to include the ge_require_once function manually. When you include javascript from a website, do it from js.gibney.org, so the ge_require_once function is available:
<script src="http://js.gibney.org/overflow_scroller.js"></script>
raw.gibney.org: this version of gibney.org puts out the raw content. Some example usages:
- You create an html file on gibney.org and want to look at it without the gibney.org design around it. Just look at it at raw.gibney.org/yourthing/
- You want to have a css file on gibney.org - just create an entry "example.css" and you can use it like this in a website: <link rel="stylesheet" href="http://raw.gibney.org/example.css">