Current Filter:
Category: Rambling
Date Range: 4/1/2008 - 4/30/2008
(clear filters)

Sunday, April 27, 2008

Rock Band

Note to self: I am not a Rock Star. I should never attempt to kick like one (again).

Note to anyone over 30: Learn from the above. Repeat it at least 3 times.

Note to anyone who kicked anyway despite the above: Epsom salt baths help with sore muscles.

Posted by ~Angela | Comments (2) | Add Comment | Permalink

 
Saturday, April 5, 2008

Wrapping text in CFGRID that uses format="html"

I Googled. I googled some more. I found lots of blogs where people asked in the comments how to wrap text in a CFGRID tag, but either no answer was given or the format was Flash.

Well, for the sanity of those on the same mission I was on, I shall blog the solution that satisfied my quest. (It may or may not satisfy yours depending on what you're trying to achieve.)

A simple line of CSS did the trick in my use case:

div .x-grid-cell-text{white-space:normal;}

UPDATE: To fix IE, add display:block; to the rule above.

That's it, one line of CSS. Hope it helps!

Posted by ~Angela | Comments (8) | Add Comment | Permalink

 
Tuesday, April 1, 2008

Adobe Sells ColdFusion

It's true; Adobe sells ColdFusion. In fact, they have for a few years now. Ever since they acquired Macromedia.

Gotcha...Just like last time.

Posted by ~Angela | Comments (1) | Add Comment | Permalink