Nothing Due Oct 2 07

Posted by: joe @ Sunday, September 30, 2007 11:24 pm

Nothing is due next class.

Conflux Festival

Posted by: joe @ Tuesday, September 11, 2007 12:40 pm

Everyone who can should check out the Conflux festival happening in Brooklyn. Conflux is.

You can find a schedule here.

Posting Code

Posted by: joe @ Monday, September 10, 2007 1:14 pm

When posting code on this blog you need to do two things:
Once you have registered go to the Users page and scroll down to “personal options”. Make sure “Use the visual rich editor when writing” is not checked and uncheck if it is. You will now be able to put html in your post so long as you enclose the code within the following tags.

<pre>
<code>
Insert tags, etc here and they will show up. Outside of the tags they will not.
</code>
</pre>

You can then post your code and it will look like so:

[[code]]czoxMDI6XCINCjxwPmEgcGFyYWdyYXBoPC9wPg0KPHA+YSBwYXJhZ3JhcGggd2l0aCBhIDxhIGhyZWY9XCJ1bmRlcnN0YW5kaW5nbmV3e1smKiZdfW1lZGlhLmNvbS93ZWJwcm8vXCI+bGluazwvYT48L3A+DQpcIjt7WyYqJl19[[/code]]

nifty.

Optional: Changing “Key-Bindings” on OSX

Posted by: joe @ Saturday, September 1, 2007 8:36 pm

note: this is for your own computer as you will not be able to do the following in the Hunter lab.

One last optional alteration of jEdit for mac users.
Those who use the keyboard a bit will notice that the option key doesn’t work properly in jEdit. To get the option key working do the following:

Open the file startup.bsh in your /Applications/jEdit 4.2/startup/ folder.

Uncomment line 87 by changing the line from this:
//Debug.ALT_KEY_PRESSED_DISABLED = false;
To this:
Debug.ALT_KEY_PRESSED_DISABLED = false;

Now pressing Option + LeftArrow or Option + RightArrow will allow you to move in between words on a line quickly.