<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>dBaines.com</title>
	<atom:link href="http://dbaines.com/feed/?post_type=all" rel="self" type="application/rss+xml" />
	<link>http://dbaines.com</link>
	<description>Portfolio and Blog of David Baines, South Australian Web Developer</description>
	<lastBuildDate>Tue, 24 Apr 2012 11:21:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Use the Sickbeard API and PHP to show upcoming season start dates</title>
		<link>http://dbaines.com/blog/archive/use-the-sickbeard-api-and-php-to-show-upcoming-season-start-dates/</link>
		<comments>http://dbaines.com/blog/archive/use-the-sickbeard-api-and-php-to-show-upcoming-season-start-dates/#comments</comments>
		<pubDate>Mon, 23 Apr 2012 02:40:38 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tv]]></category>
		<category><![CDATA[api]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[sickbeard]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=2025</guid>
		<description><![CDATA[<p>Here's a quick little php script that will print out upcoming season start dates from your <a title="Sickbeard. The Internet PVR." href="http://www.sickbeard.com" target="_blank">Sickbeard</a>.</p>

<p>Make sure you edit the settings at the top of the file to make sure it points to your Sickbeard install.<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/use-the-sickbeard-api-and-php-to-show-upcoming-season-start-dates/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Here's a quick little php script that will print out upcoming season start dates from your <a title="Sickbeard. The Internet PVR." href="http://www.sickbeard.com" target="_blank">Sickbeard</a>.</p>
<script src='https://gist.github.com/2468423.js'></script>
<p>Make sure you edit the settings at the top of the file to make sure it points to your Sickbeard install.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/use-the-sickbeard-api-and-php-to-show-upcoming-season-start-dates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Usenet Intranet Homepage</title>
		<link>http://dbaines.com/blog/archive/usenet-intranet-homepage/</link>
		<comments>http://dbaines.com/blog/archive/usenet-intranet-homepage/#comments</comments>
		<pubDate>Fri, 06 Apr 2012 05:03:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=2016</guid>
		<description><![CDATA[<p>Last weekend I set up a local Ubuntu server on an old PC and migrated my SickBeard, CouchPotato and Headphones over to it. While I was there I installed SABnzbd as well to complete the package.</p>

<p>Yesterday I decided to make a homepage for the server and I figured other people might like to check it out as well, <a title="Usenet Intranet Homepage" href="https://github.com/dbaines/Usenet-Intranet-PHP-Homepage" target="_blank">so I released it on GitHub</a>!</p>
<p>It's a cool little one-pager that has buttons for SickBeard, CouchPotato, Headphones and SABnzbd, details of your current download, your wifi information and a list of TV shows that are coming out today.</p>
<p>It's completely customisable, at the top of the php file is a big array full of various settings you can tinker <br />&#160;<br /> <a href="http://dbaines.com/blog/archive/usenet-intranet-homepage/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Last weekend I set up a local Ubuntu server on an old PC and migrated my SickBeard, CouchPotato and Headphones over to it. While I was there I installed SABnzbd as well to complete the package.</p>
<figure id="attachment_2017" aria-describedby="figcaption_attachment_2017" style="width: 310px" class="wp-caption aligncenter"><a href="http://dbaines.com/blog/wp-content/uploads/2012/04/screen1.png"><img class="size-medium wp-image-2017" title="Usenet Intranet Homepage" src="http://dbaines.com/blog/wp-content/uploads/2012/04/screen1-300x164.png" alt="" width="300" height="164" /></a><figcaption id="figcaption_attachment_2017">Screenshot</figcaption></figure>
<p>Yesterday I decided to make a homepage for the server and I figured other people might like to check it out as well, <a title="Usenet Intranet Homepage" href="https://github.com/dbaines/Usenet-Intranet-PHP-Homepage" target="_blank">so I released it on GitHub</a>!</p>
<p>It's a cool little one-pager that has buttons for SickBeard, CouchPotato, Headphones and SABnzbd, details of your current download, your wifi information and a list of TV shows that are coming out today.</p>
<p>It's completely customisable, at the top of the php file is a big array full of various settings you can tinker with.</p>
<p>Old browsers weren't that target audience for this project as it makes use of CSS3 and HTML5 (progress bars!)</p>
<p><a title="Usenet Intranet Homepage" href="https://github.com/dbaines/Usenet-Intranet-PHP-Homepage" target="_blank">Check it out on Github!</a></p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/usenet-intranet-homepage/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>DotNetNuke Snippets for SublimeText 2</title>
		<link>http://dbaines.com/blog/archive/dotnetnuke-snippets-for-sublimetext-2/</link>
		<comments>http://dbaines.com/blog/archive/dotnetnuke-snippets-for-sublimetext-2/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 05:05:17 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[downloads]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=1998</guid>
		<description><![CDATA[<p>Do you create DotNetNuke Skins? Do you use <a title="SublimeText 2 - The awesomest editor in ever." href="http://www.sublimetext.com/" target="_blank">SublimeText2</a>? Then <a title="DNN SublimeText 2 Snippets" href="https://github.com/dbaines/DotNetNuke-SublimeText-2-Snippets" target="_blank">these snippets might help save time</a>!</p>
<p>Let me know if you have any requests or suggestions.</p>
<p><strong>Now available in Package Control</strong><br />&#160;<br /> <a href="http://dbaines.com/blog/archive/dotnetnuke-snippets-for-sublimetext-2/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<p>Do you create DotNetNuke Skins? Do you use <a title="SublimeText 2 - The awesomest editor in ever." href="http://www.sublimetext.com/" target="_blank">SublimeText2</a>? Then <a title="DNN SublimeText 2 Snippets" href="https://github.com/dbaines/DotNetNuke-SublimeText-2-Snippets" target="_blank">these snippets might help save time</a>!</p>
<p>Let me know if you have any requests or suggestions.</p>
<p><strong>Now available in Package Control</strong></p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/dotnetnuke-snippets-for-sublimetext-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DotNetNuke Quick Tip: Remove gap between input and button</title>
		<link>http://dbaines.com/blog/archive/dotnetnuke-quick-tip-remove-gap-between-input-and-button/</link>
		<comments>http://dbaines.com/blog/archive/dotnetnuke-quick-tip-remove-gap-between-input-and-button/#comments</comments>
		<pubDate>Mon, 06 Feb 2012 02:24:00 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=1988</guid>
		<description><![CDATA[A quick little tutorial on how to remove a gap between the DNN search skin object.]]></description>
			<content:encoded><![CDATA[<p>If you're working on a DNN skin that requires the search button to be next to the search input you're going to be annoyed by a tiny little gap that likes to insert itself between your elements.</p>
<p>Fear not, though, it's a relatively simple issue to fix!</p>
<p>The file you need to edit is: <code class="inline-code">/admin/Skins/search.ascx</code>.</p>
<p>Inside that file on line 6 you'll find a sneaky little non-breaking space element. Delete that element.</p>
<figure id="attachment_1991" aria-describedby="figcaption_attachment_1991" style="width: 868px" class="wp-caption aligncenter"><a href="http://dbaines.com/blog/wp-content/uploads/2012/02/gv_nbsp.jpg"><img class="size-full wp-image-1991" title="non-breaking space" src="http://dbaines.com/blog/wp-content/uploads/2012/02/gv_nbsp.jpg" alt="" width="858" height="335" /></a><figcaption id="figcaption_attachment_1991"> non-breaking space</figcaption></figure>
<p>&nbsp;</p>
<p>Save that file and upload it if necessary and you'll notice your search bar goes from:</p>
<figure id="attachment_1989" aria-describedby="figcaption_attachment_1989" style="width: 247px" class="wp-caption aligncenter"><a href="http://dbaines.com/blog/wp-content/uploads/2012/02/gv_boo.jpg"><img class="size-full wp-image-1989" title="Boo!" src="http://dbaines.com/blog/wp-content/uploads/2012/02/gv_boo.jpg" alt="" width="237" height="67" /></a><figcaption id="figcaption_attachment_1989">Boo!</figcaption></figure>
<p>to:</p>
<figure id="attachment_1992" aria-describedby="figcaption_attachment_1992" style="width: 247px" class="wp-caption aligncenter"><a href="http://dbaines.com/blog/wp-content/uploads/2012/02/gv_yay.jpg"><img class="size-full wp-image-1992" title="Yay!" src="http://dbaines.com/blog/wp-content/uploads/2012/02/gv_yay.jpg" alt="" width="237" height="67" /></a><figcaption id="figcaption_attachment_1992">Yay!</figcaption></figure>
<span class="message important">It's important to note that this skin file is a core file and there's always the possibility that the file will be replaced or completely changed during an upgrade. </span>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/dotnetnuke-quick-tip-remove-gap-between-input-and-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dbaines2012 WordPress Theme on Github</title>
		<link>http://dbaines.com/blog/archive/dbaines2012-wordpress-theme-on-github/</link>
		<comments>http://dbaines.com/blog/archive/dbaines2012-wordpress-theme-on-github/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 11:24:09 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[Free Download]]></category>
		<category><![CDATA[Wordpress Template]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=1965</guid>
		<description><![CDATA[<p>I've done a visual refresh of the WordPress Theme here so I've started a new Github project to separate it from the previous theme.</p>
<p>Like last time, this is a development template and is in no way ready to be used on any website "as is". It's only being shared as a developer resource. If you see something here you like and want to know how it's done then you can download the source and peruse the templates <img src='http://dbaines.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is the theme being used on this website <strong>right now</strong>. It's like a live demo!</p>
<p><span id="more-1965"></span></p>
<p><br />
<a title="Read the latest version history at GitHub" href="https://github.com/dbaines/dbaines2012-Wordpress-Theme/blob/master/README.md" target="_blank"> Read the latest version history</a>.<br />&#160;<br /> <a href="http://dbaines.com/blog/archive/dbaines2012-wordpress-theme-on-github/" class="read_more">Continue Reading</a></p>]]></description>
			<content:encoded><![CDATA[<span class="message info">Version 2.0 - Last updated 2012-04-01<br />
Looking for help? <a title="dbaines2012 WordPress Theme Wiki" href="https://github.com/dbaines/dbaines2012-Wordpress-Theme/wiki" target="_blank">Try the wiki</a>.</span>
<p>I've done a visual refresh of the WordPress Theme here so I've started a new Github project to separate it from the previous theme.</p>
<p>Like last time, this is a development template and is in no way ready to be used on any website "as is". It's only being shared as a developer resource. If you see something here you like and want to know how it's done then you can download the source and peruse the templates <img src='http://dbaines.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>This is the theme being used on this website <strong>right now</strong>. It's like a live demo!</p>
<p><span id="more-1965"></span></p>
<p><h2 class="subheader">Version History</h2><br />
<a title="Read the latest version history at GitHub" href="https://github.com/dbaines/dbaines2012-Wordpress-Theme/blob/master/README.md" target="_blank"> Read the latest version history</a>.</p>
<a href="https://github.com/dbaines/dbaines2012-Wordpress-Theme" class="downloadbtn downloadbtn_star" title="View at GitHub" onClick="javascript: _gaq.push(['_trackPageview', 'dbaines2012 WordPress Theme on Github/View at GitHub']);" target="_blank"><span class="downloadbtn_icon"></span>View at GitHub</a>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/dbaines2012-wordpress-theme-on-github/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordPress Custom Post Type Art Gallery Tutorial</title>
		<link>http://dbaines.com/blog/archive/wordpress-custom-post-type-art-gallery-tutorial/</link>
		<comments>http://dbaines.com/blog/archive/wordpress-custom-post-type-art-gallery-tutorial/#comments</comments>
		<pubDate>Sun, 15 Jan 2012 05:06:36 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tutorials]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=1920</guid>
		<description><![CDATA[This lengthy tutorial will teach you how to set up a custom post type for an art gallery and implementing the colorbox popups instead of full-post pages, then implementing a custom homepage with a slider of your latest images.]]></description>
			<content:encoded><![CDATA[<p>This is a multi-page post of tutorials that will teach you how to create a custom post type for an art gallery, template it and then implement a custom home page with a slider.</p>
<p>I'll be working with the as-of-writing default template, TwentyEleven, but the steps can really be applied to any skin as long as you acknowledge the dimensions of your website before you start.</p>
<p>This introductory page will act as a guide to break up the tutorial in to easy to digest chunks, so here's a run down of each page and what you will learn:</p>
<h2 class="subheader"><a title="Wordpress Custom Post Type Art Gallery Tutorial - Part 2" href="?page=2">Page Two</a></h2>
<figure id="attachment_1471" aria-describedby="figcaption_attachment_1471" style="width: 601px" class="wp-caption aligncenter"><a href="/blog/wp-content/uploads/2012/01/customposttype.jpg"><img class="size-full wp-image-1471" title="Custom Post Type Settings" src="/blog/wp-content/uploads/2012/01/customposttype.jpg" alt="" width="591" height="398" /></a><figcaption id="figcaption_attachment_1471">Custom Post Type Settings</figcaption></figure>
<ul>
<li>Create an "artwork" custom post type using the Custom Post Type UI plugin</li>
<li>Apply additional image sizes using the Additional Image Sizes plugin</li>
<li>Creating  your first art gallery post</li>
</ul>
<h2 class="subheader"><a title="Wordpress Custom Post Type Art Gallery Tutorial - Part 3" href="?page=3">Page Three</a></h2>
<figure id="attachment_1492" aria-describedby="figcaption_attachment_1492" style="width: 650px" class="wp-caption aligncenter"><a href="/blog/wp-content/uploads/2012/01/stylesadded.jpg"><img class="size-large wp-image-1492" title="Styling Added" src="/blog/wp-content/uploads/2012/01/stylesadded-1024x444.jpg" alt="" width="640" height="277" /></a><figcaption id="figcaption_attachment_1492">Styling Added</figcaption></figure>
<ul>
<li>Creating a template to display your artwork post type as a gallery rather than a series of posts.</li>
</ul>
<h2 class="subheader"><a title="Wordpress Custom Post Type Art Gallery Tutorial - Part 4" href="?page=4">Page Four</a></h2>
<figure id="attachment_1507" aria-describedby="figcaption_attachment_1507" style="width: 310px" class="wp-caption aligncenter"><a href="/blog/wp-content/uploads/2012/01/Colorboxed.jpg"><img class="size-medium wp-image-1507" title="Colorboxed" src="/blog/wp-content/uploads/2012/01/Colorboxed-300x243.jpg" alt="" width="300" height="243" /></a><figcaption id="figcaption_attachment_1507">Colorboxed</figcaption></figure>
<ul>
<li>Implementing Colorbox to display your "full posts" as a popup gallery</li>
</ul>
<h2 class="subheader"><a title="Wordpress Custom Post Type Art Gallery Tutorial - Part 5" href="?page=5">Page Five</a></h2>
<figure id="attachment_1523" aria-describedby="figcaption_attachment_1523" style="width: 650px" class="wp-caption aligncenter"><a href="/blog/wp-content/uploads/2012/01/slidercustomised.jpg"><img class="size-large wp-image-1523" title="Customised the Slider" src="/blog/wp-content/uploads/2012/01/slidercustomised-1024x579.jpg" alt="" width="640" height="361" /></a><figcaption id="figcaption_attachment_1523">Customised the Slider</figcaption></figure>
<ul>
<li>Creating a homepage for your website</li>
<li>Using Sudo Slider to develop a "latest artwork" slider.</li>
</ul>
<h2 class="subheader"><a title="Wordpress Custom Post Type Art Gallery Tutorial - Part 6" href="?page=6">Page Six</a></h2>
<figure id="attachment_1531" aria-describedby="figcaption_attachment_1531" style="width: 650px" class="wp-caption aligncenter"><a href="/blog/wp-content/uploads/2012/01/postmetastyled.jpg"><img class="size-large wp-image-1531" title="Styled titles and dates" src="/blog/wp-content/uploads/2012/01/postmetastyled-1024x475.jpg" alt="" width="640" height="296" /></a><figcaption id="figcaption_attachment_1531">Styled titles and dates</figcaption></figure>
<ul>
<li>Adding titles and dates to your slider and styling</li>
<li>Linking the titles directly to a colorbox popup</li>
</ul>
<h2 class="subheader"><a title="Wordpress Custom Post Type Art Gallery Tutorial - Epilogue" href="?page=7">Epilogue</a></h2>
<ul>
<li>Download final template from Github</li>
<li>Other tutorials to keep going with</li>
</ul>
<p>Ready to get started? Head on over to Part Two.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/wordpress-custom-post-type-art-gallery-tutorial/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Mann&#8217;s Mitre 10</title>
		<link>http://dbaines.com/websites/manns-mitre-10/</link>
		<comments>http://dbaines.com/websites/manns-mitre-10/#comments</comments>
		<pubDate>Sun, 01 Jan 2012 02:00:13 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<guid isPermaLink="false">http://dbaines.com/?post_type=websites&#038;p=1763</guid>
		<description><![CDATA[<p><strong>Scope</strong></p>
<ul>
<li>Front-end development of DotNetNuke Skin</li>
<li>Custom colorbox skin</li>
<li>Content population</li>
<br />&#160;<br /> <a href="http://dbaines.com/websites/manns-mitre-10/" class="read_more">Continue Reading</a></ul>]]></description>
			<content:encoded><![CDATA[<p><strong>Scope</strong></p>
<ul>
<li>Front-end development of DotNetNuke Skin</li>
<li>Custom colorbox skin</li>
<li>Content population</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/websites/manns-mitre-10/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Adding Google +1 Buttons to Colorbox</title>
		<link>http://dbaines.com/blog/archive/adding-google-1-buttons-to-colorbox/</link>
		<comments>http://dbaines.com/blog/archive/adding-google-1-buttons-to-colorbox/#comments</comments>
		<pubDate>Sun, 31 Jul 2011 21:02:21 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[tutorials]]></category>
		<category><![CDATA[colorbox]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[plus one]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=1704</guid>
		<description><![CDATA[A quick run-down with code examples on how to add the google +1 button to your colorbox popups. These can be great if you have a portfolio set up like mine, where each colorbox popup is actually a post.]]></description>
			<content:encoded><![CDATA[<p>Something I've recently enabled in my theme (<a title="dBaines 2011 WordPress Template available at GitHub" href="http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/">available on GitHub</a>!) is Google +1 buttons.</p>
<p>Here I'll detail the steps I took to add the +1 buttons to my artwork and motion portfolio pages.</p>
<p>First you need to understand the logic behind my portfolio. The artwork page is actually a list of WordPress posts that have the <em>post-type</em> of artwork, so each picture has it's own post and it's own permalink. This is essential for the +1 buttons, as they each need to have their own <acronym title="Uniform Resource Locator">URL</acronym> to +1 independent of each other.</p>
<p>If you are using a different <acronym title="Content Management System">CMS</acronym>, just ensure that each image (or whatever you're <a title="Colorbox" href="http://colorpowered.com/colorbox/" target="_blank">colorboxing</a>™) has a unique <acronym title="Uniform Resource Locator">URL</acronym>, even if it's just the <acronym title="Uniform Resource Locator">URL</acronym> of the image itself.</p>
<h2 class="subheader">Step 1: Adding the <acronym title="Uniform Resource Locator">URL</acronym> somewhere that Javascript can access</h2>
<p>In my wordpress loop I needed to add the permalink for the WordPress post, in this case I just used the "data-*" attribute:</p>
<figure class="codeboxFig"><div class="codebox"><pre class="php" style="font-family:monospace;">&lt;a href=&quot;/path/to/image.jpg&quot; data-permalink=&quot;<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">echo</span> the_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; class=&quot;galleryThumbnail&quot; title=&quot;my really cool image&quot;&gt;</pre></div></figure>
<p>If you're just going to use the <acronym title="Uniform Resource Locator">URL</acronym> of the image you can skip this step, as we can just steal the <acronym title="Uniform Resource Locator">URL</acronym> from the "href" attribute.</p>
<h2 class="subheader">Step 2: The Javascript</h2>
<p>I already had a custom "title" set up in my colorbox call, as I wanted the option for the user to download the image. Here is the script I had originally:</p>
<figure class="codeboxFig"><div class="codebox"><pre class="php" style="font-family:monospace;">$<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;a.galleryThumbnail&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>colorbox<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#123;</span>
opacity<span style="color: #339933;">:</span> <span style="color:#800080;">0.92</span><span style="color: #339933;">,</span>
scalePhotos<span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">,</span>
maxHeight<span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;90%&quot;</span><span style="color: #339933;">,</span>
maxWidth<span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;90%&quot;</span><span style="color: #339933;">,</span>
title<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;href&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> title <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;title&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> download <span style="color: #339933;">=</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxDownload&quot;&gt;&lt;a href=&quot;'</span><span style="color: #339933;">+</span>url<span style="color: #339933;">+</span><span style="color: #0000ff;">'&quot; title=&quot;Download This Image&quot;&gt;&lt;strong&gt;Download&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxTitleLeft&quot;&gt;'</span><span style="color: #339933;">+</span>title<span style="color: #339933;">+</span><span style="color: #0000ff;">'&lt;/span&gt;'</span><span style="color: #339933;">+</span>download<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></figure>
<p>I already have some variables set up in there that's pulling information from the markup. This gives you an idea on how we're going to access the permalink, so let's start the magic!</p>
<h2 class="subheader">The Magic</h2>
<p>We can't just add in the typical &lt;g:plus&gt; tag in the script since it just plain doesn't work. Conveniently, <a title="Google's PlusOne button docs" href="http://code.google.com/apis/+1button/#jsapi" target="_blank">the plus guys have a handy-dandy documentation page</a> that covers just about everything we need to tackle this problem. We need to use the Javascript <acronym title="Application Programming Interface">API</acronym> instead, which is really quite easy.</p>
<p>We need to set up a target element which is as simple as adding an empty element to the return, like so:</p>
<figure class="codeboxFig"><div class="codebox"><pre class="php" style="font-family:monospace;"><span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxTitleLeft&quot;&gt;'</span><span style="color: #339933;">+</span>title<span style="color: #339933;">+</span><span style="color: #0000ff;">'&lt;/span&gt;&lt;span id=&quot;cboxGplus&quot;&gt;&lt;/span&gt;'</span><span style="color: #339933;">+</span>download<span style="color: #339933;">;</span></pre></div></figure>
<p>So I've added an empty span with the ID of cboxGplus. Now we want to target that element with the <code class="inline-code">gapi.plusone.render</code> command. At the end of the title function, add a comma after the last curly brace ("}") then add in the colorbox "onComplete" option:</p>
<figure class="codeboxFig"><div class="codebox"><pre class="php" style="font-family:monospace;">&nbsp;
title<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;href&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> title <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;title&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> download <span style="color: #339933;">=</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxDownload&quot;&gt;&lt;a href=&quot;'</span><span style="color: #339933;">+</span>url<span style="color: #339933;">+</span><span style="color: #0000ff;">'&quot; title=&quot;Download This Image&quot;&gt;&lt;strong&gt;Download&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxTitleLeft&quot;&gt;'</span><span style="color: #339933;">+</span>title<span style="color: #339933;">+</span><span style="color: #0000ff;">'&lt;/span&gt;&lt;span id=&quot;cboxGplus&quot;&gt;&lt;/span&gt;'</span><span style="color: #339933;">+</span>download<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
onComplete<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #666666; font-style: italic;">// This is where the plusone magic will happen</span>
<span style="color: #009900;">&#125;</span>
&nbsp;</pre></div></figure>
<p>The onComplete function, funilly enough, will run when the colorbox pop up finishes loading. So once the image has loaded and everything's settled, we'll tell Google to render that button for us. Do it Google! Do it!</p>
<p>Inside the function add the following two lines:</p>
<figure class="codeboxFig"><div class="codebox"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">var</span> permalink <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;data-permalink&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
gapi<span style="color: #339933;">.</span>plusone<span style="color: #339933;">.</span>render<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;cboxGplus&quot;</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span><span style="color: #0000ff;">&quot;size&quot;</span><span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;small&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;count&quot;</span><span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;true&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;href&quot;</span><span style="color: #339933;">:</span> permalink<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></figure>
<p>The variable is pulling the permalink from the data-permalink attribute. If you're using the full-size image as the <acronym title="Uniform Resource Locator">URL</acronym> to +1 then change the "data-permalink" to "href".</p>
<p>The render command is being triggered for the "cboxGplus" element. It's being rendered as a "small" button, showing the count and the href is being pulled from the permalink variable. Neat-o.</p>
<h2 class="subheader">All together</h2>
<p>So now our complete code looks like this:</p>
<figure class="codeboxFig"><div class="codebox"><pre class="php" style="font-family:monospace;">&nbsp;
title<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #000000; font-weight: bold;">var</span> url <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;href&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> title <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;title&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #000000; font-weight: bold;">var</span> download <span style="color: #339933;">=</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxDownload&quot;&gt;&lt;a href=&quot;'</span><span style="color: #339933;">+</span>url<span style="color: #339933;">+</span><span style="color: #0000ff;">'&quot; title=&quot;Download This Image&quot;&gt;&lt;strong&gt;Download&lt;/strong&gt;&lt;/a&gt;&lt;/span&gt;'</span><span style="color: #339933;">;</span>
<span style="color: #b1b100;">return</span> <span style="color: #0000ff;">'&lt;span id=&quot;cboxTitleLeft&quot;&gt;'</span><span style="color: #339933;">+</span>title<span style="color: #339933;">+</span><span style="color: #0000ff;">'&lt;/span&gt;&lt;span id=&quot;cboxGplus&quot;&gt;&lt;/span&gt;'</span><span style="color: #339933;">+</span>download<span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span><span style="color: #339933;">,</span>
onComplete<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
<span style="color: #666666; font-style: italic;">// +1 Button</span>
<span style="color: #000000; font-weight: bold;">var</span> permalink <span style="color: #339933;">=</span> $<span style="color: #009900;">&#40;</span>this<span style="color: #009900;">&#41;</span><span style="color: #339933;">.</span>attr<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;data-permalink&quot;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
gapi<span style="color: #339933;">.</span>plusone<span style="color: #339933;">.</span>render<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">&quot;cboxGplus&quot;</span><span style="color: #339933;">,</span> <span style="color: #009900;">&#123;</span><span style="color: #0000ff;">&quot;size&quot;</span><span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;small&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;count&quot;</span><span style="color: #339933;">:</span> <span style="color: #0000ff;">&quot;true&quot;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">&quot;href&quot;</span><span style="color: #339933;">:</span> permalink<span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #009900;">&#125;</span>
&nbsp;</pre></div></figure>
<p>And after some <acronym title="Cascading Style Sheets">CSS</acronym> tweaking, check it out, it's now showing up:<br />
<em>Note: This example has "count" set to false, so the count bubble is hidden.</em></p>
<figure id="attachment_1716" aria-describedby="figcaption_attachment_1716" style="width: 310px" class="wp-caption aligncenter"><a href="http://dbaines.com/blog/wp-content/uploads/2011/07/plusone-working.jpg"><img class="size-medium wp-image-1716" title="The +1 Button On Colorbox" src="http://dbaines.com/blog/wp-content/uploads/2011/07/plusone-working-300x241.jpg" alt="" width="300" height="241" /></a><figcaption id="figcaption_attachment_1716">The +1 Button On Colorbox</figcaption></figure>
<h2 class="subheader">See it in action</h2>
<p>This is now live on my website, over in either my <a href="/artwork">artwork</a> or <a href="/motion">motion</a> pages. <a title="dBaines 2011 WordPress Template available at GitHub" href="http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/">The source is freely available over at GitHub</a>. The pages you're interested in are:</p>
<ul>
<li>/js/dbaines.js - Do a search for "// Colorboxing Artwork"</li>
<li>/loop.php - Do a search for "/* Artwork */" and look for the <strong>a</strong> tag.</li>
</ul>
<p>Hope that helps, let me know if you have any questions in the comments section below, or <a title="Drop me a line, or a square. Or if you really want to impress me, a trapezoid. Everyone likes those. " href="/about/#contact">drop me a line</a> via email.</p>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/adding-google-1-buttons-to-colorbox/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Christine&#8217;s Massage</title>
		<link>http://dbaines.com/websites/christines-massage/</link>
		<comments>http://dbaines.com/websites/christines-massage/#comments</comments>
		<pubDate>Mon, 27 Jun 2011 13:07:34 +0000</pubDate>
		<dc:creator>David</dc:creator>
		
		<guid isPermaLink="false">http://dbaines.com/?post_type=websites&#038;p=1675</guid>
		<description><![CDATA[<p><strong>Scope</strong></p>
<ul>
<li>Design and Development</li>
<li>Single page, jQuery-driven website with noscript fallbacks.</li>
<li>Media Queries for a flexible layout.</li>
<li>Media Queries for Mobile Devices with jQuery tweaks.</li>
<br />&#160;<br /> <a href="http://dbaines.com/websites/christines-massage/" class="read_more">Continue Reading</a></ul>]]></description>
			<content:encoded><![CDATA[<p><strong>Scope</strong></p>
<ul>
<li>Design and Development</li>
<li>Single page, jQuery-driven website with noscript fallbacks.</li>
<li>Media Queries for a flexible layout.</li>
<li>Media Queries for Mobile Devices with jQuery tweaks.</li>
</ul>]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/websites/christines-massage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>dbaines2011 WordPress Theme now on Github</title>
		<link>http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/</link>
		<comments>http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/#comments</comments>
		<pubDate>Sat, 26 Mar 2011 09:26:01 +0000</pubDate>
		<dc:creator>David</dc:creator>
				<category><![CDATA[downloads]]></category>
		<category><![CDATA[Free Download]]></category>
		<category><![CDATA[Wordpress Template]]></category>

		<guid isPermaLink="false">http://dbaines.com/?p=1667</guid>
		<description><![CDATA[<p>I've uploaded <a title="dbaines2011 @ Github" href="https://github.com/dbaines/dbaines2011-Wordpress-Theme" target="_blank">my current WordPress theme as a Github project</a>, freely available for WordPress hackers of the world to dissect and learn from. So if there's anything here that you've seen and thought, "How the hell is he making that happen?" well, now you can find out! Feel free to download, use, dissect, play-with or do nasty, nasty things that you really shouldn't tell anyone about.</p>

<p><span id="more-1667"></span> </p>
<p><strong>Version 1.7 - 2012-01-17</strong></p>
<ul>
<li>FINAL VERSION - Superceded by the 2012 theme.</li>
<li>Re-arranged and styled the author info box at the bottom of loop-single.php, shows up when user has filled out their profile</li>
<li>Styled Author Archives page</li>
<li>Multiple Size Favicon (64, 32, 16)</li>
<li>Added a little "sticky" icon/flag for sticky posts</li>
<li>Switched from </li><br />&#160;<br /> <a href="http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/" class="read_more">Continue Reading</a></ul>]]></description>
			<content:encoded><![CDATA[<span class="message info"><em>FINAL</em> <em>Version 1.7 - Updated: 2012-01-17</em></span>
<p>I've uploaded <a title="dbaines2011 @ Github" href="https://github.com/dbaines/dbaines2011-Wordpress-Theme" target="_blank">my current WordPress theme as a Github project</a>, freely available for WordPress hackers of the world to dissect and learn from. So if there's anything here that you've seen and thought, "How the hell is he making that happen?" well, now you can find out! Feel free to download, use, dissect, play-with or do nasty, nasty things that you really shouldn't tell anyone about.</p>
<span class="message important">This template is no longer being developed. Instead any future updates are being done to the <a title="dbaines2012 WordPress Theme on Github" href="http://dbaines.com/blog/archive/dbaines2012-wordpress-theme-on-github/">dbaines2012 project</a>, also available at Github.</span>
<p><span id="more-1667"></span> <h2 class="subheader">Version History</h2></p>
<p><strong>Version 1.7 - 2012-01-17</strong></p>
<ul>
<li>FINAL VERSION - Superceded by the 2012 theme.</li>
<li>Re-arranged and styled the author info box at the bottom of loop-single.php, shows up when user has filled out their profile</li>
<li>Styled Author Archives page</li>
<li>Multiple Size Favicon (64, 32, 16)</li>
<li>Added a little "sticky" icon/flag for sticky posts</li>
<li>Switched from EasySlider to SudoSlider</li>
<li>Removed left over Google Prettify code</li>
</ul>
<p><strong>Version 1.6 - 2011-08-22</strong></p>
<ul>
<li>Fixed the excessive PRE tags in Geshi causing massive padding everywhere. (This was actually part of the last update, I just forgot to document it)</li>
<li>Minified the customised EasySlider script in plugins.js</li>
<li>Fixed accesskey 2 for about link</li>
<li>Updated download shortcode to open in new window, removed "Download" part of title text so you can use it as a pretty link button instead.</li>
<li>Added "or" between load more button and show pagination</li>
<li>Added some logic to show a disabled load more button if there are no more posts to load</li>
<li>Added an error message if the loadMore button fails to load the next page</li>
<li>Adapted post-icons to allow for multiple icons using some jQuery (dbaines.js)</li>
</ul>
<p><strong>Version 1.5 - 2011-08-21</strong></p>
<ul>
<li>Removed changelog from style.css for older releases. Still available at GitHub and the <acronym title="Uniform Resource Locator">URL</acronym> at the top of the file.</li>
<li>Updated to Modernizr 2.0.6 Custom</li>
<li>Removed border-top for active menu item when using wordpress menus, since custom post types were showing the blog as being active, rather than the correct parent page. Bug in WordPress?</li>
<li>Added custom close button for colorbox</li>
<li>Added a blue hover state to the homepage logo link</li>
<li>Implemented Google Code Prettify to replace GeSHi, but changed back due to quirks of Prettify (namely line number incrementing, copy and paste issues and other things GeSHi does better) - I've left the code in /functions/functions.shortcodes.prettify.php</li>
<li>As a result of the above I've moved the GeSHi stuff in to functions/functions.shortcodes.geshi.php for hot swapping action</li>
<li>Added "Show Pagination" link to the load more posts button. Shows wp-pagenavi links next to the load more button. LoadMoreButton also pulls in the wp-pagenavi from each page so if the user loads a few pages and then shows the pagination, it shows the relevant page as being current.</li>
<li>Fixes to the Load More feature:
<ul>
<li>Functionised&amp;tm; the part of the dbaines.js file that adds colorbox classes to everything so we can call it after the new page has been loaded</li>
<li>Called gapi.plusone.go after a successful load so the google plus buttons are rendered.</li>
<li>Rejiggered the ajax call for the loadMore link to only do one .load() and then cherrypick the things to go to places and what not</li>
</ul>
</li>
<li>Added some accesskeys:
<ul>
<li>0: Takes the user to the new accessibility page</li>
<li>1: Homepage</li>
<li>2: About</li>
<li>3: Blog</li>
<li>4: Portfolio</li>
<li>5: Search</li>
<li>6: Sitemap</li>
<li>9: Contact Page</li>
<li>S: Skip to Content</li>
</ul>
</li>
</ul>
<p><strong>Version 1.4 - 2011-08-04</strong></p>
<ul>
<li>Styled figcaption for codebox</li>
<li>Added aprilfools.css for headache inducing fun come April-time</li>
<li>Added WordPress Option: Google Analytics UA Code</li>
<li>Added WordPress Option: Enable WordPress Menu - Uses a WordPress menu, "Main Menu" as the main navigation instead of the hardcoded links</li>
<li>Added WordPress Option: Replace 'friends' with 'blogroll' links</li>
<li>Added WordPress Option: All posts have thumbnails - includes shiny new generic post-thumbnail.png</li>
<li>Added WordPress Option: <acronym title="Asynchronous JavaScript and XML">AJAX</acronym> Post Loading - Facebook/twitter esque post loading technique</li>
<li>Removed -webkit-appearance from search input</li>
<li>Added Google +1 buttons to search results</li>
<li>Added .2 seconds of transitions (of various vendors) to the top-level nav links for fun and profit</li>
<li>Gave .homepageSlider h2 1px of text shadow blur to fix the shadow being white in chrome 12/13.</li>
<li>Added line-height: 1.5 to p,ul - if it affects too many things I'll specify it to content areas only.</li>
<li>Hardware Acceleration (via the "Magic Bullet" -webkit-transform: translateZ(0);) given to homepage slider and websites slider</li>
<li>Added a "Shortcodes Reference" box in the new post admin page. Super convenient!</li>
<li>Responsive Design changes:
<ul>
<li>Fixed rendering of the search input in Firefox for the mobile design, again. Should stick this time.</li>
<li>Made the artwork portfolio look somewhat nicer on the reponsive design</li>
<li>Changes for the contact form when less than 960px wide</li>
<li>Made the "About me" image centred and styled like the centred images in the blog</li>
</ul>
</li>
</ul>
<p><strong>Version 1.3 - 2011-08-01</strong></p>
<ul>
<li>Fixed search input rendering in Firefox for the mobile display</li>
<li>Added +1 buttons to portfolio colourbox popups (dbaines.js)</li>
<li>Added +1 buttons to websites loop</li>
</ul>
<p><strong>Version 1.2 - 2011-07-31 (double day update!)</strong></p>
<ul>
<li>Fixed the 1.1 date</li>
<li>Figure HTML5 elements for wp-captions</li>
<li>Figure HTML5 elements for tutorial post thumbnails</li>
<li>Figure elements for code blocks, adding caption option to codebox shortcode</li>
<li>HTML5 form fields for comments form</li>
<li>Removed some vendor prefixes for some box shadows and rounded corners as the major browsers now use non-vendor-prefixes.</li>
<li>Fixed some more inconsistent typography</li>
<li>New WordPress Theme Options:
<ul>
<li>Google +1 "count" bubbles on/off</li>
<li>Footer Text</li>
<li>Comments Intro</li>
<li>Laid groundwork for <acronym title="What You See Is What You Get">WYSIWYG</acronym> editors in theme options page, still a bit buggy.</li>
</ul>
</li>
</ul>
<p><strong>Version 1.1 - 2011-07-31</strong></p>
<ul>
<li>Reponsive Design changes for &lt;960 and &lt;600 wide</li>
<li>&lt;600 wide is optimised for mobile devices</li>
<li>Pseudoelement <acronym title="Cascading Style Sheets">CSS</acronym> icons for subsection (dark grey area) and post meta icons</li>
<li>Fixed some inconsistent typography</li>
<li>Added GooglePlus and Forrst Icon to homepage</li>
<li>Plugins.js for minified plugins</li>
<li>jQuery from Google CDN, Updated to 1.6.2</li>
<li>Added rel="me" to links to my profiles on things</li>
<li>Re-arranged functions.php, cleaned up, separated large chunks in to manageable files (ie. functions.shortcodes.php)</li>
<li>Removed Facebook Likes</li>
<li>Added Google +1 Buttons</li>
<li>WordPress Options Page!
<ul>
<li>Google +1 Buttons on/off</li>
</ul>
</li>
<li>Updated login css to reflect changes in WordPress 3.2</li>
</ul>
<p><strong>Version 1.0</strong></p>
<ul>
<li>First Release</li>
</ul>
<a href="https://github.com/dbaines/dbaines2011-Wordpress-Theme" class="downloadbtn downloadbtn_star" title="View at GitHub" onClick="javascript: _gaq.push(['_trackPageview', 'dbaines2011 WordPress Theme now on Github/View at GitHub']);" target="_blank"><span class="downloadbtn_icon"></span>View at GitHub</a>

<a href='http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/db2011-home/' title='Homepage Slider'><img width="150" height="150" src="http://dbaines.com/blog/wp-content/uploads/2011/03/db2011-home-150x150.jpg" class="attachment-thumbnail" alt="Homepage Slider" title="Homepage Slider" /></a>
<a href='http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/db2011-blog/' title='Blog View'><img width="150" height="150" src="http://dbaines.com/blog/wp-content/uploads/2011/03/db2011-blog-150x150.jpg" class="attachment-thumbnail" alt="Blog View" title="Blog View" /></a>
<a href='http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/db2011-portfoliohome/' title='Portfolio Home and Search Options'><img width="150" height="150" src="http://dbaines.com/blog/wp-content/uploads/2011/03/db2011-portfoliohome-150x150.jpg" class="attachment-thumbnail" alt="Portfolio Home and Search Options" title="Portfolio Home and Search Options" /></a>
<a href='http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/db2011-colorbox/' title='Portfolio Colorbox Popup'><img width="150" height="150" src="http://dbaines.com/blog/wp-content/uploads/2011/03/db2011-colorbox-150x150.jpg" class="attachment-thumbnail" alt="Portfolio Colorbox Popup" title="Portfolio Colorbox Popup" /></a>
<a href='http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/db2011-theme-options/' title='Theme Options'><img width="150" height="150" src="http://dbaines.com/blog/wp-content/uploads/2011/03/db2011-theme-options-150x150.jpg" class="attachment-thumbnail" alt="Theme Options" title="Theme Options" /></a>
]]></content:encoded>
			<wfw:commentRss>http://dbaines.com/blog/archive/dbaines2011-wordpress-theme-now-on-github/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

<!-- Dynamic page generated in 0.968 seconds. -->
<!-- Cached page generated by WP-Super-Cache on 2012-05-17 17:33:34 -->
<!-- Compression = gzip -->
