Tagged Questions
The codinghorror tag has no wiki summary.
3
votes
3answers
334 views
IIS 6 compression configuration as told by Jeff
I've been reading up on the merits of IIS 6 compression over at CodingHorror (here), but I don't get where I'm supposed to make those alterations. Web.config or somewhere else?
Thanks!
2
votes
2answers
177 views
Java program to match songs (mp3) with slides (ppt) containing its lyrics
I have thousands of non-English songs in MP3s & thousands of PPTs, each displaying the lyrics of a song. I want to write a java program that would match up the correct MP3 with its PPT.
I could ...
1
vote
3answers
119 views
How far should I go with “the opposite of Fitts' Law”?
After reading Jeff's blog post and being fairly new to GUI programming, I'm wondering what the limits are on applying the "opposite of Fitt's Law." For example, is it a good idea to separate "Yes" and ...
1
vote
1answer
157 views
Anybody have CSSerializerSection from Jeff Atwood's codinghorror site?
I would like to learn from and possibly use the section serializer that Jeff Attwood posted in his The Last Configuration Section Handler.. Revisited blog posting. But, alas, it appears to have been ...
1
vote
1answer
418 views
Subsonic 2.x MySQL CodingHorror
What’s wrong here? This is how I found on examples of Subsonic 2 CodingHorror and doesn't works :(
new CodingHorror().Execute("SELECT * FROM product WHERE IdProduct = @IdProduct", 1);
The error I ...
0
votes
1answer
351 views
coding horror, the baby boy/girl question, probability [closed]
Just showed one of my flatmates this question from coding horror
He's just pointed out something obvious, what is the difference between boy/girl, girl/boy.
And if there is a difference then surely ...