<?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>Caleb Gittins &#124; Website Design &#38; Development Gold Coast</title>
	<atom:link href="http://www.calebgittins.com.au/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.calebgittins.com.au</link>
	<description>Just another WordPress site</description>
	<lastBuildDate>Sun, 03 Mar 2013 08:11:45 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Web Typography Guidelines</title>
		<link>http://www.calebgittins.com.au/news/web-typography-guidelines/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=web-typography-guidelines</link>
		<comments>http://www.calebgittins.com.au/news/web-typography-guidelines/#comments</comments>
		<pubDate>Wed, 30 Jan 2013 09:49:04 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=785</guid>
		<description><![CDATA[Best practices for styling and displaying website content in a clear and readable format]]></description>
				<content:encoded><![CDATA[<p><strong>Example paragraph text</strong></p>
<ul>
<li>Font size &#8211; 14px</li>
<li>Line height &#8211; 23px</li>
<li>Margin bottom &#8211; 23px</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/web-typography-guidelines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Responsive Redesign Process</title>
		<link>http://www.calebgittins.com.au/news/responsive-redesign-process/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=responsive-redesign-process</link>
		<comments>http://www.calebgittins.com.au/news/responsive-redesign-process/#comments</comments>
		<pubDate>Sun, 07 Oct 2012 01:07:35 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=616</guid>
		<description><![CDATA[Responsive web design means that your website is accessible to anyone, in any place, at any time.]]></description>
				<content:encoded><![CDATA[Responsive web design means that your website is accessible to anyone, in any place, at any time.]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/responsive-redesign-process/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building Brand Recognition</title>
		<link>http://www.calebgittins.com.au/news/4-simple-ways-to-build-brand-recognition/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=4-simple-ways-to-build-brand-recognition</link>
		<comments>http://www.calebgittins.com.au/news/4-simple-ways-to-build-brand-recognition/#comments</comments>
		<pubDate>Mon, 19 Mar 2012 23:00:41 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Brand Recognition]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=475</guid>
		<description><![CDATA[How to increase the familiarity and consistency of your brand throughout your online presence.]]></description>
				<content:encoded><![CDATA[<h2>Build an instantly recognisable brand and extend the reach of your website with these simple solutions.</h2>
<h3>1. Custom favicon</h3>
<p>Creating a custom favicon is one of the most simple and popular ways of strengthening brand identity. Having a custom favicon allows user to quickly distinguish your site from others, which is especially helpful if they have multiple tabs open. You can create a custom favicon in Photoshop using <a href="http://www.telegraphics.com.au/svn/icoformat/trunk/dist/README.html" target="_blank">this plugin</a>, or from an online generator such as <a href="http://www.faviconer.com/" target="_blank">Faviconer</a>.</p>
<p>Once you&#8217;ve saved your .ico file, link to it in the header of your website with the following code:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;link rel=&quot;shortcut icon&quot; href=&quot;path-to-favicon/favicon.ico&quot;&gt;
</pre>
<img class="alignnone size-full wp-image-505" title="Custom website favicons" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/03/br-012.jpg" />
<h3>2. iPhone and iPad home screen icons</h3>
<p>When someone adds a website to their homescreen on an Apple device, an icon is created. The default icon is a snapshot of your website, with Apple&#8217;s trademark glossy sheen and rounded corners. To create an icon for Apple devices, create a 144px x 144px png and save it as <strong>apple-touch-icon.png</strong>, or <strong>apple-touch-icon-precomposed.png</strong> if you wish to remove the gloss and have a matte icon.</p>
<p>Once you&#8217;ve uploaded your icon, link to it in the header of your site using the following code:</p>
<pre class="brush: xml; title: ; notranslate">&lt;link rel=&quot;apple-touch-icon&quot; href=&quot;path-to-image/apple-touch-icon.png&quot; /&gt;</pre>
<p style="text-align: center;">or</p>
<pre class="brush: xml; title: ; notranslate">&lt;link rel=&quot;apple-touch-icon-precomposed&quot; href=&quot;path-to-image/apple-touch-icon-precomposed.png&quot; /&gt;</pre>
<img class="alignnone size-full wp-image-495" title="Custom Apple device icons" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/03/br-02.jpg" />
<h3>3. Custom highlight colour</h3>
<p>Using a custom highlight colour when text is selected on your website is a subtle but effective touch.</p>
<p>Add the following to your stylesheet, changing the background property to a colour which strongly reflects your branding:</p>
<pre class="brush: css; title: ; notranslate">
::-moz-selection{background: #fcd700; color: #fff; text-shadow: none;}
::selection {background: #fcd700; color: #fff; text-shadow: none;}
</pre>
<div class="note">Currently this property is only supported by Chrome, Firefox and Safari.</div>
<img class="alignnone size-full wp-image-496" title="Custom text highlight colour with CSS" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/03/br-03.jpg" />
<h3>4. Custom login screen logo (WordPress)</h3>
<p>If visitors to your website have the option to log in, customise the login page so they are greeted with your own logo, instead of the default WordPress logo. This builds trust, reinforcing that fact that users are logging in to your website, and not just another generic website.</p>
<p>Add the following to your theme&#8217;s <span style="font-family: 'courier new', courier;">functions.php</span> file</p>
<pre class="brush: php; title: ; notranslate">
function custom_login_logo() {
echo '&lt;style type=&quot;text/css&quot;&gt;
h1 a { background-image:url('.get_bloginfo('template_directory').'/images/logo-login.png) !important; height: 115px !important; }
&lt;/style&gt;';
}
add_action('login_head', 'custom_login_logo');
</pre>
<p>Alternatively, you could use a plugin such as <a href="http://wordpress.org/extend/plugins/eci-login/screenshots/" target="_blank">Custom Login Screen</a>.</p>
<img class="alignnone size-full wp-image-497" title="Custom WordPress login logo" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/03/br-04.jpg" />
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/4-simple-ways-to-build-brand-recognition/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: WordPress menu dividers</title>
		<link>http://www.calebgittins.com.au/news/tutorial-easy-menu-dividers-in-wordpress/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=tutorial-easy-menu-dividers-in-wordpress</link>
		<comments>http://www.calebgittins.com.au/news/tutorial-easy-menu-dividers-in-wordpress/#comments</comments>
		<pubDate>Thu, 23 Feb 2012 23:00:52 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[divider]]></category>
		<category><![CDATA[menu]]></category>
		<category><![CDATA[navigation]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=442</guid>
		<description><![CDATA[A simple but effective solution to a common navigation design pattern in WordPress.]]></description>
				<content:encoded><![CDATA[<h2>Easily create dividers between your menu items, making use of WordPress&#8217;s built in menu feature and CSS.</h2>
<img class="alignnone size-full wp-image-449" title="Menu with no dividers" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/menu-01.jpg" />
<h3>Step 1 &#8211; Add dividers to each menu item</h3>
<p>To create the dividers between each menu item, add a border to each side of the link. For the best effect, use a lighter colour on one side, and a darker colour on the other. The background of my menu is #555, so I will use #777 on the left side, and #333 on the right side.</p>
<pre class="brush: css; title: ; notranslate">
#access li {
 float: left;
 position: relative;
 border-left: 1px solid #777;
 border-right: 1px solid #333;
}
</pre>
<img class="alignnone size-full wp-image-448" title="Menu with dividers" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/menu-02.jpg" />
<h3>Step  2 &#8211; Remove the left border from the first menu item</h3>
<p>The menu is looking good, but now there are one pixel borders on the first and last items which don&#8217;t look great. WordPress automatically applies classes to all menu items, making it very easy to target particular links.</p>
<p>In order to remove the left border from the first item, all we need to do is find out the ID of the &lt;li&gt;, and remove the border in CSS. The easiest way to do this is to view the source code, or use a browser based inspector, like the one in Chrome.</p>
<img class="alignnone size-full wp-image-455" title="Chrome's Inspect Element tool" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/menu-03.jpg" />
<p>Using this class, we can now remove the border to the left of the first menu item</p>
<pre class="brush: css; title: ; notranslate">
#access li.page-item-389 {
	border-left: none;
}
</pre>
<h4><img class="alignnone size-full wp-image-457" title="Left border on first menu item removed" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/menu-04.jpg" /></h4>
<h3>Step 3 &#8211; Add a right border to the last menu item</h3>
<p>Because my menu items don&#8217;t fill the entire width of the menu, I&#8217;m going to add a right border to the last menu item, ensuring all dividers have a consistent style. I will add my right border to the &lt;a&gt; this time, as there is already a right border on the &lt;li&gt;.</p>
<pre class="brush: css; title: ; notranslate">
#access li.page-item-49 a {
	border-right: 1px solid #777;
}
</pre>
<img class="alignnone size-full wp-image-461" title="Menu with all dividers in place" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/menu-05.jpg" />
<h3>Alternative method</h3>
<p>Alternatively, you could use CSS child selectors to remove and add the borders. You can target the first and last items using li:first-child and li:last-child.</p>
<pre class="brush: css; title: ; notranslate">
#access li:first-child {
	border-left: none;
}
#access li:last-child a {
	border-right: 1px solid #777;
}
</pre>
<div class="note"><strong>Note:</strong> Older versions of Internet Explorer do not support child selectors, so the borders will still be visible in these browsers.</div>
<h3>Final CSS</h3>
<pre class="brush: css; title: ; notranslate">
#access {
	background: #555;
	clear: both;
	display: block;
	float: left;
	width: 100%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
	-moz-box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
	box-shadow: rgba(0,0,0,0.4) 0 1px 2px;
}
#access ul {
	padding: 0 10px;
}
#access li {
	float: left;
	position: relative;
	border-left: 1px solid #777;
	border-right: 1px solid #333;
}
#access li.page-item-389 {
	border-left: none;
}
#access a {
	color: #f5f5f5;
	display: block;
	padding: 0 37px;
	line-height: 46px;
	text-transform: uppercase;
	font-weight: bold;
}
#access li.page-item-49 a {
	border-right: 1px solid #777;
}
#access ul ul {
	-moz-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	box-shadow: 0 3px 3px rgba(0,0,0,0.2);
	display: none;
	float: left;
	margin: 0;
	position: absolute;
	top: 37px;
	left: 0;
	width: 188px;
	z-index: 99999;
}
#access ul ul ul {
	left: 100%;
	top: 0;
}
#access ul ul a {
	background: #454545;
	border-bottom: 1px dotted #333;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	height: auto;
	line-height: 1.4em;
	padding: 10px 10px;
	width: 168px;
}
#access li:hover &gt; a, #access ul ul :hover &gt; a, #access a:focus {
	background: #454545;
}
#access li:hover &gt; a, #access a:focus {
	background: #454545;
	color: #fff;
}
#access ul li:hover &gt; ul {
	display: block;
}
#access .current_page_item &gt; a, #access .current_page_ancestor &gt; a {
	background: #454545;
	color: #fff;
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/tutorial-easy-menu-dividers-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up WordPress development</title>
		<link>http://www.calebgittins.com.au/news/7-tools-to-speed-up-wordpress-theme-development/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=7-tools-to-speed-up-wordpress-theme-development</link>
		<comments>http://www.calebgittins.com.au/news/7-tools-to-speed-up-wordpress-theme-development/#comments</comments>
		<pubDate>Thu, 16 Feb 2012 23:00:07 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[generators]]></category>
		<category><![CDATA[tools]]></category>
		<category><![CDATA[useful]]></category>
		<category><![CDATA[wordpress theme]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=423</guid>
		<description><![CDATA[Some online tools and resources which can help speed up WordPress theme development.]]></description>
				<content:encoded><![CDATA[<h2>Creating a WordPress theme can be a time consuming process, especially when you consider all of the custom styling and functions that will be included.</h2>
<p>Check out the 7 tools listed below to save you time and  speed up the development process on your next WordPress site.</p>
<h3>1. WordPress Custom Post Type Generator</h3>
<p>Just fill out each of the fields to create a custom post type for your WordPress site. Takes literally one minute and is very easy to use. Simply paste the provided code into your <span style="font-family: 'courier new', courier;">functions.php</span> file and you&#8217;re good to go! I&#8217;ve used this on many sites and it&#8217;s definitely a time saver.</p>
<p><a href="http://themergency.com/generators/wordpress-custom-post-types/" target="_blank">http://themergency.com/generators/wordpress-custom-post-types/</a></p>
<h3>2. WordPress Custom Taxonomy Generator</h3>
<p>Also from <a href="http://www.themergency.com" target="_blank">Themergency</a>, this generator creates custom taxonomies which you can use to categorise the content on your website.</p>
<p><a href="http://themergency.com/generators/wordpress-custom-taxonomy/" target="_blank">http://themergency.com/generators/wordpress-custom-taxonomy/</a></p>
<h3>3. WP FUNCTION ME</h3>
<p>If you are creating a theme from scratch, or simply wanting to add functionality to your existing theme, then this is a very useful tool. It allows you to select the functions that you want, then provides you with the code for your <span style="font-family: 'courier new', courier;">functions.php</span> file.</p>
<p><a href="http://www.wpfunction.me/" target="_blank">http://www.wpfunction.me/</a></p>
<h3>4. WP FILL ME</h3>
<p>Quickly and easily generate filler content for your WordPress site, including images, lists, headings and more. Very handy when you are creating image and typography styling.</p>
<p><a href="http://www.wpfill.me/" target="_blank">http://www.wpfill.me/</a></p>
<h3>5. Simple WordPress Shortcode Generator and Some Useful Shortcodes</h3>
<p>This tool allows you to create simple shortcodes for use in your WordPress theme, and also list a few useful shortcodes. For more advanced shortcodes, <a href="http://wp.smashingmagazine.com/2009/02/02/mastering-wordpress-shortcodes/" target="_blank">see this article</a>.</p>
<p><a href="http://pythoughts.com/wordpress-shortcut-code-generator-useful-shortcodes/" target="_blank">http://pythoughts.com/wordpress-shortcut-code-generator-useful-shortcodes/</a></p>
<h3>6. CSS3 Generator</h3>
<p>Create rounded corners, box shadows and even transitions in seconds with this easy to use generator. Provides multiple browser prefixes and compatibility.</p>
<p><a href="http://css3generator.com/" target="_blank">http://css3generator.com/</a></p>
<h3>7. CSS3 Gradient Generator</h3>
<p>Using this generator you can create impressive, image free gradients. There is a wide variety of pre made gradients, or you can create your very own from scratch.</p>
<p><a href="http://www.colorzilla.com/gradient-editor/" target="_blank">http://www.colorzilla.com/gradient-editor/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/7-tools-to-speed-up-wordpress-theme-development/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Minimal Website Inspiration</title>
		<link>http://www.calebgittins.com.au/news/weekly-web-design-development-inspiration-minimal/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=weekly-web-design-development-inspiration-minimal</link>
		<comments>http://www.calebgittins.com.au/news/weekly-web-design-development-inspiration-minimal/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 23:00:34 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[minimal]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=384</guid>
		<description><![CDATA[Minimalism is my favourite design movement, and these website are getting it right with both design and content.]]></description>
				<content:encoded><![CDATA[<h2>Black on white. White on black. Serif fonts. One pixel borders.</h2>
<p>Minimalism is one of my favourite design movements. To me there is nothing more aesthetically pleasing than a website which presents what is necessary, and nothing more.</p>
<blockquote><p>“Perfection is achieved, not when there is nothing more to add, but when there is nothing left to take away.”</p>
<p><cite>Saint-Exupéry</cite></p></blockquote>
<h3>Your Friend&#8217;s House</h3>
<p><strong>Visit</strong> <a href="http://www.yourfriendshouse.com/" target="_blank">www.yourfriendshouse.com</a></p>
<img class="alignnone size-full wp-image-399" title="Your Friend's House" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/mnml-01.jpg" />
<h3>Net-A-Porter</h3>
<p><strong>Visit</strong> <a href="http://fashionfix.net-a-porter.com/newsflash" target="_blank">fashionfix.net-a-porter.com/newsflash</a></p>
<img class="alignnone size-full wp-image-400" title="Net-A-Porter" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/mnml-02.jpg" />
<h3>The Boston Globe</h3>
<p><strong>Visit</strong> <a href="http://www.bostonglobe.com/" target="_blank">www.bostonglobe.com</a></p>
<img class="alignnone size-full wp-image-401" title="The Boston Globe" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/mnml-03.jpg" />
<h3>Eric Paul Snowden</h3>
<p><strong>Visit</strong> <a href="http://www.ericpaulsnowden.com/blog/" target="_blank">www.ericpaulsnowden.com/blog</a></p>
<img class="alignnone size-full wp-image-402" title="Eric Paul Snowden" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/mnml-04.jpg" />
<h3>Image Mechanics</h3>
<p><strong>Visit</strong> <a href="http://www.imagemechanics.com.au/#!/pages/home" target="_blank">www.imagemechanics.com.au</a></p>
<img class="alignnone size-full wp-image-403" title="Image Mechanics" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/mnml-05.jpg" />
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/weekly-web-design-development-inspiration-minimal/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Website Design Inspiration</title>
		<link>http://www.calebgittins.com.au/news/weekly-web-design-inspiration/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=weekly-web-design-inspiration</link>
		<comments>http://www.calebgittins.com.au/news/weekly-web-design-inspiration/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 23:00:37 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Aesthetically Pleasing]]></category>
		<category><![CDATA[web design inspiration]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=308</guid>
		<description><![CDATA[A collection of websites with above average aesthetics that have caught my eye this week.]]></description>
				<content:encoded><![CDATA[<h2>Just a few sites I&#8217;ve seen this week that have given me some ideas for my own web design and development.</h2>
<h3>Altius</h3>
<p>Clean, grid-based design which still manages to be unique. Some nice details such as the footer navigation mirroring the one in the header.</p>
<p><strong>Visit</strong> <a href="http://www.altius.net/" target="_blank">www.altius.net</a></p>
<img class="alignnone size-full wp-image-358" title="Altius" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/insp-03.jpg" />
<h3>Anna Safroncik</h3>
<p>Stunning website which combines stylish typography and circles with slick CSS3 animations.</p>
<p><strong>Visit</strong> <a href="http://www.annasafroncik.it/" target="_blank">www.annasafroncik.it</a></p>
<img class="alignnone size-full wp-image-359" title="Anna Safroncik" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/insp-04.jpg" />
<h3>Chris Cross</h3>
<p>One of the nicest looking and functioning Magento stores I&#8217;ve come across lately. Great use of jQuery and branding elements throughout the site.</p>
<img class="alignnone size-full wp-image-357" title="Chris Cross" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/insp-02.jpg" />
<h3>Pinterest</h3>
<p>A newcomer on the social media scene, <strong>Pinterest</strong> allows users to create boards, and pin items to create beautiful online pin boards. The login page features some very nice social media buttons. Notice the subtle gradient and 3d effects, all done in CSS3.</p>
<p><strong>Visit </strong><a href="http://www.pinterest.com/" target="_blank">www.pinterest.com</a></p>
<img class="alignnone size-full wp-image-356" title="Pinterest" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/insp-011.jpg" />
<h3>Salt Surf</h3>
<p>Responsive e-commerce site with great typography and full screen photographs.</p>
<p><strong>Visit</strong> <a href="http://www.saltsurf.com/" target="_blank">www.saltsurf.com</a></p>
<img class="alignnone size-full wp-image-360" title="insp-05" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/02/insp-05.jpg" />
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/weekly-web-design-inspiration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New Site: That Book Place</title>
		<link>http://www.calebgittins.com.au/news/new-site-launched-that-book-place/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-site-launched-that-book-place</link>
		<comments>http://www.calebgittins.com.au/news/new-site-launched-that-book-place/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 09:55:08 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[Book Store]]></category>
		<category><![CDATA[small business]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=306</guid>
		<description><![CDATA[This week I launched the new website for That Book Place, a boutique book store in Jimboomba.]]></description>
				<content:encoded><![CDATA[<h2>This week I launched the new website for That Book Place.</h2>
<p>That Book Place are a boutique book store located in Jimboomba, QLD. Since opening in 2010, they have grown radiply, and already won two awards for being a new and emerging business. The website features a blog to display all of the latest news and book reviews, and a photo gallery of the store. <a href="http://www.thatbookplace.com.au/" target="_blank">View website</a></p>
<img class="aligncenter size-full wp-image-343" title="That Book Place" alt="That Book Place website by Caleb Gittins" src="http://www.calebgittins.com.au/wp-content/uploads/2012/01/tbp-01.jpg" />
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/new-site-launched-that-book-place/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Brand New: CG Redesigned</title>
		<link>http://www.calebgittins.com.au/news/brand-new-website-online/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=brand-new-website-online</link>
		<comments>http://www.calebgittins.com.au/news/brand-new-website-online/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 23:00:49 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[grid]]></category>
		<category><![CDATA[minimal]]></category>
		<category><![CDATA[redesign]]></category>

		<guid isPermaLink="false">http://calebgittins.com.au/new/?p=1</guid>
		<description><![CDATA[The design and development process behind my newly redesigned portfolio website.]]></description>
				<content:encoded><![CDATA[<img class="size-full wp-image-197 alignright" title="sitio-nuevo-web" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/01/sitio-nuevo-web.jpg" />
<h2>After months of planning and work, I am proud to be able to present my newly designed site today.</h2>
<p>I first launched my site (below) in May 2011, after completing projects for some freelance clients, as I needed an online presence and wanted to showcase the work that I was doing. Whilst it has served its purpose,  since late last year I&#8217;ve wanted to create a new site which would establish my branding, and also enable me to start blogging about web design and development on a regular basis</p>
<img class="alignleft wp-image-129" title="First design of my site (May 2011)" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2011/11/sitio-primero.jpg" width="320" height="198" />
<p>The entire site was designed in-browser, with any images and icons edited in Photoshop.</p>
<p>In line with the minimal look that I chose, I made  use of The Golden Grid and Hashgrid.js to create an aesthetically pleasing grid to build upon.</p>
<p>I also used the Golden ration for the site&#8217;s typography. The site was developed using WordPress and also takes advantages of the new features that HTML5 and CSS3 has to offer.</p>
<h3 class="border">Websites that I used as inspiration</h3>
<ul>
<li><strong>Block Branding</strong> - <a title="Block Branding" href="http://www.blockbranding.com/" target="_blank">www.blockbranding.com</a></li>
<li><strong>Image Mechanics</strong> - <a title="Image Mechanics" href="http://www.imagemechanics.com.au" target="_blank">www.imagemechanics.com.au</a></li>
<li><strong>Mark Lawrence Design</strong> - <a href="http://www.marklawrencedesign.com/">www.marklawrencedesign.com</a></li>
<li><strong>3 Degrees Agency</strong> - <a href="http://www.3degreesagency.com/">www.3degreesagency.com</a></li>
</ul>
<h3 class="border">Tools I used</h3>
<ul>
<li><a href="http://www.wordpress.org" target="_blank">WordPress</a></li>
<li><a href="http://html5reset.org/" target="_blank">HTML5 Reset Theme</a></li>
<li><a href="http://code.google.com/p/the-golden-grid/" target="_blank">The Golden Grid</a></li>
<li><a href="http://hashgrid.com/" target="_blank">Hashgrid</a> (Press G to see it in action)</li>
<li>Icons by <a href="http://www.naomiatkinsonproducts.com/" target="_blank">Naomi Atkinson</a> and <a href="http://www.salleedesign.com/resources/mimi-glyphs/" target="_blank">Sallee Design</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/brand-new-website-online/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Enhance WordPress for clients</title>
		<link>http://www.calebgittins.com.au/news/3-ways-to-enhance-wordpress-for-clients/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=3-ways-to-enhance-wordpress-for-clients</link>
		<comments>http://www.calebgittins.com.au/news/3-ways-to-enhance-wordpress-for-clients/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 23:34:32 +0000</pubDate>
		<dc:creator>Caleb Gittins</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[visual editor]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.calebgittins.com.au/?p=166</guid>
		<description><![CDATA[Increase usability and create a better experience for clients using WordPress as a CMS.]]></description>
				<content:encoded><![CDATA[<h2>Many clients require the ability to be able to edit or add content and media on their website, through a content management system.</h2>
<p>Below are 3 way to enhance the experience for clients while they are using WordPress.</p>
<h3>1. Add styling to the Visual Editor</h3>
<p>The default styling of content in the WordPress visual editor is not very appealing. The font is serif, black and runs all the way along the screen. When editing content like this, it is difficult to determine how the finished product will actually look. Luckily, there is a way to add styles from your website to the visual editor, meaning that what you see in the admin area matches what you will see on the website.</p>
<p>Add the following code to your <span style="font-family: 'courier new', courier;">functions.php</span> file.</p>
<pre class="brush: php; title: ; notranslate">
add_editor_style();
</pre>
<p>Create a new .css file in your theme folder called <span style="font-family: 'courier new', courier;">editor-style.css</span>.</p>
<p>Add the styles which your content will be using. Below is an example of styles used on this site.</p>
<pre class="brush: css; title: ; notranslate">
html .mceContentBody {max-width: 640px;}

* {font-family: Georgia, &quot;Times New Roman&quot;, Times, serif;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
h1 {text-transform: uppercase; font-size: 70px; line-height: 119px; letter-spacing: 7px; text-align: center; color: #111;}
h2 {font-size: 24px; line-height: 38px; margin: 0 0 30px 0;}
h3 {font-size: 18px; line-height: 29px; margin: 0 0 23px 0; border-bottom: 1px solid;}
h4 {font-size: 18px; line-height: 29px; color: #444;}
p {font-size: 14px; line-height: 23px; margin: 0 0 19px 0;}
.border {border-bottom: 1px solid;}

ul, ol {list-style: disc; margin: 0 0 24px 0;}
li {margin: 0 0 10px 36px;}
p a, li a {border-bottom: 1px solid #d5d5d5;}
p a:hover, li a:hover {background: #dcf5ff; border-bottom: 1px solid;}
hr {display: block; height: 1px; border: 0; border-top: 1px dotted #aaa; margin: 24px 0; padding: 0; clear: both; float: left; width: 100%;}

img.alignright {float: right; margin: 0 0 14px 14px; background: #fff;}
img.alignleft {float: left; margin: 0 14px 14px 0;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto;}

a img.alignright {float: right; margin: 0 0 14px 14px;}
a img.alignleft {float: left; margin: 0 14px 14px 0}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}
</pre>
<p>Upload <span style="font-family: 'courier new', courier;">functions.php</span> and <span style="font-family: 'courier new', courier;">editor-style.css</span> to your site, then take a look at your content in the visual editor.</p>
<img class="alignnone size-full wp-image-262" title="Before and after visual editor styles applied" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/01/visual.jpg" />
<h3>2. Add more buttons to the toolbar</h3>
<img class="alignnone size-full wp-image-256" title="Additional buttons on the the toolbar" alt="" src="http://www.calebgittins.com.au/wp-content/uploads/2012/01/blog-051.jpg" />
<p>Add commonly used text editing buttons to the toolbar, to assist your clients with the transition from programs such as Microsoft Word.</p>
<pre class="brush: php; title: ; notranslate">
function add_more_buttons($buttons) {
 $buttons[] = 'hr';
 $buttons[] = 'del';
 $buttons[] = 'sub';
 $buttons[] = 'sup';
 $buttons[] = 'fontselect';
 $buttons[] = 'fontsizeselect';
 $buttons[] = 'cleanup';
 $buttons[] = 'styleselect';
 return $buttons;
}
add_filter(&quot;mce_buttons_3&quot;, &quot;add_more_buttons&quot;);
</pre>
<p>Thanks to <a href="http://css-tricks.com/snippets/wordpress/turn-on-more-buttons-in-the-wordpress-visual-editor/" target="_blank">Chris Coyier</a> for the code.</p>
<h3>3. Educate your clients</h3>
<p>Let your clients know about things such as:</p>
<ul>
<li><strong>Shortcuts </strong><br />
Ctrl + B will bold text, Ctrl + 2 will create a Heading 2 style. <a href="http://en.support.wordpress.com/editors/keyboard-shortcuts/" target="_blank">See more shortcuts here</a>.</li>
<li><strong>Preview Button</strong><br />
This will allow clients to preview their content before it is published onto their website.</li>
<li><strong>Full Screen Editor</strong><br />
In versions of WordPress 3.2.1 and above, this allows clients to edit content in a full screen window  free of distractions.</li>
<li><strong>Internal Linking</strong><br />
The insert/edit link button allows clients to choose from existing content on their website, instead of having to manually copy and paste links.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.calebgittins.com.au/news/3-ways-to-enhance-wordpress-for-clients/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Served from: www.calebgittins.com.au @ 2013-05-20 23:43:55 by W3 Total Cache -->