Change My colleague Mike already posted about 2010 being a year of change for him and I feel similar in some respect. Some things have recently changed and I’m already quite happy with the changes so I’m sticking with them this year. It’s a change in toolset for some of my tools, and more might be following.…
After moving to Textpattern, I had one tiny little problem: Everyone that subscribed to my RSS and Atom feeds wouldn’t know about the change. Luckily, zeroK came to the rescue. He suggested to use mod_rewrite and even helped me compose the write mod_rewrite code for it: ??RewriteRule ^rss.xml$ /rss [R,L]????RewriteRule ^atom.xml$ /atom [R,L]?? I tried…