New Plants for the Office

personal suggest edit

This past weekend Akumi and I headed over to the downtown flower mart to purchase some plants. We came home with a couple money trees and some bamboo for my office.

Read More

Google AdSense in RSS Ineffective?

rss suggest edit

As you’ve probably heard, Google is testing AdSense within RSS on a single site.

Read More

Should Corporations Act Purely on Self Interest?

I saw this post on Don Park’s blog…

Read More

Matching HTML With Regular Expressions Redux

regex code suggest edit

UPDATE: Mea culpa! Maurice pointed out that (except for the casing) my original expression WAS correct. I only needed the RegexOptions.SingleLine option. I didn’t need to add the (\s|\n) everywhere. Here’s a corrected post. Thanks Maurice!

Read More

Trillian Wikipedia Integration

tech suggest edit

I’m chatting with my buddy Micah who will ask me a question and then annoyingly answer it himself immediately after. For example, he asked me how FireFox picks up an icon from web pages. I replied that there’s a favicon protocol but that I didn’t know the details. He then proceeded to explain how to format the link tag properly.

Read More

So There Was a Real Hattori Hanzo

interesting suggest edit

Hattori Hanzo A while ago I wrote about Seppuku, Katanas, and Samurai and made a joking reference to Hattori Hanzo.

Read More

It's the Little Touches - Trillian and MSN Messenger.

tech suggest edit

Yesterday I wrote about a neat Trillianfeature that highlights words with their Wikipedia definition.

Read More

Pensamiento de Cancun (Thinking About Cancun)

DataGrid With a Title Row

data suggest edit

One thing I’ve found annoying at times with the DataGrid control is there’s no way to specify a title to be displayed above the headers. Being lazy, I often resorted to adding a label above the data grid followed by a br tag.

Read More

4/20. Where'd Your Coworker Go Around 4 PM?

humor drugs suggest edit

In some circles, today’s a very special day. And 4:20 today is a special time for this special day. If your coworker has a serious need to take a smoke break around 4 o’clock today and comes back with a lot of munchies, you know what’s up.

Read More

Where Do These Bruises Come From?

personal suggest edit

Elbow Yesterday Akumi pointed at my elbow in shock and asked me what happened.

Read More

Google Ads as Blog Decoration

blogging suggest edit

Since I mentioned that the Family Guy was no longer cancelled on my blog, I’ve noticed that Google Ad Sense has been displaying a Family Guy banner ad on my homepage.

Read More

Community Server Licensing vs .TEXT

blogging suggest edit

Before you upgrade to Community Server, be aware that they’ve turned it into a commercial product. Yes, there is a non-commercial license available, but it requires you to display the following image at the bottom of every page.

Read More

Community Server Fix for Posting Comments from Feed Readers and a Rant for Good Measure

rss suggest edit

Jayson Knight has been cutting his teeth on the latest version of .TEXT now called Community Server trying to get it’s RSS and CommentAPI support to work.

Read More

The Collapse of Boolean Logic

code suggest edit

What will this code write to the console?

Read More

When Drinking Flaming Shots

humor suggest edit

…be sure not to spill…(animated gif)

Read More

Misspelling Might Be Your Friend

blogging suggest edit

Looking through my statistics today and I noticed that I received a lot of hits from this post about Google Maps using satellite photography.

Read More

Threading Tips: Never Lock a Value Type. Never Lock "This"

UPDATE: As a commenter pointed out, the original code example did not properly demonstrate the problem with locking on the this keyword within a normal method. I have corrected this example and wrote a better example that demonstrates that this problem still exists even in a “normal” method.

Read More

RSS Bandit v1.3.0.29 Released

rss suggest edit

This is a bug fix release. Check out Dare’s list of fixes to find out more.

Read More

Beware of @@Identity Theft in SQL Server

sql suggest edit

In T-SQL, you can use the @@IDENTITY keyword to obtain the value of the identity column when you insert a new record. For example, the following query inserts a record into an imaginary table and returns a result set containing the ID of the inserted column.

Read More