Updates from Aaron RSS
-
08:59:29 am on March 27, 2008 |
Note to self: don’t use low() on Chinese characters.
-
10:33:30 pm on March 25, 2008 |
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…
-
01:24:51 pm on March 19, 2008 |
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?
-
10:38:25 pm on March 15, 2008 |
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?
-
09:47:25 am on March 11, 2008 |
The next Utah Code Camp is scheduled for April 26th.
-
08:26:49 pm on March 10, 2008 |
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.
-
12:30:42 am on March 10, 2008 |
Just took the plunge… now I’m using UUIDs as my primary keys in CakePHP.