January 2004
Sun Mon Tue Wed Thu Fri Sat
        1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31
Dec   Feb

 Wednesday, January 21, 2004
CSS Hacks (dithered.com)

"Because of the generally crappy CSS standards support in modern browsers, a number of techniques have been developed to hide CSS stylesheets, rules, and declarations from browsers that won't understand or will mis-interpret them, or to set different values to the same CSS property in different browsers in order to acheive the same appearance on all (or most) browsers. On these pages, I've collected a number of these techniques (usually called filters or hacks) and documented what browsers they work on. The W3C validator may reject code that appears to follow the letter of the emerging CSS3 standards. In such cases, I've assumed that the filter is valid CSS. In the summary tables, the background color of the CSS Version column indicates whether each filter passes the W3 validator or not (green = validates; red = doesn't) so that you can stick to filters that have been given this official seal of approval (I've removed all the obviously non-valid hacks to their own section)."

This is a nice link to have in your web developers toolbox.


Comments [] TrackBack [] 8:29:39 AM Google It!    

RegExpr and Mailwasher I finally got around to working on a RegExpr for my mailing lists in Mailwasher. I am averaging about 150 pieces mail a day and 80% is spam. The problem is that I am not consistent on my filtering and some mail is getting deleted. For some of the mailing lists I put them in my whitelist. For the rest I filter on the 'To', 'From', or 'Subject' fields using the contains operator. The contains operator is okay but I use up a rule for every mailing list and each filter is limited to ten rules. I could create more filters but I like to see the summary count of my mailing list mail in the mail statistics. Using RegExpr for some of this filtering seems like a better idea. To help me get it right I downloaded RegCoach and opened my Programming Perl book. The biggest problem was to escape the metacharacters(e.g. [ ] .). My initial testing showed the new rules to be working but I will continue to tweak and start disabling entries in the friends list.
Comments [] TrackBack [] 8:15:28 AM Google It!    

This work is licensed under a Creative Commons License. The licensor permits others to copy, distribute, display, and perform the work. In return, licensees must give the original author credit.

Valid HTML 4.01! Creative Commons License Click here to visit the Radio UserLand website. Subscribe to "a lazy cowboy" in Radio UserLand. Click to see the XML version of this web page. Click here to send an email to the editor of this weblog.