I got an idea!

Hey, was reading another blarg and saw this cool thing--it was an "open thread"!  That means that the blarg post didn't contain any information relevant to anyones interests; the readers of the blarg were supposed to comment on stuff that's interesting to them at the current moment!

So, try it.  Please, since this is a new blarg , post something for God's sake.  Even if you're passing through and will never be back again.  Extra internets if you post something funny.


Vista Media Center beta test

Beta testing for Vista MCE is open.  Go here and login with a passport account to apply.  Hints below the fold.
Programming Post by: McGurk at 05:18 PM | Reply
Kick this post:

Imagelet previews

Added some neat CSS code to my imagelet butans on the comment page.  Now, when you hover over them, an image preview pops up. 

Unfortunately, I don't have much control over where it shows up right now.  I'd have to use some javascript to do that.  For now, its just a nice little heads-up so that you know what image you're adding.


NULLS IN THE DATABASE!!!

Coding Horror One of my biggest bugaboos is nulls in a database where null is NOT a legitimate value.  Nulls do have their place; for example, a null is a legitimate value for a column that contains optional foreign key.  When the value is null, the record is not associated with any rows in the related table.

There are other places where nulls are definitely NOT a legitimate value.  Bit flags have two states: 1 or 0.  Null is not one of those states.  Let me say it again-- bit flag = 1 or 0, not 1, 0 or null.

Allowing this kind of faggotry into your database can have unintended consequences; like something that just happened to me yesterday on a client's installation.

Programming Post by: McGurk at 01:57 PM | 18  Replies | Reply
Kick this post:

CSS C'EST C-SOMETHING

Doing a reset on my css.  Enjoy chaos.

Hacking the Innova Editor

I'm currently trying to hack the fuk outta the Innova Editor.  That's the control that I'm using right now to write this, and that nobody's using to reply to this post.

Shooting?

WHAT THE MOTHERFUCK?!? K, haven't posted about the shooting at VT.  There isn't much to say, frankly.  The only time I would have posted about it was when it was going down or shortly thereafter, and I was too busy for it to actually register.

Now, there isn't much to say about it.  People are finding things to say, of course.  Plenty of Monday Night Quarterbacking to go around.  And since the blarg's title isn't "You're Doing It Wrong Pundit," I think I'll stay out of that. 

Political Post by: McGurk at 04:42 PM | Reply

Things are getting seriously fucked up

K, the font zaniness that has affected my post comment page has now transferred to my front page.  Weird, since I just completely changed the post comment page by overlaying the template for the front page on it.  If anything front page nonsense should have shown up in the post page.

I might have an open tag somewhere, or there might be some faggotry going on with the CSS.  I'll investigate later tonight. 

Update:  K, dusted off FF and NS to take a look at the site.  There were a couple issues with layout that I changed for our friends who use the cool browsers.  I repositioned the page controls so that they don't render far to the right of the webpage, and straightened out all the Technorati stuff.

The font issue--I'm not sure what the hell happened.  All of a sudden all my fonts doubled in size on my home and work machines (three total).  Its a little hard to debug when the page is made of subpages that are sitched together at runtime.  But it appears that the mozilla based browsers kept the font size reasonable.  Goddamn, I hate HTML, XHTML and all the other web technologies.  Thanks, W3C, for writing shit specs that nobody can agree on how to implement.  Dicks.

Grouchy, pls check with your 1337 browser and see if anything odd is still going on, thanks.


More shits, possibly giggles

Huh?

More images to play with.  Also thinking about adjusting the syntax for all the little image things I have on the blarg . 

Oh, sorry, this guy is Bigfoot.  He's a bit special.  Not falling off the building special, but too much happy smoke special.  Here's the syntax for his tag:


Relearning boxing

Was reading a post over here and (re)learned something about boxing value types in .NET.  Go there, read, come back and continue reading.
Programming Post by: McGurk at 02:35 PM | 4  Replies | Reply
Kick this post:

<< Page 12 of 16 >>