<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"> <channel><title>Rob Cubbon | Design and Marketing</title> <link>http://robcubbon.com</link> <description /> <lastBuildDate>Wed, 16 May 2012 23:53:05 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.2</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/robcubbon/MBQo" /><feedburner:info uri="robcubbon/mbqo" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><feedburner:emailServiceId>robcubbon/MBQo</feedburner:emailServiceId><feedburner:feedburnerHostname>http://feedburner.google.com</feedburner:feedburnerHostname><item><title>Make Your Website Responsive to Mobiles and Tablets</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/JRBVcGlEAv0/</link> <comments>http://robcubbon.com/website-responsive-mobiles-tablets/#comments</comments> <pubDate>Mon, 14 May 2012 13:42:36 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[adaptive]]></category> <category><![CDATA[responsive]]></category> <category><![CDATA[web design]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6604</guid> <description><![CDATA[<p>More and more our online experience is being accessed by handheld devices. Many of us have been stuck with a website of maybe 900 to 1000 pixels wide which smaller devices would reduce in size. The mobile users would have to constantly zoom in and out to access various parts of the site (read: navigate [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>More and more our online experience is being accessed by handheld devices.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/05/responsive-website-600.jpg" alt="monitor tablet mobile device showing responsive website" title="" width="600" height="267" class="aligncenter size-full wp-image-6605" /></p><p>Many of us have been stuck with a website of maybe 900 to 1000 pixels wide which smaller devices would reduce in size. The mobile users would have to constantly zoom in and out to access various parts of the site (read: navigate away from the site never to return!)</p><h2>Should your website be responsive?</h2><p>In a word, yes. A web design should respond to a visitor&#8217;s needs rather than the other way round.</p><p>I know of no other single website tweak that I&#8217;ve made in the last 6 years that has meant <strong>over 100 more visitors daily</strong>:</p><p><a
href="http://robcubbon.com/go/streamline"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/05/google-analytics-devices.jpg" alt="google analytics devices" title="" width="640" height="366" class="aligncenter size-full wp-image-6618" style = "border: none; " /></a></p><h2>Is your website responsive to handheld devices?</h2><p>The simplest way to test a website against different sized screens is to simply re-size your browser&#8217;s window and see what happens. Go ahead and narrow the browser window on this website and see the design respond to the width of the browser.</p><p>Have a look at this great <a
href="http://www.studiopress.com/responsive/">free tool to test your website&#8217;s responsiveness</a>. Yes, &#8220;responsiveness&#8221; is a word, just not a very nice one.</p><p>One of the best responsive websites, in my opinion, is Chris Coyier&#8217;s <a
href="http://CSS-tricks.com">CSS-tricks.com</a>, here it is on that tool:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/05/css-tricks-responsive.jpg" alt="css-tricks-responsive" title="" width="640" height="222" class="aligncenter size-full wp-image-6606" /></p><p>And here is this website tested with the tool:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/05/rob-cubbon-responsive.jpg" alt="rob-cubbon-responsive" title="" width="640" height="221" class="aligncenter size-full wp-image-6607" /></p><p>If you&#8217;re seeing any horizontal scroll bars with your site, you might start thinking about responsive design.</p><h2>How to make your website responsive</h2><p>Well, I cheated! I simply installed the <a
href="http://robcubbon.com/go/streamline">Streamline</a> theme by <a
href="http://robcubbon.com/go/genesis">Genesis</a> and tweaked accordingly. I also like the <a
href="http://robcubbon.com/go/eleven40">Eleven40</a> theme which has a much wider design on the monitors that can handle it of, guess, 1140 pixels! These are affiliate links, however there are many <a
href="http://wordpress.org/extend/themes/responsive">free responsive WordPress themes</a> out there.</p><p>However, there are a couple of changes necessary to make a website responsive. This isn&#8217;t the only way of doing it but it is the best and simplest I&#8217;ve come across.</p><p>First of all you need to add this to the head to stop the iPhone from scaling the whole website to fit it&#8217;s screen.</p><blockquote><p><code>&lt;meta name="viewport" content="width=device-width; initial-scale=1.0"&gt;</code></p></blockquote><p>Other than that it&#8217;s a question of adding media queries to your CSS to adapt your website to different sizes of browser window.</p><h2>CSS media queries</h2><p>In your CSS you need to change the styles of different elements as they adapt to different widths. This is, strictly speaking, &#8220;adaptive design&#8221; but I think people are more comfortable with the term &#8220;responsive design&#8221; so that is what I&#8217;m using to describe this process.</p><p>This website is 960 pixels wide when viewed on a large monitor. If the site is viewed on a device narrower than 960 pixels the design would be inappropriate, so the first media query we add is for 960px.</p><p>The whole website is sitting within a containing div called <code>#wrap</code>.</p><blockquote><p><code>#wrap { width : 960px; margin: 0 auto; }</code></p></blockquote><p>This <code>#wrap</code> div, along with many other elements, is set to change as soon as the browser window narrows to less than 960 pixels wide by this media query:</p><blockquote><p><code>@media only screen and (max-width: 960px) { #wrap { width: 100%; margin: 0; } }</code></p></blockquote><p>So now the website will squeeze or stretch to fix the width of the browser if it is less than 960 pixels wide.</p><p>But you also have to make sure that other elements of the website behave the way you want them to. So, similar to the <code>#wrap</code> div, both the div containing this article (<code>.content-sidebar #content</code>) and the sidebar (<code>.sidebar</code>) have specified widths in the main CSS&#8230;</p><blockquote><p><code>.content-sidebar #content { width: 642px; }<br
/> .sidebar { width: 316px; }</code></p></blockquote><p>&#8230; when added together they come to less than 960 pixels – the width of the website – and so appear next to each other. And when the browser is narrower than the width of the website they change to 100%  &#8230;</p><blockquote><p><code>@media only screen and (max-width: 960px) { .content-sidebar #content, .sidebar { width: 100%; } }</code></p></blockquote><p>&#8230; so the sidebar (coming after the content area in the HTML) drops underneath the content area when using the portrait iPad, for example.</p><p>And there are numerous other changes you can make. For example, once this website is viewed at a width of less than 960 pixels, the logo in the top left moves over to the center and the social media icons top right disappear, the sign up form at the top of the sidebar disappears to avoid too much repetition of this element, and the logo changes to a narrower version for devices not wider than 300 pixels:</p><blockquote><p><code>@media only screen and (max-width: 300px) { .header-image #title-area { background: url(images/logo-symbol.jpg) no-repeat top center; } }</code></p></blockquote><p>You can add media queries in at any width, 240px, 320px, 480px, 768px, 960px and 1024px, are the most common. But I was thinking mostly of the portrait tablet width (around 760 pixels) and a portrait smart phone (around 320 pixels).</p><h2>Images and video</h2><p>With responsive sites everything has to respond. Getting the images to size to the window is easy, put this in the main CSS:</p><blockquote><p><code>img { height: auto; max-width: 100%; }</code></p></blockquote><p>And for the videos, I used a WordPress plugin called <a
href="http://wordpress.org/extend/plugins/fitvids-for-wordpress/">FitVids</a>.</p><h2>What <em>you</em> can do</h2><p>Making my website responsive was actually ten times less painful than I thought it would be. I&#8217;m no hard-headed code geek so if I can do it you certainly can.</p><p>I&#8217;ll be writing more on this topic soon with a video. Also there are great article here about <a
href="http://line25.com/tutorials/create-a-responsive-web-design-with-media-queries">responsive web design and media queries</a> by Chris Spooner.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/JRBVcGlEAv0" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/website-responsive-mobiles-tablets/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://robcubbon.com/website-responsive-mobiles-tablets/</feedburner:origLink></item> <item><title>Google’s Penguin Update – What It Means For Web Designers</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/zmw8ojTZ2hM/</link> <comments>http://robcubbon.com/googles-penguin-update-what-it-means-for-web-designers/#comments</comments> <pubDate>Mon, 07 May 2012 19:27:33 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[algorithm]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[penguin]]></category> <category><![CDATA[web designers]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6553</guid> <description><![CDATA[<p>Google&#8217;s search results are ranked by a combination of hundreds of different factors that are arranged into an algorithm which is being constantly changed and monitored. Recently, there has been a major update to the algorithm that has sent the SEO world into a spin and that update is named Penguin. Of course, I have [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>Google&#8217;s search results are ranked by a combination of hundreds of different factors that are arranged into an algorithm which is being constantly changed and monitored. Recently, there has been a major update to the algorithm that has sent the SEO world into a spin and that update is named <strong>Penguin</strong>.</p><p><img
class="aligncenter size-full wp-image-6556" style="border: 1px solid #aaa;" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/05/penguin.jpg" alt="penguin" width="500" height="257" /></p><p>Of course, I have always advocated <a
href="http://robcubbon.com/how-to-blog-for-business/">blogging for business</a> by attracting customers through Google searches naturally rather than employing black hat tactics such as purchasing links. However, I do think the game has changed a little and there are reasons why innocent web designers could get caught up in the crossfire between Google and webspam.</p><h2>The (un)importance of anchor text and URLs</h2><p>High up in the ranking factors for websites is the amount and quality of the links pointing to the sites. And, following on from this, the anchor text (the text in the link) is also of extreme importance.</p><blockquote><p><code>&lt;a href="http://robcubbon.com"&gt;This is anchor text!&lt;/a&gt;</code></p></blockquote><p>Another of the ranking factors that is important is the keywords that existed in the actual domain name and URLs of the links. So, if you are searching for &#8220;blue widgets&#8221;, the site www.bluewidgets.com will have an advantage.</p><h2>Old advice</h2><p>So, it was for these reasons that I advised web designers to consider purchasing a domain with &#8220;web design&#8221; in the title. I&#8217;ve also said that you should try to get links pointing to your site with &#8220;web designer [blank]&#8221; (where [blank] is the name of the town or area you live in). I no longer believe this is good advice. Or, at least, I don&#8217;t think you should try to manipulate anchor text – however much it might help users!</p><p>Web designers were uniquely placed to be able to set anchor text as we could add credits to website footers. For example:</p><blockquote><p><code>&lt;a href="http://robcubbon.com"&gt;Web design by Rob Cubbon&lt;/a&gt;</code></p></blockquote><h2>New advice</h2><p>I now think this is not a good idea. I now think it&#8217;s better to build the link with company name. Google have devalued these footer links anyway.</p><blockquote><p><code>Web design by &lt;a href="http://robcubbon.com"&gt;Rob Cubbon&lt;/a&gt;</code></p></blockquote><p>Where it is possible, vary the anchor text in the links that point to your site as much as possible.</p><p>This update has only affected 3% of searches so it&#8217;s not a big deal. However, I don&#8217;t think it hurts to note what practices have been hit in this update. So here&#8217;s a list of don&#8217;t's:</p><ul><li><strong>Don&#8217;t buy links!</strong> I know this should be obvious but I thought I&#8217;d put it in here anyway!</li><li><strong>Don&#8217;t comment spam!</strong> Don&#8217;t put keywords in where your name should go when commenting on blogs. (If anyone does that here, I delete them. <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> )</li><li><strong>Don&#8217;t have lots of links back to your site with the same anchor text!</strong> This is what Google has really penalized.</li></ul><p>If you&#8217;re interested in this there is a great article here by Glenn Gabe on <a
href="http://www.hmtweb.com/marketing-blog/penguin-update-initial-findings-unnatural-inbound-links/">the effect of this Penguin update and what to expect in the future</a>.</p><h2>Remember what we&#8217;re here for</h2><p>Create content and articles that are useful to the end user rather than written for a search engine. That goes for the content on your sites as well as the content you create on other sites, social networks, web 2.0 sites, everywhere.</p><p>We are doing what we&#8217;re doing because we love doing it! <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> The most important thing is to create great websites. Always spend more time on creation rather than promotion. And be happy!</p><h2>What <em>you</em> can do</h2><p>Take a look in your Google Analytics or web stats package. Can you see a reduction in organic traffic on April 24th? If you can it means you&#8217;ve fallen victim to a Penguin attack. Use <a
href="http://www.opensiteexplorer.org/">Open Site Explorer</a> to check the incoming links and their anchor text. See if you can change or kill any inbound links that look spammy.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/zmw8ojTZ2hM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/googles-penguin-update-what-it-means-for-web-designers/feed/</wfw:commentRss> <slash:comments>6</slash:comments> <feedburner:origLink>http://robcubbon.com/googles-penguin-update-what-it-means-for-web-designers/</feedburner:origLink></item> <item><title>Removing Backgrounds and Cutting Out in Photoshop</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/4K1f-eICgnk/</link> <comments>http://robcubbon.com/removing-backgrounds-cutting-out-photoshop/#comments</comments> <pubDate>Mon, 30 Apr 2012 12:24:50 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[cutting out]]></category> <category><![CDATA[magic wand]]></category> <category><![CDATA[paths]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6469</guid> <description><![CDATA[<p>If you spend anytime designing, you&#8217;ll know that cut out images or shapes are more interesting than square or rectangular images. Have a look at the two flowers below, which one makes the most impact? Cut outs look great. Just do a Google image search for &#8220;product&#8221; and you&#8217;ll see that the advertising industry has [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>If you spend anytime designing, you&#8217;ll know that <strong>cut out images or shapes are more interesting than square or rectangular images</strong>. Have a look at the two flowers below, which one makes the most impact?</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/cut-out-and-not-cut-out-flower.jpg" alt="cut-out and no cut-out flower" title="" width="517" height="218" class="aligncenter size-full wp-image-6470" /></p><p>Cut outs look great. Just do a Google image search for &#8220;product&#8221; and you&#8217;ll see that the advertising industry has cottoned on to this.</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/ztRtxJ4LdKY" frameborder="0" allowfullscreen></iframe></p><p>So, how do we <a
href="http://youtu.be/ztRtxJ4LdKY">create these cut outs and get rid of backgrounds in Photoshop</a>? In <a
href="http://youtu.be/ztRtxJ4LdKY">this video</a> above I give you two ways (although there are many more): an easy way and a hard way.</p><h2>Cutting out with the Magic Wand tool (W) in Photoshop</h2><p>The Magic Wand in Photoshop selects a consistently colored area without having to trace an outline. There are a number of tools that do the same thing like the Background Eraser Tool as well as the Magnetic Lasso Tool but I find the Magic Wand better.</p><p>In order to control which pixels the Magic Wand selects you change the Tolerance. A Tolerance of zero selects only the most identical pixels to where you have clicked (likely to be a very small part of the image); a higher number for the Tolerance selects parts of the image that are less and less similar to the pixel you clicked on; and a Tolerance of the maximum 255 selects all pixels that are completely different to the pixel you clicked on (the whole image!)</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/magic-wand-photoshop.jpg" alt="magic-wand-photoshop" title="" width="431" height="342" class="aligncenter size-full wp-image-6472" /></p><p>In the case of the above image a Tolerance of 100 was sufficient to select the sky.</p><p>Once the background is selected is can be deleted. Or in order to select the giraffe and not the sky or vice versa, inverse the selection (Select > Inverse: Cmd/Ctrl-Shift-I).</p><p>You may want to Feather the selection at this point (Select > Modify > Feather&#8230; Feature Radius of 1 or 2) which will blur the edges of the cut-out sightly.</p><h2>Cutting out with the Path tool (P) in Photoshop</h2><p>Unfortunately, not all images, like our friend the giraffe above, are as easy to cut out. Our other example is of a figure with a differing background which is virtually impossible to select by way of some cool Photoshop trick. In this case you just have to trace round the object manually.</p><p>The best way to do this is with Paths which are Bézier curves and defined by mathematical equations (named after Pierre Bézier, mathematician and engineer who developed this method of computer drawing while working for Renault). I really could write a lot about how to use Paths in Photoshop, Illustrator and, indeed InDesign but the best way to learn how to trace with Paths is to teach yourself.</p><p>Basically, you click once where you want to start and then click on the next point along and drag to get the curve you want. You then carry on if your next curve is going to &#8220;follow on&#8221; from the last curve, if not, Option/Alt-click on the end of the Path in order to start again with a straight line.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/cutting-out-and-deleteing-background-paths-photoshop.jpg" alt="cutting-out-and-deleteing-background-paths-photoshop" title="" width="640" height="203" class="aligncenter size-full wp-image-6474" /></p><p>Above you can see (almost) how I traced around the figure and deleted the background. You may get a better idea of how Paths work by watching the video.</p><h2>Further advice on cutting out</h2><p>One mistake I always see people make with cut-outs is to forget to bump up the contrast. The figure or object you&#8217;ve cut out may have contrasted well against the background originally but now the backgrounds gone it usually needs a bit more.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/syringe.jpg" alt="syringe" title="" width="472" height="222" class="aligncenter size-full wp-image-6475" /></p><h2>What <em>you</em> can do</h2><p>Are you missing out by not putting enough cut outs into your designs and websites? I&#8217;m always trying to use cut outs as much as possible because they are so much more likely to be clicked on. Try to use cut-out images as thumbnails for blog posts. They look so much better. <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/4K1f-eICgnk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/removing-backgrounds-cutting-out-photoshop/feed/</wfw:commentRss> <slash:comments>8</slash:comments> <feedburner:origLink>http://robcubbon.com/removing-backgrounds-cutting-out-photoshop/</feedburner:origLink></item> <item><title>How To Teach Yourself Web Design</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/5Ig2iZrxso8/</link> <comments>http://robcubbon.com/how-to-teach-yourself-web-design/#comments</comments> <pubDate>Mon, 23 Apr 2012 13:52:37 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[css]]></category> <category><![CDATA[design blogs]]></category> <category><![CDATA[html]]></category> <category><![CDATA[JS]]></category> <category><![CDATA[online resources]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[web design]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6386</guid> <description><![CDATA[<p>Yes, it is perfectly possible to teach yourself web design. I asked around this week to see how people managed to acquire the skills and I tried to remember what worked for me. There are three main ways you can teach yourself web design. By doing. People learn by actually creating websites. By using online [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>Yes, it is perfectly possible to teach yourself web design. I asked around this week to see how people managed to acquire the skills and I tried to remember what worked for me.</p><p><img
class="aligncenter size-full wp-image-6403" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/learning-web-design-first-lesson.jpg" alt="learning-web-design-first-lesson" width="520" height="375" /></p><p>There are three main ways you can teach yourself web design.</p><ol><li><strong>By doing</strong>. People learn by actually creating websites.</li><li><strong>By using online resources</strong>. Everyone at some point finds answers online about how to design websites.</li><li><strong>By reading</strong>. This one surprised me. Most designers say they learn web design, in part, by reading books.</li></ol><p>So, let&#8217;s go through each of these categories to find out how to teach yourself web design.</p><h2>1. Learning web design by doing</h2><p>The best way to start to understand web pages is to look how existing websites are put together and build them yourself.</p><h3>Observe how other websites work</h3><p>To start off, most web pages on the internet are written, at least in part, in HTML. In order to see the HTML that creates this page you need to &#8220;View Source&#8221; in the browser you are using. Try going Cmd/Ctrl-U (for Firefox), go Cmd/Ctrl-Alt/Opt-U (for Chrome), and if you&#8217;re using Internet Explorer, you really need to ask yourself if web design is the right career path for you.</p><p>Try looking through the HTML to see how the different elements on a web page are marked up. You may be able to identify certain tags straightaway. For example <code>&lt;p&gt;</code> is for paragraph, <code>&lt;h1,2,3&gt;</code> are headings, <code>&lt;img&gt;</code> is for an image, etc. You will notice that most of these tags work in pairs to denote the beginning and end of the mark up, for example <code>&lt;p&gt;Text here&lt;/p&gt;</code> shows the opening and closing of the paragraph tag with the slash (/) preceding the closing tag. Other tags don&#8217;t work in pairs, for example the image tag self closes <code>&lt;img src = "http://robcubbon.com/images/rob.jpg" /&gt;</code> this instructs the browser to display an image with a particular web address as the source (<code>src</code>).</p><p><img
class="aligncenter size-full wp-image-6404" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/learning-web-design-second-lesson.jpg" alt="learning-web-design-second-lesson" width="520" height="375" /></p><p>Another thing you might notice from the HTML source is that all HTML pages have similar structure. They all start with a <code>&lt;!DOCTYPE&gt;</code> declaration saying which version of HTML it&#8217;s in, followed by an <code>&lt;HTML&gt;</code> declaration, followed by the <code>&lt;head&gt;</code> of the document which is a container of various elements including links to scripts, style sheets, the meta information, etc. After the <code>&lt;head&gt;</code> comes the <code>&lt;body&gt;</code> where the elements of the web page are marked up.</p><p><strong>Exercise:</strong> Select all the source code of this page into a NotePad (PC) or TextEdit (Mac) document and save it to your computer as &#8220;test.html&#8221; or something. Open this file in a browser and it should look exactly the same as the online version. Now turn off your connection to the internet and see what the test page looks like. Pretty different, huh? Try to work out why.</p><h3>Tools of the trade</h3><p>While you&#8217;re doing this, there will be certain tools you&#8217;ll need.</p><ul><li><strong>Multiple browsers and smart phones</strong>. Try testing your own sites on different browsers and phones (this is where you&#8217;ll start a long standing hate affair with Internet Explorer).</li><li><strong>Text editor</strong>. You may use the basic NotePad (PC) or TextEdit (Mac), or maybe <a
href="http://www.panic.com/coda/">Coda</a> (Mac) or Dreamweaver – don&#8217;t use Dreamweaver in the visual mode, just work on the code, you need to understand how this stuff works under the hood.</li><li><strong>Validator</strong>. Validate your web pages with the <a
href="http://validator.w3.org/">HTML Validator</a> and the <a
href="http://jigsaw.w3.org/css-validator/">CSS Validator</a> (use a browser plugin like <a
href="https://chrome.google.com/webstore/detail/bfbameneiokkgbdmiekhjnmfkcnldhhm">Web Developer for Chrome</a> to call on them quickly).</li><li><strong><a
href="https://developers.google.com/chrome-developer-tools/docs/overview">Chrome Developer Tools</a> and <a
href="http://getfirebug.com/">Firebug</a> for Firefox</strong>. These tools help you understand CSS and JavaScript which, if you thought HTML was difficult, do take some understanding.</li><li><strong>Graphics and image editors</strong>. Central to web design are image editors like Photoshop or Fireworks. These are quite expensive but there is <a
href="http://www.gimp.org/">GIMP</a> plus a host of online image editors if you&#8217;re just starting out.</li></ul><p><img
class="aligncenter size-full wp-image-6405" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/learning-web-design-third-lesson.jpg" alt="learning-web-design-third-lesson" width="520" height="375" /></p><h3>Creating your own static HTML websites</h3><p>While your understanding of HTML, CSS and JavaScript grows you should be creating static HTML sites, either locally or on a web server. Continuously play with the code to try to do cool things. Try to recreate certain elements in other websites by copying bits of the code.</p><p>Although the websites you eventually create are not likely to be made from HTML files, it vital you understand how to create static HTML sites first before you can start using PHP and/or Content Management Systems (CMSs) to create HTML.</p><h3>Creating your own websites with CMSs</h3><p>Most websites are created by CMSs – software that can create HTML pages within specified templates. The best ones are <a
href="http://wordpress.org/">WordPress</a>, <a
href="http://www.joomla.org/">Joomla</a> and <a
href="http://drupal.org/">Drupal</a>, but there are a host of lighter, open source CMSs you can experiment with, these will teach you how PHP, and with other CMSs, ASP, are used to piece together websites.</p><p>Use <a
href="http://www.mamp.info/">MAMP</a> (Mac) or <a
href="http://www.wampserver.com/en/">WAMP</a> (Windows) on your computer to run these systems locally so that you can get a good understanding of how they work.</p><h3>Using image editors</h3><p>You will need to know how to use Photoshop or something similar. You will need this to create graphics for the site as well as to provide <a
href="http://robcubbon.com/designing-web-page-photoshop/">complete visuals of how the site will look</a> when finished to aid the design process.</p><h3>Get designing</h3><p>Of course, I haven&#8217;t mentioned that the resulting websites will not only have to validate, work, be found by search engines, serve a purpose and be marketed but also &#8230; they have to look good.</p><p>In order to improve your artistic eye, regularly produce work and then try to better it. Sketch designs on paper then work on them in Photoshop or whatever graphics program you have. Practice will help you become a better designer. I will be recommending more resources later that will help you with design principles.</p><p><img
class="aligncenter size-full wp-image-6413" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/learning-web-design-lesson-four.jpg" alt="learning-web-design-lesson-four" width="520" height="375" /></p><h2>2. Online resources</h2><p>When people want answers they go to the internet and &#8220;<a
href="http://www.google.com">Google</a> it&#8221; or search <a
href="http://www.youtube.com">YouTube</a>. Web design is no different. There are many resources that will help you online. First and foremost there is <a
href="http://www.w3schools.com/">W3 Schools</a> which web designers refer to as the best online self teaching resource, there is also <a
href="http://www.tizag.com/">Tizag</a>. Some people recommend Lynda.com although I&#8217;ve not used it personally.</p><h3>Blogs</h3><p>There are a number of great design blogs out there. There are big ones that can help you like <a
href="http://www.smashingmagazine.com/">SmashingMagazine</a>, <a
href="http://www.webdesignerdepot.com/">WebDesignerDepot</a>, <a
href="http://www.1stwebdesigner.com/">1stWebDesigner</a> and the <a
href="http://envato.com/">Envato</a> network.</p><p>Personally, I get more from the independent web and graphic designers who blog. There are, however, loads that I have learned from over the years so here are just a few and I apologise to any excellent bloggers that I&#8217;ve left off the list.</p><ul><li><a
href="https://twitter.com/#!/chriscoyier"><strong>Chris Colyer</strong></a>&#8216;s <a
href="http://css-tricks.com/">CSS Tricks</a> is a great looking responsive website but also has great web design info and tricks</li><li><a
href="https://twitter.com/#!/vpieters"><strong>Veerle Pieters</strong></a> has great Photoshop and Illustrator tutorials on <a
href="http://veerle.duoh.com/">Veerle&#8217;s blog</a></li><li><a
href="https://twitter.com/#!/davidairey/"><strong>David Airey</strong></a> is someone I&#8217;ve followed for a while on his own <a
href="http://www.davidairey.com/">eponymous blog</a>, <a
href="http://www.logodesignlove.com/">LogoDesignLove</a> and <a
href="http://identitydesigned.com/">IdentityDesigned</a>. David is interested in the overarching identity of organisations amongst other things.</li><li><a
href="https://twitter.com/#!/chrisspooner"><strong>Chris Spooner</strong></a> has taught me a lot with tutorials at his <a
href="http://blog.spoongraphics.co.uk/">blog at SpoonGraphics</a> and plus information and inspiration at <a
href="http://line25.com/">Line25</a></li><li><strong>Fabio Sasso</strong>&#8216;s wonderfully designed site <a
href="http://abduzeedo.com/">Abduzeedo</a> offers great inspiration and weirdness.</li><li><a
href="https://twitter.com/#!/nickla"><strong>Nick La</strong></a>&#8216;s <a
href="http://ndesign-studio.com/">N.Design Studio</a> and <a
href="http://webdesignerwall.com/">WebDesignerWall</a> have some fantastic information and great inspiration.</li></ul><p>Please feel free to add your favorite design blogs in the comments below.</p><h3>Forums</h3><p>When you are bashing your head against a brick wall forums are great places to get answers. Post a description of your issue and the web address and very often someone will get back to you with a solution. Here are some of my favorite forums.</p><p>I like <a
href="http://www.estetica-design-forum.com/">Estetica Design Forum</a>, <a
href="http://www.designforums.co.uk/">DesignForums.co.uk</a>, and <a
href="http://www.designerstalk.com/forums/">Designer’s Talk</a>. There’s <a
href="http://forums.digitalpoint.com/">Digital Point</a> and <a
href="http://www.sitepoint.com/forums/forum.php">Sitepoint</a> for more wider ranging queries, the <a
href="http://wordpress.org/support/">WordPress forum</a> is excellent and there’s the <a
href="http://www.warriorforum.com/">Warrior Forum</a> for internet marketing.</p><h2>3. Books</h2><p>Many web designers maintain that good old-fashioned physical books have helped teach them web design. Here are a few of my favorites and some others that have been recommended to me. The links are Amazon.com affiliate links.</p><ul><li><a
href="http://www.amazon.com/gp/product/0910215936/ref=as_li_tf_tl?ie=UTF8&amp;tag=graandwebdesl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0910215936">Build Your Own Website The Right Way Using HTML &amp; CSS</a> 3th (third) edition by Ian Lloyd is a Sitepoint book I read years ago. It really helped me at the time as it focuses on web design best practices. Make sure you buy an up-to-date edition (at the moment the third edition which includes a lot on HTML5).</li><li><a
href="http://www.amazon.com/gp/product/0596802447/ref=as_li_tf_tl?ie=UTF8&amp;tag=graandwebdesl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0596802447">CSS: The Missing Manual</a> by David Sawyer McFarland includes explanations, examples, and step-by-step tutorials. This book is especially recommended as it gives you the background to CSS and includes a lot about CSS3.</li><li><a
href="http://www.amazon.com/gp/product/098057689X/ref=as_li_tf_tl?ie=UTF8&amp;tag=graandwebdesl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=098057689X">The Principles of Beautiful Web Design</a>, 2nd Edition by Jason Beaird, maintains that design is a skill that can be learned and teaches you the fundamental principles of design.</li><li><a
href="http://www.amazon.com/gp/product/1592534333/ref=as_li_ss_tl?ie=UTF8&#038;tag=graandwebdesl-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=1592534333">Color Design Workbook: A Real World Guide to Using Color in Graphic Design</a> by AdamsMorioka (editor) provides the vital information necessary to apply color creatively and effectively to design work.</li><li><a
href="http://robcubbon.com/go/dontmakemethink">Don&#8217;t Make Me Think: A Common Sense Approach to Web Usability</a>, 2nd Edition by Steve Krug an instant classic on web usability, loaded with insights and practical advice.</li><li><a
href="http://www.amazon.com/gp/product/0578012812?ie=UTF8&amp;tag=graandwebdesl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0578012812">Getting Real: The smarter, faster, easier way to build a successful web application</a> by 37 Signals may be about creating web applications not sites, but it has such a marvellous way of simplifying web processes that I found it such a useful read.</li><li><a
href="http://digwp.com/book/">Digging into WordPress</a> by Chris Coyier &amp; Jeff Starr comes highly recommended as the great WordPress book. Available as a PDF version (handy for copying code) as well as a physical version.</li></ul><p>There are many more books I could have included especially about design theory. If you have any suggestions of books that have helped you with web design, please let us know about them in the comments.</p><h2>What <em>you</em> can do</h2><p>Many designers maintain that failure is actually the best teacher. So get out there and design websites! When, as undoubtedly will happen, you come across a brick wall, you can use some of the online resources here to help you. And, when you can&#8217;t look at the computer screen any more, you can read a book about it!</p><p>I would love to hear your suggestions of web design resources and tips for teaching yourself here in the comments. Plus, ask me here if there&#8217;s anything you&#8217;re stuck on at the moment.</p><p>And you can <a
href="http://robcubbon.com/running-a-web-design-business/">download my e-book on how to run your own design business.</a></p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/5Ig2iZrxso8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-teach-yourself-web-design/feed/</wfw:commentRss> <slash:comments>13</slash:comments> <feedburner:origLink>http://robcubbon.com/how-to-teach-yourself-web-design/</feedburner:origLink></item> <item><title>How to Hire a Graphic Designer – 9 Questions to Ask</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/Pgipbh4h5JM/</link> <comments>http://robcubbon.com/how-to-hire-a-graphic-designer-9-questions-to-ask/#comments</comments> <pubDate>Mon, 16 Apr 2012 14:22:57 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Clients]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[clients]]></category> <category><![CDATA[graphic desginer]]></category> <category><![CDATA[questions]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6353</guid> <description><![CDATA[<p>It may be easy to find programmers or coders online but hiring a graphic designer is ten times more difficult. So what questions do you ask potential graphic designers in order to find the perfect person for your new project? But wait! Before you reach for your phone, look at the designer&#8217;s website to see [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>It may be easy to find programmers or coders online but hiring a graphic designer is ten times more difficult. So <strong>what questions do you ask potential graphic designers</strong> in order to find the perfect person for your new project?</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/questions-graphic-designer1.jpg" alt="questions graphic designer" title="" width="600" height="393" class="aligncenter size-full wp-image-6367" /></p><p>But <strong>wait</strong>! Before you reach for your phone, look at the designer&#8217;s website to see if (s)he has done similar work to what you want doing first. That done, here are some questions to ask:</p><h2>1. Have you done this type of work before?</h2><p>Even though you know this designer&#8217;s work, it&#8217;s a good idea to ask them this question anyway. A designer may have created the type of website you&#8217;re looking to build, but have they worked in your particular niche before? That would be a useful talking point.</p><p>Ask for samples of work that may be particularly pertinent to your project. Most designers will have work that isn&#8217;t in their portfolio but may be much more relevant to you.</p><h2>2. What processes will you use?</h2><p>What steps and stages are involved in the design? How many revisions? You should be able to get firm answers to this sort of question. Avoid anyone who is completely vague about this.</p><h2>3. How long will it take?</h2><p>Although the answer to this question will generally depend on you, the client, the designer should be able to give you a rough estimate of the amount of time to complete all the stages that were elicited in the previous question.</p><p>You should not only want to know how long the project will take but also if the designer has the time to do it.</p><h2>4. How much is it going to cost?</h2><p>There are many <a
href="http://robcubbon.com/graphic-designers-get-paid/">different ways to charge for design work</a>. Smaller jobs maybe charged by the hour. Whereas designers may prefer to give an estimated fee for larger projects.</p><p>If given a fixed fee also ask for the hourly rate and see how they compare.</p><h2>5. Are we going to have a contract?</h2><p>Most designers will prefer to <a
href="http://robcubbon.com/graphic-designers-get-paid/">draw up a contract for new clients</a>. The contract should benefit both parties as it will specify the various stages and deliverables of the project as well as the payment deadlines.</p><p>There may be clauses in the contract to stipulate what happens if the project is stopped before completion as well as information on who retains copyright or ownership of the designs. Which brings me on to my next question&#8230;</p><h2>6. Who will own the copyright?</h2><p>Typically, the designer will retain the copyright to any work unless it is signed over to the client in the contract. Most designers will be happy to do this.</p><p>Legal tussles can ensue as a result of lack of contract and copyright agreement but they are extremely rare. The most important thing is communication, and this brings me on to my next question&#8230;</p><h2>7. Do you understand the purpose of this project?</h2><p>Many clients will say <em>what they want</em> without explaining <em>why they want it</em>. It is essential that a web designer, for example, understands the purpose of the website. Otherwise they&#8217;re just making it look pretty – and that&#8217;s not design.</p><h2>8. Can you meet in person?</h2><p>It is always better to talk face-to-face rather than on the phone but the designer&#8217;s time is precious. Make an effort to meet the designer near or at their place and buy them a coffee.</p><p>Try to find out their core values as a designer and see if they resonate with what you&#8217;re trying to build.</p><h2>9. What&#8217;s your gut instinct?</h2><p>At the end of the day <a
href="http://robcubbon.com/and-now-for-something-completely-different/">we are human beings</a> and we make decisions emotionally. Sometimes rightly; sometimes wrongly. But, usually, it&#8217;s better to go with your heart than with your head when hiring designers.</p><h2>What can <em>you</em> do?</h2><p>Remember to do your homework when hiring designers:</p><ul><li>Research their websites and previous work to see if they may be a good fit for you</li><li>Think through the project to decide what you need and why you need it</li><li>Communicate the above to the designer in an email before the conversation</li></ul><p>And, designers, make sure you have good answers for the above.</p><p>Thanks go to <a
href="https://plus.google.com/u/0/111527063408109222423/posts/N3tgyuJvEXR">Cheryl Picket on Google+</a> and the <a
href="http://www.linkedin.com/groups?gid=2087345">In-House Designers group</a> on LinkedIn for ideas.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/Pgipbh4h5JM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-hire-a-graphic-designer-9-questions-to-ask/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <feedburner:origLink>http://robcubbon.com/how-to-hire-a-graphic-designer-9-questions-to-ask/</feedburner:origLink></item> <item><title>And Now For Something Completely Different</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/Y_GqvIGexdU/</link> <comments>http://robcubbon.com/and-now-for-something-completely-different/#comments</comments> <pubDate>Tue, 10 Apr 2012 14:39:24 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Blogging]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[spam]]></category> <category><![CDATA[spam. spam]]></category> <category><![CDATA[spamspamspam]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6263</guid> <description><![CDATA[<p>You know the origin of the word Spam, don&#8217;t you? It comes from a Monty Python comedy sketch from 1970 where diners in a café in suburban London are presented with a menu that includes Spam in every dish. The references to Spam (a brand of tinned ham: SPiced hAM, hence SPAM) become increasingly repetitive [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>You know the origin of the word Spam, don&#8217;t you? It comes from a <a
href="http://en.wikipedia.org/wiki/Monty_Python">Monty Python</a> comedy sketch from 1970 where diners in a café in suburban London are presented with a menu that includes Spam in every dish.</p><p>The references to Spam (a brand of tinned ham: SPiced hAM, hence SPAM) become increasingly repetitive and eventually take over the entire menu and so perfectly describe the unsolicited bulk messages we all know and hate.</p><p><iframe
width="640" height="480" src="http://www.youtube.com/embed/anwy2MPT5RE" frameborder="0" allowfullscreen></iframe></p><p>On watching this skit again for the first time in many years, I marvel over how wonderfully absurd it is! Not only for the preponderance of spam in a menu, where it can be present two or three times in the same dish. That&#8217;s sort of weird. But also, the couple are seen levitating into and out of their chairs at the beginning and end of the sketch and there are Vikings in a café in 1970s London!</p><p>This got me thinking, what would the modern day equivalent of the Spam sketch be? Not just the absurdity of it but the lack of seriousness in the presentation – where would you find that nowadays?</p><p>I couldn&#8217;t come up with an answer. And then something struck me about the modern consumption of media.</p><h2>The rise of the WWW</h2><p>I witnessed the mass-adoption of the internet both in professional and domestic settings. When I first started to use the internet I was awestruck by the potential. Knowledge and information went from being hard to come by to being overwhelming, almost overnight.</p><p>The internet in the 1990s was a very different animal. It was amateur and quirky – stuff could be difficult to find but then, when you did find it, you felt so special.</p><p>It was in these days that the internet, literally, changed my life. It lead to an interest in NLP, Buddhism and meditation; meeting new friends; learning new guitar chords; it facilitated travel; helped me stay still; introduced me to new music, authors, ideas &#8230;</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/monty-python-foot-google.jpg" alt="monty-python-foot-google" title="" width="600" height="425" class="aligncenter size-full wp-image-6278" /></p><h2>The rise of Google</h2><p>Then one day I found out about this search engine that seemed to get slightly better results than Yahoo! Amazingly, the reason I started to use Google over its search rivals was because its minimal home page loaded quicker – that tells you all you need to know about 28.8k dial-up modems!</p><p>As its search results improved, so did Google&#8217;s ubiquity on the web. It was around this time that I started creating websites.</p><ul><li>I learned that page titles were important and that they should describe the article&#8217;s content rather than being humorous or flippant.</li><li>I learned that my websites should be relevant to one niche so I resisted to the urge to talk about personal development issues on this blog and stuck to design and marketing.</li><li>I learned how to structure and mark-up content in the way that Google wanted.</li><li>I learned to follow and interact with other players in my niche so as to create an authorship profile that informed Google that I was interested in design and marketing and <em>nothing else</em>.</li></ul><p>Well, I sometimes think I was a little too quick to get into bed with the dominant search engine of the time.</p><h2>The problem with Google</h2><p>Google loves relevance. Google wants one website to link to another in a logical way. A link from one blog to another is worth more if they are in the same niche than if they are not.</p><p>Google&#8217;s position is understandable. They have their bottom line. Everything they do must be seen against this backdrop.</p><p>But human beings aren&#8217;t computers. They are confusing, emotional and chaotic. One day they might want to write and great blog post on Search Engine Optimization, the next day they may want to indulge themselves by posting up videos of progressive rock groups.</p><p>But, bloggers don&#8217;t do that anymore. Compulsive, irrelevant and off-the-wall creativity is avoided because we want people to visit our sites and we think it pays to get in Google&#8217;s good books.</p><h2>What <em>you</em> can do</h2><p>Don&#8217;t listen to me, for one! But don&#8217;t be a slave to Google, either. Don&#8217;t worry too much about relevance. Be human and show your instantaneous, chaotic and complicated side.</p><p>Here&#8217;s a picture of a savoy cabbage for no other reason than it&#8217;s a very nice vegetable.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/savoy-cabbage.jpg" alt="savoy-cabbage" title="" width="600" height="395" class="aligncenter size-full wp-image-6290" /></p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/Y_GqvIGexdU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/and-now-for-something-completely-different/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://robcubbon.com/and-now-for-something-completely-different/</feedburner:origLink></item> <item><title>Running A Web Design Business From Home</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/hBIdFBUiV8w/</link> <comments>http://robcubbon.com/running-a-web-design-business-from-home/#comments</comments> <pubDate>Wed, 04 Apr 2012 12:49:46 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[e-book]]></category> <category><![CDATA[web design business]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6221</guid> <description><![CDATA[<p>In order to run a successful web design business from home you need ability, dedication and a good business sense. But it&#8217;s not impossible. You can do it! I&#8217;ve just published my second e-book Running A Web Design Business. How to run a web design business from home It&#8217;s not easy to explain everything I&#8217;ve [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>In order to run a successful web design business from home you need ability, dedication and a good business sense. But it&#8217;s not impossible. <strong>You can do it!</strong></p><p><a
href="http://robcubbon.com/running-a-web-design-business/"><img
class="aligncenter size-full wp-image-6224" style="border: 0;" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/running-a-web-design-business.jpg" alt="running-a-web-design-business" width="450" height="296" /></a></p><p>I&#8217;ve just published <a
href="http://robcubbon.com/running-a-web-design-business/">my second e-book <strong>Running A Web Design Business</strong></a>.</p><h2>How to run a web design business from home</h2><p>It&#8217;s not easy to explain everything I&#8217;ve learned in the last few years but here are some main tips:</p><ul><li>The first thing and last thing you need to concentrate on is your site. You need to work on your main site almost everyday. The site needs a great looking portfolio. <strong>With a portfolio less is more</strong>, in my opinion – better to show 5 or 6 really great examples of your work than many average ones.</li><li>You also need to create a blog. You will get much more work through a great blog than with a fantastic looking portfolio. Because <strong>a good blog will bring in targeted traffic</strong> to your site, whereas a fantastic portfolio will only interest a very few people – and most of them will be other web designers!</li><li>Once you start getting clients you need to be able to sort the wheat from the chaff. <strong>Concentrate on well-paying high quality clients</strong> so you can bring in recurring revenue and avoid wasting time on people with small budgets.</li><li>Encourage your clients to use email so you have a record of everything. <strong>Detail exactly the expected scope and remuneration of a project</strong> so that both parties know what is happening and benefit from the execution of the job.</li><li>Expand into offering greater services for your clients only when you are sure you can perform them. And make sure you are charging the premium rates for these services as they are being completed to the highest standard: <strong>compete in terms of quality; never compete on price</strong>.</li><li>Specialise into areas you enjoy and <strong>create systems and packages of services</strong> you can supply to multiple clients. Document and iterate these systems as much as you can as this will save you time and facilitate outsourcing.</li></ul><p><a
href="http://robcubbon.com/running-a-web-design-business/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/04/running-a-web-design-business-e-book.jpg" alt="running-a-web-design-business-e-book" title="" width="350" height="306" class="aligncenter size-full wp-image-6239" style="border:0;" /></a></p><h2>Why did I write the e-book?</h2><p>As always, I was getting a lot of emails from folks who wanted to set up their own design business and had questions about it, and from people who had started a business but wanted to expand. The questions lead to emails, the emails lead to blog posts, the blog posts lead to an e-book.</p><p>Sounds simple. Although the whole process took a little less than a year!</p><h2>So, what&#8217;s in the e-book?</h2><p>Everything you&#8217;ll need to know to set up and run and web design company. Wait, that&#8217;s a bit of a boast! Let me explain.</p><p>A few years ago I was commuting on an underground train to do very menial work in boring offices. In fact, my sense of professional self-worth was very low.</p><p>Now, I&#8217;ve been <a
href="http://robcubbon.com/how-to-work-from-home/">working from home</a> for the last three years making money from <a
href="http://robcubbon.com/client-testimonials/">my own clients</a> designing websites.</p><p>I&#8217;m not going to say it was easy. But it isn&#8217;t prohibitively difficult either. <em>You can do it!</em></p><p>You need hardware, software, back-up; you&#8217;ll need to start a proper company with accounts; you&#8217;ll need to find clients – not just any clients but the quality clients that are going to give you repeat business; you&#8217;ll need to bill them properly and the right amount; you&#8217;ll need to know what to tell a client and what not to tell a client; you&#8217;ll need to know how to diversify and specialize; and a lot more besides.</p><p>Also, I <a
href="http://robcubbon.com/graphic-designers-business-survey/">surveyed over 35 independent designers</a> to ask them their take on getting clients, billing, equipment, etc., so that I was sure what worked for me, worked for others as well. The results are in the e-book.</p><p>Here&#8217;s the video from the sales page – I&#8217;d be interested to hear what you think.</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/wxd4vFiseKI" frameborder="0" allowfullscreen></iframe></p><h2>Feedback from those who&#8217;ve bought it</h2><p>I have been absolutely delighted by the feedback that I&#8217;ve got about the e-book so far. One of my subscribers, <strong>Tia Azulay</strong>, wrote to me to say:</p><blockquote><p>&#8220;I&#8217;ve just bought and read your book and I wanted to say thank you! It covers several things that I know already, but many of which I haven&#8217;t put into practice yet, and I&#8217;m so grateful for the nudge to focus on them again. It also contains really useful links.</p><p>However, the best thing about it is that it is feels enabling and empowering – the honesty and joy of your own journey in design really shines through and it has re-energized me.&#8221;</p></blockquote><p>And another subscriber, <strong>Edward Craig</strong>, said:</p><blockquote><p>&#8220;I have been in the website design and hosting business for over ten years and in the first 10-minutes with your book I was shocked at how many things I&#8217;d missed.&#8221;</p></blockquote><p>I&#8217;m really grateful for all the positive messages.</p><h2>How well is it selling?</h2><p>So far I have only offered it at a discounted price to <a
href="http://robcubbon.com/free-how-to-market-yourself-online-ebook/">my subscribers</a> and it has been selling much better than my last e-book <a
href="http://robcubbon.com/how-to-get-clients/">How To Get Clients</a>. I will publish all the sales figures on or around July 1st – the half year point that I have <a
href="http://robcubbon.com/my-business-plan-for-2012/">set passive income targets</a> for.</p><p>Why is it selling better? Possibly because this is more specific to web design business owners and How To Get Clients was more general, I don&#8217;t know. Both e-books are the same number of words, the same price point and of the same high quality (in my <em>humble</em> opinion!)</p><h2>What do <em>you</em> think?</h2><p>Is <a
href="http://robcubbon.com/running-a-web-design-business/">this a good idea for a premium e-book</a>? Do you think I&#8217;m wrong to be asking for money for this?</p><p>What would prompt you to buy this or is there anything that would ward you off purchasing it?</p><p>I&#8217;m always keen to hear your comments about this, and everything else!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/hBIdFBUiV8w" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/running-a-web-design-business-from-home/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <feedburner:origLink>http://robcubbon.com/running-a-web-design-business-from-home/</feedburner:origLink></item> <item><title>Five Minute Marketing Tasks to Improve Your Business Now!</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/MRWjiPawmjU/</link> <comments>http://robcubbon.com/five-minute-marketing-tasks-to-improve-your-business-now/#comments</comments> <pubDate>Mon, 26 Mar 2012 15:39:12 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[productivity]]></category> <category><![CDATA[Social media]]></category> <category><![CDATA[tasks]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6176</guid> <description><![CDATA[<p>You know those little marketing tasks that we keep meaning to do are always pushed to the back of the day&#8217;s agenda? Sometimes alas, they never get done! I have a challenge for you: perform one of these five minute tasks now. If you hit a road block, leave a comment here and I&#8217;ll help [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>You know those little marketing tasks that we keep meaning to do are always pushed to the back of the day&#8217;s agenda? Sometimes alas, <em>they never get done!</em></p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/clocks.jpg" alt="clocks" title="" width="550" height="305" class="aligncenter size-full wp-image-6179" style="border:1px solid #dadada;" /></p><p><strong>I have a challenge for you:</strong> perform one of these five minute tasks now. If you hit a road block, leave a comment here and I&#8217;ll help you. These little marketing tasks (some for beginners; others for &#8220;experts&#8221;) only take a few minutes to finish and just seem more complicated than they are.</p><h2>Set up WordPress</h2><p><strong>If you don&#8217;t yet have a self-hosted <a
href="http://wordpress.org">WordPress</a> site:</strong> <em>Shame on you, you should!</em> (Only joking!) But seriously, the world&#8217;s most effective way to market your business can be set up in 5 minutes.</p><ul><li>Purchase a domain name at <a
href="http://robcubbon.com/go/daddy">GoDaddy</a> (affiliate link)</li><li>Get some hosting at <a
href="http://robcubbon.com/go/hostgator">Hostgator</a> (affiliate link)</li><li><a
href="http://www.wpblogtalk.com/how-to-install-wordpress-manually-and-why-you-should">Install WordPress manually</a> (advised); or through a one-click installation (not advised but OK)</li></ul><p>The above is the best piece of online business advice – no exaggeration! This may take slightly longer than 5 minutes if you&#8217;re doing a manual install for the first time. <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><strong>If you already have a self-hosted WordPress website:</strong> then set up a <a
href="http://WordPress.com">WordPress.com</a> site!   You can use this WordPress.com site as a &#8220;feeder site&#8221; to provide links for your main sites. WordPress.com is great for experimenting. Plus you can test out new features before they&#8217;re rolled out to the WordPress.org platform!</p><h2>Set up your Gravatar</h2><p>One of the most important features of increasing awareness of your business online is having a universally recognised &#8220;face&#8221; to the business. So, no matter where you are, be it YouTube, Twitter, Facebook, blog comments, etc., always have the same smiling, happy profile pic accompanying your output.</p><p>I would rather use a face than a logo. People are more likely to recognise a face than remember a name so this is very useful to your brand. Go to <a
href="http://gravatar.com/">Gravatar</a> and set up your profile. In five minutes most of your blog comments will have the same image next to them.</p><h2>YouTube</h2><p><strong>If you don&#8217;t have a YouTube account:</strong> Set one up. Try to get a username that is the same as your website domain or brand name as possible. This will take you less than 5 minutes.</p><p><a
href="http://www.youtube.com/user/robcub40"><img
alt="youtube channel" src="http://www.wpblogtalk.com/wp-content/uploads/2011/12/my-youtube-channel.jpg" class="alignnone" width="640" height="323" style="border:0;" /></a></p><p><strong>If you do have a YouTube account:</strong> <a
href="http://www.wpblogtalk.com/customize-youtube-channel">Customize your YouTube channel</a>. Make use of the links in the sidebar (add as many as possible – you can even link to different pages in the same site!) Make sure there is a link back to your site on the first line of the descriptions of the videos.</p><h2>Twitter</h2><p><strong>If you don&#8217;t have a Twitter account:</strong> Set one up. Try to get a username that is the same as your website domain or brand name as possible (yes, I copied that from the above paragraph, glad you&#8217;re paying attention!) For God&#8217;s sake, at least change the profile photo from that boring default egg image. Write a decent description with a link to your site.</p><p><a
href="https://twitter.com/#!/RobCubbon"><img
alt="twitter profile" src="http://www.wpblogtalk.com/wp-content/uploads/2011/12/twitter-profile-robcubbon.jpg" class="alignnone" width="640" height="308" style="border:0;" /></a></p><p><strong>If you do have a Twitter account:</strong> <a
href="http://www.wpblogtalk.com/how-to-customize-your-twitter-profile">Customize your Twitter profile</a> with a background image that is in keeping with your brand and shows your web address and other important information.</p><h2>Facebook</h2><p><strong>If you don&#8217;t have a <a
href="http://www.facebook.com">Facebook</a> account:</strong> You are the last person in the world not to have one. Set one up.</p><p><strong>If you don&#8217;t have a Facebook page:</strong> You must get a Facebook page for your brand, website or business. Go to <a
href="http://www.facebook.com/pages/">http://www.facebook.com/pages/</a> and Create Page. Follow the directions in this video (3 minutes 10 seconds – even less than our 5 minute rule!)</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/yaOLKZBIGMk" frameborder="0" allowfullscreen></iframe></p><p>The above video also shows you how to put a Like Box on your WordPress website&#8217;s sidebar. This will slowly increase your fan base as the weeks go by and then if you regularly, manually post to your Facebook page you&#8217;ll see a steady stream of engaged traffic coming to your site from Facebook.</p><p><strong>If you do have a Facebook page(s):</strong> Then ready them for the timeline changes and the end of this month (March 2012). Pat Flynn gives a <a
href="http://www.smartpassiveincome.com/timeline-facebook-pages-guide/">complete Facebook page guide</a> to show you want to do and Louise Myers tells us how to <a
href="http://louisem.com/1180/how-create-custom-tab-images-facebook-timeline-fan-page">create custom tab images for the Facebook timeline</a>. Just 5 minutes, honest!</p><h2>Google+</h2><p>OMG, is it me, or does Google+ seem so boring nowadays? <a
href="http://Pinterest.com">Pinterest</a> is piquing our interest but Google+ is Google so we&#8217;ve got to go along with it. I can guarantee that each of these five minute marketing tasks will help your business but, I&#8217;ve got to be honest, I haven&#8217;t seen any benefit from Google+ at all! I was very positive about it initially but recently I haven&#8217;t been feeling it.</p><p><strong>If you don&#8217;t have a Google+ account:</strong> Get one.</p><p><strong>If you don&#8217;t have a Google+ Page:</strong> You can <a
href="http://www.wpblogtalk.com/creating-google-plus-page-adding-badge-sidebar">set up a Google+ Page and add a Google+ badge to the sidebar</a> – similar to the Like Box for Facebook. Again, I haven&#8217;t seen any benefit in doing this so far but, this is Google, so if you have good social signals from their network is probably going to be beneficial.</p><h2>Set up Google Authorship</h2><p>This is more important than Google+: <a
href="http://www.wpblogtalk.com/wordpress-seo-how-to-get-your-face-in-google-search-results">Sort out your Google Authorship</a>.</p><p><img
alt="face in google serps" src="http://www.wpblogtalk.com/wp-content/uploads/2011/09/face-google-serps.jpg" class="aligncenter" width="460" height="205" /></p><p>This does take a bit of doing, but once you have set this up correctly (and it is just about possible to do it in 5 minutes), your face will appear in the Google search results. The benefits of this are obvious, it&#8217;ll draw people&#8217;s eye to your link in the search results meaning more traffic. It&#8217;ll also mean further recognition of your brand.</p><h2>General Social Media</h2><p>The whole point of these five minute tasks is to work effectively so you save time instead of wasting time on tasks that have little benefit. Unfortunately the rise of social media has made business owners prone to doing just that.</p><p>We all know you need to engage with Twitter, Google+, Facebook, YouTube and LinkedIn for these sites to become effective tools. But we simply don&#8217;t have the time to do this.</p><p>But, even if you don&#8217;t have hours to spend on Facebook, at least <strong>make it easy for others to share your pages on social media</strong>. Do you have your social media buttons in the best places to enable sharing? Spend five minutes looking at this. Move them around or change the plugin you use and see if you get a different response.</p><h2>Advanced social media</h2><p>With the help of <a
href="http://www.andrewkeir.com/">Melbourne Designer Andrew Keir</a>, I have recently changed my Tweet, Like, Google+, LinkedIn and StumbleUpon buttons from plugin to hard code. This has meant I&#8217;ve been able to do two things:</p><ul><li>My Twitter button now recommends you follow me if you don&#8217;t already (this really increases your Twitter followers)</li><li>With a bit of extra code I can now <a
href="http://www.socialmediaexaminer.com/how-to-track-tweets-facebook-likes-and-more-with-google-analytics/">track Tweets, Facebook Likes and more with Google Analytics</a></li></ul><p>Only do the above if you&#8217;re happy adding code to your theme but it only takes five minutes and the results are awesome!</p><h2>Google Webmaster Tools</h2><p>You must add all your sites on <a
href="https://www.google.com/webmasters/tools">Google Webmaster Tools</a>. All you have to do is prove you have access to the site by uploading a file to the site&#8217;s root.</p><p>You&#8217;ll get the following from Google Webmaster Tools:</p><ul><li><strong>Search Query Impressions vs. Clicks</strong> will show you your average position for a search term and how many impressions vs. clicks you get. So you can work out which terms are more relevant to your audience so that greater work on these terms will result in more targeted traffic.</li><li><strong>Incoming Links to Your Site</strong> will show you which sites link to you the most.</li><li>The <strong>Keywords</strong> section will tell you what Google thinks your site is about.</li><li>The <strong>Malware</strong> section will hopefully tell you that your site is virus-free, if not, <em>do something about it now!</em></li><li>The <strong>Crawl Errors</strong> section is very useful as it will show up any broken links on your site which you can fix to improve user experience.</li><li>Be sure to notify Google of your <strong>Sitemap</strong> here as you can see how many pages in the sitemap are indexed (hopefully most of them).</li><li>And more!</li></ul><p>It&#8217;s always worth spending five minutes in Google Webmaster Tools, keeping an eye on your site&#8217;s performance and its SEO footprint.</p><h2>Mailing list</h2><p>Lastly, you&#8217;re not really doing marketing properly if you haven&#8217;t got a mailing list. And I know a lot of you procrastinate terribly with this all-important task.</p><p>But it is possible to <a
href="http://robcubbon.com/mailchimp-sign-up-forms-wordpress-widgets/">set up a MailChimp mailing list and sign up form</a> in five minutes. Alternatively you can <a
href="http://robcubbon.com/aweber-sign-up-form-wordpress-ebook-incentive/">set up an Aweber list and sign up form with an incentive</a>.</p><h2>What <em>you</em> can do</h2><p>There should be some tasks above for beginner online business-owners as well as those who&#8217;ve been at it for years. <strong>Pick one task and complete it in five minutes!</strong> I would love to hear which task you picked and how you got on.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/MRWjiPawmjU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/five-minute-marketing-tasks-to-improve-your-business-now/feed/</wfw:commentRss> <slash:comments>9</slash:comments> <feedburner:origLink>http://robcubbon.com/five-minute-marketing-tasks-to-improve-your-business-now/</feedburner:origLink></item> <item><title>Why You Suck at Charging Clients and What To Do About It</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/ntiX89D1kxs/</link> <comments>http://robcubbon.com/charging-clients-how-to-do-it/#comments</comments> <pubDate>Mon, 19 Mar 2012 12:50:17 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[charging]]></category> <category><![CDATA[design business]]></category> <category><![CDATA[pricing]]></category> <category><![CDATA[success]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6134</guid> <description><![CDATA[<p>You haven&#8217;t the slightest idea of your true worth and value to society. You&#8217;re underrating yourself and you need to look at the bigger picture. As children we are told that we are worthless until we are taught properly and then we can be let out into the world. Then after education we, most likely, [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>You haven&#8217;t the slightest idea of your true worth and value to society. <strong>You&#8217;re underrating yourself</strong> and you need to look at the bigger picture.</p><p>As children we are told that we are worthless until we are taught properly and then we can be let out into the world. Then after education we, most likely, find ourselves working in an organisation for a very modest wage. At this point we have a value put on our time – and it&#8217;s extremely low.</p><p><img
class="aligncenter size-full wp-image-6142" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/charging-and-money.jpg" alt="charging-and-money" width="500" height="241" /></p><p>But it&#8217;s not the real value. It is only a proportion of the value that the organisation and others place on that work. Your hourly rate at a creative company could be charged tenfold to the client.</p><p>So why don&#8217;t you charge higher prices to the client?</p><h2>Fear</h2><p>Fear is single most important factor that is holding us back.</p><ul><li>We don&#8217;t give our ideas an airing from fear of being laughed at</li><li>We don&#8217;t follow our dreams from fear of failure</li><li>We don&#8217;t ask for higher rates from fear of losing work, being laughed at, and failure!</li></ul><p>Fear stop us from getting to where we want to be.</p><p>Also, there is a self-depreciating devil within most of us – a feeling that &#8220;higher rates and a higher levels of success are not for <em>me</em>&#8220;. We think that the real triumphs are for other people.</p><h2>What to do about it</h2><p>I am a great believer that <a
href="http://robcubbon.com/how-to-diversify-grow-design-business/">design companies should diversify their business</a> in order give their clients an all-round service.</p><p>But if you are worried that your clients may not require this you could offer them a choice</p><table
style="border-collapse: collapse;" width="100%" cellspacing="0" cellpadding="0"><tbody><tr><td
style="padding: 3px; border: 1px solid #dadada; background: #eee;" width="100"><strong>Service</strong></td><td
style="padding: 3px; border: 1px solid #dadada; background: #eee;" width="440"><strong>Description</strong></td><td
style="padding: 3px; border: 1px solid #dadada; background: #eee;" width="100"><strong>Approximate price</strong></td></tr><tr><td
style="padding: 3px; border: 1px solid #dadada; background: #E9ECFB;" width="100">Bronze</td><td
style="padding: 3px; border: 1px solid #dadada;" width="440">Set up WordPress blog with premium theme ready to start blogging</td><td
style="padding: 3px; border: 1px solid #dadada;" width="100">$400</td></tr><tr><td
style="padding: 3px; border: 1px solid #dadada; background: #E9ECFB;" width="100">Silver</td><td
style="padding: 3px; border: 1px solid #dadada;" width="440"><a
href="http://robcubbon.com/how-to-sell-website-to-client/">Complete WordPress website design and development</a></td><td
style="padding: 3px; border: 1px solid #dadada;" width="100">$1500</td></tr><tr><td
style="padding: 3px; border: 1px solid #dadada; background: #E9ECFB;" width="100">Gold</td><td
style="padding: 3px; border: 1px solid #dadada;" width="440">Complete WordPress website design and development. Plus setting up branded social media accounts as well as 1 hour SEO and blogging consultation</td><td
style="padding: 3px; border: 1px solid #dadada;" width="100">$2500</td></tr></tbody></table><p
style="margin-top: 15px;">These prices don&#8217;t include domain name registration, hosting, maintenance or off-site SEO.</p><p>The above is a good example of how to give your clients choice when it comes to charging. The descriptions for the various services need to be fleshed out according to the client&#8217;s needs. But in each of the three above cases you can be sure that you can provide a valuable service to the client while getting paid your true worth.</p><h2>Other important points about charging</h2><ul><li><strong>Always have an end in sight:</strong> In each of the three examples above there is a specific task which, when delivered according to the client&#8217;s expectations, will be the conclusion of the job.</li><li><strong>Charging:</strong> If it is a new client, I would usually charge 50% before and 50% after the task has been completed. Clients should pay within a week of invoicing.</li><li><strong>Over deliver:</strong> I usually give my clients a free complimentary copy of <a
href="http://robcubbon.com/how-to-get-clients/">my premium e-book</a> which will help them with blogging, SEO, social media and driving traffic and interest to their new website.</li><li><strong>Contracts:</strong> Try to keep the contract light but make sure it covers the basics (remember to include that you have the the right to bill pro rata for work completed in the unusual case of early termination).</li><li><strong>Do everything by email:</strong> Other than the contract, be sure to keep everything on email so you can refer to it later. Some jobs can grow from the original brief and, when this happens, it&#8217;s essential you can refer to something written down in order to ensure you will get paid fairly.</li><li><strong>Set a fixed price:</strong> Set the fixed price according to a &#8220;nightmare scenario&#8221; of how the job could progress. Make sure all the deliverables are agreed and written down. If the job proceeds swimmingly you could always offer your client money back.</li></ul><p>Recently I surveyed over 35 online business owners about charging and billing and these were my findings: <a
href="http://robcubbon.com/graphic-designers-get-paid/">how graphic designers get paid</a>.</p><h2>What <em>you</em> can do</h2><p>Do you perform a service that can be charged out to multiple clients? If so, write down details of service packages that can be provided, similar to the &#8220;bronze&#8221;, &#8220;silver&#8221; and &#8220;gold&#8221; packages in the table above. And then think of the price it would be considering the &#8220;nightmare scenario&#8221; of how the job could progress. The benefit of writing down these packages is that they can easily be copied and pasted to potential clients when you get enquiries.</p><p><a
href="http://robcubbon.com/running-a-web-design-business/">More info about how graphic designers charge clients and make their money in my e-book.</a></p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/ntiX89D1kxs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/charging-clients-how-to-do-it/feed/</wfw:commentRss> <slash:comments>14</slash:comments> <feedburner:origLink>http://robcubbon.com/charging-clients-how-to-do-it/</feedburner:origLink></item> <item><title>8 Types of Images That Work On Pinterest</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/vAewd9mLS5A/</link> <comments>http://robcubbon.com/images-pinterest/#comments</comments> <pubDate>Mon, 12 Mar 2012 14:19:18 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Social media]]></category> <category><![CDATA[mobile]]></category> <category><![CDATA[phone]]></category> <category><![CDATA[pinterest]]></category> <category><![CDATA[responsive]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6088</guid> <description><![CDATA[<p>I know what you&#8217;re thinking – the last thing we all need is another social network. However, Pinterest, the latest kid on the block, has attracted my attention. The site has great design and UI. It&#8217;s responsive and looks great on desktops, laptops, tablets and phones. And, what I really like, it&#8217;s all about the [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>I know what you&#8217;re thinking – the last thing we all need is another social network. However, <a
href="http://pinterest.com/">Pinterest</a>, the latest kid on the block, has attracted my attention.</p><p>The site has great design and UI. It&#8217;s responsive and looks great on desktops, laptops, tablets and phones. And, what I really like, <strong>it&#8217;s all about the images</strong>.</p><p><a
href="http://pinterest.com/robcubbon/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/Putin-pinterest.jpg" alt="Putin-pinterest" title="" width="450" height="458" class="aligncenter size-full wp-image-6089"  style="border: 1px solid #dadada"/></a></p><p>I have a love/hate relationship with social media. I have tried to <a
href="http://robcubbon.com/sync-up-your-social-media-and-increase-your-tweets/">automate and sync social media</a> in order to take some of the leg-work out of it.</p><p>I know, I know. You need to personally engage on social media channels to be successful – comment, engage, share and make friends! But if you do that on <a
href="http://www.facebook.com/robcubbondotcom">Facebook</a>, <a
href="http://twitter.com/RobCubbon">Twitter</a>, <a
href="https://plus.google.com/111527063408109222423/">Google+</a>, <a
href="http://www.youtube.com/user/robcub40">YouTube</a>, <a
href="http://uk.linkedin.com/pub/robert-cubbon/4/197/492">LinkedIn</a>, <a
href="http://pinterest.com/robcubbon/">Pinterest</a>, etc., you&#8217;d quite simply have no time for anything else!</p><p>Pinterest, at the moment, offers us the chance to promote our work, webpages and sites in a relatively straightforward manner that is not so time consuming, remembering, of course, to promote the work of others as well.</p><p>So, what sort of images work in Pinterest? And how can we create some of our own to drive interest from the female-friendly social network?</p><h2>1. Beautiful and sumptuous imagery</h2><p><a
href="http://pinterest.com/robcubbon/beauty/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/beautiful-model-face.jpg" alt="beautiful-model-face" title="" width="450" height="450" class="aligncenter size-full wp-image-6096" style="border: 1px solid #dadada" /></a></p><p>Of course, everyone loves <a
href="http://pinterest.com/robcubbon/beauty/">beautiful images</a>. And although beauty maybe subjective, most of us agree on true beauty. When your eye scans the Pinterest boards sometimes it&#8217;s the heart-stoppingly sumptuous image that really catches the eye.</p><h2>2. Cut outs</h2><p><a
href="http://robcubbon.com/social-media-buttons-html-css/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/social-media-mind.jpg" alt="social-media-mind" title="" width="350" height="375" class="aligncenter size-full wp-image-6097" style="border:0;" /></a></p><p>Cut outs, ie. shapes on a white background, are particularly eye catching in a world of rectangular and square images. The brain can process shapes more quickly than photos and Pinterest is all about speed of appreciation.</p><h2>3. Montages</h2><p><a
href="http://robcubbon.com/montage-design-for-music-dvds/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/dance-music-montage.jpg" alt="dance-music-montage" title="" width="450" height="323" class="aligncenter size-full wp-image-6094" style="border: 0;" /></a></p><p><a
href="http://robcubbon.com/how-to-design-a-montage-in-photoshop/">Create montages</a> in Photoshop or online graphics editors to marry two or more photos together.</p><p>Montages are not only eye-catching but they are also your creation and therefore unique.</p><h2>4. Humor</h2><p><a
href="http://pinterest.com/pin/44895327504838794/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/comedy.jpg" alt="comedy" title="" width="450" height="338" class="aligncenter size-full wp-image-6112" style="border:0;" /></a></p><p>Add comedy to your images by, for example, adding a speech bubble to a famous face (see photo of Putin above). These types of image do well in Facebook and Google+ as well as in Pinterest.</p><h2>5. Text</h2><p><a
href="http://pinterest.com/pin/44895327504838794/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/typography.jpg" alt="typography" title="" width="414" height="591" class="aligncenter size-full wp-image-6107" style="border:0;" /></a></p><p>When all else fails just type into an image, put it in a post and share it. If the message is pertinent and if the typography is creative, it&#8217;ll bring you re-pins, likes and traffic.</p><p>Here&#8217;s one I saw the other day:</p><blockquote><p>The best place to hide a dead body is page two of Google</p></blockquote><p>Fun and clever.</p><h2>6. Countries / Maps / Flags</h2><p><a
href="http://robcubbon.com/put-a-flag-inside-a-country-with-photoshop/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/china-africa.jpg" alt="china-africa" title="" width="450" height="255" class="aligncenter size-full wp-image-6103" style="border:0;" /></a></p><p>I did the above image for a client while illustrating an article about the increasing amount of Chinese investment in Africa. The image proved extremely popular in Pinterest as well as on other social media. The juxtaposition of iconic shapes (country borders, maps, flags, logos, icons) work very well to capture visual interest.</p><h2>7. Upright / Portrait images</h2><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/pinterest-upright.jpg" alt="Upright images take up more space on Pinterest than landscape images do" title="" width="450" height="1000" class="aligncenter size-full wp-image-6115" /></p><p>Pinterest boards show images 190 pixels wide but, unlike any other social network that I can think of, it shows the whole image regardless of it&#8217;s height. So, vertical images will be bigger than the more common horizontal images. So, upright images will grab more Pinterest screen real estate.</p><h2>8. Infographics</h2><p><a
href="http://pinterest.com/robcubbon/infographics/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/pinterest-inforgraphics-board.jpg" alt="pinterest-inforgraphics-board" title="" width="640" height="511" class="aligncenter size-full wp-image-6118" style="border:0;" /></a></p><p>Infographics fit neatly into the portrait format I&#8217;m talking about as they tend to be long, thin and upright. They can also be read on desktop screens as well as handheld devices. This format works particularly well on Pinterest</p><h2>What <em>you</em> can do</h2><p>Are you in a niche that will work well on Pinterest? Sign up to Pinterest (you&#8217;ll only have to wait a day or so) and start creating a few boards. Make sure the images are eye-catching and mix your own content in with others.</p><p>And <a
href="http://pinterest.com/robcubbon/">follow me on Pinterest</a>, goddammit!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/vAewd9mLS5A" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/images-pinterest/feed/</wfw:commentRss> <slash:comments>8</slash:comments> <feedburner:origLink>http://robcubbon.com/images-pinterest/</feedburner:origLink></item> <item><title>How To Resell Web Hosting</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/uBTss-kXitI/</link> <comments>http://robcubbon.com/resell-web-hosting/#comments</comments> <pubDate>Tue, 06 Mar 2012 12:27:56 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Clients]]></category> <category><![CDATA[clients]]></category> <category><![CDATA[contracts]]></category> <category><![CDATA[email]]></category> <category><![CDATA[hosting]]></category> <category><![CDATA[reseller]]></category> <category><![CDATA[shared]]></category> <category><![CDATA[vps]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6068</guid> <description><![CDATA[<p>I always think a web design business should expand the services it offers. One obvious way to do this is to resell web hosting services to clients. So, what do you do? Purchase a Hostgator Reseller Account (affiliate link), charge your clients, sit back and watch the money come in? Right? Wrong! I&#8217;ve been offering [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>I always think a <a
href="http://robcubbon.com/how-to-diversify-grow-design-business/">web design business should expand</a> the services it offers. One obvious way to do this is to <strong>resell web hosting services to clients</strong>.</p><p><img
class="aligncenter size-full wp-image-6069" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/03/reseller-hosting.jpg" alt="resell web hosting" width="500" height="331" /></p><p>So, what do you do? Purchase a <a
href="http://robcubbon.com/go/hostgator-reseller">Hostgator Reseller Account</a> (affiliate link), charge your clients, sit back and watch the money come in? Right? Wrong!</p><p>I&#8217;ve been offering hosting services to my clients for years and this is NOT an easy way of making passive income. However, with the right systems, contracts, pricing and billing in place, it can be a mutually beneficial operation for you and your client.</p><h2>Choose the right host</h2><p>As you will be reselling the servers of an existing host you must choose a long-established host with a great reputation. Personally, I use one shared host to resell from: the <a
href="http://robcubbon.com/go/hostgator-reseller">Hostgator Reseller Account</a> and one VPS host: <a
href="http://robcubbon.com/go/dreamhost">Dreamhost VPS</a> (both affiliate links). My shared hosting packages are cheaper as the hosting can be slower although, with Hostgator, I haven&#8217;t had many problems.</p><p>Read my articles on the <a
href="http://robcubbon.com/the-best-shared-hosting-for-wordpress-websites/">best shared hosts for WordPress</a> and <a
href="http://robcubbon.com/recommended-vps-hosts-for-wordpress/">best VPS for WordPress</a> for other reliable hosts whose services you can resell.</p><p>Once you have the hosting set up it is extremely important that you <strong>put one of your own websites on the host you are reselling</strong>. See how you get on with this host. If you are using WordPress, see how it handles WordPress, plugins, caching, etc. <em>If you are using this host adequately yourself you can then sell their hosting services</em>.</p><h2>Be clear to your client about the service you are offering</h2><p>Remember, if something goes wrong with the hosting, you will be expected to put it right. Potential pitfalls can be avoided by perfect prior communication and hosting best practices.</p><p>Here are some of the many lessons I&#8217;ve learned while providing hosting services to clients:</p><ul><li><strong>Downtime.</strong> All hosts have downtime and it&#8217;s important that your clients realise this. Thankfully, most downtime last for a few minutes but it&#8217;s important to choose a good host with good support so that you supply information about the downtime if it occurs. Use <a
href="http://www.pingdom.com/">Pingdom</a> to monitor this.</li><li><strong>Scale.</strong> A set amount of disc space and bandwidth should be discussed and agreed upon.</li><li><strong>Email.</strong> Use <a
href="http://www.google.com/a">Google Apps for Business</a> to route the email. You can charge a set-up fee for this and make sure your client understands that there will be ongoing fees if they exceed the 7.5 GB storage ceiling or require more than 10 email accounts.</li><li><strong>Maintenance.</strong> Bundle in your website maintenance with the hosting fees. It is in your interest to keep backing up and updating  WordPress installs and plugins. If this is all done regularly there will be less problems. If you leave this to the client, it might not get done.</li><li><strong>Termination.</strong> Tell the client that they can terminate the contract or agreement at any time. But if this happens, either they arrange for the site to be moved or they pay for you to do so. Liaising with another host and moving a website can be a time-consuming process.</li></ul><h2>Domain name registration</h2><p>I usually prefer the client to arrange the domain name registration but, if they prefer me to do this, I will.</p><h2>Pricing and Charging</h2><p>The price should be charged monthly or annually and should be paid by the client in advance, preferably via automatic transfer.</p><p>You should charge the client at least double what you are paying the host. So, if the <a
href="http://robcubbon.com/go/hostgator-reseller">reseller hosting</a> costs you $30/month, you should charge the client at least $60/month for hosting and maintenance. This is regardless of how many other clients you have on the same server.</p><h2>What <em>you</em> can do</h2><p>Put together a plan for potential clients and what you could offer them. Remember to set the price with the worst case scenario in mind. Always use a hosting service that you have had lots of experience with. <a
href="http://robcubbon.com/running-a-web-design-business/">Find out more about how to run your own web design business from home in my e-book.</a></p><p>Do you resell hosting services for your clients? What are your experiences? I&#8217;d love to hear about them in the comments.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/uBTss-kXitI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/resell-web-hosting/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <feedburner:origLink>http://robcubbon.com/resell-web-hosting/</feedburner:origLink></item> <item><title>How to Improve Picture Quality in Photoshop</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/isYxXjC7d_k/</link> <comments>http://robcubbon.com/how-to-improve-picture-quality-in-photoshop/#comments</comments> <pubDate>Mon, 27 Feb 2012 14:51:31 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[curves]]></category> <category><![CDATA[images]]></category> <category><![CDATA[rotation]]></category> <category><![CDATA[saturation]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=6034</guid> <description><![CDATA[<p>Every designer knows that sometimes your clients will give you awful photos to work with. But when this happens there are many things you can do to improve the picture quality in Photoshop. Images can be improved by increasing contrast, increasing saturation, cropping and by employing a host of other Photoshop tricks. Increasing contrast Increasing [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>Every designer knows that sometimes your clients will give you awful photos to work with. But when this happens there are many things you can do to improve the picture quality in Photoshop.</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/zmpJAfBEQrk" frameborder="0" allowfullscreen></iframe></p><p>Images can be improved by <a
href="http://youtu.be/zmpJAfBEQrk">increasing contrast, increasing saturation, cropping and by employing a host of other Photoshop tricks</a>.</p><h2>Increasing contrast</h2><p>Increasing the contrast of an image means to make the lighter parts of a picture brighter and the darker areas more dark.</p><p>There are many ways to increase the contrast of an image in Photoshop – you can go Image > Adjustments > Brightness/Contrast&#8230; for example. However, I always like to use Curves as they give you more control. So, go Image > Adjustments > Curves&#8230; (Cmd/Ctrl-M).</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/photoshop-curves.gif" alt="photoshop curves" title="" width="580" height="485" class="aligncenter" /></p><p>With Curves you can quickly click the &#8220;Auto&#8221; button which will apply an automatic color correction. This may well improve your image&#8217;s contrast in one hit. But you can further adjust an image&#8217;s contrast by creating an &#8220;S&#8221; bend with the curve:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/photoshop-curves-s-bend.gif" alt="photoshop-curves-s-bend" title="" width="588" height="475"  class="aligncenter"  /></p><p>Here you can have more control over the image as you can lighten or darken specific mid-tones of the picture.</p><h2>Bumping up the saturation</h2><p>One very &#8220;cheap and cheerful&#8221; way of improving pictures in Photoshop is to simply increase the saturation. Go Image > Adjustments > Hue/Saturation&#8230;</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/photoshop-hue-saturation.jpg" alt="photoshop-hue-saturation" title="" width="516" height="447"  class="aligncenter"  /></p><p>As in the image above, I like to increase the saturation of images a little bit to make them &#8220;jump out&#8221; of the page at you. Of course, whether you use this technique will depend on the photo. It&#8217;s not generally used with photos of people</p><h2>Cropping</h2><p>Cropping photos really is an art. When you crop an image you can hone in on the focus of the picture more. You can also take out distracting or irrelevant elements. Cropping can also be used to &#8220;straighten up&#8221; an image (see video).</p><p>To crop in Photoshop you can either use the Crop Tool (C) from the Tool Bar and click and drag. Or, as in the video, you can use the Free Transform Tool (Cmd/Ctrl-M) and distort the layer within the frame.</p><p>Cropping has the added benefit of really pissing off photographers!</p><h2>Adding a blue sky</h2><p>Many landscape photographs can be improved by adding some blue to the sky – even if the sky is cloudy!</p><p>To do this in Photoshop first you need to create a new layer (Cmd/Ctrl-Opt/Alt-Shift-N). Then run a gradient down from the top of blue or black to transparent and then play around with the layer&#8217;s opacity and blend mode in the Layers palette.</p><p>You can see this in the above video or here is an older video I made about <a
href="http://youtu.be/oM99klAJCzc">how to make a deeper, bluer sky in Photoshop</a>.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/improve-picture-quality-photoshop1.jpg" alt="improve-picture-quality-photoshop before and after" title="" width="640" height="270" class="alignnone size-full wp-image-6052" /></p><h2>Blurring</h2><p>Some of the above effects really depend on the type of image you are transforming. For example, increasing saturation, contrast and sharpness as well as adding a blue sky are more likely to work with landscape photography. However, if you are dealing with portrait photography, blurring can be particularly useful.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/blurring-model-face.jpg" alt="blurring-model-face" title="" width="457" height="248" class="aligncenter size-full wp-image-6042" /></p><p>If you are trying to get rid of blemishes on skin you may like to try Filter > Blur > Surface Blur&#8230; But go easy, you may like to add this to a duplicate layer and alter the opacity of the layer so that the results aren&#8217;t <em>too</em> much.</p><p>There are many other ways you can <a
href="http://robcubbon.com/turn-your-clients-photos-into-beautiful-images/">turn bad portrait photos into beautiful images</a>.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/improving-clients-photos.jpg" alt="improving-clients-photos" title="" width="457" height="248" class="aligncenter size-full wp-image-6045" /></p><h2>What <em>you</em> can do</h2><p>All photos can be improved upon somehow. Try to use images creatively as possible and always be thinking of ways to improve them. Try not to use them &#8220;as is&#8221;.</p><p>Remember, you don&#8217;t have to have Photoshop to do this. 99% of the above effects can be achieved at <a
href="http://pixlr.com/">Pixlr</a> and <a
href="http://www.photoshop.com/tools/overview">Photoshop Express</a>.</p><p>And, what about you? What do you do your images and graphics to improve them?</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/isYxXjC7d_k" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-improve-picture-quality-in-photoshop/feed/</wfw:commentRss> <slash:comments>6</slash:comments> <feedburner:origLink>http://robcubbon.com/how-to-improve-picture-quality-in-photoshop/</feedburner:origLink></item> <item><title>How To Get Your Business To The Top Of Google</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/AjAEmYcmOQ4/</link> <comments>http://robcubbon.com/how-to-get-to-the-top-of-google/#comments</comments> <pubDate>Tue, 21 Feb 2012 21:59:14 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[SEO]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[keyword research]]></category> <category><![CDATA[search engine optimization]]></category> <category><![CDATA[seoquake]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5935</guid> <description><![CDATA[<p>How do you get your website in front of as many eyeballs as possible? How do you expose your products and services to the world? The answer is, of course, to get to the top of the Google search results. Keyword research and competitor analysis Don&#8217;t stop reading just because it&#8217;s a boring subheading!!! This [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>How do you get your website in front of as many eyeballs as possible? How do you expose your products and services to the world? The answer is, of course, to get to the top of the Google search results.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/mountain_top.jpg" alt="get to the top" title="" width="600" height="369" class="aligncenter size-full wp-image-5936" /></p><h2>Keyword research and competitor analysis</h2><p>Don&#8217;t stop reading just because it&#8217;s a boring subheading!!! This is actually very exciting, because you can find out how many people search for particular phrases on Google! I was amazed when I discovered this, but maybe that&#8217;s just me. <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> Watch this video:</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/V2keVIW3WK0" frameborder="0" allowfullscreen></iframe></p><p>The above video shows you how to <a
href="http://youtu.be/V2keVIW3WK0">use Google&#8217;s keyword tool and SEOquake</a> to find the best phrases to attract the most visitors. What do you think of the new video intro? Cheesy, eh?</p><h2>The Google keyword tool</h2><p>When it comes to SEO, the first thing you need to do is <a
href="http://robcubbon.com/my-idiots-guide-to-keyword-research/">keyword research</a>. This is an absolutely essential stage in the early lifecycle of an online business.</p><p>Don&#8217;t just guess what people are looking for – <strong>research it!</strong> Use the <a
href="https://adwords.google.com/select/KeywordToolExternal">Google Adwords Keyword Tool</a> to tell you how many people make certain searches every month.</p><p>This tool can help you analyse the demand for your products or services. Also, this tool can tell you the exact words your potential customers are using to search for businesses like yours.</p><p>So, in the example of the video, let&#8217;s say I&#8217;m a web designer in London, I should see how many searches are being made every month for those exact words.</p><p>As you can see from the image below, the exact words &#8220;web designer london&#8221; are searched for 880 times every month in Google. I&#8217;m always <em>amazed</em> by how accurate these results are! You can <em>guarantee</em> that there will be around 880 people searching for &#8220;web designer London&#8221; this March, this April, this May&#8230; etc.</p><p>How do I know how accurate this is? Because, if you hit the top spot you can guarantee about 30%-60% of that traffic, and when that happens the same amount of traffic comes in every month – almost as regularly as clockwork! (Of course, not if it&#8217;s a seasonal search term like &#8220;halloween costumes&#8221;.)</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/google-adwords-keyword-tool-explained.gif" alt="google adwords keyword tool explained" title="" width="632" height="492" class="aligncenter size-full wp-image-5940" /></p><p>So, now that you understand exactly how powerful this tool is, there are some <a
href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword Tool</a> tips:</p><ul><li><strong>Always use [Exact] Match</strong> Type, not Broad (annoyingly the default) nor &#8220;Phrase&#8221;</li><li><strong>Choose the country you&#8217;re interested in</strong> for the Local Monthly Searches, otherwise just look at Global Monthly Searches</li><li><strong>Look for the &#8220;low hanging fruit&#8221;</strong>, monthly visitors in between 250 and 1250 (or ideally between 500 and 1000) because they have a decent search volume and are unlikely to have high competition</li><li>Whilst looking at the suggestions for other keywords, you can <strong>order them</strong> by number of searches by clicking on the top of the search columns</li></ul><p>Now that you, hopefully, have a few keyword ideas to target, it&#8217;s time to checkout the competition.</p><h2>Keyword competitor analysis</h2><p>The first thing you need to do, if you haven&#8217;t already, is to download the <a
href="http://www.seoquake.com/">SEOquake</a> add-on for Firefox. I would add here that I personally don&#8217;t use it on my main browser. This is because it does slow browsing down while it gets all the juicy information. After installing it go Tools > SEOquake > Preferences > and cut down the number of Parameters it shows – this&#8217;ll speed things up.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/seoquake-results.gif" alt="seoquake results" title="" width="611" height="212" class="aligncenter size-full wp-image-5951" /></p><p>Look for the first parameter – the <a
href="http://en.wikipedia.org/wiki/PageRank">Google PageRank</a>. If you&#8217;re looking down the top ten Google results and you see a load of PageRanks of 2&#8242;s, 1&#8242;s and 0&#8242;s, then <em>bingo!</em> You&#8217;ve got a keyphrase you can target!</p><p>Please be aware that Google PageRank isn&#8217;t the be-all-and-end-all measurement of the importance of pages. Try to look at other parameters such as how many links competitors&#8217; sites have going into them. And, some results will be there because their on-page SEO is better for that particular search. This isn&#8217;t an exact science, but it&#8217;ll give you a good start when analysing your main competitors online.</p><p>You are looking for two things: first, a decent number of monthly searches with the <a
href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword Tool</a>, and second, nice easy competition.</p><p>If you have found a few keyphrases you&#8217;d like to target you can move onto the next stage.</p><h2>On page SEO</h2><p>If you want your home page to get to the top of Google for &#8220;web designer London&#8221; then you have to optimize that page for the words &#8220;web designer London&#8221;.</p><p>You can do this by adding the phrase to the heading, title, first paragraph and body text of the page. <a
href="http://www.wpblogtalk.com/on-page-optimization-wordpress">More about on-page optimization in WordPress here</a>.</p><h2>Build links to the page with the keywords in the anchor text</h2><p>Of course, we all know the value of getting links to our site. But when targeting certain keyphrases, it&#8217;s necessary to get some of those links pointing to you with the keywords in the anchor text. Like this (where &#8220;web designer London&#8221; is our targeted keyphrase):</p><blockquote><p><code>&lt;a href="http://robcubbon.com"&gt;web designer London&lt;/a&gt;</code></p></blockquote><p>But, don&#8217;t over do this! Don&#8217;t get hundreds of links pointing to your site with the same anchor text as that looks unnatural. Mix up the wording of the anchor text and be sure to include links with anchor text &#8220;click here&#8221; and &#8220;find out more about&#8221;. Include links with the domain as the anchor text. Link to the internal pages not just the home page. With new sites be especially careful not to &#8220;over-optimize&#8221; both the on-page and off-page SEO.</p><p>The above has been re-written to accommodate the changes made in April 24th to Google&#8217;s algorithm, call &#8220;Penguin&#8221;. This advice still holds out but avoid building too many links and make them look &#8220;natural&#8221; in terms of anchor text.</p><p>How to get links? Well, there&#8217;s a big topic! Here&#8217;s an article with some <a
href="http://www.wpblogtalk.com/wordpress-seo-get-google-traffic">WordPress and SEO Tips to Get Links and Google Traffic</a>.</p><h2>Blogging, Relationships and Content Marketing</h2><p>Obviously I can&#8217;t cover all the good practices needed in content creation and link building in this one post. I would always advise anyone with a website to start a <a
href="http://www.wpblogtalk.com/content-marketing-wordpress-seo">WordPress blog as it is good marketing for your brand</a>. Set up <a
href="http://www.wpblogtalk.com/wordpress-seo-essential-actions">WordPress with SEO in mind</a>.  Make you sure <a
href="http://www.wpblogtalk.com/blog-post-wordpress-seo-friendly">write your blog posts in an SEO-friendly manner</a>.</p><p>Form relationships with other bloggers in your niche. Help them promote their posts and they will help you promote yours.</p><p>All this blogging activity together with the above targeting strategy will pull in massive long tail search traffic connected to your target keywords.</p><p>I should mention at this point that good content will get you good links and good search engine rankings. It&#8217;s the ultimate technique that pretty much trumps all of the above!</p><h2>You <em>can</em> do it!</h2><p>Do you have a set of keywords you target for your home page? If you don&#8217;t, head over to the <a
href="https://adwords.google.com/select/KeywordToolExternal">Google Keyword Tool</a> to find some low hanging fruit!</p><p>Are you aware of your competition? If not, get the <a
href="http://www.seoquake.com/">SEOquake add-on</a> and check out the competition on a search term that describes your business. Can you beat &#8216;em? If so <a
href="http://www.wpblogtalk.com/on-page-optimization-wordpress">optimize the page</a> and build some links to it. It&#8217;s surprisingly easy – just a few good links can make a lot of difference. But don&#8217;t over-egg the pudding. <a
href="http://robcubbon.com/how-to-get-clients/">Find out more about how to get great clients for your business in my e-book</a>.</p><p>Now, this is a thorny subject and I&#8217;m bound to have rubbed some SEO-types up the wrong way. So, I would love to hear you opinions in the comments. Be nice! Oh, and vote for the article if you liked it!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/AjAEmYcmOQ4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-get-to-the-top-of-google/feed/</wfw:commentRss> <slash:comments>33</slash:comments> <feedburner:origLink>http://robcubbon.com/how-to-get-to-the-top-of-google/</feedburner:origLink></item> <item><title>Social Media Buttons – HTML and CSS</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/P0d4CDXwJs8/</link> <comments>http://robcubbon.com/social-media-buttons-html-css/#comments</comments> <pubDate>Mon, 13 Feb 2012 15:01:15 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Social media]]></category> <category><![CDATA[buttons]]></category> <category><![CDATA[css]]></category> <category><![CDATA[html]]></category> <category><![CDATA[positioning]]></category> <category><![CDATA[sprites]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5888</guid> <description><![CDATA[<p>If you are reading this on my blog you&#8217;ll notice 7 beautiful grayed out social media icons on the right side of the header which turn into full technicolor when hovered over. I seem to be getting more and more traffic from these various social media avenues so it makes sense to fill up that [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/social-media-mind1.jpg" alt="phrenology map social-media-mind" title="" width="300" height="321"  class="aligncenter size-full" /></p><p>If you are reading this on my blog you&#8217;ll notice 7 beautiful grayed out social media icons on the right side of the header which turn into full technicolor when hovered over.</p><p>I seem to be getting more and more traffic from these various social media avenues so it makes sense to fill up that empty space with them – even though I&#8217;ve always had them in the sidebar.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/social-media-header-buttons.jpg" alt="social-media-header-buttons" title="" width="307" height="91"  /></p><h2>Think speed!</h2><p>As you will already know, Google takes loading speeds into account when ranking pages. Also, I hate waiting for sites to load. So I wanted to create these header buttons with a minimum amount of HTML, CSS and, more importantly, HTTP requests.</p><p>Here I have 7 social media icon images and all of them have rollover states. That means there could potentially be 14 HTTP requests for images just for these little buttons. The images themselves maybe small but it&#8217;s the separate requests to get the images that can severely increase page load.</p><p>So how do we cut down those image requests? Simple, by creating one big image.</p><h2>Say hello to my best friend – the image sprite</h2><p>Here is the image sprite I used to create the social media buttons and their hover states:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/social-media-gif.gif" alt="social media icons" title="" width="224" height="64"  /></p><p>As you can see a sprite is one big image that can be shifted around to only display parts of it at particular times. Here each button is 32 pixels by 32 pixels. They are put right next to each other so that there is no space in between – this makes it easier later on when you do the CSS positioning.</p><h2>HTML for the social media buttons</h2><p>As I&#8217;m using the <a
href="http://robcubbon.com/go/genesis">Genesis theme</a> for WordPress (that&#8217;s an affiliate link), I enter the HTML into a text header widget.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/text-header-widget.jpg" alt="text-header-widget" title="" width="475" height="242" class="alignnone size-full wp-image-5895" /></p><p>Here is the HTML:</p><blockquote><p><code>&lt;div id="head-soc"&gt;<br
/> &lt;ul&gt;<br
/> &lt;li id="g"&gt;&lt;a href=""&gt;Google+&lt;/a&gt;&lt;/li&gt;<br
/> &lt;li id="rss"&gt;&lt;a href=""&gt;RSS Feed&lt;/a&gt; &lt;/li&gt;<br
/> &lt;li id="sub"&gt;&lt;a href=""&gt;Subscribe&lt;/a&gt;&lt;/li&gt;<br
/> &lt;li id="fb"&gt;&lt;a href=""&gt;Facebook&lt;/a&gt;&lt;/li&gt;<br
/> &lt;li id="twit"&gt;&lt;a href=""&gt;Twitter&lt;/a&gt;&lt;/li&gt;<br
/> &lt;li id="li"&gt;&lt;a href=""&gt;LinkedIn&lt;/a&gt;&lt;/li&gt;<br
/> &lt;li id="youtube"&gt;&lt;a href=""&gt;YouTube&lt;/a&gt;&lt;/li&gt;<br
/> &lt;/ul&gt;<br
/> &lt;/div&gt;</code></p></blockquote><p>As you can see that is just a simple HTML list for each social media item and each list element has it&#8217;s own ID (this is for the CSS positioning). I&#8217;ve taken the links and the titles out so you can see what&#8217;s going on.</p><h2>CSS for the social media buttons</h2><p>And now here comes the clever bit.</p><blockquote><p><code>#head-soc ul li {list-style :none; padding: 0 0 0 12px; float: right;}<br
/> #head-soc ul li a {text-indent: -9999px; font-size: 0; line-height: 0; overflow: hidden ; height: 32px; width: 32px ;border: 0;	 background: url(images/social-media.gif) no-repeat; display: block;}</p><p>#head-soc li#g a {background-position: 0px 0px;}<br
/> #head-soc li#g a:hover {background-position: 0px -32px;}</p><p>#head-soc li#rss a {background-position: -32px 0px;}<br
/> #head-soc li#rss a:hover {background-position: -32px -32px;}</p><p>#head-soc li#sub a {background-position: -64px 0px;}<br
/> #head-soc li#sub a:hover {background-position: -64px -32px;}</p><p>#head-soc li#fb a {background-position: -96px 0px;}<br
/> #head-soc li#fb a:hover {background-position: -96px -32px;}</p><p>#head-soc li#twit a {background-position: -128px 0px;}<br
/> #head-soc li#twit a:hover {background-position: -128px -32px;}</p><p>#head-soc li#li a {background-position: -160px 0px;}<br
/> #head-soc li#li a:hover {background-position: -160px -32px;}</p><p>#head-soc li#youtube a {background-position: -192px 0px;}<br
/> #head-soc li#youtube a:hover {background-position: -192px -32px;}</code></p></blockquote><p>As you can see, the CSS imports the image &#8220;social-media.gif&#8221; just the once and then alters the position of the image within the 32 pixel square space to show the correct button.</p><h2>Social media buttons in the header</h2><p>So why am I putting them in the header when they&#8217;ve always been in the sidebar? I&#8217;ve learned through testing websites over the last few years that being obvious works: a big button is much more likely to be clicked than a small one.</p><p>When I find a good website, I usually look for the Twitter link. If I really like what they&#8217;re doing I&#8217;ll sign up for newsletters. If I can&#8217;t see where to do this within one second, I&#8217;ll leave, maybe never to return!</p><p>So, I&#8217;ll hopefully get more followers on these social sites – I&#8217;ll let you know if I do or I don&#8217;t.</p><p>Finally here is the list of buttons. Why don&#8217;t you join me in one of these places? <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><ul><li><a
rel="author" href="https://plus.google.com/111527063408109222423/" title="My Google profile" >Google+</a> This is the social network which has the greatest trajectory for improvement. Google rules the search engines so it&#8217;s going to try to push this social network as far as it can. I write quite a lot here, contribute to discussions, arrange hangouts and post my latest blog posts</li><li><a
href="http://feeds.feedburner.com/robcubbon/MBQo" title="Rob Cubbon RSS feed" >RSS Feed</a> You can subscribe to all my blog posts by a feed-reader such as Google Reader</li><li><a
href="http://robcubbon.com/free-how-to-market-yourself-online-ebook/" title="Subscribe to newsletters" >Subscribe</a> Here you can subscribe to my newsletter and get a free copy of my e-book &#8220;How to Market Yourself Online&#8221;</li><li><a
href="http://www.facebook.com/robcubbondotcom" title="My Facebook Page" >Facebook</a> This is really coming along, we&#8217;re having great discussions and I post my latest posts here as well</li><li><a
href="http://twitter.com/RobCubbon" title="Follow me on Twitter" >Twitter</a> Here I tweet out my latest stuff plus all the stuff I read everywhere. I can tweet up to 10 times a day!</li><li><a
href="http://uk.linkedin.com/pub/robert-cubbon/4/197/492" title="Connect with me at LinkedIn" >LinkedIn</a> This is my LinkedIn profile. But I love LinkedIn Groups and I have one called <a
href="http://www.linkedin.com/groups/Niche-Site-Marketing-4019468">Niche Site Marketing</a></li><li><a
href="http://www.youtube.com/user/robcub40" title="My YouTube channel" >YouTube</a> This contains about 50 tutorial videos about web design and internet marketing – more to come here soon!</li></ul><h2>What do you think?</h2><p>Do you have social media links in your sidebar or header? How did you create them? What do you think of mine? Are they the right shape and in the best position?</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/P0d4CDXwJs8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/social-media-buttons-html-css/feed/</wfw:commentRss> <slash:comments>23</slash:comments> <feedburner:origLink>http://robcubbon.com/social-media-buttons-html-css/</feedburner:origLink></item> <item><title>Create a WordPress Theme with Genesis [Video]</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/u8vpYshkjFo/</link> <comments>http://robcubbon.com/create-a-wordpress-theme-genesis-video/#comments</comments> <pubDate>Mon, 06 Feb 2012 11:48:26 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Genesis]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[business website]]></category> <category><![CDATA[clients]]></category> <category><![CDATA[video]]></category> <category><![CDATA[web design]]></category> <category><![CDATA[WordPress]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5872</guid> <description><![CDATA[<p>I&#8217;ve posted a few articles recently about making a child theme in Genesis for WordPress as I &#8220;filmed&#8221; almost the entire process of a client website creation. Here I&#8217;m going to put all the videos together and run through the process from beginning to end. I start off with a mock-up of the home page [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/02/genesis-studiopress.jpg" alt="genesis-studiopress" width="522" height="427" /></p><p>I&#8217;ve posted a few articles recently about making a child theme in <a
href="http://robcubbon.com/go/genesis">Genesis</a> for WordPress as I &#8220;filmed&#8221; almost the entire process of a client website creation. Here I&#8217;m going to put all the videos together and run through the process from beginning to end.</p><p>I start off with a mock-up of the home page (and sometimes one other page) of how the client and I want the site to look.</p><p><img
class="alignleft size-full wp-image-5492" title="genesis-default-and-psd" src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/genesis-default-and-psd.jpg" alt="genesis-default-and-psd" width="640" height="373" /></p><p>Here, above right is the mock up of the home page for a client site <a
href="http://familytwist.co.uk/">Family Twist – Bespoke luxury family holidays</a>. On the left is how Genesis looks &#8220;out-of-the-box&#8221;.</p><h2>Using WordPress locally</h2><p>I start off locally using <a
href="http://www.mamp.info/en/index.html">MAMP</a>, being a Mac boy, if you are of a Windows persuasion you should use <a
href="http://www.wampserver.com/en/">WAMP</a>, and Linux <a
href="https://help.ubuntu.com/community/ApacheMySQLPHP">LAMP</a>. The upshot of all these funny words is that you can run Apache, MySQL and PHP on you computer like you do on your host, for free, and within seconds. If you are creating WordPress themes you <em>must</em> do it locally – it saves so much time.</p><h2>Creating a child theme for Genesis</h2><p>You have to start by <a
href="http://robcubbon.com/making-your-own-wordpress-theme/">creating a child theme for Genesis</a> which is a very straightforward process.</p><p><iframe
src="http://www.youtube.com/embed/KmyU401T3BU" frameborder="0" width="640" height="360"></iframe></p><p>The above video shows you how to <a
href="http://youtu.be/KmyU401T3BU">create a child theme for Genesis</a>. Also in this video I make a start styling the child theme by changing the background of the website to a creamy color.</p><h2>Creating background and logo</h2><p>The background of the website is further changed in this video where I run a gradient down from the top.</p><p><iframe
src="http://www.youtube.com/embed/gvntYoxm_Q0" frameborder="0" width="640" height="360"></iframe></p><p>I get rid of the secondary navigation as well as the breadcrumbs through the Genesis Theme Settings area. I also put the logo in.</p><p>The above video shows you how to <a
href="http://youtu.be/gvntYoxm_Q0">change the background and put the logo in the header</a> in Genesis for WordPress.</p><h2>Creating header widget and styling navigation bar</h2><p><iframe
src="http://www.youtube.com/embed/kNUPDkdo5oQ" frameborder="0" width="640" height="360"></iframe></p><p>Here I <a
href="http://youtu.be/kNUPDkdo5oQ">create Facebook and Twitter buttons in the header widget and style the top nav bar</a>.</p><h2>Creating pages, the navigation menu, a home page and a blog page</h2><p>Staying with the menu I then create the pages in WordPress (pretty easy, just go Pages &gt; Add Pages!), create a primary navigation menu and drag the pages to where I want them to go in the menu. I also create a static home page and a separate blog page by changing the settings in Settings &gt; Reading in WordPress.</p><p><iframe
src="http://www.youtube.com/embed/NF-alOJIJ2E" frameborder="0" width="640" height="360"></iframe></p><p>The above video shows how to <a
href="http://youtu.be/NF-alOJIJ2E">create pages and how to arrange them in the navigation menu and assign the home and blog pages in WordPress</a>.</p><h2>Creating sidebar widgets and styling the sidebar</h2><p>Moving onto the sidebar, in this video I explain how to <a
href="http://robcubbon.com/creating-styling-sidebar-widgets-wordpress/">create and style widgets on your WordPress sidebar</a>.</p><p><iframe
src="http://www.youtube.com/embed/XSJPMd5mADo" frameborder="0" width="640" height="360"></iframe></p><p>In the above video I show how I use Chrome&#8217;s <a
href="http://youtu.be/XSJPMd5mADo">Developer Tools, Photoshop and Dreamweaver to style up widgets</a> to look exactly how you want them.</p><h2>Editing the footer with Genesis</h2><p>And now the footer! (As you see, I tend to work from the top to the bottom.)</p><p><iframe
src="http://www.youtube.com/embed/WU4teiS6zw4" frameborder="0" width="640" height="360"></iframe></p><p>In Genesis you can modify the content of the footer with the <a
href="http://wordpress.org/extend/plugins/genesis-simple-edits/">Genesis Simple Edits plugin</a>. In the video I show how you can <a
href="http://youtu.be/WU4teiS6zw4">create the footer with WordPress and Genesis</a>.</p><h2>Creating custom pages</h2><p>The home page had a completely different template from all the other pages so I had to <a
href="http://robcubbon.com/custom-page-template-genesis/">create a custom page template in Genesis</a>.</p><p><iframe
src="http://www.youtube.com/embed/CtDMBBCSwqI" frameborder="0" width="640" height="360"></iframe></p><p>You can see here how I <a
href="http://genesistutorials.com/creating-a-custom-template-in-genesis">get the template from the web</a> and <a
href="http://youtu.be/CtDMBBCSwqI">edit the custom page to create a different template</a> for the home page.</p><p>I also show how you can choose standard page templates without sidebars, etc., through the <a
href="http://robcubbon.com/go/genesis">Genesis</a> Theme Settings.</p><h2>Uploading the local site to a host</h2><p>I&#8217;ve been doing everything locally so far and I have the site more-or-less how I want it so it&#8217;s time to put it on the client&#8217;s host.</p><p><iframe
src="http://www.youtube.com/embed/lUu1Q-J0kT8" frameborder="0" width="640" height="360"></iframe></p><p>Here I <a
href="http://youtu.be/lUu1Q-J0kT8">export the WordPress and Genesis settings, copy all the files to the host&#8217;s server, set up WordPress there and finally import the WordPress and Genesis settings</a>.</p><p>There are other ways of doing this – by exporting and importing the MySQL database, for example – but this method works for me.</p><h2>Creating child and grandchild pages and a drop-down flyout menu</h2><p>I perhaps should have done this stage locally but here I explain how you can build a <a
href="http://robcubbon.com/creating-header-navigation-menu-wordpress/">drop-down flyout menu</a> in WordPress and <a
href="http://robcubbon.com/go/genesis">Genesis</a> by creating pages as child pages of a parent page to show the relationship between the pages.</p><p><iframe
src="http://www.youtube.com/embed/u0DuWFLVZ5E" frameborder="0" width="640" height="360"></iframe></p><p>So the <a
href="http://youtu.be/u0DuWFLVZ5E">child pages will drop-down from their parent page and the grandchild pages will flyout from their parent (child) page</a>.</p><h2>Adding text and images to the pages</h2><p>The website is online – although, it may not be live yet, I use a plugin like <a
href="http://wordpress.org/extend/plugins/underconstruction/">UnderConstruction</a> to create a holding page – now we can add text and images to the pages. Or, even better, get the client to add text and images to the pages.</p><p><iframe
src="http://www.youtube.com/embed/6hPzkGYQmVw" frameborder="0" width="640" height="360"></iframe></p><p>I always like to explain to my clients that websites are living and breathing entities and should be constantly updated instead of being left to gather dust. So it is important to get the client engaged with the website at an early stage so that they are more likely to continue adding to it and so the website will be more of a success.</p><p>So, I usually make a video like the one above explaining how to <a
href="http://youtu.be/6hPzkGYQmVw">import images and format text within a WordPress page or post</a>.</p><h2>Creating WordPress sites for clients</h2><p>The above 10 videos show how you can build a high quality premium business website. Clients will be prepared to pay a premium rate for this service as you are giving them exactly what they ask for plus the ability to easily change and add to the site in the future.</p><p>I&#8217;d be interested to hear what you think about this process. Are there any other stages you include when you build a website for a client?</p><p>Should I be offering any other service or functionality for the client?</p><p>If you like any of the videos, please give them a thumbs up in YouTube!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/u8vpYshkjFo" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/create-a-wordpress-theme-genesis-video/feed/</wfw:commentRss> <slash:comments>5</slash:comments> <feedburner:origLink>http://robcubbon.com/create-a-wordpress-theme-genesis-video/</feedburner:origLink></item> <item><title>Create Interactive PDF with InDesign</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/SIx45SGd0YA/</link> <comments>http://robcubbon.com/create-interactive-pdf-indesign/#comments</comments> <pubDate>Mon, 30 Jan 2012 15:06:46 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[InDesign]]></category> <category><![CDATA[PDF]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[interactive pdf]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5840</guid> <description><![CDATA[<p>I&#8217;m often asked how to create an interactive PDF with InDesign with internal links so that you can, for example, click on a chapter title in the contents page and immediately get the PDF to jump to that page. How to create an interactive PDF with internal links video So I&#8217;ve made a video to [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/pdf-woman.jpg" alt="pdf woman" title="" width="600" height="397" class="alignnone size-full wp-image-5842" /></p><p>I&#8217;m often asked how to create an interactive PDF with InDesign with internal links so that you can, for example, click on a chapter title in the contents page and immediately get the PDF to jump to that page.</p><h2>How to create an interactive PDF with internal links video</h2><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/cW1rpyGFsoc" frameborder="0" allowfullscreen></iframe></p><p>So I&#8217;ve made a video to show <a
href="http://youtu.be/cW1rpyGFsoc">how to create hyperlink destinations within the InDesign document and then create buttons to go to them when clicked</a>.</p><h2>Interactive PDF example</h2><p><a
href="http://robcubbon.com/how-to-get-clients/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/how-to-get-clients.jpg" alt="How To Get Clients" title="How To Get Clients" width="213" height="264" class="alignleft size-full wp-image-5861" /></a><a
href="http://robcubbon.com/free-how-to-market-yourself-online-ebook/"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/how-to-market-yourself-online-free-ebook.jpg" alt="How to Market Yourself Online" title="How to Market Yourself Online" width="213" height="264" class="alignleft size-full wp-image-5862" /></a></p><p
style="clear:both;">To see an example of an interactive PDF then you can download my free e-book <a
href="http://robcubbon.com/free-how-to-market-yourself-online-ebook/">How to Market Yourself Online</a> or, if you&#8217;re feeling rich, you can download the premium version <a
href="http://robcubbon.com/how-to-get-clients/">How To Get Clients</a> which is featured in the video.</p><h2>Usual characteristics of interactive PDFs</h2><p>PDFs that are normally exported from Word documents are usually linear, ugly and hard to read. They are usually upright pages of black Times New Roman text with a few hyperlinks.</p><p>In my opinion you can do so much more with PDFs. For starters you have the pages landscape so that they fill the screen. And you should use vector graphics, images, internal links, etc. You can also have forms, movies, layers, rollovers – just about any interactivity that we are used to on the web.</p><p>This makes the e-book fun, interactive, non-linear and the sort of publication that you can dip in and navigate around quickly so as to aid the reading and learning experience.</p><h2>Creating internal links in the interactive PDF</h2><p>In order to create an internal link within a PDF, you first have to create a Text Anchor in InDesign. With the Text Tool cursor either blinking or having highlighted some text you can create a Text Anchor by either right-clicking and selecting Interactive > New Hyperlink Destination&#8230; or by selecting New Hyperlink Destination in the Hyperlinks palette.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/create-new-hyperlink-destination-indesign.jpg" alt="create-new-hyperlink-destination-indesign" title="" width="572" height="270" class="alignnone size-full wp-image-5846" /></p><p>The page with this hyperlink destination on it can now be linked to from some text or a button on another page.</p><p><strong>If you want to link to the Hyperlink Destination (page) by clicking a button:</strong> convert an object to a button by right-clicking and choosing Interactive > Convert to Button.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/go-to-destination-in-buttons-palette.jpg" alt="go-to-destination-in-buttons-palette" title="" width="313" height="164" class="alignnone size-full wp-image-5847" /></p><p>And then when you have created a button select Go To Desination as the Action of that button in the Buttons palette.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/setting-desination-as-action-of-button.jpg" alt="setting-desination-as-action-of-button" title="" width="407" height="319" class="alignnone size-full wp-image-5848" /></p><p>And then you can set the destination of that button as the Text Anchor or Hyperlink Destination you set earlier so that when that button is clicked the PDF will go to the relevant page.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/create-new-hyperlink-indesign.jpg" alt="create-new-hyperlink-indesign" title="" width="555" height="282" class="alignnone size-full wp-image-5854" /></p><p><strong>If you want to link to the Hyperlink Destination (page) by clicking a text link:</strong> simply highlight the text that you want to be the internal link, and either click the Create new hyperlink button on the Hyperlink palette or, with the text highlighted, right-click and choose Interactive > New Hyperlink&#8230; and then in the resulting New Hyperlink dialogue box you can choose the Hyperlink Destination, a Character Style (something colorful and underlined like a link), the Appearance Type (choose Invisible Rectangle) and a Highlight (I usually don&#8217;t have one).</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/new-hyperlink-indesign.jpg" alt="new-hyperlink-indesign" title="" width="640" height="467" class="alignnone size-full wp-image-5851" /></p><p>And now in the resulting PDF the word, when clicked, will take you to the relevant page of the Hyperlink Destination.</p><h2>Creating external links in the interactive PDF</h2><p>Creating hyperlinks in the InDesign document to go to web addresses when clicked is altogether more simple. All you do is select the word which is going to be the hyperlink and click the Create new hyperlink button in the Hyperlinks palette and choose URL in the New Hyperlink dialogue box and type the web address you want to link to.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/setting-hyperlink-indesign.jpg" alt="setting-hyperlink-indesign" title="" width="640" height="273" class="alignnone size-full wp-image-5855" /></p><p>I usually create a different colored but underlined Character Style for both the internal link text and the hyperlink text to aid the users&#8217; navigation around the document.</p><h2>Exporting the interactive PDF from InDesign</h2><p>Remember to choose Adobe PDF (Interactive) when you&#8217;ve got the Export dialogue box up by going Cmd/Ctrl-E.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/exporting-interactive-pdf.jpg" alt="exporting-interactive-pdf" title="" width="640" height="324" class="alignnone size-full wp-image-5856" /></p><p>As I say in the video I like to set the Security to have None Changes Allowed in order to get rid of a very annoying pink bar along the top in Acrobat Reader when viewing the PDF. (Note to Adobe: fix this bug please!)</p><h2>Creating e-books?</h2><p>So, if you want to create an intuitive, beautiful and interactive PDF e-book to be sold online, I would very much recommend you do it in InDesign. Try to incorporate internal links, external links, video, etc., and as many exciting interactive elements as you can.</p><p>What other devices and interactivity can you think of to improve the humble PDF?</p><p>I would love to know your opinion in the comments below. And, if you found this post useful, please do me a favor and Tweet, Like or +1 it.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/SIx45SGd0YA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/create-interactive-pdf-indesign/feed/</wfw:commentRss> <slash:comments>10</slash:comments> <feedburner:origLink>http://robcubbon.com/create-interactive-pdf-indesign/</feedburner:origLink></item> <item><title>How Your Business Can Compete Against Asia Outsourcing</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/n3izbQWsCOs/</link> <comments>http://robcubbon.com/how-your-business-can-compete-against-asia-outsourcing/#comments</comments> <pubDate>Tue, 24 Jan 2012 18:05:46 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[asia]]></category> <category><![CDATA[clients]]></category> <category><![CDATA[how to get clients]]></category> <category><![CDATA[outsourcing]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5786</guid> <description><![CDATA[<p>Asian economies comprise more than 4 billion people (60% of the world population) and you would have to have been living under a stone for the last 15 years not to have noticed the growing economic weight of the region. I&#8217;m glad to see the rise of emerging markets and hope it restores some much [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/singapore.jpg" alt="singapore"  width="600" height="391" class="alignnone size-full wp-image-5789" /></p><p>Asian economies comprise more than 4 billion people (60% of the world population) and you would have to have been living under a stone for the last 15 years not to have noticed the growing economic weight of the region.</p><p>I&#8217;m glad to see the rise of emerging markets and hope it restores some much needed balance to the world.</p><p>I&#8217;ve enjoyed the time I&#8217;ve spent in Asia. I&#8217;ve warmed to Asian philosophies, attitudes, diets, religions and medicines more than I have to those from the West. And, despite this being an English language blog, nearly a third of the readers here are Asian!</p><p>Don&#8217;t take the title of this article to mean that I see Asia as a &#8220;threat&#8221; or an &#8220;enemy&#8221; to my business or that Asian outsourcing is somehow a bad thing. It&#8217;s completely the opposite.</p><h2>Interesting times</h2><p>We&#8217;re living in an interesting time of commerce. The rise of internet technology has meant that Asian firms and individuals can compete much more freely with their European and North American counterparts. There has never before been a time when two people of equal abilities at opposite ends of the world – one who may need to charge $50/hour; the other $5/hour – are competing on an almost level playing field.</p><p>Not only are factory jobs being moved from the West to the East, but also middle class engineering jobs are going to Asia. <a
href="http://www.businessinsider.com/you-simply-must-read-this-article-that-explains-why-apple-makes-iphones-in-china-and-why-the-us-is-screwed-2012-1">Apple makes iPhones in China</a>, for example, and we are only just beginning to see how these changes will affect all our lives.</p><p>A western design consultancy could charge $500+ for a logo to go on a website which can be bought from a designer in Malaysia for $5. Some sales copy could be charged at $500+ for 500 words in the US could also be written in the Philippines for $5. There will always be an argument about quality, of course, I&#8217;ll come back to that later.</p><p>While those of us in the West need to know how to compete against these prices, my readers from the East need to know how to get good Western clients.</p><h2>Play to your strengths</h2><p>At the moment work that&#8217;s outsourced most successfully to Asia is call center work, help desk/IT support, etc. However the quality of this work will continue to rise in the future.</p><p>Many people consider back-end developers from the Indian subcontinent to be of a very high standard but consider their front-end ability lacking. So, while Asian companies improve this side (and that won&#8217;t take them long!), you can point out to potential clients your front-end expertise.</p><p>The peculiarities and idiosyncrasies of the English language can work in favor of a native speaker. Sometimes only someone with total command of English can construct an English interface properly.</p><p>Whether your strengths include language, design or user experience, put these qualities at the forefront of your unique selling point.</p><p><strong>Communicate to your clients that you understand the &#8220;why&#8221; of the job.</strong> This will increase the confidence the client has in you.</p><h2>&#8220;Own&#8221; the whole job</h2><p>Whatever your business does, it operates as a small part of a larger picture.</p><p>You may only be building web pages but, ultimately, these web pages are going to need SEO, social interactivity and all sorts of marketing if they&#8217;re going to be successful. Try to explain to your client that the best person to market a website is the person that built it. You may be designing some business cards. So, offer the client printing and delivery.</p><p>Try to branch out from your core business to the neighboring offshoots of the ecosystem so that you can &#8220;own&#8221; bigger processes and contracts.</p><p><strong><a
href="http://robcubbon.com/how-to-diversify-grow-design-business/">Diversify your business</a> so that you can offer your clients the whole package</strong> instead of<br
/> small bits of a larger job.</p><p><strong>Always use clear and precise language when dealing with a client</strong>, as this shows you can be trusted with larger and larger processes.</p><h2>Specialize</h2><p>This may sound like a contradiction, advising you to specialize right after advising you to diversify. But I think you can do both.</p><p>It&#8217;s great for your clients to hear that you specialize in something that they want. <a
href="http://robcubbon.com/graphic-designers-specialization/">Specialize in what you enjoy doing</a> and provide these services to clients. Also, make sure you <strong>compete in terms of quality and not price</strong>.</p><h2>Compete</h2><p>You will never win when competing with price. Never put your prices as low as possible. You are much more likely to score big when competing on quality.</p><p>Think how your product is better than the next one. How there is a greater attention to detail with your work, how your years of experience produces better outcomes, how your client communication provides a better solution everytime.</p><p>This is how you can compete.</p><h2>What to do now</h2><p>Think of all the effects of outsourcing on your business now and double them. That&#8217;ll be reality very soon. Think of ways to embrace this new reality and how you can use it to your advantage to provide better products and services for your clients.</p><p>Think of what other companies are doing in the East and West in your sector now. What are they doing right, and what are they doing wrong? Sometimes you can stand out from the crowd by providing just a little extra service. <a
href="http://robcubbon.com/how-to-get-clients/">Read more about what you can to do get more clients in my book &#8220;How To Get Clients&#8221;</a>.</p><p>I would love to hear what you think about this interesting subject.</p><p>And, if you enjoyed this article, please vote for it by way of a Tweet, a Like or a +1! Cheers!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/n3izbQWsCOs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-your-business-can-compete-against-asia-outsourcing/feed/</wfw:commentRss> <slash:comments>4</slash:comments> <feedburner:origLink>http://robcubbon.com/how-your-business-can-compete-against-asia-outsourcing/</feedburner:origLink></item> <item><title>Creating a Custom Page Template for Genesis</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/qqODesET5I4/</link> <comments>http://robcubbon.com/custom-page-template-genesis/#comments</comments> <pubDate>Mon, 16 Jan 2012 13:47:53 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Genesis]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[custom page]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5758</guid> <description><![CDATA[<p>One of the ways WordPress can be made to act like an all-singing, all-dancing CMS is with custom page templates. These give you the ability to make any page on your website look and/or function differently to all the others. Here I&#8217;d like to explain how you make a custom page template for Genesis. Genesis [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/custom-bike1.jpg" alt="custom-bike" title="" width="600" height="450" class="alignnone size-full wp-image-5767" /></p><p>One of the ways WordPress can be made to act like an all-singing, all-dancing CMS is with custom page templates. These give you the ability to make any page on your website look and/or function differently to all the others. Here I&#8217;d like to explain how you make a custom page template for <a
href="http://robcubbon.com/go/genesis">Genesis</a>.</p><p>Genesis is a premium theme framework for WordPress which I now use to build all my websites on. I do this because it has many cool functions and effects coded already that I can just pick and tack on to whatever kind of website I&#8217;m building.</p><h2>Custom pages in WordPress</h2><p>Creating a custom page template is super easy in WordPress. You simply copy your theme&#8217;s <code>single.php</code> file, call it something different like, <code>ft-home.php</code>, add the template name at the beginning of the file – using a text editor such as Notepad (Windows) or TextEdit (Mac) like so:</p><blockquote><p><code>&lt;?php /* Template Name: FT Home<br
/> */ ?&gt;</code></p></blockquote><p>&#8230; and you can add or take away anything you want so that when you create a new page and choose the template you&#8217;ve created in Page Attributes (see below), it&#8217;ll appear differently to all the other pages.</p><p><img
class="alignnone size-full wp-image-5759" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/selecting-page-template-wordpress.jpg" alt="selecting-page-template-wordpress" width="292" height="264" /></p><p>But <a
href="http://robcubbon.com/making-your-own-wordpress-theme/">with Genesis you make child themes</a>, so it&#8217;s slightly more complicated as we don&#8217;t have a <code>single.php</code> to copy. So I&#8217;ll go into it in a bit more detail.</p><h2>Custom pages in Genesis</h2><p>Below you can see two page layouts. On the left you have a standard blog template with a sidebar and on the right you can see a custom home page with no sidebar, a strip of images across the top and a jQuery slider next to the content.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/normal-page-vs-custom-page.jpg" alt="normal-page-vs-custom-page" title="" width="640" height="273" class="alignnone size-full wp-image-5760" /></p><p>Here is a video of me (stumbling and stuttering through) <a
href="http://youtu.be/CtDMBBCSwqI">making a custom page template in Genesis</a>.</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/CtDMBBCSwqI" frameborder="0" allowfullscreen></iframe></p><p>An added benefit of creating a custom page for this page is that the tricky code to create the strip of images and the jQuery slider can be hidden away from the client in the custom page template, while the main text could be edited within the WordPress page editor as normal.</p><p>To create your custom page template in Genesis, open a new text document in Notepad (Windows) or TextEdit (Mac) and copy this code:</p><blockquote><p><code>&lt;?php /*<br
/> Template Name: FT Home (change name as you see fit)<br
/> */ ?&gt;</p><p>&lt;?php get_header(); ?&gt;</p><p>&lt;?php genesis_before_content_sidebar_wrap(); ?&gt;<br
/> &lt;div id="content-sidebar-wrap"&gt;</p><p> &lt;?php genesis_before_content(); ?&gt;<br
/> &lt;div id="content" class="hfeed"&gt;</p><p> &lt;?php genesis_before_loop(); ?&gt;<br
/> &lt;?php genesis_loop(); ?&gt;<br
/> &lt;?php genesis_after_loop(); ?&gt;</p><p> &lt;/div&gt;&lt;!-- end #content --&gt;<br
/> &lt;?php genesis_after_content(); ?&gt;</p><p>&lt;/div&gt;&lt;!-- end #content-sidebar-wrap --&gt;<br
/> &lt;?php genesis_after_content_sidebar_wrap(); ?&gt;</p><p>&lt;?php get_footer(); ?&gt;</code></p></blockquote><p>&#8230; and save the text file as your template&#8217;s name with <code>.php</code> on the end.</p><p>(I totally stole the above code from <a
href="http://genesistutorials.com/creating-a-custom-template-in-genesis">How to create a Custom Template In Genesis</a> by Christopher Cochran.)</p><p>This file should then sit in your child theme&#8217;s directory next to the <code>functions.php</code> and <code>style.css</code>. Then, same as with any other WordPress page template, you can choose the template on a page-by-page basis within the Page Attributes section when editing a page in WordPress.</p><p>I added all the extra code in before the <code>&lt;?php genesis_before_content(); ?&gt;</code> line. But, as you can see, you can add content before or after the header, before of after the loop, before or after the sidebar or before or after the footer.</p><p>With <a
href="http://robcubbon.com/go/genesis">Genesis</a> you also have the added benefit of being able to choose a basic layout on a page-by-page basis, in this case I choose a layout with no sidebar:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/genesis-layout-settings1.jpg" alt="genesis-layout-settings" title="" width="611" height="108" class="alignnone size-full wp-image-5762" /></p><h2>But what if I want more differences in the custom page template?</h2><p>OK, maybe you&#8217;re thinking this isn&#8217;t quite as flexible as all that. What if you want to change something within the header, put something else in the footer or mess around with the heading in some way. Well, don&#8217;t worry! You can do anything you what with Genesis child themes by way of the <code>functions.php</code>.</p><p>So, for the example above, I needed to put something in between the heading and the content on the page, I actually entered the HTML of the heading in the custom page template so it would appear in the correct place. That done I needed to get rid of the page&#8217;s heading that would have been spat out by the template as it stands.</p><p>To get rid of the heading from this particular custom page, I put this in the functions.php:</p><blockquote><p><code>add_action( 'template_redirect', 'child_remove_my_template_page_title' );<br
/> function child_remove_my_template_page_title() {<br
/> if ( is_page_template('ft-home.php') )<br
/> remove_action( 'genesis_post_title', 'genesis_do_post_title' );<br
/> }</code></p></blockquote><p>And even I with my appallingly bad knowledge of PHP can tell that the above code removes the page title from the custom page template with the file name <code>ft-home.php</code>.</p><p>Genesis comes with umpteen different &#8220;hooks&#8221; such as <code>genesis_post_title</code> which enables you to add, subtract or edit any page element on any page or pages you want. And the glory of this system is that it just lies on top off the powerful theme framework which remains untouched so it can be updated and improved – alongside WordPress – while your website will look and function the same as alway.</p><h2>What do you think?</h2><p>As you can see, I think the <a
href="http://robcubbon.com/go/genesis">Genesis</a> theme framework is a pretty rock solid way to approach WordPress. But what do you think? Do you prefer creating your own themes? Do you use another framework?</p><p>How do you create custom pages in WordPress?</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/qqODesET5I4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/custom-page-template-genesis/feed/</wfw:commentRss> <slash:comments>16</slash:comments> <feedburner:origLink>http://robcubbon.com/custom-page-template-genesis/</feedburner:origLink></item> <item><title>My Business Plan for 2012</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/XviBfQIXA6w/</link> <comments>http://robcubbon.com/my-business-plan-for-2012/#comments</comments> <pubDate>Mon, 09 Jan 2012 15:00:44 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[2012]]></category> <category><![CDATA[business plan]]></category> <category><![CDATA[design business]]></category> <category><![CDATA[passive income]]></category> <category><![CDATA[process]]></category> <category><![CDATA[relationships]]></category> <category><![CDATA[system]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5721</guid> <description><![CDATA[<p>I would like to belatedly wish you all a very Happy New Year! I had planned to publish this post earlier. Time was increasingly an issue in 2011 and it looks just as elusive now! I&#8217;ve been reading my post from year ago on my business plan for 2011 and it was very interesting although [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p>I would like to belatedly wish you all a very Happy New Year! I had planned to publish this post earlier. Time was increasingly an issue in 2011 and it looks just as elusive now!</p><p><img
class="alignnone size-full wp-image-5723" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/london-city.jpg" alt="london-city" width="600" height="385" /></p><p>I&#8217;ve been reading my post from year ago on <a
href="http://robcubbon.com/design-business-plan-for-next-year/">my business plan for 2011</a> and it was very interesting although a bit general. However, in my business plan for 2012, I&#8217;m going to be much more specific about my objectives.</p><h2>My business in 2011 – what did I achieve?</h2><p>In all, 2011 was a good year. My client work carried on as usual although I was hoping to increase my passive income by more than I actually did. Earning money by <a
href="http://robcubbon.com">providing design and marketing services to clients</a> remains 95-98% of my business&#8217;s annual income.</p><p>Anyway, I&#8217;d like to go through my very general objectives of last year and see where I was successful and where I wasn&#8217;t.</p><h3>1. Describing what I’m doing as a process – and outsourcing</h3><p>As anyone who reads this blog regularly will know, I&#8217;m a big fan of <a
href="http://www.amazon.com/gp/product/0307465357?ie=UTF8&amp;tag=graandwebdesl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0307465357">The 4-Hour Workweek</a> by Tim Ferriss and <a
href="http://www.amazon.com/gp/product/0887307280?ie=UTF8&amp;tag=graandwebdesl-20&amp;linkCode=as2&amp;camp=1789&amp;creative=9325&amp;creativeASIN=0887307280">The E-Myth: Why Most Small Businesses Don&#8217;t Work and What to Do About It</a> by Michael Gerber (affiliate links).</p><p>These books really impressed upon me the need to see my business as a collection of processes that can be improved, documented and ultimately outsourced. Through excluding yourself from some of these processes you can free yourself to do other tasks to improve your business rather than getting bogged down in the minutiae of client-based work.</p><p>While this is a beautiful theory, I&#8217;ve found putting it into practice in a design business like mine a challenge. Some of the design tasks I do for my clients are one-offs and are simply impractical to outsource. However, once you get your outsourcing hat on the opportunities to use <a
href="http://www.anrdoezrs.net/click-4596814-10713612">oDesk</a> and <a
href="http://www.anrdoezrs.net/click-4596814-10777892">Elance</a> present themselves more often (affiliate links). A tracing in Illustrator here; a bit of PHP code there; a bit of typing here; some PSD to HTML there – it all adds up. It can save you money, and more importantly, time.</p><p>I have found video an incredibly important tool to help me describe the processes behind my businesses. I have recently recorded a series of videos describing exactly how I create a WordPress website from scratch by using Genesis. You can view these videos at <a
href="http://www.youtube.com/user/robcub40">my YouTube channel</a> and I have also written several blog posts about <a
href="http://robcubbon.com/making-your-own-wordpress-theme/">how to create your own WordPress theme</a>.</p><p>Nowadays, whenever I perform any task that I know can be repeated by someone else, I make a video of it and put it on <a
href="http://www.youtube.com/user/robcub40">my YouTube channel</a>. This way I&#8217;ve got documentation that will help me to outsource the task in the future as well as a video that can help other people.</p><h3>2. Building relationships with other graphic design business owners</h3><p>An extremely important part of business is forming mutually beneficial relationships and I have been fairly successful at this. One of the best things I did on the blog last year was a survey of other independent graphic designers who ran their own businesses like me. The results of this survey are here:</p><ul><li><a
href="http://robcubbon.com/what-designers-do-make-money-find-clients/">What Designers Do, How They Make Money and Where They Find Clients</a></li><li><a
href="http://robcubbon.com/graphic-designers-get-paid/">How Graphic Designers Get Paid</a></li><li><a
href="http://robcubbon.com/graphic-designers-hardware-software-back-up/">Graphic Designers’ Hardware, Software and Back-up</a></li></ul><p>I contacted over 30 designers to do this and many of them were kind enough to tweet out and share the findings of the survey. Communicating with this group of business people has been hugely educational and if I have a question about any aspect of the business I can call on the shared expertise of these fellow professionals.</p><p>Also, this year I resolved to meet with more business-people face-to-face. This has been a very successful tactic. It&#8217;s always good to get out from behind your iMac and go and talk to people about your business in person. I have found several groups online that meet in London and I have secured some good clients this way as well!</p><h3>3. Increase my passive income</h3><p>This is the part of the business plan for which I had the highest hopes although, if I&#8217;m honest, had the most disappointing results. Having said that I&#8217;m certainly not downhearted and I will continue with this aim for many years to come.</p><p>My attempts at securing passive income from sales of my products as well as from affiliate commissions have been many and various. But the most successful have been sales of my own e-book <a
href="http://robcubbon.com/how-to-get-clients/">How To Get Clients</a>, and my affiliate promotions of my host <a
href="http://robcubbon.com/go/dreamhost">Dreamhost</a> and the WordPress theme I use <a
href="http://robcubbon.com/go/genesis">Genesis</a>.</p><p>Even so, I estimate my passive earnings for the year have been less than $1000. <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /></p><p>However, this year I&#8217;m going to be much more specific with my objectives and more systematic with my approach to this side of the business.</p><h3>4. Continuing to do what I’m doing at the moment – just better</h3><p>It was very important that I didn&#8217;t let my eye off the ball and disregard my core business. I have continued to provide an excellent design and marketing service to my existing clients and gained some very good new ones. Not only have I increased my portfolio of clients I have also taken on bigger projects thanks to increased outsourcing.</p><h2>My objectives for 2012</h2><p>As promised my objectives for 2012 are going to be much more SMART, that is Specific, Measurable, Attainable, Realistic, and Timely. And, instead of only setting annual goals, I&#8217;m going to review these goals half way through the year with a view to eventually making this a quarterly process.</p><h3>SMART goals for 2012</h3><p>So here are my specific, measurable, attainable, realistic objectives to be achieved by July 1st 2012:</p><ul><li>Passive income in the 6 months to July 1st 2012: <strong>$2000</strong></li><li>Monthly site visitors by July 1st 2012: <strong>35,000 unique visitors per month</strong></li><li>Number of meetings attended with groups of business-people or &#8220;mastermind&#8221; groups by July 1st 2012: <strong>5</strong></li><li>Number of new clients securing revenue of over $1000 by July 1st 2012: <strong>4</strong></li></ul><p>I&#8217;ve set these goals deliberately very high. The passive income will basically need to quadruple. Monthly unique visitors to this site needs to increase from 27,500 to 35,000 – quite a leap. I need to get myself out to 5 group meetings with business people – that&#8217;s nearly one a month (certainly achievable). And 4 new clients securing revenue of over $1000 by July 1st 2012 is a tough one – I had 6 such new clients in the whole of 2011!</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2012/01/goal.jpg" alt="goal" title="" width="600" height="403" class="alignnone size-full wp-image-5730" /></p><h3>More goals for 2012</h3><p>And there are a number of specific actions that I hope will benefit my business and I want to achieve these very soon.</p><ul><li>Create another <strong>free e-book</strong> similar in size to <a
href="http://robcubbon.com/free-how-to-market-yourself-online-ebook/">How to Market Yourself Online</a> about running a design business</li><li>Release another <strong>premium e-book</strong> similar in size to <a
href="http://robcubbon.com/how-to-get-clients/">How To Get Clients</a> about running a design business</li><li>Create one, possibly two, <strong>membership sites</strong></li><li>Create 10-15 <strong>new websites</strong></li><li>Start Skype-based <strong>interviews</strong> and <strong>podcasting</strong></li></ul><p>Creating free and premium e-books won&#8217;t be too difficult as I&#8217;ve nearly finished writing the text and <a
href="http://robcubbon.com/creating-interactive-pdf-ebook-in-indesign/">creating an interactive PDF e-books</a> and <a
href="http://robcubbon.com/sell-digital-products-e-junkie-clickbank/">selling digital products</a> is something I&#8217;ve done before. I have also <a
href="http://robcubbon.com/membership-site-wishlist-wordpress/">made a membership site</a> before, however creating the content will be time consuming. I will need to employ all my outsourcing skills to create 10-15 new websites! Plus, I&#8217;ve enjoyed and learned a lot from other people&#8217;s interviews and podcasts so it&#8217;s time for me to do this – I already have some great people lined up.</p><h3>Further metrics for 2012</h3><p>So, now that I&#8217;ve got the important goals and objectives assigned, I thought it might be a bit of fun to see how some other metrics will be on July 1st 2012:</p><ul><li><strong><a
href="https://twitter.com/#!/RobCubbon">My Twitter</a> followers: 950.</strong> Although I have undeniably learned loads and been introduced to amazing people at Twitter I have taken a step back from daily engagement with it as it was becoming a severe time-killer. Having said that, I&#8217;m still getting traffic from Tweets and my followers are increasing slowly but steadily although I&#8217;ve never tried to attract followers by following loads of people and hoping that they follow back. So, it&#8217;ll be interesting to see how this develops.</li><li><strong><a
href="http://www.youtube.com/user/robcub40">My YouTube Channel</a>, subscribers: 50; video views: 33,000.</strong> As I&#8217;ve already said above, I&#8217;m finding video an increasingly useful medium for explaining the processes behind our business. The YouTube Channel has really taken off in the last few weeks so this is something I&#8217;ll be putting more time and effort in to.</li><li><strong><a
href="http://uk.linkedin.com/pub/robert-cubbon/4/197/492">LinkedIn</a> connections: 350.</strong> LinkedIn is a social network that I have found incredibly useful for getting pertinent advice – I have also started a group there called <a
href="http://www.linkedin.com/groups?gid=4019468">Niche Site Marketing</a>. I&#8217;m not sure if the number of connections you have there matters a great deal but I thought I&#8217;d include it here anyway.</li><li><strong><a
href="http://www.facebook.com/robcubbondotcom">Facebook page</a> Likes/Fans: 138.</strong> Facebook has been the social network I&#8217;ve struggled with the most but I do seem to be getting a bit more traction and traffic from <a
href="http://www.facebook.com/robcubbondotcom">my Facebook page</a> now.</li><li><strong><a
href="http://robcubbon.com/free-how-to-market-yourself-online-ebook/">Subscribers to RobCubbon.com</a>: 3,016.</strong> One of the most satisfying things I have been doing this last year is communicating with the readers here via the emails I send out. I find I&#8217;m getting some great and encouraging feedback from people and it&#8217;s a great privilege that so many people have signed up to receive these emails.</li><li><strong><a
href="https://plus.google.com/111527063408109222423/">My Google+ Profile</a>: 744.</strong> And lastly, this may be the most important metric of all. If Google is going to be using the Google+ data in SEO the number of people that have you in circles in Google+ will be extremely important!</li></ul><p>Feel free to join me in any of the above places! I&#8217;m not going to set any goals for these particular metrics but if would be great if I could get 5,000 subscribers by July 1st, 2012!</p><h2>Thank you!</h2><p>Most importantly, I have to thank you for everything. Because, this site or any of my other sites are nothing without the visitors. So I would like to thank you all for reading, commenting, subscribing to the newsletter and writing me emails – as I have received some lovely, encouraging messages this year and I really appreciate them.</p><h2>What you can do</h2><p>Get a pen and paper and write down specific, measurable and realistic goals you would like to achieve this year and put it somewhere special that you won&#8217;t forget. I promise you that doing this will help you achieve your dreams this year!</p><p>I wish you a happy and successful 2012!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/XviBfQIXA6w" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/my-business-plan-for-2012/feed/</wfw:commentRss> <slash:comments>27</slash:comments> <feedburner:origLink>http://robcubbon.com/my-business-plan-for-2012/</feedburner:origLink></item> <item><title>Creating &amp; Styling Sidebar Widgets in WordPress</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/-rBHUJKWUdY/</link> <comments>http://robcubbon.com/creating-styling-sidebar-widgets-wordpress/#comments</comments> <pubDate>Tue, 03 Jan 2012 14:23:21 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Genesis]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[sidebar]]></category> <category><![CDATA[widgetized sidebar]]></category> <category><![CDATA[widgets]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5617</guid> <description><![CDATA[<p>The first time I saw WordPress widgets I thought &#8220;what on earth are these useless pieces of dog&#8217;s do?&#8221; Now I think that widgets are awesome website building devices that should have pride of place in any website designer&#8217;s toolbox. What are WordPress widgets? WordPress widgets are self contained bits of website code that can [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/wordpress-sidebar-widgets.jpg" alt="wordpress-sidebar-widgets" title="" width="600" height="370" class="alignnone size-full wp-image-5621" /></p><p>The first time I saw WordPress widgets I thought &#8220;what on earth are these useless pieces of dog&#8217;s do?&#8221; Now I think that widgets are awesome website building devices that should have pride of place in any website designer&#8217;s toolbox.</p><h2>What are WordPress widgets?</h2><p>WordPress widgets are self contained bits of website code that can be applied to a widgetized area via an easy-to-use intuitive interface.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/wordpress-widgets.jpg" alt="wordpress-widgets" title="" width="600" height="249" class="alignnone size-full wp-image-5620" /></p><p>A fresh install of WordPress will give you some bog-standard widgets that you can drag-and-drop into your sidebar. For example:</p><ul><li><strong>Search widget</strong> adds a search box</li><li><strong>Categories widget</strong> lists your blog categories</li><li><strong>Recent Posts widget</strong> lists the x most recent blog posts you&#8217;ve written (you decide how many)</li></ul><p>&#8230; and many more. As you are no doubt aware, the Recent Posts widget is one of the most widely used WordPress widgets!</p><p>But you can also add other amazing widgets in your sidebar by way of certain plugins. For example:</p><ul><li><strong>Latest Tweets</strong> lists your last x tweets (you decide how many)</li><li><strong>Facebook Like Box</strong> shows how many people like a certain Facebook page (the fan page for the site) and which of your friends like it</li><li><strong><a
href="http://robcubbon.com/mailchimp-sign-up-forms-wordpress-widgets/">Newsletter Signup Box</a></strong> enables visitors to join a mailing list</li></ul><p>The list is endless. I use <a
href="http://robcubbon.com/go/genesis">Genesis theme framework</a> (affiliate link) which adds a lot of useful widgets. One widget can, for example, show featured or recent posts with thumbnail images.</p><h2>Why should you use WordPress widgets?</h2><p>Ease of use is the reason you should be using widgets. Not because it&#8217;s easy for you to use; but because it&#8217;s <em>easy for your clients</em> to use.</p><p>I always try to <a
href="http://robcubbon.com/design-websites-that-the-client-can-edit/">design websites that the client can edit</a> because constantly updated quality content is the key to a successful website.</p><p>Of course, using WordPress as a CMS (Content Management System) is a great way to enable a client to create, edit and delete pages easily. But widgets allow another level of client interaction where they can control other, traditionally static, areas of the website such as the header, sidebar and footer. Here is an article I wrote about adding to a <a
href="http://robcubbon.com/creating-header-navigation-menu-wordpress/">header widget in WordPress</a>.</p><p>With widgets, clients can determine how many posts in which category get listed, decide on an article to be featured with thumbnail image and choose the running order in which all these elements appear. And all this is controlled within an intuitive back-end – let&#8217;s face it, it doesn&#8217;t get much more easy that the widget area!</p><h2>How do you use WordPress widgets?</h2><p>Well, as I&#8217;ve said, WordPress widgets are almost too easy to use that they don&#8217;t bear explaining!</p><p>If you go into Appearance > Widgets on the left-hand side of the back-end you will see a large list of Available Widgets in the central area and a selection of widgetized areas on the right (for example Primary Sidebar or Header Right).</p><p>And to place a widget in a particular area – you&#8217;ve guessed it! – simply drag the widget from the Available Widgets area to the Primary Sidebar (or the desired area). Then you can choose the title of the widget (for example, you may like to title the Latest Posts widget &#8220;My recent articles&#8221;) and choose the various settings of the widget (for example, you can choose the number of posts or category in the Latest Posts widget).</p><p>Note: if you leave the title area in the widget blank; the element appears on the page without a heading.</p><p>So, for example, here is a screen shot of me moving a <a
href="http://robcubbon.com/go/genesis">Genesis</a> Featured Posts widget in the first of my three footer widget areas:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/featured-posts-to-footer-widget.jpg" alt="featured-posts-to-footer-widget" title="" width="298" height="162" class="alignnone size-full wp-image-5629" /></p><p>And here are the easy to use settings. As you can see, I set the heading to be &#8220;Latest Articles&#8221; and get it to display the 5 most recent posts with a 40 pixel square thumbnail image:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/genesis-featured-posts-widget-settings.jpg" alt="genesis-featured-posts-widget-settings" title="" width="570" height="671" class="alignnone size-full wp-image-5658" /></p><p>If you want to get rid of a widget, simply drag it from the widgetized area back to the Available Widgets area. If you want to take it away from the widgetized area but would like to save the settings as you may want to use it again, drag it to the Inactive Widgets area underneath and it&#8217;ll sit there until you want to use them again.</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/XSJPMd5mADo" frameborder="0" allowfullscreen></iframe></p><p>In the video above I explain how to <a
href="http://youtu.be/XSJPMd5mADo">add text and Recent Posts widgets and style them with CSS</a>.</p><p>If you&#8217;re thinking this is all a bit &#8220;off the peg&#8221; – think again! You have complete control over how widgets look both generally and individually.</p><h2>How do you style WordPress widgets globally?</h2><p>I use – my eternal favorites – Chrome Developer Tools and <a
href="http://getfirebug.com/">Firebug</a> add-on for Firefox to find out what selector is used for the widgets. For example here are some styles for all the widgets on my site:</p><blockquote><p><code>#sidebar .widget {<br
/> background-color: white;<br
/> border: 1px solid #E6E6E6;<br
/> margin: 0 0 15px; }</code></p></blockquote><p>And here is the style for the widget headings:</p><blockquote><p><code>.widget-area h4 {<br
/> background-color: #F8F5EE;<br
/> border-bottom: 1px solid #E6E6E6;<br
/> font-size: 16px;<br
/> padding: 5px 5px 5px 10px;<br
/> margin: 0 0 10px;<br
/> color: #783D00;}</code></p></blockquote><p>Obviously the font-family of the <code>h4</code> is determined elsewhere in the stylesheet.</p><h2>How do you style individual WordPress widgets?</h2><p>But, what if you want the heading or background of one of the widgets to be different to the others? No problem! By using the Chrome Developer Tools (View > Developer > Developer Tools) or the <a
href="http://getfirebug.com/">Firebug</a> add-on for Firefox, you can identify the <code>div id</code> that the widget is wrapped in.</p><p>So, for example, the Recent Posts widget on this blog is wrapped in <code>div id="recent-posts-3"</code>. This is a completely unique identifier for this particular website element. (So if, for the sake of argument, you wanted to have a second Recent Posts widget on the same site, WordPress would give that a different id – &#8220;recent-posts-4&#8243;, for example).</p><p>So if you wanted to change the color of the heading (in this case the <code>h4</code>) of this particular widget you would add this to the CSS.</p><blockquote><p><code>.widget-area #recent-posts-3 h4 {color: red;}</code></p></blockquote><p>In the CSS code the dot represents a <code>div class</code> (in this case &#8220;widget-area&#8221;) and the hash represents a <code>div id</code> (in this case &#8220;recent-posts-3&#8243;). In this case the div class called &#8220;widget-area&#8221; comes before the div id &#8220;recent-posts-3&#8243; because that&#8217;s the order they appear in the HTML.</p><p>What&#8217;s the difference between &#8220;class&#8221; and &#8220;id&#8221; in CSS? The <code>id</code> should be applied to an element that is unique whereas <code>class</code> can be applied to multiple elements on the same web page.</p><h2>So how do you put something else in the sidebar that&#8217;s not a widget?</h2><p>Simple, use Text Widgets! Maybe you want to add a message in the sidebar to alert potential clients that you are taking new projects? Simply drag a text widget over to the Sidebar and type!</p><p>Text Widgets can take HTML so you can add images, forms, JavaScript, whatever! I&#8217;ve used Text Widgets for my &#8220;Connect with me&#8221; links box (Twitter, Facebook, YouTube, etc.), sign-up form box, Adsense code, and all sorts of sidebar goodness!</p><h2>What if you want different widgets appearing on certain pages?</h2><p>You may think that this system of widgets is inflexible. I would say that the opposite is true – it actually adds flexibility.</p><p>You can use the <a
href="http://wordpress.org/extend/plugins/widget-logic/">Widget Logic plugin</a> which uses WordPress conditional tags to specify which widgets go where. So you can can control the appearance (or not) of a certain widget on the home page, a single blog post, a blog post from a particular category, a particular page, etc.</p><p>Also, you can put a specific message on each page&#8217;s sidebar by using the <a
href="http://wordpress.org/extend/plugins/php-code-widget/">PHP Code Widget</a> plugin.</p><p>And, with the <a
href="http://robcubbon.com/go/genesis">Genesis theme framework</a>, you can use <a
href="http://wordpress.org/extend/plugins/genesis-simple-sidebars/">Simple Sidebars plugin</a> to create multiple, dynamic widget areas, and assign those widget areas to the sidebar on a per post, per page, or per category basis.</p><h2>What do you think?</h2><p>Do you find widgets difficult or easy to use? Is there anything you want to be able to do with widgets that you haven&#8217;t found out how to do yet? If so, I want to know.</p><p>I think widgets are a great way to add client control over website areas that have traditionally been &#8220;no go&#8221;!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/-rBHUJKWUdY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/creating-styling-sidebar-widgets-wordpress/feed/</wfw:commentRss> <slash:comments>8</slash:comments> <feedburner:origLink>http://robcubbon.com/creating-styling-sidebar-widgets-wordpress/</feedburner:origLink></item> <item><title>What Charles Dickens Can Teach Us In 2012</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/3ft_LVUI23c/</link> <comments>http://robcubbon.com/charles-dickens-2012/#comments</comments> <pubDate>Mon, 19 Dec 2011 12:54:44 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Self improvement]]></category> <category><![CDATA[charles dickens]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5477</guid> <description><![CDATA[<p>February 7th, 2012 will be the 200th anniversary of the birth of Charles Dickens and this comes at a time when the famous nineteenth century novelist seems more and more contemporary. Why am I writing about him when I&#8217;m in no way a Dickens expert? Well, like me, he spent most of his life in [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/what-charles-dickens-teaches-us-about-2012.jpg" alt="charles dickens in 2012" title="" width="600" height="418" class="alignnone size-full wp-image-5558" /></p><p>February 7th, 2012 will be the 200th anniversary of the birth of Charles Dickens and this comes at a time when the famous nineteenth century novelist seems more and more contemporary.</p><p>Why am I writing about him when I&#8217;m in no way a Dickens expert? Well, like me, he spent most of his life in London and the English county of Kent and, having found out about his charitable nature, he&#8217;s turning into a major hero of mine.</p><h2>Background</h2><p>Charles Dickens, the son of a Navy pay-office clerk who was to spend time in prison for insolvency, is considered one of the best writers of the 19th century. Whilst his father was in jail, Dickens was forced to leave school and work ten-hour days pasting labels on bottles.</p><p>The experience at an early age, both of his father&#8217;s incarceration and the necessity to leave education for menial work, shaped his later life and work.</p><p>Dicken&#8217;s was entertaining, generous, and liked a drink. His life and work concerned the affairs of the impoverished and disadvantaged. He supported and educated the orphaned children of acquaintances and was involved in a number of philanthropic works.</p><h2>Generosity</h2><p>The mid-eighteen hundreds was a period of great turmoil in Europe, characterized by huge technological advances but by an ever increasing gap between rich and poor. In Britain, the people were cold and hungry whilst the country was at the peak of its political and technological power.</p><p>Whilst money must have been of primary importance to the young Charles Dickens, he certainly didn&#8217;t hoard it once he&#8217;d started earning.</p><p>In one of his most famous and cinematized works, <em>A Christmas Carol</em>, Dickens warns us against penny pinching and meanness.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/Scrooge.jpg" alt="Scrooge" title="" width="600" height="238" class="alignnone size-full wp-image-5575" /></p><p>Early on in the novel a couple of gentlemen visit Scrooge in his shop asking for &#8220;some slight provision for the poor and destitute, who suffer greatly at the present time&#8221;. Scrooge declines:</p><blockquote><p>&#8220;Are there no prisons?&#8221; asked Scrooge.<br
/> &#8220;Plenty of prisons,&#8221; said the gentleman.<br
/> &#8220;And the Union workhouses?&#8221; demanded Scrooge. &#8220;Are they still in operation?&#8221;<br
/> &#8220;They are. Still,&#8221; returned the gentleman, &#8220;I wish I could say they were not.&#8221;</p></blockquote><p>Scrooge dismisses the gentlemen by saying: &#8220;I don&#8217;t make merry myself at Christmas and I can&#8217;t afford to make idle people merry.&#8221;</p><p>Later that night, as we all know, Scrooge is visited by three ghosts. One of them reveals to Scrooge two shockingly emaciated children by the names of Ignorance and Want. Scrooge asks if the grotesque children have &#8220;no refuge, no resource,&#8221; and the spirit repeats Scrooge&#8217;s unkind words from earlier that day, &#8220;Are there no prisons, are there no workhouses?&#8221;</p><p>Scrooge is a lesson to us all. Although he is a good businessman, he is a poor man in terms of spirit, appreciation and kindliness.</p><p><strong>People are more important than money.</strong></p><h2>Perseverance</h2><p>Writing did not come naturally to Dickens. Unlike other writers, Trollope for instance, he couldn&#8217;t rattle off 6,000 words before breakfast. He had to exert himself to master his craft. After a long day&#8217;s writing, he would fetch a bucket of cold water, emerse his head in it, dry himself off and start working again.</p><p><strong>Successful people work hard.</strong></p><h2>Changing and adapting</h2><p>Dickens was eager to give the readers what they wanted. The episodic publication of his books meant that his plots could change in response to lower than normal sales of earlier chapters.</p><p><strong>Test your products and tweak them according to what your customers want.</strong></p><h2>Travelling</h2><p>As a journalist, Dickens travelled the entire country, which would have been rare at his time. And, as soon as his income from book sales allowed, he travelled to America twice and extensively throughout Europe.</p><p>His experiences of different parts of his country and of different cultures in the world broadened his mind and improved his writing.</p><p><strong>Travel broadens the mind.</strong></p><h2>Taking exercise/walking</h2><p>Scarcely a day would pass without Dickens leaving his desk and walking the streets of London. He could routinely walk 20 miles a day, and once left at 2am to walk from his house in London to his country residence in Kent, 30 miles away.</p><p>Walking not only served to inspire Dickens&#8217;s great descriptions of nineteenth century London but, more importantly, it gave him respite from his desk and helped to clear his mind so that he could return to his work refreshed. Whilst out and about, he could often be heard muttering or shouting to himself as he grappled with his characters&#8217; dialogues.</p><p><strong>Exercise increases productivity.</strong></p><h2>Modern Technology</h2><p>To Dickens, the electric telegraph – the world&#8217;s first instantaneous means of long-distance communication – was &#8216;the most wonderful&#8217; of &#8216;all our modern wonders&#8217;. There was obviously something about instantaneous mass communication that interested Dickens and interests us all greatly now.</p><p>What would Dickens be doing if he were alive today? He would, of course, have a blog.</p><p><strong>Always keep your eyes open to the next advancement in communication technology.</strong></p><h2>Making money from small purchases</h2><p>Dickens&#8217;s wealth didn&#8217;t come from the sale of expensive items; it was instead, as a contemporary put it, the result of &#8220;thousands and thousands of individuals, putting down their shillings month after month in exchange for another 32 pages of tightly packed letterpress&#8221;.</p><p><strong>Selling multiple items of negligible cost is a sound business model.</strong></p><h2>Money</h2><p>The effects of his father having to go to debtor&#8217;s prison left an indelible mark on the young Charles. He put these words into the mouth of <em>David Copperfield</em>&#8216;s Mr Micawber: &#8220;if a man had twenty pounds a year, and spent nineteen pounds nineteen shillings and sixpence, he would be happy; but a shilling spent the other way would make him wretched&#8221;.</p><p>Dickens&#8217;s estate on his death was £93,000, comfortably making him a millionaire by today&#8217;s standards. And this despite being known for his generosity.</p><p><strong>Always spend less than you earn.</strong></p><h2>Avoiding bubbles</h2><p>In 1825, in a climate of feverish speculation, a nervous Bank of England refused to lend money cheaply to British banks and companies. 80 banks failed, and almost 500 companies went bankrupt almost overnight.</p><p>This Victorian economic crisis is depicted in <em>Nicholas Nickleby</em>, when Mr and Mrs Nickleby speculate with their joint assets of £2,000 and a farm. &#8220;A mania prevailed, a bubble burst &#8230; four hundred nobodies were ruined&#8221;. Mr Nickleby dies soon afterwards.</p><p><strong>Avoid speculation and the &#8220;something for nothing&#8221; economy.</strong></p><h2>What can Charles Dickens teach you in 2012?</h2><p>Charles Dickens certainly learned from the mistakes of others, dragged himself and his extended family from poverty and still found extra time and cash to do good deeds and help others.</p><p>Whereas with every financial crisis, politicians and bankers seem to have to learn the same lessons over and over again.</p><p>But, hopefully, we only have to make mistakes once to learn from them.</p><p>What mistakes have you learned from and what principles will you be applying to your life and work in 2012?</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/3ft_LVUI23c" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/charles-dickens-2012/feed/</wfw:commentRss> <slash:comments>12</slash:comments> <feedburner:origLink>http://robcubbon.com/charles-dickens-2012/</feedburner:origLink></item> <item><title>Creating Header and Navigation Menu in WordPress</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/Rl184Z_JRS4/</link> <comments>http://robcubbon.com/creating-header-navigation-menu-wordpress/#comments</comments> <pubDate>Mon, 12 Dec 2011 14:46:45 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Genesis]]></category> <category><![CDATA[Video]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[header]]></category> <category><![CDATA[navigation menu]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5529</guid> <description><![CDATA[<p>Every WordPress site is different. This is because everybody chooses a different theme or &#8220;look and feel&#8221; for their site. Creating a header and top navigation menu in WordPress will be a slightly different process for each site. Here I am using the Genesis theme framework for WordPress because I absolutely love it. However, there [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/menu.jpg" alt="menu" title="" width="600" height="421" class="alignnone size-full wp-image-5537" /></p><p>Every WordPress site is different. This is because everybody chooses a different theme or &#8220;look and feel&#8221; for their site. Creating a header and top navigation menu in WordPress will be a slightly different process for each site.</p><p>Here I am using the <a
href="http://robcubbon.com/go/genesis">Genesis</a> theme framework for WordPress because I absolutely love it. However, there will be important points in this article that wil help anyone with a WordPress website.</p><p>This is part of a series of articles and videos where I create a website from scratch. I first explained how to make a <a
href="http://robcubbon.com/making-your-own-wordpress-theme/">child theme for the Genesis framework</a> and then I wrote about <a
href="http://robcubbon.com/styling-wordpress-child-theme-genesis/">starting to style the theme by adding the background and logo</a>.</p><h2>Adding Facebook link, Twitter link and other information to the header</h2><p>Having already <a
href="http://robcubbon.com/styling-wordpress-child-theme-genesis/">added the logo to the top left of our site&#8217;s header</a>, we will now add some extra information to the right hand side of our header. In this case we will add Twitter and Facebook links, etc., by way of a widget.</p><p>I&#8217;ve got to admit I&#8217;ve gone a little widget crazy lately, having been a little dismissive of them in the past. <strong>What&#8217;s a widget?</strong> Well, they&#8217;re self contained bits of a website that you can drag around and control via an easy-to-use widget area.</p><p>One of the many beauties of <a
href="http://robcubbon.com/go/genesis">Genesis</a> is it&#8217;s effortless ability to widgetize any area of the website. So:</p><ul><li>If you want a different order of boxes on the sidebar you can do it in seconds.</li><li>If you want a featured post here, 5 latest category headings with thumbnails there on the home page, you can do it in seconds.</li><li>If you want a search bar, social sharing, Twitter feed, calendar, tag cloud, etc., here, there or anywhere, you can do it in seconds. </li></ul><p>This intuitive, easy-to-use back-end functionality is particularly useful when creating websites for clients that want the ability to control all areas of a website but lack the skills to do this.</p><p>Anyway, in this instance we need to create our own custom widget and we do that by dragging over a Text Widget to the Header Right area in the Appearance &gt; Widgets interface in WordPress.</p><p><img
class="alignnone size-full wp-image-5530" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/wordpress-widget-header-right.jpg" alt="wordpress-widget-header-right" width="313" height="160" /></p><p>And in this Text Widget you can put HTML. Here is the HTML I put for this particular site. I just has a Facebook page link, a Twitter link and a phone number.</p><blockquote><p><code>&lt;div id="connect"&gt;<br
/> &lt;ul&gt;<br
/> &lt;li&gt;&lt;a href=""&gt;&lt;img src="http://site.com/images/facebook.jpg" style="border:0;" /&gt;&lt;/a&gt;&lt;/li&gt;<br
/> &lt;li&gt;&lt;a href=""&gt;&lt;img src="http://site.com/images/twitter.jpg" style="border:0;" /&gt;&lt;/a&gt;&lt;/li&gt;<br
/> &lt;/ul&gt;<br
/> &lt;p id="tel"&gt;&lt;strong&gt;Tel:&lt;/strong&gt; +44 20 xxxx xxxx&lt;/p&gt;<br
/> &lt;/div&gt;</code></p></blockquote><p>And here is the CSS to style the above:</p><blockquote><p><code>#connect {float: right;}<br
/> #connect ul {float: right;}<br
/> #connect ul li {list-style: none; display: inline;}<br
/> #connect p#tel {margin-top: 33px; font-size: 18px; color: #66504e;}</code></p></blockquote><p>Here is what appears on the right hand side of the head as a result:</p><p><img
class="alignnone size-full wp-image-5533" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/facebook-twitter-phone-number.jpg" alt="facebook-twitter-phone-number" width="206" height="85" /></p><h2>Video of adding heading info and navigation menu</h2><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/kNUPDkdo5oQ" frameborder="0" allowfullscreen></iframe></p><p>In this video I show how to <a
href="http://youtu.be/kNUPDkdo5oQ">add the widget to the header and how to style up the menu in Genesis</a>.</p><h2>Creating the top navigation menu</h2><p>Top navigation menus (or &#8220;navbars&#8221;) used to be the bane of my existence but now, with <a
href="http://robcubbon.com/go/genesis">Genesis</a> and WordPress menus, I have developed a really easy system of creating them which takes seconds as opposed to hours.</p><p>Genesis already has in place the ability to have a Primary and Secondary Navigation Menu. For this particular example, I got rid of the Secondary Navigation Menu using the Genesis Theme Settings as the client only wanted one.</p><p>In the video above I show how I amend the CSS to get the menu to look like the one in the PSD visual I did.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/navigation-menu.jpg" alt="navigation menu" title="" width="693" height="50" class="alignnone size-full wp-image-5539" /></p><p>By using Chrome Developer Tools or the Firebug add-on for Firefox, you can tell which selectors in the HTML are being used in the CSS to style the menu.</p><blockquote><p><code>#nav {-khtml-border-radius: 6px; -moz-border-radius: 6px; -webkit-border-radius: 6px; border-radius: 6px;<br
/> background: #745d5c url(images/nav.gif) repeat-x  ;<br
/> border: 1px solid #745d5c;<br
/> width: 958px; }</code></p></blockquote><p>As you can see in the above video, I increased the radius of the rounded corners, added a gradient background and changed the border color of the menu. So now the menu doesn&#8217;t look like the boring gray one you get with a vanilla Genesis install.</p><p>I also added the following CSS to change the color of the text in the menu to white.</p><blockquote><p><code>#nav li a {color: #fff; } </code></p></blockquote><p>There is also the ability to change the style of the current page links, the hover links, the sub-page links and the sub-sub-page links.</p><p>With Genesis, you can easily have drop-down menus for sub-pages (or child pages) and then fly-out links for sub-sub-pages (or grandchild pages). You can have these on both the Primary and Secondary Navigation menus.</p><h2>Creating pages, child pages and grandchild pages</h2><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/u0DuWFLVZ5E" frameborder="0" allowfullscreen></iframe></p><p>Here is my video where I <a
href="http://www.youtube.com/watch?v=u0DuWFLVZ5E">add new pages to the WordPress menu</a> so that they appear in the navigation menu as pages, child pages (as drop-downs) and grandchild pages (as flyouts).</p><p>You can choose a page to be a child or grandchild page under Parent in the page editor. And when you look at the pages (under Pages > All Pages) the child and grandchild pages are indented underneath their parent. Doing this will also give them a logical URL (for example, <code>www.site.com/music/jazz/charlie-parker</code> where the page &#8220;Charlie Parker&#8221; is a child of &#8220;Jazz&#8221; which is a child of &#8220;Music&#8221;).</p><h2>Creating a navigation menu with drop-downs and fly-outs</h2><p>To get these pages to appear in the navigation menu correctly, you just have to drag and drop them into their respective positions in Appearance > Menus. Again, child pages are indented under their parent. Don&#8217;t forget to give the menu a name (like &#8220;navbar&#8221;, for example) and set it to be the primary navigation menu.</p><p>So, arranging pages in the WordPress Appearance > Menus area like this&#8230;</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/wordpress-menu.jpg" alt="wordpress-menu" title="" width="552" height="367" class="alignnone size-full wp-image-5545" /></p><p>&#8230; will create a drop-down menu with fly-outs like this:</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/drop-down-fly-out-menu.jpg" alt="drop-down-fly-out-menu" title="" width="552" height="198" class="alignnone size-full wp-image-5546" /></p><p>Please see the video above for a demonstration of this.</p><h2>What do you think?</h2><p>What do you think of this method of editing the header and navigation menu of a website? Do you do it in a different way?</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/Rl184Z_JRS4" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/creating-header-navigation-menu-wordpress/feed/</wfw:commentRss> <slash:comments>8</slash:comments> <feedburner:origLink>http://robcubbon.com/creating-header-navigation-menu-wordpress/</feedburner:origLink></item> <item><title>Styling a WordPress Child Theme with Genesis</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/CCx-95nH3rM/</link> <comments>http://robcubbon.com/styling-wordpress-child-theme-genesis/#comments</comments> <pubDate>Mon, 05 Dec 2011 13:23:56 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Genesis]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[background]]></category> <category><![CDATA[header]]></category> <category><![CDATA[logo]]></category> <category><![CDATA[theme settings]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5488</guid> <description><![CDATA[<p>In my last post and video I explained how to make a child theme for the Genesis theme framework in WordPress. In this article I explain how to start styling the Genesis child theme. Here you can see where we left off last time with the Genesis child theme only just set up plus an [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-5489" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/styling-studiopress-genesis-theme-wordpress.jpg" alt="styling-studiopress-genesis-theme-wordpress" width="640" height="350" /></p><p>In my last post and video I explained how to make a <a
href="http://robcubbon.com/making-your-own-wordpress-theme/">child theme for the Genesis theme framework in WordPress</a>. In this article I explain how to start styling the <a
href="http://robcubbon.com/go/genesis">Genesis child theme</a>.</p><p>Here you can see where we left off last time with the <a
href="http://robcubbon.com/go/genesis">Genesis</a> child theme only just set up plus an image of the Photoshop visual I used to show the client how the home page would look:</p><p><img
class="alignnone size-full wp-image-5492" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/genesis-default-and-psd.jpg" alt="genesis-default-and-psd" width="640" height="373" /></p><p>Once the client was happy with the PSD visual, I started creating the child theme locally using MAMP, Photoshop and a text editor.</p><p>As you can see above left, the default Genesis child theme looks particularly uninspiring but it is actually very quick to style up the new theme using <a
href="http://robcubbon.com/go/genesis">Genesis</a>. I have made around 10 videos of 5 minutes each showing how I did this, so it can be done in less than an hour!</p><h2>Genesis Theme Settings</h2><p>If you look again at the Genesis default theme above (kinda ugly, eh?) you see 3 gray bars across the top. All we need is one top horizontal navigation menu – which is sort of standard these days.</p><p>We can get rid of the other two straightaway by going into Genesis Theme Settings on the left hand side of the WordPress administration area.</p><p><img
class="alignnone size-full wp-image-5497" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/12/genesis-theme-settings.jpg" alt="genesis-theme-settings" width="257" height="180" /></p><p>I will run down the basics of the Theme Settings from the top to the bottom.</p><ul><li>Firstly, I have the default <strong>Enable Automatic Updates</strong> checked. This means you can update Genesis with a mouse click when the updates come out – as with WordPress, you should do this every time an update comes out. This is one of the benefits of using Genesis – it is developed alongside WordPress and so will always work whatever happens to the WordPress core.</li><li>Leave the <strong>Custom Feeds</strong> section blank.</li><li><strong>Default Layout</strong> is a cool Genesis feature where you can put a sidebar on the left or right, have no sidebars or two sidebars in various arrangements. You can change this on a page by page basis (even cooler). For this site I put the sidebar on the right.</li><li>For <strong>Header Settings</strong> you can either have an image or the text of the site title. I chose &#8220;Header Image&#8221; for this site.</li><li>In the <strong>Navigation Settings</strong> you can choose to have only primary navigation which gets rid of one of those ugly gray bars. You can also Enable Fancy Dropdowns which adds a rather nice Suckerfish delay to your dropdown and makes you look like a coder rockstar when you&#8217;re not. You can add other options to the navbar such as today&#8217;s date or a site search.</li><li>You can choose which pages you want <strong>Breadcrumbs</strong> on (I turned these off to get rid of that other ugly gray bar).</li><li>You can choose to have <strong>Comments and Trackbacks</strong> on posts only but not on pages (as is the usual way).</li><li>You can alter the output of your main blog pages by choosing to have excerpts only and thumbnail images, for example, in the <strong>Content Archives</strong> section.</li><li>In the <strong>Blog Page</strong> section you can choose to have only certain Categories listed. I left this with All Categories.</li><li>And lastly you can add various scripts to your header and footer sections of the webpages in <strong>Header and Footer Scripts</strong>. This is useful for installing Google Analytics and jQuery scripts.</li></ul><p>I generally like to do as little as possible here in the Theme Settings and as much as possible in the style.css and functions.php files. The Theme Settings, although important, are only very general controls. When you are creating websites for demanding clients. Most of the action takes place in CSS-land.</p><h2>Adding a background color and image</h2><p>This is, of course, straightforward CSS. The background is a light brown color with a gradient running down from the top where it is darker. In the video below I copy a slither of the background and then create a one-pixel wide GIF in Photoshop of the gradient and same that in the child theme&#8217;s images folder as bg.gif. The CSS to create the background is:</p><blockquote><p><code>body {background : #f3ece1 url(images/bg.gif) repeat-x; }</code></p></blockquote><p>This repeats the one-pixel wide GIF along the top of the background and then, under the repeated GIF is a background color of the light brown #f3ece1. This color I sampled with the Photoshop Eyedropper Tool (I) was the color of the last pixel at the bottom of the copied slither from the PSD. This means that the gradient runs down from the top to the background seamlessly.</p><h2>Adding a background color to the main page wrapper</h2><p>This actually makes most of the page light brown which isn&#8217;t much good, so, in order to get the main core of the page white I added some CSS to a <code>div id</code> in the mark-up that contains all the page elements. In most web page mark up there is a <code>div id</code> called &#8220;wrap&#8221; or &#8220;wrapper&#8221;. In Genesis it&#8217;s called &#8220;wrap&#8221;.</p><blockquote><p><code>#wrap {margin: 15px auto;<br
/> background: #fff;<br
/> width: 960px;<br
/> padding: 20px ;<br
/> -moz-box-shadow: 0px 0px 5px #aaa; -khtml-box-shadow: 0px 0px 5px #aaa; -webkit-box-shadow: 0px 0px 5px #aaa; box-shadow: 0px 0px 5px #aaa; }</code></p></blockquote><p>This CSS above colors the central area white. I&#8217;ll go through the above, line by line:</p><ul><li><code>margin: 15px auto;</code> puts 15 pixels on top and bottom and makes sure the whole website is centered – this is from the default Genesis theme</li><li><code>background: #fff;</code> makes it white</li><li><code>width: 960px;</code> makes it 960 pixels wide (good job I&#8217;m here!)</li><li><code>padding: 20px;</code> this adds 20 pixels of white around it so that the background doesn&#8217;t butt right up against the edge of the text (so it isn&#8217;t 960 pixels wide, it&#8217;s actually 1000 pixels wide – CSS will drive you mad!)</li><li><code>-moz-box-shadow: 0px 0px 5px #aaa;</code> &#8230; etc. adds an even shadow around the wrap in <del
datetime="2011-12-05T12:57:55+00:00">all</del> most of the main browsers</li></ul><p>So that&#8217;s the background and the wrap finished, now it&#8217;s on to the header logo.</p><h2>Adding a header logo in Genesis</h2><p>As you can see above I chose &#8220;Header Image&#8221; under Header Settings in the Genesis Theme Settings above.</p><p>I saved the logo in Photoshop and put it in the child theme images folder and then added this to the CSS:</p><blockquote><p><code>.header-image #title-area {background : url(images/logo.jpg) no-repeat top left ; }</code></p></blockquote><p>This adds the logo to the top left of the header which returns us to the home page when clicked.</p><p>The logo for this site was deeper than the space allowed so I had to add a greater height to another two elements in the stylesheet.</p><blockquote><p><code>#header {height: 126px;}<br
/> .header-image {height: 126px;}</code></p></blockquote><p><a
href="http://robcubbon.com/go/genesis">Genesis themes</a> are excellently coded and the CSS is just a joy to work with, however, this is one of the few cases where you have to add something twice!</p><h2>Starting to style a Genesis child theme in WordPress</h2><p>I actually did realise I was filming myself for parts of this video so I apologise for the unkempt appearance. <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/gvntYoxm_Q0" frameborder="0" allowfullscreen></iframe></p><p>Here is the video where I change the <a
href="http://youtu.be/gvntYoxm_Q0">Genesis Theme Settings and style the background and logo</a> in WordPress using a Genesis child theme. It also may help you to view the previous video where I <a
href="http://www.youtube.com/watch?v=KmyU401T3BU">create the child theme</a> and the following video where I move on to a <a
href="http://www.youtube.com/watch?v=kNUPDkdo5oQ">header text widget and the top navigation bar</a>.</p><h2>What do you think?</h2><p>Hopefully this contained some useful CSS tips for those that don&#8217;t use Genesis and was helpful for those that do! I&#8217;m always interested to hear about how you create WordPress themes or if you have any questions.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/CCx-95nH3rM" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/styling-wordpress-child-theme-genesis/feed/</wfw:commentRss> <slash:comments>13</slash:comments> <feedburner:origLink>http://robcubbon.com/styling-wordpress-child-theme-genesis/</feedburner:origLink></item> <item><title>Making Your Own WordPress Theme</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/k5fVVecE5cw/</link> <comments>http://robcubbon.com/making-your-own-wordpress-theme/#comments</comments> <pubDate>Mon, 28 Nov 2011 12:22:04 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Video]]></category> <category><![CDATA[WordPress]]></category> <category><![CDATA[css]]></category> <category><![CDATA[design]]></category> <category><![CDATA[Genesis]]></category> <category><![CDATA[theme]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5418</guid> <description><![CDATA[<p>I often ask the visitors here what they would like to me write about and the most common subject people mention is making your own WordPress theme. WordPress is a powerful publishing platform which can be made to act and look like just about any kind of website. What are WordPress themes and how do [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-5422" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/wordpress-polaroids.jpg" alt="wordpress-polaroids" width="600" height="335" /></p><p>I often ask the visitors here what they would like to me write about and the most common subject people mention is making your own WordPress theme.</p><p>WordPress is a powerful publishing platform which can be made to act and look like just about any kind of website.</p><h2>What are WordPress themes and how do you make them?</h2><p>Themes are a collection of PHP, CSS and image files that change the design or &#8220;skin&#8221; of your website. But they also do much more than that. They can also change the interface, producing different templates for different pages, etc.</p><p>There are two main ways to create a new theme for WordPress:</p><ul><li>First you get use an existing simple theme like <a
href="http://starkerstheme.com/">Starkers</a> and modify it to produce your own theme</li><li>Secondly, and this is the method I recommend, you can get a theme framework like <a
href="http://robcubbon.com/go/genesis">Genesis</a> or <a
href="http://robcubbon.com/go/thesis">Thesis</a> and create a child theme to run on top of the framework.</li></ul><p><a
href="http://robcubbon.com/how-to-customize-your-wordpress-website/">Setting up a child theme</a> on a framework sounds more complicated but it actually simplifies the process of creating a website.</p><p>Using a theme framework makes your WordPress website future proof as these frameworks will be updated along with the WordPress core updates so there&#8217;s no way your site will suddenly stop working when you update WordPress.</p><h2>Theme frameworks</h2><p>The benefit of using a framework is that the core theme coding is already done and done right. When you create your own custom theme, you are responsible for everything – so if anything goes wrong it&#8217;s up to you to fix.</p><blockquote><p><img
class="alignleft size-full wp-image-5419" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/matt-mullenweg.jpg" alt="matt mullenweg" width="100" height="100" /><strong>Matt Mullenweg, WordPress founder developer:</strong> &#8220;Child themes are the only way you should build your WordPress site on top of a framework, and <a
href="http://robcubbon.com/go/genesis">Genesis</a> has great support for child themes and other WordPress functionality.&#8221;</p></blockquote><p>I used to create WordPress themes from scratch but when I wanted to add improvements to them, like nested comments for example, I found it would conflict with another element of the theme and fixing it would mean starting again from scratch.</p><p>Even if you think you know everything, you will always be asked to do something you&#8217;re not quite sure how to accomplish. When using a WordPress theme framework like Genesis you have the support of thousands of top quality developers – and amongst them there is bound to be someone who knows the exact and best solution to any query.</p><p>Here are some other advantages of using theme frameworks:</p><ul><li><strong>Good for SEO</strong>. Frameworks such as Genesis and Thesis are much better structured for SEO. WordPress SEO expert Joost de Valk gives <a
href="http://yoast.com/wp-theme/genesis/">Genesis 5 out of 5 for SEO</a>. The SEO controls are so good you don&#8217;t even need an SEO plug-in, although if you do want one it&#8217;s fully compatible and transferable with Yoast&#8217;s WordPress SEO plug-in and others.</li><li><strong>Quicker to develop with</strong>. Because it is all expertly coded and follows best practices it allows you to cherry pick the best elements (drop down menus, post thumbnails, jQuery sliders) and drop them into your design.</li><li><strong>WYSIWYG controls</strong>. Theme frameworks have robust settings sections and widgetized areas, enabling drag-and-drop control over the website&#8217;s elements, allowing design changes without coding.</li></ul><p><a
href="http://robcubbon.com/go/genesis"><img
class="alignnone size-full wp-image-5440" style="border: 0;" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/genesis-child-themes.jpg" alt="genesis-child-themes" width="640" height="200" /></a></p><h2>The reasons I use Genesis</h2><p>I&#8217;ve been using <a
href="http://robcubbon.com/go/genesis">Genesis</a> for most of this year and I can honestly say that I&#8217;ll never go back to writing themes on my own again. I can do everything I want with Genesis and I can do it quicker.</p><p>Yes, I&#8217;m using affiliate links in this article so if you make a purchase through one of the links I may get a commission. However, I would never recommend something to you that I don&#8217;t use myself. And this is why I use Genesis:</p><ul><li><strong>Support</strong>. The documentation and developer support is awesome. You can ask how to do something through their forums and an expert developer will tell you within hours.</li><li><strong>Future-proof</strong>. Studiopress are always looking to the future. The next release, Genesis 1.8, will be responsive and create different device-dependent versions of the site for mobiles, iPads, tablets, etc. This is a big winner for me because the mobile web is going to be huge and so far the WordPress mobile plug-ins are not very customizable.</li><li><strong>Compatibility</strong>. It&#8217;s totally compatible with all the major WordPress extensions such as Gravity Forms, bbPress, WordPress Multi-Lingual, etc.</li><li><strong>Price</strong>. It is, actually, rediculously cheap. And cheaper than Thesis or Headway. Just $60 for the framework – which is all you need. You can create as many sites as you want and have access to the support. $60 is a small price to pay for total certainty in SEO, security, and website development.</li></ul><blockquote><p><img
class="alignleft size-full wp-image-5444" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/darren-rowse.jpg" alt="darren rowse" width="100" height="100" /><strong>Darren Rowse &#8211; Founder ProBlogger.net:</strong> &#8220;Genesis lets me sleep easy. Knowing my blog is well optimized, secure and easy to update lets me get on with developing content, community and building a business from my blogging.&#8221;</p></blockquote><h2>Creating a child theme on the Genesis framework for WordPress</h2><p>I have just made 10 videos explaining how I create websites – from the Photoshop mock-up to the finished site online. I&#8217;ll be writing blog posts about every stage of the process over the next few weeks. You can see all the videos on <a
href="http://www.youtube.com/user/robcub40">my YouTube channel</a> now.</p><p>Here is the first video where I create a <a
href="http://www.youtube.com/watch?v=KmyU401T3BU">Genesis child theme for WordPress</a>.</p><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/KmyU401T3BU" frameborder="0" allowfullscreen></iframe></p><p>I always start to create a WordPress theme and website locally on my computer before loading it up to a host for final tweaking. It only takes a few seconds to install <a
href="http://www.wampserver.com/en/">WAMP</a> (PC) or <a
href="http://www.mamp.info/">MAMP</a> (Mac) on your computer and run WordPress locally and I recommend you do so when creating themes.</p><p>Once you have WordPress up and running you need to install your Genesis theme framework and your child theme. You will get your copy of Genesis as soon as you make the purchase. Un-zip it and put it in the /themes/ folder which, as you know, can be found in /wp-content/ amongst your WordPress files. No need to touch that folder ever again – all your theme changes will go in your child theme.</p><p>And then to load your child theme download a <a
href="http://www.studiopress.com/tutorials/genesis/building-child-themes">sample child theme</a> from the StudioPress website or here:</p><p><a
href="http://robcubbon.com/free-downloads/child.zip"><img
class="alignnone size-full wp-image-5445" style="border: 0;" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/child-zip.jpg" alt="child-zip" width="81" height="102" /> </a></p><p>You may want to re-name the child theme by changing the folder name and editing the style.css and the functions.php, but put the child theme next to the Genesis theme in the /theme/ folder and activate it in the WordPress back-end.</p><p><img
class="alignnone size-full wp-image-5449" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/wordpress-theme-folders.jpg" alt="wordpress-theme-folders" width="541" height="359" /></p><p>90% of the changes you make to the child theme will be to the CSS file. The other 10% – adding custom page templates, removing certain elements from certain pages, adding widgetized areas, etc., these changes can all be put in the functions.php file. Here is the <code>functions.php</code> file of the above sample child theme.</p><blockquote><p><code>&lt;?php<br
/> /** Start the engine */<br
/> require_once( get_template_directory() . '/lib/init.php' );</p><p>/** Child theme (do not remove) */<br
/> define( 'CHILD_THEME_NAME', 'Sample Child Theme' );<br
/> define( 'CHILD_THEME_URL', 'http://www.studiopress.com/themes/genesis' );</code></p></blockquote><p>If you add any code to the above, make sure it&#8217;s below the <code>'/lib/init.php' );</code> line and that there are no spaces after the last character in the file.</p><p>Don&#8217;t worry about getting your hands dirty with PHP. The solution to any requirement you have of Genesis will either be in the documentation or will be sorted out in the forums. There are also a couple of Genesis plug-ins (<a
href="http://www.studiopress.com/plugins/simple-hooks">Simple Hooks</a> and <a
href="http://www.studiopress.com/plugins/simple-edits">Simple Edits</a>) which further simplify the process. And once you start pasting in PHP you begin to understand the logic behind it.</p><h2>What do you think?</h2><p>I&#8217;m really looking forward to sharing my methods of developing websites – there are 9 more videos to come! Do you use a child theme on a theme framework to create sites or do you create your own custom themes? What are the advantages and disadvantages of doing it your way?</p><p>And, is there anything else you would like to know about creating WordPress sites?</p><p>Be sure to leave your comments and questions down below and, if you wish, click on one of the buttons down there to share! <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/k5fVVecE5cw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/making-your-own-wordpress-theme/feed/</wfw:commentRss> <slash:comments>29</slash:comments> <feedburner:origLink>http://robcubbon.com/making-your-own-wordpress-theme/</feedburner:origLink></item> <item><title>Moving a WordPress Site to a New Domain</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/aknrntwlc5k/</link> <comments>http://robcubbon.com/moving-wordpress-site-to-new-domain/#comments</comments> <pubDate>Mon, 21 Nov 2011 13:33:56 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[WordPress]]></category> <category><![CDATA[moving domain]]></category> <category><![CDATA[redirect]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5372</guid> <description><![CDATA[<p>I moved a WordPress blog to a new server and a new address this week. It was one of those jobs that I dreaded doing but didn&#8217;t turn out to be too complicated. And I&#8217;ve not lost any traffic! Why was I moving a WordPress site to a new domain? A few months back I [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
class="alignnone" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/moving-wordpress.jpg" alt="moving wordpress" width="600" height="338" /></p><p>I moved a WordPress blog to a new server and a new address this week. It was one of those jobs that I dreaded doing but didn&#8217;t turn out to be too complicated. And I&#8217;ve not lost any traffic!</p><h2>Why was I moving a WordPress site to a new domain?</h2><p>A few months back I created a site about WordPress, blogging, SEO, SM and internet marketing. I called it (maybe I didn&#8217;t spend too long thinking about this) <strong>WordPressSEOMarketing.com</strong> – catchy, huh?</p><p><a
href="http://www.wpblogtalk.com"><img
class="alignnone size-full wp-image-5397" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/old-url-to-new-url.jpg" alt="old-url-to-new-url" width="600" height="120" style="border:0;" /></a></p><p>It turns out that <a
href="http://wordpress.org/about/domains/">it is illegal to use &#8220;WordPress&#8221; in a domain</a> as it is copyrighted. I spent a lot of time trying to decide on a <a
href="http://www.wpblogtalk.com/how-to-choose-a-domain-name-for-my-website">new domain name for the website</a>. In the end, I decided on <strong><a
href="http://WPBlogTalk.com">WPBlogTalk.com</a></strong>.</p><h2>How to move a WordPress site</h2><p>Here is a basic synopsis of what you need to do.</p><ol><li>Register the new domain with <a
href="http://robcubbon.com/go/daddy">GoDaddy</a> or <a
href="http://robcubbon.com/go/namecheap">Namecheap</a> or some domain name registrar</li><li>Point the Name Servers at the domain name registrar to the new host</li><li>Set up the new domain at the new host</li><li>Copy all files and database (see below) from old site to new site</li><li>Edit <code>wp-config.php</code> to have the right database settings and add code for new domain (see below)</li><li>Install the Search and Replace plugin to search for old URLs and replace them with the new URL</li><li>Go through new site checking links, etc., change logo and branding, create new email subscription, change any product URLs, etc.</li><li>Add 301 redirection from old blog to new blog</li><li>Change feed URL in Feedburner, set up new Google Webmaster Tools and Google Analytics accounts to monitor indexing and traffic of new site</li></ol><p>Now, what could be simpler?</p><p>If you don&#8217;t count waiting for files to copy, the actual process of moving a WordPress site only takes a few minutes – but you need to spend time checking the new site and changing some superficial elements.</p><p>The first three steps of the above synopsis are simple enough. And copying the files is an easy job to do with any FTP client. However, copying a database is always a little more complicated.</p><p>If you have Shell (Telnet or SSH) access to the hosts this can be done with one simple command line:</p><blockquote><p><code>mysqldump -h oldhost -u oldusername -poldpassword olddbname | mysql -h newhost -u newusername -pnewpassword newdbname</code></p></blockquote><p>This maybe a good option if your database is over 7MB in size. However, I prefer a more &#8220;hands-on&#8221; approach and migrated the database with PHPMyAdmin.</p><h2>Exporting a database with PHPMyAdmin</h2><p>Firstly, you need to export the database from the old site. Once you have logged in to PHPMyAdmin, selected the WordPress database on the left-hand panel and clicked the Export tab on the top right, there are a few options you must set in this page.</p><p>Underneath the section marked &#8220;Export&#8221;, make sure you have clicked &#8220;Select All&#8221; and in the radio button list below, make sure SQL is selected (this maybe already done when you arrive a the Export page). In the section marked &#8220;Structure&#8221;, check the box marked &#8220;Structure&#8221;. Within this section check boxes marked <strong>Add DROP TABLE / VIEW / PROCEDURE /</strong>, <strong>Add AUTO_INCREMENT value</strong>, and <strong>Enclose table and field names with backquotes</strong>. In the section marked &#8220;Data&#8221;, check the box marked <strong>Data</strong>. Within this section check boxes marked <strong>Complete inserts</strong>, <strong>Extended inserts</strong> and <strong>Use hexadecimal for binary fields</strong>.</p><p>Finally, check the box marked <strong>Save as file</strong> in the bottom panel and click the radio button with compression as <strong>None</strong>. Then click Go bottom right and go and get yourself a coffee.</p><p>Here is the complete panel to export or back-up and WordPress database in PHPMyAdmin:</p><p><img
class="alignnone" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/mysql-phpmyadmin-export-wordpress-database.jpg" alt="mysql-phpmyadmin-export-wordpress-database" width="600" height="566" /></p><p>This is the same procedure as when backing up WordPress databases. You can get a plug-in to do this for you but as this is for a new WordPress website, I thought it was better to export it this way.</p><h2>Importing a database with PHPMyAdmin</h2><p>Secondly, you need to create a new database on the new server and import the database you just exported.</p><p>I created a database with completely different name, username and password but you could be clever and create one with the same names and passwords as the old one which would mean you wouldn&#8217;t have to change these in the <code>wp-config.php</code> file later on.</p><p>In order to import the old database into the old one you need to open PHPMyAdmin for the new database that you have just created.</p><p><img
class="alignnone size-full wp-image-5387" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/importing-mysql-database-phpmyadmin.jpg" alt="importing-mysql-database-phpmyadmin" width="309" height="242" /></p><p>Click the small <img
class="alignnone size-full wp-image-5386" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/Sql_icon.png" alt="Sql_icon" width="16" height="16" /> SQL icon, select <strong>Import Files</strong> from the resulting pop-up window, click <strong>Browse</strong>, select the file from your computer that you&#8217;d downloaded from the old site, and then click <strong>Go</strong>.</p><h2>Editing the <code>wp-config.php</code> file</h2><p>If the database imported still has the old website URL in it, you need to add these lines to the <code>wp-config.php</code> file:</p><blockquote><p><code>define('WP_SITEURL', 'http://www.wpblogtalk.com');<br
/> define('WP_HOME', 'http://www.wpblogtalk.com');</code></p></blockquote><p>I also had to change the database name, database username and password in the wp-config.php file to the settings of the database I&#8217;d just created.</p><p><img
class="alignnone size-full wp-image-5390" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/wp-config-database-settings.jpg" alt="wp-config-database-settings" width="549" height="56" /></p><p>At this point you can have a look at the new site and click through a few links. There&#8217;s still plenty more to do, though.</p><h2>Search and Replace plugin</h2><p>Meet your new friend, the <a
href="http://wordpress.org/extend/plugins/search-and-replace/">Search and Replace plugin</a>. Install this plug-in on your new site to change all the mentions of the old domain and change them to the new one. There are two places you can do this in the plug-in&#8217;s options page. I performed the search and replace in both.</p><p>If you search through all your posts now you will find all the internal links and image paths are using the new domain.</p><h2>Check the site</h2><p>Have a good look through your new site, checking that all is as it should be. Here&#8217;s a few things that I needed to do:</p><ul><li>Change image paths and internal links in the text widgets (for some reason these don&#8217;t get picked up by the Search and Replace plug-in)</li><li>Change the logo in the header</li><li>Create a new Aweber list for email subscriptions</li><li>Re-brand e-books offered for download on the site</li><li>Change the download page in Clickbank for a premium product</li></ul><p>I actually found that these actions took the most time of the whole process!</p><h2>Re-direct old site to new site</h2><p><strong>This step is absolutely essential! </strong></p><p>You now have two sites that are identical in content – a bit of an SEO no-no. You need to set up a 301 re-direct from the old site to the new site. Put this in the old site&#8217;s .htaccess file – which you will find on the root of the site.</p><blockquote><p><code>Redirect 301 / http://www.wpblogtalk.com/</code></p></blockquote><p>That&#8217;s all you need! That will redirect any URL in the old domain to the equivalent page in the new site.</p><h2>Final steps</h2><p>Finally, I performed these following steps:</p><ul><li>delete the files and database of the old site (keep that all important .htaccess file though!)</li><li>change the feed URL at Feedburner</li><li>set up a new Google Analytics account</li><li>set up a new account at Google Webmaster Tools to monitor how many links are indexed and register the sitemap</li><li>create a new robots.txt to point to the sitemap</li><li>create a new email address for the site and make sure the content form points to it (and forward emails from the old email address for the site to the new one)</li></ul><h2>Moving a WordPress website from one URL to another</h2><p><iframe
width="640" height="360" src="http://www.youtube.com/embed/jLbrBoqGEBQ" frameborder="0" allowfullscreen></iframe></p><p>Here is a video I made for your viewing pleasure concerning all the main points of <a
href="http://youtu.be/jLbrBoqGEBQ">copying files and databases, setting up the new WordPress site and redirecting the old site to it</a>.</p><h2>You&#8217;ve made it to the end of the article now!</h2><p>I hope that helped someone. Please let me know if you do it differently or if you&#8217;ve had a problem with this operation in the comments below. And, if you&#8217;ve enjoyed the article, please don&#8217;t hesitate to vote for it down below!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/aknrntwlc5k" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/moving-wordpress-site-to-new-domain/feed/</wfw:commentRss> <slash:comments>15</slash:comments> <feedburner:origLink>http://robcubbon.com/moving-wordpress-site-to-new-domain/</feedburner:origLink></item> <item><title>Free Software for Web Designers</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/TLu9zUJVUDU/</link> <comments>http://robcubbon.com/free-software-web-designers/#comments</comments> <pubDate>Mon, 14 Nov 2011 12:42:47 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[free apps]]></category> <category><![CDATA[free software]]></category> <category><![CDATA[web design]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5223</guid> <description><![CDATA[<p>There is certainly no need to be daunted by a financial barrier to entry when starting your own web design company. Don&#8217;t be put off by the price of Photoshop or the whole Creative Suite – there&#8217;s loads of free software for web designers that can help you keep costs down. Online image editors Photoshop [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
class="size-full wp-image-5345 aligncenter" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/free-software.jpg" alt="free-software for web designers" width="600" height="401" /></p><p>There is certainly no need to be daunted by a financial barrier to entry when starting your own web design company. Don&#8217;t be put off by the price of Photoshop or the whole Creative Suite – there&#8217;s loads of free software for web designers that can help you keep costs down.</p><h2>Online image editors</h2><p>Photoshop is the application that is potentially the biggest financial outlay for a web designer. But there are a few online image editors out there. <a
href="http://pixlr.com/">Pixlr</a> is one of the best. <a
href="http://fotoflexer.com/">FotoFlexer</a> is also worth a try.</p><h2>Open source alternatives to Creative Suite</h2><p>There are <a
href="http://robcubbon.com/free-open-source-alternatives-to-photoshop-indesign-and-illustrator/">free open sources versions of Creative Suite applications</a>. <a
href="http://www.gimp.org/">GIMP</a> has been around for a long time and boasts plugins, brushes and tools to extend the basic functionality of the software. <a
href="http://www.pixelmator.com/">Pixelmator</a> is not free but is cheap compared to Photoshop.</p><p><a
href="http://inkscape.org/">Inkscape</a>, which is popular with the Linux community, is a free alternative to Adobe Illustrator. This free vector graphics manipulator produces SVG files without unnecessary code to a reduced file size.</p><h2>Text and code editors</h2><p>Aside from an image editor, a web designer will always be in need of a good code editor. There are cheap alternatives to Dreamweaver such as <a
href="http://macromates.com/">Textmate</a> and <a
href="http://www.panic.com/coda/">Coda</a>.</p><p>Obviously there are the free text editors available with the operating systems such as Notepad which comes with Windows and TextEdit which comes with OS-X. I&#8217;ve been really impressed with <a
href="http://www.barebones.com/products/textwrangler/">Text Wrangler</a> which has a multi-file search &amp; replace feature that is really handy.</p><h2>FTP</h2><p>For me, it&#8217;s <a
href="http://filezilla-project.org/">Filezilla</a> all the way. Easy to use and quick. It used to not be available for Mac so in the old days I used <a
href="http://cyberduck.ch/">Cyberduck</a>. I miss that yellow duck icon!</p><p>If you don&#8217;t want to download an app there&#8217;s <a
href="http://net2ftp.com/">net2ftp</a> which gives you an FTP client in your browser. There’s even a skin designed for the iPhone.</p><h2>File Sharing</h2><p>If you want to deliver large files to a client there are a host of free services, I use <a
href="http://www.yousendit.com/">YouSendIt</a>. And to store files on the cloud to access from multiple devices you can use <a
href="http://robcubbon.com/go/dropbox">DropBox</a>. For downloading torrents there&#8217;s <a
href="http://www.utorrent.com/">µTorrent</a> for Mac and <a
href="http://www.bittorrent.com/downloads">BitTorrent</a>.</p><h2>Images</h2><p>There are lots of places to get great <a
href="http://robcubbon.com/free-stock-photography-for-a-graphic-designer/">free stock photography</a>, <a
href="http://www.sxc.hu/">stock.xchage</a> and <a
href="http://www.flickr.com/search/advanced/?">Flickr Creative Comms</a> search are two of my favorites.</p><p>There are lots of great free vector resources but, instead of searching through these resources, I find a Google image search for &#8220;free vector&#8221; does the trick. Likewise, it&#8217;s not always necessary to get a free vector logo from <a
href="http://www.brandsoftheworld.com/">Brands of the World</a> but just Google the logo you want with &#8220;vector&#8221; in the search query.</p><h2>Fonts</h2><p>You can pick up free fonts at <a
href="http://www.dafont.com/">DaFont</a> and a host of other places. <a
href="http://new.myfonts.com/WhatTheFont/">WhatTheFont</a> can identify a font from an image.</p><p><a
href="http://www.google.com/webfonts">Google Fonts</a> now has a catalog of around 300 excellent fonts that will work across most browsers with just a line of code in the head and a CSS declaration.</p><p>Compare and contrast the fonts with <a
href="http://www.typetester.org/">TypeTester</a>.</p><h2>Grids</h2><p>If you like to use grids in your web design (or even if you don&#8217;t) then check out <a
href="http://960.gs/">960 Grid System</a> where you can download grid templates in HTML &amp; CSS, Photoshop, Illustrator, GIMP, etc. All these grids are for websites that are 960 pixels wide.</p><h2>Web developer tools</h2><p>These are a standard fare for most web designers with many of us using these tools many times a day:</p><ul><li><a
href="http://getfirebug.com/"><strong>Firebug</strong></a> – awesome Firefox add-on that will inspect and change HTML and CSS and help you de-bug JavaScript.</li><li><strong>Developer Tools for Chrome and Internet Explorer</strong> – these do about the same as Firebug and are bundled with their respective browsers. Handy for working out IE hacks.</li><li><strong>Web Developer add-on</strong> for Firefox and Chrome – ultra handy add-on that can disable styles, disable browser default styles (handy for cross-browser compatibility), show alt text for images, resize window, validate, etc. The list is endless.</li></ul><h2>Web design online &#8220;must-haves&#8221;</h2><p>The above mentioned <a
href="http://validator.w3.org/">HTML</a> and, to a lesser extent, <a
href="http://jigsaw.w3.org/css-validator/">CSS</a> Validators that can be reached with one click using the Web Developer add-on are services that most web designers will use all the time.</p><p>Other online services of huge importance to the web designer are <a
href="http://www.google.com/analytics/">Google Analytics</a>, <a
href="http://www.google.com/webmasters/tools/">Google Webmaster Tools</a> and <a
href="http://docs.google.com/">Google Docs</a>.</p><h2>Cross browser checks</h2><p>You can check websites across different browsers at <a
href="http://browsershots.org/">BrowserShots</a> and <a
href="http://browserlab.adobe.com/">Adobe BrowserLab</a>. <a
href="http://viewlike.us/">ViewLikeUs</a> allows you to check out how your website looks in the most popular resolution formats.</p><h2>Speed</h2><p>In order to analyse your page speed, use Google&#8217;s <a
href="http://code.google.com/speed/page-speed/">PageSpeed</a> (try to get your score up to 100) and Yahoo!&#8217;s <a
href="http://developer.yahoo.com/yslow/">Y!slow</a>.</p><h2>Downtime</h2><p>Use <a
href="http://www.pingdom.com/">Pingdom</a>&#8216;s free service to be instantly informed of any downtime on your site so you can contact your host and sort it out asap!</p><h2>Email marketing</h2><p>I&#8217;m not sure if this really comes under the heading of &#8220;web designing&#8221; but with 2,000 subscribers for free, <a
href="http://robcubbon.com/go/mailchimp">MailChimp</a> is an awesome free email sending service.</p><h2>Color</h2><p><a
href="http://colorschemedesigner.com/">Color Scheme Designer</a> can help you choose complimentary colors for your website designs.</p><h2>Billing</h2><p><a
href="http://robcubbon.com/go/freshbooks">Freshbooks</a> tracks your time and invoices your clients automatically, saving you time and getting you paid quicker. <a
href="http://Mint.com">Mint</a> tracks all your business finances and transactions and has a free mobile app. <a
href="https://squareup.com/">Square</a> will accept credit card payment off you mobile phone.</p><h2>CMSs</h2><p>The best things in life are free – but then again you tend to forget how amazing they are because you don&#8217;t have to pay for them! The best ones are, obviously, <a
href="http://wordpress.org">WordPress</a>, <a
href="http://drupal.org/">Drupal</a> and <a
href="http://www.joomla.org/">Joomla</a> but there are loads of incredible free Content Management Systems that power most of the web.</p><h2>Video</h2><p>Also going under the title of &#8220;Been around so long I almost forgot about them&#8221; are the free video storage services <a
href="http://YouTube.com">YouTube</a> and <a
href="http://Vimeo.com">Vimeo</a>, etc. If it wasn&#8217;t for these services we&#8217;d spend ages uploading our video to servers or paying services like <a
href="http://aws.amazon.com/s3/">Amazon S3</a> to host them for us.</p><h2>Give me your suggestions!</h2><p>Is there any free software you use that I have missed out? Please give me your suggestions in the comments section below. And, if you enjoyed this article, please vote for it by Tweeting, Facebook Liking or Google +1&#8242;ing it!</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/TLu9zUJVUDU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/free-software-web-designers/feed/</wfw:commentRss> <slash:comments>17</slash:comments> <feedburner:origLink>http://robcubbon.com/free-software-web-designers/</feedburner:origLink></item> <item><title>Meeting Clients</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/G0G_wup639w/</link> <comments>http://robcubbon.com/meeting-clients/#comments</comments> <pubDate>Tue, 08 Nov 2011 11:30:57 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Clients]]></category> <category><![CDATA[Business]]></category> <category><![CDATA[client]]></category> <category><![CDATA[clients]]></category> <category><![CDATA[meeting]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5320</guid> <description><![CDATA[<p>In a world where 99% of business communication is done by phone, email or video/text messaging – there is no substitute for meeting clients face-to-face. A personal meeting will create a better bond and this can be useful with challenging projects. Do I really need to meet this client? Not all clients are created equal. [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
class="alignnone size-full wp-image-5325" style="border: 1px solid #dadada;" title="" src="http://cdn.robcubbon.com/wp-content/uploads/2011/11/meeting-clients1.jpg" alt="meeting clients" width="600" height="410" /></p><p>In a world where 99% of business communication is done by phone, email or video/text messaging – there is no substitute for meeting clients face-to-face.</p><p>A personal meeting will create a better bond and this can be useful with challenging projects.</p><h2>Do I really need to meet this client?</h2><p>Not all clients are created equal.</p><p><strong>Client One</strong> has a hair-brained website idea, calls you on a whim and asks to meet with you to discuss. You&#8217;ll go and have a conversation that will inevitably unpick their website idea so that they realise the folly of pursuing it. A wasted journey and wasted time.</p><p><strong>Client Two</strong> is busy and would like to employ your company on an ongoing basis for years to come but will only do so after having met face-to-face. Client Two will not say this to you in as many words but has decided from your website that you can do the job.</p><p>These are two simplified caricatures of clients that I get calls from all the time. How do you tell a <strong>Client One</strong> from a <strong>Client Two</strong>?</p><p>There are lots of &#8220;red flags&#8221; that will expose a <strong>Client One</strong> to you. An email can tell you a lot about a person. Failure to spell properly, punctuate, explain exactly what&#8217;s required can portend of vague briefs, fuzzy thinking and a difficult working relationship.</p><p>Similarly, if the client is clear, business-like and polite in their dealings with you, it augurs well. It&#8217;s usually worth meeting the client if they belong to a large organisation or Fortune 500 company.</p><p>But <strong>these aren&#8217;t hard and fast rules</strong>.</p><p>I sometimes like to do some work for the client first before meeting. These are all steps that I take to ensure I don&#8217;t go out to client meetings and never see or hear from them again. I don&#8217;t want to waste my time and the potential client, presumably, doesn&#8217;t want to waste theirs.</p><h2>What do I do before the meeting?</h2><p>It&#8217;s a good idea to research the client, their industry and background beforehand. A quick Google will usually do. And, research the venue, how to get there and/or the parking to ensure you arrive on time and unstressed.</p><h2>What do I wear?</h2><p>Fashion guru, I am not. Thankfully, designers aren&#8217;t usually judged by the way they dress. I do always wear a jacket and try to look as smart as possible.</p><h2>What do I take?</h2><p>The last client meeting I went to, this is what I took:</p><ul><li>A <strong>laptop</strong> – handy for showing the client previous work samples or sites</li><li>Some <strong>paper and pen</strong> for taking notes</li><li>A <strong>mobile phone</strong>, preferably with SatNav further ensuring a prompt arrival</li></ul><h2>What do I say?</h2><p>In an article about <a
href="http://robcubbon.com/graphic-design-client-communication/">what you should say to a client</a>, I say that you should not give a client details about the &#8220;how&#8221; of a job or technical information that they don&#8217;t need to know.</p><p>Try to keep the conversation as simple as possible and don&#8217;t get bogged down by discussing minutiae. Put yourself in the clients shoes, they want to know if you can do what they want on time and on budget – try and make them believe this.</p><p>If you&#8217;re introduced to somebody by name, repeat their name back to them soon afterwards. This will help you remember names when it comes to saying goodbye.</p><h2>Talking to the client about money</h2><p>The conversation may turn to the subject of money and you may be asked to give a quote. Obviously you should be clear about the nature and extent of the job when giving a quote. When you do come up with a figure, write it down on a piece of paper. This will help cement the number in their minds and reduce the chance of negotiation.</p><h2>The end of the meeting</h2><p>I often meet with clients in cafes or hotel lobbies. If coffees or drinks have been consumed throughout the meeting, it may be polite for you to offer to pay. Most clients will like to pay as they initiated the meeting. But you must thank the client for this curtesy.</p><p>I was given lunch once and I forgot to thank the client at the end. I felt such an idiot on returning to the office!</p><p>When the meeting is concluded, it&#8217;s good to thank the client and say how good it was to meet them. On returning to the office an email exchange re-iterating this is always good. You may like to write down some of the areas that were discussed and agreed upon.</p><h2>Generally&#8230;</h2><p>I believe you should not appear overly enthusiastic nor too cold and calculating. View the client as someone who will benefit from a partnership with you.</p><p>Maybe the next time you have a meeting try to keep the language and topics of conversation as simple as possible.</p><p>Find out more about how to get great clients in my e-book <a
href="http://robcubbon.com/how-to-get-clients/">How To Get Clients</a>.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/G0G_wup639w" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/meeting-clients/feed/</wfw:commentRss> <slash:comments>8</slash:comments> <feedburner:origLink>http://robcubbon.com/meeting-clients/</feedburner:origLink></item> <item><title>Graphic Designers and Specialization</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/WHrKyXMfCZQ/</link> <comments>http://robcubbon.com/graphic-designers-specialization/#comments</comments> <pubDate>Mon, 31 Oct 2011 12:54:50 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[design business]]></category> <category><![CDATA[specialization]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5274</guid> <description><![CDATA[<p>How much should graphic designers or design companies specialize? Should they hone their skills and expertise to a particular niche? Or should they provide a range of services for their clients? Starting out When a graphic designer first starts out as a freelancer or when a new graphic design company has just set up, the [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
style="border: 1px solid #dadada;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/ipad-pantone-specializing-graphic-designer1.jpg" alt="ipad-pantone-specializing-graphic-designer" title="" width="600" height="345" class="alignnone size-full wp-image-5299" /></p><p>How much should graphic designers or design companies specialize? Should they hone their skills and expertise to a particular niche? Or should they provide a range of services for their clients?</p><h2>Starting out</h2><p>When a graphic designer first starts out as a freelancer or when a new graphic design company has just set up, the temptation is to take <em>any</em> work that is offered. This is only natural, especially in a flat economy.</p><p>However, a lot of the designers I have spoken to about this say that pretty soon afterwards they were drawn to an area of design that they enjoyed the most.</p><p><img
style="border: 1px solid #dadada; margin-top:3px;"  src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/david-airey1.jpg" alt="david airey" title="" width="75" height="94" class="alignleft size-full wp-image-5281" />If I asked you to think of a designer that does logos and brand identity you may well think of <a
href="http://www.davidairey.com/" title="logo and brand identity designer">David Airey</a>. David urges caution at first, &#8220;I think when you&#8217;re learning, it&#8217;s important not to limit yourself to a niche. The more you know about design in general, the better equipped you are when it comes to specialising.&#8221;</p><p>Knowing more about design and the experience of designing helps you to choose your speciality but, as <a
title="freelance designer" href="http://karenmcdade.com/">Karen McDade</a> points out, experience teaches you to choose your clients carefully as well:</p><p><img
style="border: 1px solid #dadada; margin-top:3px;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/karen-mcdade.jpg" alt="karen-mcdade" title="" width="75" height="94" class="alignleft size-full wp-image-5284" />&#8220;When I started freelancing a few years ago I took any work that came my way in an effort to build my business. After a while I had a lot of clients but, because I wasn&#8217;t selective, some of them were less than desirable. I ended up working long hours for all these clients who wouldn&#8217;t pay me on time (or at all). I was quite naïve and trusted in their word that they would eventually pay up. It came to ahead one night when, at about 3am, I realised I was working way too hard for the level of income I was actually bringing in.&#8221;</p><p>Having streamlined her clients, Karen now provides a better service to them and her portfolio has improved as a result. I can certainly attest to the importance of keeping good clients and letting the low quality, late paying clients go.</p><h2>How do I specialize?</h2><p>How do you choose the area of design to specialize in? Most designers say that this happens naturally as you are drawn to a particular area as it is particularly interesting or enjoyable for you.</p><p><img
style="border: 1px solid #dadada; margin-top:3px;"  src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/chris-spooner.jpg" alt="chris spooner" title="" width="75" height="94" class="alignleft size-full wp-image-5290" /><a
title="Graphic designer portfolio" href="http://www.spoongraphics.co.uk/">Chris Spooner</a> says, &#8220;I think it&#8217;s important to find a specialism, but it&#8217;s up to the designer to figure out how wide or narrow their specialism will be. For instance some designers might only offer design services in a very specific niche, which can establish them as the go-to expert in that field, whereas other designers might offer a wider range of services under the umbrella of a particular aspect of design, which obviously increases their potential client base. It all boils down to the designer&#8217;s interests and what kind of work they enjoy creating.&#8221;</p><p>I think Chris is absolutely right here. Seek out what you enjoy doing.</p><h2>What do I specialize in?</h2><p>An example of a particular niche would be WordPress websites and themes.</p><p><img
style="border: 1px solid #dadada; margin-top:3px;"  src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/mike-smith.jpg" alt="mike-smith" title="" width="75" height="94" class="alignleft size-full wp-image-5291" /><a
title="WordPress design and development" href="http://www.madebyguerrilla.com/">Mike Smith</a> explains this: &#8220;I was someone who did a bit of everything when starting out. Ad Banners, CD covers, Flyers, Website headers (yes, just he headers lol), etc. I stumbled on WordPress and started building sites for myself and just learned the ins and outs of it so much that it only seemed right to offer WordPress themes as a service. Once that took off and started doing well, I started doing less and less of the other stuff. Nowadays I spend 90% of my days working with WordPress: Designing themes, coding my own themes, PSD to WP for other people, etc. I like specializing because it gives me the ability to focus on one thing and do it really well &#8211; people like that <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> &#8221;</p><p>Your speciality can be any aspect of design: logos, brand identity, WordPress themes, WordPress and SEO, print collateral, anything!</p><p>However, designers tend to specialize in one aspect of design. Not in any particular industry. None of the designers who I spoke to specialized in a specific niche industry like education, retail or pharmaceuticals, for example. This may have happened with larger design companies in the recent past but not, it seems, with smaller design companies and independent designers now.</p><h2>Taking it to the next level</h2><p>So, you&#8217;ve specialized in your favorite aspect of design, what next? This isn&#8217;t the end of the story.</p><p>For instance, Adii Rockstar (I&#8217;m not sure if that&#8217;s his real name), specialized in creating WordPress themes and then hooked up with a couple of other guys and created <a
href="http://robcubbon.com/go/woothemes">WooThemes</a> – a hugely successful theme company that have sold over 80,000 themes. Both Chris Pearson, the creator of the <a
href="http://robcubbon.com/go/thesis">Thesis Theme</a> and Brian Gardner, the creator of the <a
href="http://robcubbon.com/go/genesis">Genesis Theme</a>, have taken design to the next level by creating scalable businesses.</p><p><img
style="border: 1px solid #dadada; margin-top:3px;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/douglas-bonneville.jpg" alt="douglas-bonneville" title="" width="75" height="94" class="alignleft size-full wp-image-5306" />Here, <a
title="graphic design and typography" href="http://bonfx.com/">Douglas Bonneville</a> describes how he was able to turn his &#8220;active&#8221; design skills into &#8220;passive income&#8221;: &#8220;I really started to think about a product, and how I could step back from the crowd and say, &#8216;how can I help graphic designers and not so much clients anymore?&#8217; I focused on treating myself as a client, producing <a
href="http://bonfx.com/the-big-book-of-font-combinations?x=3">my eBook</a> and <a
href="http://bonfx.com/font-combinations-app/">a few apps</a> focused on typography. Things have gone extremely well since then, and I&#8217;d never go back!&#8221;</p><p>So, it is also possible to find a speciality that is beyond the client work and focusses on selling products.</p><h2>And finally&#8230;</h2><p>I hope this has given you a few ideas about how you can develop, specialize and grow your business – whether it&#8217;s to do with design or not. Are you specializing in anything at the moment? Can you think of an area you particular enjoy that you would like to move into? What can you do to make sure you can get more work and specialize in that area?</p><p>As always, I would love to hear your opinions in the comments below. And, I would appreciate a tweet or a vote.</p><p>Thank you to all the designers who participated in this that weren&#8217;t mentioned above, for example Derek Kirk from <a
href="http://www.webdesignerslondon.co/">Web Designers London</a>, Randa Clay from <a
href="http://randaclay.com">Randa Clay WordPress Design</a>, Lynne Venart from <a
href="http://www.theartmonkey.com">The Art Monkey</a>, <a
href="http://www.enrichdesign.us/">Kyle Richardson</a> and <a
href="http://craigalanwilson.com">Craig Wilson</a>.</p><p>Read more about <a
href="http://robcubbon.com/running-a-web-design-business/">running your own design business from home in my e-book &#8220;Running a Web Design Business</a>.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/WHrKyXMfCZQ" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/graphic-designers-specialization/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://robcubbon.com/graphic-designers-specialization/</feedburner:origLink></item> <item><title>4 Rules of Readability and Accessibility in Web Design</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/KfhWGgeT_iU/</link> <comments>http://robcubbon.com/readability-accessibility-web-design/#comments</comments> <pubDate>Mon, 24 Oct 2011 12:53:58 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[accessibility]]></category> <category><![CDATA[contrast]]></category> <category><![CDATA[Font size]]></category> <category><![CDATA[line height]]></category> <category><![CDATA[making text scannable]]></category> <category><![CDATA[readability]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5226</guid> <description><![CDATA[<p>This article is more of a &#8220;plea&#8221; to web designers. Don&#8217;t look at a web page as a work of art. Look on it as something that does a job and, for God&#8217;s sake, make it legible! Too many times we see readability sacrificed at the alter of web design. But first, some statistics for [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
style="border: 1px solid #dadada;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/eye-typography-usability.jpg" alt="eye-typography Accessibility" title="" width="600" height="365" class="alignnone size-full wp-image-5231" /></p><p>This article is more of a &#8220;plea&#8221; to web designers. Don&#8217;t look at a web page as a work of art. Look on it as something that does a job and, for God&#8217;s sake, make it legible! Too many times we see readability sacrificed at the alter of web design.</p><p>But first, some statistics for you to think about:</p><ul><li>Nearly 26.6 million Americans (nearly 9%) are visually impaired, meaning their vision cannot be completely corrected with lenses.</li><li>1 in 12 people in the world (over 8%) suffer some sort of color blindness</li></ul><p>Here are 4 rules about readability and accessibility on websites.</p><p><img
style="margin: 35px 0 25px;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/16-pixels-text.jpg" alt="16-pixels-text" title="" width="248" height="80" class="alignleft size-full wp-image-5255" /></p><h2>1. Font size</h2><p>I recently read an article arguing that <a
href="http://www.smashingmagazine.com/2011/10/07/16-pixels-body-copy-anything-less-costly-mistake/">body text should be at least 16 pixels in size</a>. I was really pleased to see Smashing Magazine publish this article – although it was rather ironic that they had to create a special design with a large body text size for the article as it would have been hypocritically smaller in their normal template.</p><p>What does 16 pixels actually mean? It&#8217;s a fixed size measurement. If you&#8217;re familiar with the point measurement (1/72 of an inch), then it&#8217;s 12 points. If you&#8217;re reading this text on my website then it is set at 15 pixels in size if the browser isn&#8217;t zoomed in or out.</p><p>Another method of setting font size in CSS is with ems. Ems are usually used in combination with percentages. If the body font size is set to 100% then 1 em equals 16 pixels. This used to be considered the most accessible way to set text as it would adapt to the device. However, now that most modern browsers and devices can scale the whole page, I now prefer to use pixels.</p><p>OK, we know you can zoom in and zoom out when viewing web pages. But users shouldn&#8217;t have to do this!</p><p>Either way, <strong>body text should never be much smaller than 16 pixels, 12 points, 100% or 1 em</strong>.</p><p><img
style="margin: 50px 0 25px;"  src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/good-bad-contrast-for-text.jpg" alt="good-bad-contrast-for-text" title="" width="600" height="80" class="alignleft size-full wp-image-5237" /></p><h2>2. Color and contrast</h2><p>You should <strong>always think about the visually impaired and color blind when choosing the text color and background color</strong>. If the two colors are too similar some people will have difficulty reading.</p><p>Be especially careful if you are putting text on a background with a pattern or on an image as this can be very difficult for some people to make out. The are tools online such as the <a
href="http://snook.ca/technical/colour_contrast/colour.html">color contrast check</a> which can help you.</p><p>The next two rules will help the SEO as well as the accessibility of your web pages.</p><h2>3. Make your text scannable</h2><p><strong>Don&#8217;t have long paragraphs of tight text.</strong> The line height, the spacing of the line of text or leading, should be at least 25% more than the font size. So, a font size of 16 pixels should have a line height of at least 20 pixels which will make body text readable.</p><p>Furthermore, you should seek to break up your text as much as possible with headings, bullet points, bolds, italics, blockquotes. People don&#8217;t tend to read web pages from top to bottom. (Sadly you probably won&#8217;t read every word of this article! <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> )</p><p>These extra elements will make your text more readable – and the increased use of subheads will help with SEO.</p><p><img
style="margin: 50px 0 25px;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/images.jpg" alt="images" title="" width="600" height="80" class="alignleft size-full wp-image-5249" /></p><h2>4. Use of images</h2><p>Lastly, it&#8217;s important to <strong>always include an alt text for images</strong> you use in a web page. Alt text is a tag in the HTML which describes images to</p><p><code>&lt;img src="http://yoursite.com/images/green-flower.jpg" alt="a bunch of green flowers in a vase on a table" /&gt;</code></p><p>A visually impaired reader of your web page that is using a screen reader will hear the alt text in place of the image. The alt text will also show on screen when the image can not be rendered.</p><p>Again, this is also a good practice for SEO.</p><h2>Conclusion</h2><p>Have a look at the websites you are responsible for. Is the body text size readable to those with slight visual impairment? Is the size smaller than 15 pixels? Are there any quick changes you can make to improve it&#8217;s readability and accessibility?</p><p>Can you add to these rules? Do you disagree with any of them? Let us know in the comments.</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/KfhWGgeT_iU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/readability-accessibility-web-design/feed/</wfw:commentRss> <slash:comments>22</slash:comments> <feedburner:origLink>http://robcubbon.com/readability-accessibility-web-design/</feedburner:origLink></item> <item><title>Free 2012 Calendars to Download as PDF, Illustrator and InDesign Files</title><link>http://feedproxy.google.com/~r/robcubbon/MBQo/~3/8tQYMNuMnDY/</link> <comments>http://robcubbon.com/free-2012-calendars-download-pdf-illustrator-indesign-files/#comments</comments> <pubDate>Mon, 17 Oct 2011 11:57:05 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Illustrator]]></category> <category><![CDATA[InDesign]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[PDF]]></category> <category><![CDATA[2012 calendar]]></category> <category><![CDATA[calendar]]></category> <category><![CDATA[indesign illustrator]]></category> <guid isPermaLink="false">http://robcubbon.com/?p=5178</guid> <description><![CDATA[<p>Giving away free gifts is excellent marketing. It fosters loyalty and brand recognition. I&#8217;m giving away free 2012 calendars as PDFs. I&#8217;m also making available the InDesign and Illustrator files that were used to create the PDFs, so you can create and brand your own calendars and do the same thing, if you so wish! [...]</p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p>]]></description> <content:encoded><![CDATA[<p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/free-calendar-download.jpg" alt="free 2012 calendar download" title="free-calendar-download" width="600" height="428" class="alignnone size-full wp-image-5180" /></p><p>Giving away free gifts is excellent marketing. It fosters loyalty and brand recognition. I&#8217;m giving away free 2012 calendars as PDFs. I&#8217;m also making available the InDesign and Illustrator files that were used to create the PDFs, so you can create and brand your own calendars and do the same thing, if you so wish!</p><p>Branded calendars are classic marketing materials because they are the sort of thing that &#8220;hang around&#8221; for the whole year. So your logo and your marketing message will be seen for much longer than just a few days.</p><p>Literally thousands of visitors arrive at this site every year to download these calendars.</p><p><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/calendars.jpg" alt="calendars" title="" width="600" height="231" class="alignnone size-full wp-image-5186" /></p><h2>Free 2012 Calendars to download as a PDF file</h2><p>I have two PDFs here for free download. One has the whole year on a single page and the other is a 12 page document with a month on every page.</p><p><a
href="http://robcubbon.com/free-downloads/calendar-2012-year-to-a-page.pdf" title="1 page for a year PDF"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/2012-calendar-PDF-1-page.jpg" alt="2012-calendar-PDF-1-page" style="border:0;" width="324" height="275" class="alignnone size-full wp-image-5189" /></a><a
href="http://robcubbon.com/free-downloads/2012-Calendar.pdf" title="12 page Calendar 2012 PDF"><img
style="border:0;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/2012-calendar-PDF-12-page.jpg" alt="2012-calendar-PDF-12-page" title="" width="314" height="277" class="alignnone size-full wp-image-5190" /></a></p><p>You may like to download the above PDFs by going right-click and choosing &#8220;Save as&#8230;&#8221; or &#8220;Save target as&#8230;&#8221;.</p><h2>Free 2012 Calendars to download as Illustrator files</h2><p>The calendar which has the whole year on one page was created in Adobe Illustrator. Here is a version in Illustrator CS5 saved as an Adobe Illustrator file (.AI) plus, for those of you with earlier versions of Illustrator, there is an EPS saved as an Illustrator 9 file.</p><p><a
href="http://robcubbon.com/free-downloads/calendar-2012-year-to-a-page.ai" title="Free 2012 Calendar Illustrator AI"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/2012-calendar-illustrator-ai-cs5.jpg"  style="border:0;" alt="2012-calendar-illustrator-ai-cs5" title="" width="245" height="261" class="alignnone size-full wp-image-5192" /></a><a
href="http://robcubbon.com/free-downloads/calendar-2012-year-to-a-page.eps"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/2012-calendar-illustrator-eps.jpg"  style="border:0;" alt="2012-calendar-illustrator-eps" title="" width="248" height="266" class="alignnone size-full wp-image-5193" /></a></p><h2>Free 2012 Calendars to download as InDesign files</h2><p>The 12 page calendar with a month to a page was created in Adobe InDesign. InDesign is a bit of a nightmare when opening in legacy versions. Firstly, I created the <a
href="http://robcubbon.com/free-downloads/2012-Calendar.indd">calendar in InDesign version CS5</a>, I then exported this as an <a
href="http://robcubbon.com/free-downloads/2012-Calendar.idml">InDesign Mark-up Language File (IDML)</a>, then opened that in <a
href="http://robcubbon.com/free-downloads/2012-Calendar-CS4.indd">InDesign CS4 and saved a copy</a>, before, finally, exporting from CS4 an <a
href="http://robcubbon.com/free-downloads/2012-Calendar.inx">InDesign Interchange document (INX)</a> which can be opened in CS3.</p><p><a
href="http://robcubbon.com/free-downloads/2012-Calendar.indd"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/free-2012-calendar-cs5.jpg"  style="border:0;" alt="free-2012-calendar-cs5" title="" width="145" height="156" class="alignnone size-full wp-image-5194" /></a><a
href="http://robcubbon.com/free-downloads/2012-Calendar.idml"><img
style="border:0;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/free-2012-calendar-idml.jpg" alt="free-2012-calendar-idml" title="" width="167" height="157" class="alignnone size-full wp-image-5195" /></a><a
href="http://robcubbon.com/free-downloads/2012-Calendar-CS4.indd"><img
style="border:0;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/free-2012-calendar-cs4.jpg" alt="free-2012-calendar-cs4" title="" width="151" height="164" class="alignnone size-full wp-image-5196" /></a><a
href="http://robcubbon.com/free-downloads/2012-Calendar.inx"><img
style="border:0;" src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/free-2012-calendar-inx.jpg" alt="free-2012-calendar-inx" title="" width="150" height="161" class="alignnone size-full wp-image-5197" /></a></p><h2>All of the PDFs, InDesign and Illustrator files</h2><p>And here are the two calendars as PDFs, the two different Illustrator files and all the various InDesign files all together in a ZIP file.</p><p><a
href="http://robcubbon.com/free-downloads/2012.zip"><img
src="http://cdn.robcubbon.com/wp-content/uploads/2011/10/2012-zip.jpg" alt="2012-zip" title="" width="131" height="183" class="alignnone size-full wp-image-5206" style="border:none;" /></a></p><h2>Linked text frames/boxes</h2><p>Both calendars have linked text boxes in the InDesign and Illustrator files. This means that you can use these calendars in 2013, 2014, 2015, and every year to come by just shunting the numbers on in the boxes. So if one month starts on a Monday in 2012 and a Tuesday in 2013, you can just add an extra carridge return or frame break and all the dates will move over to the correct days.</p><p>I explained this in more detail last year in this video I made:</p><p><object
width="500" height="375"><param
name="movie" value="http://www.youtube.com/v/rIY_HTi7o4k?version=3&#038;feature=oembed"></param><param
name="allowFullScreen" value="true"></param><param
name="allowscriptaccess" value="always"></param><embed
src="http://www.youtube.com/v/rIY_HTi7o4k?version=3&#038;feature=oembed" type="application/x-shockwave-flash" width="500" height="375" allowscriptaccess="always" allowfullscreen="true"></embed></object></p><p>As you can see in the video <a
href="http://www.youtube.com/watch?v=rIY_HTi7o4k">linked text frames in calendars automate their creation year-on-year</a>.</p><h2>Regular readers and new readers</h2><p>I apologise to my regular readers who have seen this last year and a big &#8220;hello&#8221; to new readers who have come to this site for the first time to download these calendars. You would not believe how much traffic I get from this giveaway, which is why I do it every year.</p><p>Is it a bit early to give away 2012 calendars in mid-October 2011? I don&#8217;t think so. Now is about time graphic designers get requests to do calendars for the next year. I am seeing from my Google Analytics that I&#8217;m already getting traffic from people searching for &#8220;2012 calendars to download&#8221; or such-like, so I thought it best to create them now.</p><p>So, if you&#8217;ve found this useful please feel free to Tweet, Like or vote for this article and, if it&#8217;s not too early to say it, Happy New Year! <img
src='http://cdn.robcubbon.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p><p><p>This is an article from <a
href="http://robcubbon.com">Rob Cubbon</a><br/> <br/> Please download your free copy of <a
href="http://robcubbon.com/subscribe-to-my-newsletters-and-download-free-how-to-market-yourself-online-e-book">How to Market Yourself Online</a> a PDF eBook which contains all my best tips on internet marketing, social media and blogging.</p></p><img src="http://feeds.feedburner.com/~r/robcubbon/MBQo/~4/8tQYMNuMnDY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/free-2012-calendars-download-pdf-illustrator-indesign-files/feed/</wfw:commentRss> <slash:comments>24</slash:comments> <feedburner:origLink>http://robcubbon.com/free-2012-calendars-download-pdf-illustrator-indesign-files/</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Database Caching using disk: basic
Object Caching 3602/3836 objects using disk: basic
Content Delivery Network via cdn.robcubbon.com

Served from: robcubbon.com @ 2012-05-17 00:53:25 -->

