I’m embarrassed to say I don’t own an MP3 player. I’ve been able to resist the temptation up until now…but how can a girl scorn the latest convergence! The ability to listen to music while simultaneously keeping up with my personal hygiene is pure genius. Shopping list: PodShaveLady Bluetooth earbuds Victoria’s Secret Aftershave for Ladies… Continue reading iPod > iBod?
Month: April 2005
Syndicated Vindicated
My first challenge in the blogosphere was to discover why my wordpress rss wasn’t playing well with others. Specifically, I was getting “file not found” in Sage. Solutions: Remove “feed:” from rss links in sidebar.php and footer.php by changing: <a href="feed:<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> to: <a href="<?php bloginfo('rss2_url'); ?>">Entries (RSS)</a> Fix one line of code… Continue reading Syndicated Vindicated