Monthly Archives: December 2009

Going Mobile

Having tried and then given up working a .mobi site, I decided to try WordPress Mobile Pack. So far, its working quite well although I see I need a few for tweaks and optimizations.

WordPress

I have been experimenting with #WordPress – learning how to create child themes and using “add_filter ” and “add_action” functions. I started with the thematic theme to see if I could take its very generic appearance and change it around. Although it did not bring my experiment to a complete theme creation, I now knowWordPress See the full project…

Updating Older Sites

It always is difficult for me to update older sites. I usually just want to rip the code out and start over. However, my clients usually just want their changes or updates implemented and not a re-do. So, I ignore the code I don’t like and just keep going.

Events Calendar on WordPress

I managed to tweak the events calendar plugin on #Wordpress to use “SidebarEventsList()” function to create a summary page of upcoming events via a link form the calendar. I just had to modify some PHP code and who’s afraid of a little PHP?