0
votes
2answers
726 views
How Do I Import CSS With Safari and Opera When Using CSS Hacks?
I have a tough one here, but I think the benefit will be great...
I'm using the following CSS hack with PHP. The U variable in the file below is a constant, previously defined (be …
0
votes
5answers
104 views
How can I construct images using HTML markup?
I need to display reports and things in HTML using Microsoft's HTMLDocument object.
Unfortunately, you can give the document HTML markup, but you cannot give it images. It is only …
8
votes
10answers
393 views
What’s the best kludge you’ve ever seen in code?
They may not be pretty, but they work. Sometimes a best-practice has to take a back seat to 'good enough'. What is the best example of a kludge that you've ever seen passed off i …
54
votes
26answers
1k views
How do you stop interim solutions from lasting forever?
Say there are two possible solutions to a problem: the first is quick but hacky; the second is preferable but would take longer to implement. You need to solve the problem fast, s …
6
votes
18answers
405 views
What Quick Fixes Make You Queasy When You Code Them?
We've all done them, the short fix that will get the system back up and running until we can Do The Right Thing.
What have you marked in your code with the dreaded //Hack comment? …
