Getting a new AZ header up and running… Then I’m off to complete the new gallery design.
Latest Updates RSS
-
Scott C
-
Braden
Just got htmlpurifier r1635 approved with trivial changes. Ftw.
$htmlpurifier->purify() is to htmlentities() as prepared queries are to mysql_real_escape_string().
-
Aaron
Note to self: don’t use low() on Chinese characters.
-
Aaron
So I am ditching Dreamhost for MediaTemple.net. This site has already migrated. Here’s wishing for a whole lot better reliability and uptime than Dreamhost…
-
Aaron
You can use this to filter out classes in the styles dropdown in TinyMCE. I wish I had known this a week ago.
Question, what do you guys think of using a prefix on CSS classes? I use “gclms-” on all of mine to avoid certain kinds of conflicts. Is this overkill?
-
Braden
Joel on Software, on IE 8 Standards Mode:
Eric Bangeman at ars technica writes, “The IE team has to walk a fine line between tight support for W3C standards and making sure sites coded for earlier versions of IE still display correctly.” This is incorrect. It’s not a fine line. It’s a line of negative width. There is no place to walk. They are damned if they do and damned if they don’t. . . .
As usual, the idealists are 100% right in principle and, as usual, the pragmatists are right in practice. The flames will continue for years. This debate precisely splits the world in two. If you have a way to buy stock in Internet flame wars, now would be a good time to do that.
Very insightful and funny analysis.
-
Aaron
IE7 doesn’t support “table-row” as a row display type. And this makes me unhappy. Good grief, how much more time must I seemingly waste having to compensate for IE’s shortcomings?
-
Joey
Maybe I’m the last one to get the memo, but Subversion is surprisingly easy to install. I’ve had a small personal repository set up on my home server for a couple weeks now and I can’t recommend it enough.
-
Aaron
The next Utah Code Camp is scheduled for April 26th.
-
Aaron
When rerouting an ODT for download don’t forget to use exit(). Since ODT’s are essentially zipped archives, extra lines at the end seem to easily corrupt the file.