Damon McCormick's blog
Interesting
- Nothing interesting happened on the internet yesterday. Sorry to get your hopes up.
Help
"Using compass and sass to generate css, how do we get line numbers in the compiled css indicating the corresponding sass declaration?"
The suggested answer is using the non-silent variety of sass comments in an old skool pragma-mark type fashion.
"Is there a canonical setup for dealing with failover when you have two HA proxy load balancers and round-robin DNS across their two IP addresses?"
Interesting
- Regarding compass, sass, and line numbers, Chris Eppstein dropped some knowledge in the comments section on the 4/7/09 entry:
config.after_initialize do
Sass::Plugin.options[:line_comments] = true
end
That will grants you wondrous and magical comments in your css. Cheers, Chris!
Help
"IE does not let you float an element in front of a select -- how can I get around that?"
Use an iframe; jquery has an example in they're modal dialog box







