Archive for July, 2006
Next Entries »[IE] sorry, I’m sorry dave, I can’t do that.
Tuesday, July 11th, 2006So apparently my problem yesterday with aw_foo.jmorgan.example.com didn’t work because _ is not a valid dns character. Every-freakin-other browser allows it to work except IE.
Figures- the one time microsoft didn’t embrace and extend and did the minimum amount of work, it bit me in the ass.
Rage against the IE.
Monday, July 10th, 2006ok, here’s my latest bout of IE stupidity. The new system I’m setting up will have several developers working on several projects. We’d like to be able to use subversion to manage the projects without dealing with pathname stupidity, hence all new projects should have / as their base since they will later become [...]
Intro to Vim Tip #3 (Visual Mode)
Monday, July 10th, 2006Another well used mode is Visual Mode, which turns your cursor into a hilighter.
open a textfile with several lines of text ad move the cursor to the middle
switch from command mode to visual mode:
v
You’ll notice as you move the cursor around, you highlight different sections from the point you started to the point you left. [...]
Intro to Vim Tip #2 (deleting)
Monday, July 10th, 2006Deleting in vim can be done several ways- in insert mode, the delete key and backspace key perform as you’d expect them to, but what if you want more?
delete the character to the left of the cursor:
[esc]d[left arrow]
delete the character to the right of the cursor:
[esc]d[right arrow]
deleting the current line from insert mode:
[esc]dd
deleting the current [...]
Intro to Vim Tip #1
Monday, July 10th, 2006Vim is a great tool, but using is can be a pita in the beginning- hence, we go through the basics. There are several command modes, but we’ll only discuss a few at first: Command Mode and Insert Mode.
Command mode is used to perform actions like saving, searching, etc. Insert mode is used to insert [...]
NOT Face Cancer.
Sunday, July 9th, 2006Biopsy came back; irritated mole, not face cancer.
that’s good to know.
Guitarday Thursday, July 13th, 6:30PM
Friday, July 7th, 2006ok, having another guitarday- looks like thursday is the day of choice from now on. 6:30pm till whenever. Let me know if you’re interested and bring an instrument.
Thursday, July 13th, 6:30PM
There, now you know.
If Chins Could Kill
Wednesday, July 5th, 2006Bruce campbell is sort of a hero of mine- he seems like a nice guy, he’s very charismatic, and plays a lot of roles that I find memorable (which include Evil Dead 1 and 2, army of darkness, Brisco County Jr, and a hundred other bitparts). I got his book for christmas a while back [...]
Next Entries »