Jun 18
cmanonblogroll, eyecandy, projects blog, mimbo, themes
After looking almost a hundred of very good free wordpress themes I found the one I liked and surprisingly didn’t take too much effort to put some style thanks to the child themes functionality.

My new blog theme.
Sep 10
cmanonblogroll, programming blog, theme
I’m really exited with the new agregado theme provided by Smashingmagazine and just changed my theme, I’ve detected and corrected a couple of issues:
1. There’s a typo in the audioscrobber feed:
On the functions.php line 499 says:
$simple_url .= ‘/recentracks.rss’;
And should be:
$simple_url .= ‘/recenttracks.rss’;
2. I saw my flickr pictures being resized and comment two lines (103 annd 104) in the query-carousel.css:
#mycarousel img {
padding:3px;
border:1px solid #4f383d;
margin:0 13px 7px 0;
/*
height:40px;
width:40px;
*/
display:block;
}
This display the correct size of the flickr images, please let me know your comments on this new theme.