<?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>Build Your Website</title>
	<atom:link href="http://www.buildyourwebsite.co.nz/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.buildyourwebsite.co.nz</link>
	<description>Affordable Web Design</description>
	<lastBuildDate>Thu, 03 May 2012 01:00:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>What the Font?</title>
		<link>http://www.buildyourwebsite.co.nz/2012/05/what-the-font/</link>
		<comments>http://www.buildyourwebsite.co.nz/2012/05/what-the-font/#comments</comments>
		<pubDate>Thu, 03 May 2012 01:00:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Help]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=511</guid>
		<description><![CDATA[http://www.myfonts.com/WhatTheFont/ Great website for finding a font from an old logo or something, when you have only got an image file.]]></description>
			<content:encoded><![CDATA[<div><a href="http://www.myfonts.com/WhatTheFont/"><span style="font-family: Times New Roman;">http://www.myfonts.com/WhatTheFont/</span></a></div>
<div>Great website for finding a font from an old logo or something, when you have only got an image file.</div>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2012/05/what-the-font/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tables</title>
		<link>http://www.buildyourwebsite.co.nz/2012/04/tables/</link>
		<comments>http://www.buildyourwebsite.co.nz/2012/04/tables/#comments</comments>
		<pubDate>Thu, 26 Apr 2012 22:18:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Help]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=508</guid>
		<description><![CDATA[I like the http://wordpress.org/extend/plugins/wp-table-reloaded/ plugin if you want a lot of tables in a website. Sometimes you want to style a specific width of a column see this discussion http://wordpress.org/support/topic/wp-table-reloaded-table-column-width no, to change individual column&#8217;s width, you need CSS code like this: .wp-table-reloaded-id-123 .column-1 { width: 100px!important; } (where 123 needs to be changed to [...]]]></description>
			<content:encoded><![CDATA[<p>I like the <a href="http://wordpress.org/extend/plugins/wp-table-reloaded/">http://wordpress.org/extend/plugins/wp-table-reloaded/</a> plugin if you want a lot of tables in a website.</p>
<p>Sometimes you want to style a specific width of a column see this discussion</p>
<p><a href="http://wordpress.org/support/topic/wp-table-reloaded-table-column-width">http://wordpress.org/support/topic/wp-table-reloaded-table-column-width</a></p>
<blockquote><p>no, to change individual column&#8217;s width, you need CSS code like this:</p>
<pre><code>.wp-table-reloaded-id-123 .column-1 { width: 100px!important; }</code></pre>
<p>(where 123 needs to be changed to the correct table ID).<br />
Unfortunately, changing column widths is not always possible, because a column will always require the width that the longest word in the content requires.</p></blockquote>
<p>For example I used it for this page</p>
<p><a href="http://www.shinebeautytherapy.co.nz/full-services-menu/">http://www.shinebeautytherapy.co.nz/full-services-menu/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2012/04/tables/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Different sizes of fonts</title>
		<link>http://www.buildyourwebsite.co.nz/2011/09/different-sizes-of-fonts/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/09/different-sizes-of-fonts/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 22:06:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Blogging tips]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=439</guid>
		<description><![CDATA[Is there any way for me to change the font and its size? There are build in different font sizes within each theme header 1 written in the html window like this: &#60;h1&#62; header 1 &#60;/h1&#62; header 2 written in the html window like this: &#60;h2&#62; header 2 &#60;/h2&#62; header 3 written in the html [...]]]></description>
			<content:encoded><![CDATA[<p>Is there any way for me to change the font and its size?<br />
There are build in different font sizes within each theme</p>
<h1>header 1</h1>
<p>written in the html window like this: &lt;h1&gt; header 1 &lt;/h1&gt;</p>
<h2>header 2</h2>
<p>written in the html window like this: &lt;h2&gt; header 2 &lt;/h2&gt;</p>
<h3>header 3</h3>
<p>written in the html window like this: &lt;h3&gt; header 3 &lt;/h3&gt;</p>
<h4>header 4</h4>
<p>written in the html window like this: &lt;h4&gt; header 4 &lt;/h4&gt;</p>
<p>For more changes see</p>
<p><a href="http://en.support.wordpress.com/editors/font-size-color/">http://en.support.wordpress.com/editors/font-size-color/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/09/different-sizes-of-fonts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Graphic Creation</title>
		<link>http://www.buildyourwebsite.co.nz/2011/08/graphic-creation/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/08/graphic-creation/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 22:24:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=425</guid>
		<description><![CDATA[Graphic Creation]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.graphiccreation.co.nz/"><img class="alignleft size-full wp-image-426" style="margin: 5px; border: 1px solid black;" title="graphic creation" src="http://php5.mydns.net.nz/buildyourwebsite.co.nz/wp-content/uploads/2011/08/graphic-creation1.png" alt="" width="478" height="476" /></a> <a href="http://www.graphiccreation.co.nz/">Graphic Creation</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/08/graphic-creation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another colour tool website</title>
		<link>http://www.buildyourwebsite.co.nz/2011/08/another-colour-tool-website/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/08/another-colour-tool-website/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 22:21:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Technical Help]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=423</guid>
		<description><![CDATA[http://web.forret.com/tools/color.asp esp. for converting CMYK ( which I use in Microsoft Publisher for print publications)]]></description>
			<content:encoded><![CDATA[<p><a href="http://web.forret.com/tools/color.asp">http://web.forret.com/tools/color.asp</a></p>
<p>esp. for converting CMYK ( which I use in Microsoft Publisher for print publications)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/08/another-colour-tool-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A bit of fun!</title>
		<link>http://www.buildyourwebsite.co.nz/2011/08/a-bit-of-fun/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/08/a-bit-of-fun/#comments</comments>
		<pubDate>Wed, 10 Aug 2011 22:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[For Fun]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=418</guid>
		<description><![CDATA[Thanks to Stacey www.clayyourself.com &#8220;Create a clay version of yourself now.&#8221;]]></description>
			<content:encoded><![CDATA[<p><a href="http://php5.mydns.net.nz/buildyourwebsite.co.nz/wp-content/uploads/2011/08/portrait_13129715761951.jpg"><img class="alignleft size-full wp-image-419" title="portrait_1312971576195" src="http://php5.mydns.net.nz/buildyourwebsite.co.nz/wp-content/uploads/2011/08/portrait_13129715761951.jpg" alt="" width="202" height="262" /></a> Thanks to Stacey <img src='http://www.buildyourwebsite.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
<a href="http://www.clayyourself.com/"><img class="size-full wp-image-420 alignright" title="clayyourself" src="http://php5.mydns.net.nz/buildyourwebsite.co.nz/wp-content/uploads/2011/08/clayyourself1.png" alt="" width="202" height="233" /></a><a href="http://www.clayyourself.com"> www.clayyourself.com</a><br />
&#8220;<em>Create a clay version of yourself now.&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/08/a-bit-of-fun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Patumahoe Community Website</title>
		<link>http://www.buildyourwebsite.co.nz/2011/05/patumahoe-community-website/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/05/patumahoe-community-website/#comments</comments>
		<pubDate>Wed, 18 May 2011 10:16:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Work]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=403</guid>
		<description><![CDATA[My latest project has been the Patumahoe Village Community Website Includes a forum, classified section, calendars of events, sections for History, Environment and Nature, the Village Inc , a Business Directory &#8211; Fabulous, Functional Community Website all powered by wordpress. There are about 5 community volunteers who contribute content. Because the website used wordpress as a content [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.patumahoe.org.nz/" target="_blank"><img class="alignleft size-full wp-image-404" style="margin: 5px; border: 1px solid black;" title="Patumahoe" src="http://php5.mydns.net.nz/buildyourwebsite.co.nz/wp-content/uploads/2011/05/Patumahoe1.png" alt="" width="563" height="432" /></a>My latest project has been the <a href="http://www.patumahoe.org.nz/" target="_blank">Patumahoe Village Community Website</a></p>
<p>Includes a forum, classified section, calendars of events, sections for History, Environment and Nature, the Village Inc , a Business Directory &#8211; Fabulous, Functional Community Website <img src='http://www.buildyourwebsite.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  all powered by wordpress. There are about 5 community volunteers who contribute content. Because the website used wordpress as a content management system the volunteers are able to add their own content <img src='http://www.buildyourwebsite.co.nz/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  Have a browse.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/05/patumahoe-community-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Any font you like :-)</title>
		<link>http://www.buildyourwebsite.co.nz/2011/05/any-font-you-like/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/05/any-font-you-like/#comments</comments>
		<pubDate>Wed, 18 May 2011 10:10:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Technical Help]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=399</guid>
		<description><![CDATA[http://www.aquoid.com/forum/viewtopic.php?f=4&#38;t=4908 TTFtitles &#8211; brilliant!!]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.aquoid.com/forum/viewtopic.php?f=4&amp;t=4908">http://www.aquoid.com/forum/viewtopic.php?f=4&amp;t=4908</a></p>
<p>TTFtitles &#8211; brilliant!!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/05/any-font-you-like/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ACCONZ</title>
		<link>http://www.buildyourwebsite.co.nz/2011/04/acconz/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/04/acconz/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 10:20:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=406</guid>
		<description><![CDATA[Website for Advent Christian Churches in New Zealand.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.acconz.org.nz" target="_blank"><img class="alignleft size-full wp-image-407" style="margin: 5px; border: 1px solid black;" title="ACCONZ" src="http://php5.mydns.net.nz/buildyourwebsite.co.nz/wp-content/uploads/2011/05/ACCONZ1.png" alt="" width="563" height="432" /></a>Website for Advent Christian Churches in New Zealand.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/04/acconz/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NextGEN Gallery Slideshow in Widget with Studio Press</title>
		<link>http://www.buildyourwebsite.co.nz/2011/02/nextgen-gallery-slideshow-in-widget-with-studio-press/</link>
		<comments>http://www.buildyourwebsite.co.nz/2011/02/nextgen-gallery-slideshow-in-widget-with-studio-press/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 21:10:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Formatting]]></category>
		<category><![CDATA[Technical Help]]></category>

		<guid isPermaLink="false">http://www.buildyourwebsite.co.nz/?p=395</guid>
		<description><![CDATA[Changed the #sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object { width: 280px; height: 225px; margin: 0; padding: 0; } changed the width smaller otherwise image is right up to the edges of the widget]]></description>
			<content:encoded><![CDATA[<p>Changed the<br />
#sidebar embed, #sidebar object, #sidebar-alt embed, #sidebar-alt object {<br />
width: 280px;<br />
height: 225px;<br />
margin: 0;<br />
padding: 0;<br />
}</p>
<p>changed the width smaller otherwise image is right up to the edges of the widget</p>
]]></content:encoded>
			<wfw:commentRss>http://www.buildyourwebsite.co.nz/2011/02/nextgen-gallery-slideshow-in-widget-with-studio-press/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

