Posted in 10 Feb 2010 ¬ 12:30 pmJoseph Scott
I’ve setup my iPhone to sync my calendar and contacts with my Google account. The sync process itself works fine, my complaint is with the ‘Fetch New Data’ options.
I don’t use push for this, I’m happy to get more battery life at the expense of not having immediate updates. That leaves me with [...]
Read the rest of this entry »
Posted in 8 Apr 2009 ¬ 2:03 pmJoseph Scott
When creating a WordPress theme don’t forget to include a wp_head(); call in the HTML HEAD section of your theme. It’s very simple to do, just include:
<?php wp_head(); ?>
Before the closing HEAD tag (</head>) in your HTML.
Why make such a fuss over a single function call? Because it does a fair bit of [...]
Read the rest of this entry »