Monthly Archives: June 2009

Visual Studio 2008 Color Settings

I like to code in the dark. Literally. Dark outside, dark inside, dark on the screen. I find the dark screen to be “easier on the eyes”, even when it is light outside. In Visual Studio (or vwd) you can use these .vssettings files to import settings. Some great guy on the internet has made [...]

Posted in Uncategorized | Tagged | Leave a comment

Sourcecode Posting in WordPress

So i found a plugin for posting code up here. I like it alot. The Plugin: http://wordpress.org/extend/plugins/syntaxhighlighter/ Its called syntax highlighter and its really neat. Basically when you post you can wrap your code with tags representing what ever langugage your code is in. These tags are refered to as brushes. For a list of [...]

Posted in Uncategorized | Tagged , , | Leave a comment

Code Snippet of the Week? Day? Year?

Ok so i’m going to post some code snippets up here, more for my own reference than anything else. But here is one i use quite often lately for YUI. This is they way that you get two divs to take up %50 each of the parent div. I love YUI. Now to find out [...]

Posted in Uncategorized | Tagged , , , | Leave a comment