<?xml version="1.0" encoding="UTF-8"?> <rss
version="2.0"
xmlns:content="http://purl.org/rss/1.0/modules/content/"
xmlns:wfw="http://wellformedweb.org/CommentAPI/"
xmlns:dc="http://purl.org/dc/elements/1.1/"
xmlns:atom="http://www.w3.org/2005/Atom"
xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
> <channel><title>Graphic, Web Design and Marketing, London &#124; Rob Cubbon &#187; Photoshop</title> <atom:link href="http://robcubbon.com/category/photoshop/feed/" rel="self" type="application/rss+xml" /><link>http://robcubbon.com</link> <description>Design, marketing, graphics, internet, print, London</description> <lastBuildDate>Mon, 30 Jan 2012 15:06:46 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=3.3.1</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <item><title>Styling a WordPress Child Theme with Genesis</title><link>http://robcubbon.com/styling-wordpress-child-theme-genesis/</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://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://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://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://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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/styling-wordpress-child-theme-genesis/feed/</wfw:commentRss> <slash:comments>6</slash:comments> </item> <item><title>How to design and code a beautiful web button</title><link>http://robcubbon.com/how-to-design-and-code-a-beautiful-web-button/</link> <comments>http://robcubbon.com/how-to-design-and-code-a-beautiful-web-button/#comments</comments> <pubDate>Mon, 03 Oct 2011 12:24:59 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[button]]></category> <category><![CDATA[css]]></category> <category><![CDATA[layer styles]]></category> <category><![CDATA[usability]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=5099</guid> <description><![CDATA[<p>The internet is daunting, disorganized and idiosyncratic. Web designers should try to make the user&#8217;s journey as simple and as pleasant as they can. What&#8217;s more, there are certain actions that webmasters would like visitors to perform – to go to a page, to submit some information, for example. For these reasons, knowing how 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://robcubbon.com/wp-content/uploads/2011/10/map-of-the-internet.jpg" alt="map-of-the-internet" title="" width="600" height="450" class="alignnone size-full wp-image-5131" /></p><p>The internet is daunting, disorganized and idiosyncratic. Web designers should try to make the user&#8217;s journey as simple and as pleasant as they can. What&#8217;s more, there are certain actions that webmasters would like visitors to perform – to go to a page, to submit some information, for example. For these reasons, knowing how to design and code a beautiful web button is an essential skill for web designers to have.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/web-buttons.jpg" alt="2 web buttons examples" title="" width="640" height="129" class="alignnone size-full wp-image-5100" /></p><p>Sometimes we&#8217;ll <a
href="http://robcubbon.com/designing-web-page-photoshop/">mock-up a web page design in Photoshop</a> first before creating it with code and mark-up. The two operations are quite different but have the same effect. Firstly, I&#8217;m going to show you one way I&#8217;ll make a web button in Photoshop. And then I will explain how to reproduce the exact same visual effect using HTML and CSS.</p><h2>How to make a button in Photoshop</h2><p>First of all create a new document in Photoshop, making sure the color mode is RGB and it&#8217;s 72 ppi.</p><p>Then in the Tool bar (on the left-hand side, usually) select the Rounded Rectangle Tool.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/rounded-rectangle-tool.jpg" alt="rounded-rectangle-tool" title="" width="267" height="167" class="alignnone size-full wp-image-5103" /></p><p>And then in the Options bar (at the top, usually) set the Radius to 5 pixels. The larger the radius the more curved the corners. You will specify this value later in the CSS.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/options-bar-photoshop.jpg" alt="options-bar-photoshop" title="" width="545" height="61" class="aligncenter size-full wp-image-5104" /></p><p>Now you can draw your button by clicking and dragging (with the Rounded Rectangle Tool selected). Don&#8217;t worry about what color it is as we will set this using Layer Styles effects in the Layer Palette.</p><p>So, once you&#8217;re happy with the shape, with the rounded-corner rectangle layer selected, click on the effects icon at the bottom of the Layers palette which is a lower case bold italic <em><strong>fx</strong></em>. Choose any of the options in the resulting drop-down menu and this will open the Layer Style dialog box which hosts a bucket-load of Photoshop goodness!</p><p>It doesn&#8217;t matter which style you work on first but let&#8217;s start with the gradient. Click on <strong>Gradient Overlay</strong> on the left-hand side of the dialog box.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/gradient-layer-style.jpg" alt="gradient-layer-style" title="" width="640" height="423" class="alignnone size-full wp-image-5107" /></p><p>Set your gradient by clicking on the, er, gradient and then choosing two colors in the <strong>Gradient Editor</strong>.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/gradient-editor.jpg" alt="gradient-editor" title="" width="532" height="416" class="alignnone size-full wp-image-5108" /></p><p>By clicking on the &#8220;color stops&#8221; at the beginning and end of the gradient, and then clicking Color underneath, you can eventually choose colors from the Color Picker. (Maybe one too many clicks here, Adobe!) The important thing here is to click to shades of the same color that are quite similar, so that the gradient isn&#8217;t too steep.</p><p>Next, let&#8217;s do the <strong>Stroke</strong> or border. After OKing everything, click on Stroke on the left-hand side of the Layer Style dialog box and, annoyingly you&#8217;ll get a default red border of 3 pixel. (How about making this default to 1 pixel, Adobe!?)</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/stroke.jpg" alt="stroke layer style" title="" width="640" height="414" class="alignnone size-full wp-image-5109" /></p><p>So, change the width to 1 pixel and pick the color of the stroke or border. It&#8217;s sometimes nice to make it the same color as either the beginning or end of the gradient. In this case the darker of the two colors.</p><p>Finally, we want to give the button a subtle one-pixel highlight on the top, under the border. This can be done by making a one-pixel high selection on a different layer but you can do it within the Layer Style dialog box as well. Click on <strong>Inner Shadow</strong> on the left-hand side.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/inner-shadow-style.jpg" alt="inner-shadow-style" title="" width="640" height="400" class="alignnone size-full wp-image-5111" /></p><p>Now, usually shadow styles are dark but they can provide glows or highlights. Click on the black rectangle after the Blend Mode drop-down and change the color from black to white. Choose Normal for the Blend Mode (you won&#8217;t see white in Multiply). Make sure the Angle is straight up 90º and that the Distance and Size are 1 pixel.</p><p>This is really subtle and you can barely see it on this lighter example (the left-hand one of the buttons at the top of this article. But on the darker one it is more noticeable. Either way, this one-pixel highlight at the top of a button gives it a slight 3D effect that will make the visitors love to click on it and your client happy to hire you again!</p><p>That concludes the styling for the button, now for the text.</p><p>Get the Type Tool (T) from the Tool bar and click on the Photoshop document where you want the text to go. Type your text: &#8220;Click me&#8221;, in this example.</p><p>Use the Options bar to select the font, color and size of the text.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/type-options-photoshop.jpg" alt="type-options-photoshop" title="" width="619" height="75" class="alignnone size-full wp-image-5113" /></p><p>To give the dark text a glow under it and the light text a shadow under it we can choose Drop Shadow from the Layer Styles dialog box.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/drop-shadow-glow.jpg" alt="drop-shadow-glow" title="" width="640" height="290" class="alignnone size-full wp-image-5114" /></p><p>Again on the left-hand example on the top, we want to give the text a subtle highlight underneath it so it looks like the text is slightly indented into the button. To do this we, change the Blend Mode to Normal and change the color from black to white. Make sure the Angle is straight up 90º and that the Distance and Size are 1 pixel. (For the example on the right, the Blend Mode will be Multiply and the color a very dark blue.)</p><p>And that&#8217;s how you do it in Photoshop. After your client has approved the design of the buttons you shouldn&#8217;t just save the image out as a JPG and source it in the HTML. You should use CSS to style up the element (which may be <code>input</code> or a <code>p class</code> or an <code>a class</code>).</p><h2>How to style a button in with CSS</h2><p>Here I will give you the styles, for the button below which is similar to the one up top but with slight smaller text. (If you&#8217;re reading this on an RSS feeder, by email or on a scraper site, you won&#8217;t see the following button so you best check it out on the website).</p><p
class="button"><a
href="">Here is the button styled in CSS</a></p><p>Here is the HTML for the text example immediately above. However, most of the time, buttons are marked up with the <code>input</code> tag.</p><blockquote><p><code>&lt;p class="button"&gt;&lt;a href=""&gt;Here is the button styled in CSS&lt;/a&gt;&lt;/p&gt;<br
/> </code></p></blockquote><p>Before you can start on the CSS you need to go back to the Photoshop document. Zoom in to your button and select with the Rectangular Marquee tool (M) a one-pixel wide selection. The height will be the eventual height of the button. You may like to take the Stroke off for this as it may complicate matters and you will be setting this in the CSS.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/copying-a-sprite.jpg" alt="copying-a-sprite" title="" width="515" height="207" class="alignnone size-full wp-image-5124" /></p><p>Cmd/Ctrl-Shift-C to Copy Merged the sprite and then make a New Document in Photoshop (Cmd/Ctrl-N).</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/10/new-photoshop-document.jpg" alt="new-photoshop-document" title="" width="640" height="406" class="alignnone size-full wp-image-5125" /></p><p>The size of the new document will be the size of the sprite you just copied if you have Preset set to Clipboard.</p><p>Paste the 1-pixel wide background gradient into the new document and Save for Web &#038; Devices (Cmd/Ctrl-Opt/Alt-Shift-S) as a fairly good quality JPG to avoid banding.</p><p>The other information you want from the Photoshop document of your button visual is the HEX value of the button&#8217;s Stroke or border and the HEX value of the text color.</p><p>And here&#8217;s the CSS.</p><blockquote><p><code>p.button {<br
/> background: url("path/to/1px-wide-background.jpg") repeat-x #C2CBF4;<br
/> border: 1px solid #C2CBF4;<br
/> border-radius: 5px;<br
/> moz-border-radius: 5px;<br
/> -webkit-border-radius: 5px;<br
/> -khtml-border-radius: 5px;<br
/> font-weight: bold;<br
/> padding: 5px ;<br
/> text-align: center;<br
/> font-family: Helvetica, Arial, Tahoma, sans-serif;<br
/> font-size: 15px;<br
/> font-weight: bold;<br
/> line-height: 24px;<br
/> width: 350px;<br
/> }</p><p>p.button a {<br
/> text-shadow: 0px 1px 1px white;<br
/> color: #4E5FAB;<br
/> text-decoration: none;<br
/> }<br
/> </code></p></blockquote><p>Notice the background has a color as well as a background image (gradient) this is for people who browse without images.</p><h2>Every button should have a hover state</h2><p>Every link or button on a web site should change itself visually when the user&#8217;s mouse is over it. This gives the user the impression that it is a &#8220;live&#8221; or &#8220;active&#8221; area of the screen and therefore will do something if clicked, otherwise it&#8217;s just inactive text or imagery.</p><p>So make sure you set styles for the hover state.</p><blockquote><p><code>p.button a:hover {<br
/> text-decoration: none;<br
/> color: #6E80D0;<br
/> text-shadow: 1px 1px 1px #fff;<br
/> }</p><p>p.button:hover {<br
/> border: 1px solid #8b9be4;<br
/> }</code></p></blockquote><p>In this particular example the background gradient of the button doesn&#8217;t change on the hover but it should do. You can do this by doubling the height of the background sprite by creating a lighter or darker strip of pixels underneath and changing the background image&#8217;s y co-ordinate to show the different pixels.</p><blockquote><p><code>p.button:hover { background-position: 0 40px; }</code></p></blockquote><p>Here the background image will be moved up by 40 pixels when hovered over, showing the lighter or darker pixels. 36 pixels being the height of the button.</p><p>But I&#8217;ll do a proper sprite tutorial on another day!</p><h2>Other tutorials</h2><p>I have another tutorial about more bulging, shiny, jelly buttons. Here is one for <a
href="http://robcubbon.com/how-to-design-a-cool-web-20-button-in-illustrator-and-photoshop">a cool, shiny, web 2.0 button</a>.</p><p
style="text-align: center;"><a
href="http://robcubbon.com/how-to-design-a-cool-web-20-button-in-illustrator-and-photoshop"><img
class="aligncenter" src="http://robcubbon.com/images/a-cool-web-2-shiny-button-home.jpg" alt="cool web2.0 shiny button home"  style="border:none;" /></a></p><p>And, here&#8217;s another tutorial about <a
href="http://robcubbon.com/how-to-design-shiny-web-20-buttons-in-illustrator">how to create cool shiny buttons in Illustrator alone</a>.</p><p
style="text-align: center;"><a
href="http://robcubbon.com/how-to-design-shiny-web-20-buttons-in-illustrator"><img
class="aligncenter" style="border:none;" src="http://robcubbon.com/images/shiny-cool-green-button.jpg" alt="cool web2.0 shiny green button" /></a></p><h2>Let me know what you think</h2><p>Any other top tips for web buttons? I would love to hear what you think in the comments down below. Plus, please feel free to vote for this article with a Tweet, a Like or a Plus One!</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-and-code-a-beautiful-web-button/feed/</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>Designing a Web Page with Photoshop</title><link>http://robcubbon.com/designing-web-page-photoshop/</link> <comments>http://robcubbon.com/designing-web-page-photoshop/#comments</comments> <pubDate>Mon, 18 Jul 2011 12:22:55 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[mock up]]></category> <category><![CDATA[visual]]></category> <category><![CDATA[web page]]></category> <category><![CDATA[website design]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=4510</guid> <description><![CDATA[<p>It is usually better to show a client what a website will look like before the development stage starts. Here are a few tricks for creating website visuals in Photoshop. Getting started Create a large Photoshop document, at least 1200 pixels wide by 900 pixels deep (this can be increased later with Canvas Size), RGB [...]</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://robcubbon.com/wp-content/uploads/2011/07/web-design-photoshop-opp.jpg" alt="web design photoshop" title="" width="600" height="505" class="alignnone size-full wp-image-4525" /></p><p>It is usually better to show a client what a website will look like before the development stage starts. Here are a few tricks for creating website visuals in Photoshop.</p><h2>Getting started</h2><p>Create a large Photoshop document, at least 1200 pixels wide by 900 pixels deep (this can be increased later with Canvas Size), RGB at 72 dpi.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/new-document-photoshop1.jpg" alt="new document photoshop" title="" width="617" height="368" class="alignnone size-full wp-image-4513" /></p><p>I then usually center the design within the 1200 pixels wide canvas by drawing a couple of guides. (Pet peeve: websites that are aligned left with the browser window.) Draw vertical guides by dragging them out from the vertical ruler on the sides of the document. If you can&#8217;t see the rulers go Cmd(Mac)/Ctrl(PC)-R.</p><p>You can do this by eye, although I usually want the width of the website to be exactly 1024 pixels. Zoom in [Cmd(Mac)/Ctrl(PC)-plus] for greater accuracy. You can view/hide the guides by going Cmd(Mac)/Ctrl(PC)-;.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/photoshop-guides.jpg" alt="photoshop guides" title="" width="301" height="223" class="alignnone size-full wp-image-4514" /></p><p>The above example of the guides on the canvas is viewed at a magnification of 17.5%, obviously you will want to work on your design at 100% magnification. The magnification percentage can always be seen in Photoshop at the top of the document&#8217;s window.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/photoshop-window.jpg" alt="photoshop-window" title="" width="310" height="113" class="alignnone size-full wp-image-4516" /></p><h2>Use vectors, Shapes and Smart Objects</h2><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/photoshop-shape-tools.jpg" alt="photoshop shape tools" title="" width="216" height="137" class="alignleft size-full wp-image-4551" />When creating squares, rounded corner objects, buttons, navbars, sidebar backgrounds, etc., it is better to use the <strong>Shapes</strong> from the Tool bar rather that to create them with selections. These are essentially vectors rather than bitmaps so later editing will be easier. If you want to change their color you can click on the layer thumbnail box and select a color with the Color Picker, or add a Layer Style if you want a gradient.</p><p>Similarly, when dealing with logos or any graphical element within a website design it is always better to use vectors not raster graphics. So when pasting in your logo from <a
href="http://robcubbon.com/category/illustrator/">Illustrator</a>, be sure to keep it as a <strong>Smart Object</strong> as you can see below. Now you will be able to increase and reduce the logo&#8217;s size multiple times without worrying about it&#8217;s quality. If you enlarge and reduce a bitmap logo you will soon see the quality affected.</p><p>Another benefit of Smart Objects in Photoshop is that you can double click their icon in the Layers palette and edit the graphic in Illustrator, once this is saved  the Smart Object updates in the Photoshop document. If this Smart Object has been copied and used multiple times in the design (an arrow, an icon, a graphic device) then <em>all</em> instances of this Smart Object will be updated. This is awesome!</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/vectors-smart-objects-photoshop.jpg" alt="vectors-smart-objects-photoshop" title="" width="600" height="206" class="alignnone size-full wp-image-4523" /></p><h2>Name Layers and Layer Groups to keep everything organized</h2><p>A web page can easily have over a hundred different elements and you will need to be able to select them and groups of them quickly in order to move them around.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/photoshop-layers-palette.jpg" alt="photoshop layers palette" title="" width="266" height="364" class="aligncenter size-full wp-image-4553" /></p><p>So group all your layers into layer groups of the main areas of the page (header, footer, sidebar, etc.) this will make things easier if the client suddenly says, &#8220;can we have the sidebar on the opposite side?&#8221;</p><p>One little irritation is that inevitably as you work down the page from top to bottom on the document the layers end up stacked the other way round. I haven&#8217;t found a way around this yet!</p><h2>Layer styles for text shadow</h2><p>We all love layer styles for the ability to add drop shadows, glows, gradients, etc., on to almost anything. It is particularly useful when mimicking the CSS3 text shadow effects in browsers.</p><p>For <strong>dark text shadows</strong>, for example  {1px 1px #000}, use the Drop Shadow effect as default only changing the Distance and Size to 1 pixel.</p><p>For <strong>light text shadows</strong>, for example {1px 1px #000}, use the Drop Shadow effect as default only changing the color from black to white, the Blend Mode to Normal from Mulitply, and the Distance and Size to 1 pixel (see below).</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/navigation-bar.jpg" alt="navigation-bar" title="" width="233" height="49" class="alignnone size-full wp-image-4558" /></p><h2>Grab your color with the Eyedropper</h2><p>To use the Eyedropper tool, simply press the I key and click on the area you want to sample the color from. Then click on the foreground color at the bottom of the Tool bar to open the Color Picker.</p><p><img
src="http://robcubbon.com/wp-content/uploads/2011/07/color-picker-photoshop.jpg" alt="color picker photoshop" title="" width="630" height="453" class="alignnone size-full wp-image-4562" /></p><p>You then get a HEX version of the color that you can use in your CSS mark up. Click &#8220;Add to Swatches&#8221; if you want to easily access this exact color elsewhere in the design.</p><h2>Presenting a web page design to a client</h2><p>You&#8217;ve finally finished the page and you save it out as a JPG, what do you do? Do you just send the JPG to the client? No! Put it in a web page for the client to look at in a browser so there&#8217;s no confusion as to how it looks.</p><p>It&#8217;s also a good idea to add any hover states or drop-downs in the page so the client knows exactly what they&#8217;re getting.</p><p>Here is the HTML I use to show a large JPG centered in a webpage:</p><blockquote><p>&lt;!DOCTYPE html PUBLIC &#8220;-//W3C//DTD XHTML 1.0 Transitional//EN&#8221; &#8220;http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&#8221;&gt;<br
/> &lt;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8221;&gt;<br
/> &lt;head&gt;<br
/> &lt;meta http-equiv=&#8221;Content-Type&#8221; content=&#8221;text/html; charset=UTF-8&#8243; /&gt;<br
/> &lt;title&gt;Home page visual number 1&lt;/title&gt;<br
/> &lt;/head&gt;</p><p>&lt;body style=&#8221;padding:0; margin:0; background:#fff&#8221;&gt;<br
/> &lt;div style=&#8221;margin: 0 auto; padding:0; height:1900px; text-align:center;&#8221;&gt;<br
/> &lt;img src=&#8221;home-1.jpg&#8221;/&gt;&lt;/div&gt;</p><p>&lt;/body&gt;<br
/> &lt;/html&gt;</p></blockquote><p>You have to enter a height on the containing div if the page is very deep, otherwise the client won&#8217;t be able to scroll down.</p><p>Save it as &#8220;home-1.html&#8221; along with the JPG in a folder on your website (I use /dev/client-name) and send the link to the client. When the client comes back with comments, just re-save the HTML file as &#8220;home-2.html&#8221; and don&#8217;t forget to change the image name and title. This allows easy reference to earlier versions.</p><h2>What about you?</h2><p>What little tricks do you employ when creating the visual look of a website in Photoshop? Or do you use Fireworks or some other tool? Please put your excellent suggestions plus any queries in the comments section 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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/designing-web-page-photoshop/feed/</wfw:commentRss> <slash:comments>23</slash:comments> </item> <item><title>Free open source alternatives to Photoshop, InDesign and Illustrator</title><link>http://robcubbon.com/free-open-source-alternatives-to-photoshop-indesign-and-illustrator/</link> <comments>http://robcubbon.com/free-open-source-alternatives-to-photoshop-indesign-and-illustrator/#comments</comments> <pubDate>Tue, 14 Sep 2010 09:47:07 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Illustrator]]></category> <category><![CDATA[InDesign]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[design]]></category> <category><![CDATA[graphic]]></category> <category><![CDATA[open source]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=2540</guid> <description><![CDATA[<p>A guest post from Louise Baker of Zen College Life For web designers, developers and amateur creative types that work with a lot of graphics and image manipulation, the decision of which software to use is an important one. While Adobe Photoshop and its related Creative Suite programs are well respected throughout the world, open [...]</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-2552" src="http://robcubbon.com/wp-content/uploads/2010/09/neon-open-sign.jpg" alt="neon open sign" width="600" height="298" /></p><blockquote><p
style="text-align: center;">A guest post from <strong>Louise Baker</strong> of <strong>Zen College Life</strong></p></blockquote><p>For web designers, developers and amateur creative types that work with a lot of graphics and image manipulation, the decision of which software to use is an important one. While Adobe Photoshop and its related Creative Suite programs are well respected throughout the world, open source software is making some big gains in terms of popularity and acceptance. Each graphics software release continues to push the envelop of what&#8217;s possible in terms of design. Here&#8217;s a quick comparison between the proprietary and free, open source software available for graphic designers and web developers.</p><p><img
class="alignnone size-full wp-image-2541" style="padding-top: 15px;" src="http://robcubbon.com/wp-content/uploads/2010/09/photoshop-vs-gimp-75.jpg" alt="photoshop vs gimp " width="75" height="75" /></p><h3>Photoshop vs. GIMP</h3><p>As the ultimate Swiss Army Knife of image manipulation and layout creation, the latest version of <a
href="http://www.adobe.com/products/photoshop/photoshop/">Adobe Photoshop</a> offers an impressive array of capabilities for almost every need. Photoshop handles paths, layers, color saturation and transparency impeccably. It&#8217;s easily the most polished raster graphics editor available. It&#8217;s also fairly expensive, retailing at a price of $699. It&#8217;s main competitor is the GNU Image Manipulation Program, also commonly referred to simply as <a
href="http://www.gimp.org/">GIMP</a>. GIMP is free, stable and supports a rich ecosystem of handy plugins, brushes and tools to extend the functionality of the basic program, but illustrators who are long used to Photoshop may find GIMP too dissimilar to use effectively.</p><p><img
class="alignnone size-full wp-image-2542" style="padding-top: 15px;" src="http://robcubbon.com/wp-content/uploads/2010/09/indesign-vs-scibus-75.jpg" alt="indesign vs scibus" width="75" height="75" /></p><h3>InDesign vs. Scribus</h3><p>When it comes to desktop publishing applications, the <a
href="http://www.adobe.com/products/indesign/index.html">Adobe InDesign</a> package is the go-to program for crafting newsletters, posters, promotional fliers and e-books. It allows even the most inexperienced user the ability to quickly and easily set layouts and play around with designs. <a
href="http://www.scribus.net/">Scribus</a> is the closest equivalent to InDesign in terms of ease of use and functionality. Boasting many of InDesign&#8217;s main features and with a similarly uncomplicated user interface, Scribus is available as a free download for Mac OS X, Windows and Linux. The major drawback is its inability to work with the file formats used by Adobe&#8217;s InDesign.</p><p><img
class="alignnone size-full wp-image-2543" style="padding-top: 15px;" src="http://robcubbon.com/wp-content/uploads/2010/09/illustrator-vs-inkscape.jpg" alt="illustrator vs inkscape" width="75" height="75" /></p><h3>Illustrator vs. Inkscape</h3><p>Finally, there&#8217;s the matter of vector graphics editing. <a
href="http://www.adobe.com/products/illustrator/">Adobe Illustrator</a> is one of the oldest vector graphics tools on the market. As such, it&#8217;s a highly stable and powerful way to work with icons, logos and any other type of 3D graphics that are beyond the capabilities of Photoshop or GIMP. Popular with Linux users, <a
href="http://inkscape.org/">Inkscape</a> has many of the same capabilities as Adobe Illustrator when it comes to vector graphics manipulation. Though lacking some of the refinement of Illustrator, it consistently produces smaller, lighter SVG files without a lot of &#8220;garbage code&#8221; and bloat.</p><h3>Conclusion</h3><p>Though pricey, using Adobe software has some key benefits. The Adobe Creative Suite is the industry standard for graphic design at present and will remain dominant for the foreseeable future. As such, there are many more tutorials and guides available online for beginners. Open source software, though free, has a steeper learning curve and can be challenging for the inexperienced. For many, the established community of developers using Adobe software and the support system they provide is enough of a reason to choose Creative Suite tools. For more advanced users, open source software is an appealing and low-cost alternative.</p><blockquote><p><strong>Louise Baker</strong> is a freelance blogger and journalist who writes for Zen College Life, the directory of higher education, distance learning, and <a
href="http://www.zencollegelife.com">online schools</a>. She most recently wrote about the <a
href="http://www.zencollegelife.com/the-top-10-best-online-schools/">top online colleges</a>.</p></blockquote><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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/free-open-source-alternatives-to-photoshop-indesign-and-illustrator/feed/</wfw:commentRss> <slash:comments>18</slash:comments> </item> <item><title>How to create a simple flat web button</title><link>http://robcubbon.com/how-to-create-a-simple-flat-web-button/</link> <comments>http://robcubbon.com/how-to-create-a-simple-flat-web-button/#comments</comments> <pubDate>Tue, 16 Mar 2010 16:36:17 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[button]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[web]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=1118</guid> <description><![CDATA[<p>Here is an in depth tutorial explaining how to create the flat web button below in Photoshop and introducing the concept of the web designers&#8217; secret penultimate pixels! Go cmd/cntl-N or File &#62; New&#8230; to create a new Photoshop document of the size of your button. This one has a width of 175 pixels and [...]</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>Here is an in depth tutorial explaining how to create the flat web button below in Photoshop and introducing the concept of the web designers&#8217; secret penultimate pixels!</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/flat-button.jpg" alt="flat button" /></p><p>Go cmd/cntl-N or File &gt; New&#8230; to create a new Photoshop document of the size of your button. This one has a width of 175 pixels and a height of 35 but it can be any size. (You knew that, didn&#8217;t you?). The Resolution should be 72 pixels per inch and Color Mode RGB for websites, of course, and I have the Background Contents to be White as the button is going on an area of a website that has a white background.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/new-photoshop-document-box.jpg" alt="New photoshop document box" /></p><p>Draw a rounded rectangle with, you guessed it, the Rounded Rectangle Tool (U) make the radius 3 pixels in the Options bar at the top.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/rounded-rectangle-tool-photoshop.jpg" alt="rounded rectangle tool photoshop" /></p><p>Make sure the rounded rectangle snaps to the edges and fits exactly the size of the image. It doesn&#8217;t matter what color. Here&#8217;s a gray one zoomed in to 200%.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/gray-flat-button-200-percent.jpg" alt="gray flat button 200 percent" /></p><p>Now there are two Layer Styles you want to give the rounded rectangle &#8211; Gradient Overlay and Stroke. So with the rounded rectangle selected in the Layers palette go to the &#8220;fx&#8221; icon at the bottom and choose Gradient Overlay.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/gradient-overlay-layer-style.jpg" alt="gradient overlay layer style" /></p><p>On the first panel you should make sure that the angle of the gradient is either 90º or -90º so the gradient either goes straight up or straight down. (Otherwise keep the default values of Normal Blend Mode, 100% Opacity, Linear Style and 100% Scale). To choose the actual colors of the gradient you need to click on the gradient to get the Gradient Editor to pop-up.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/photoshop-gradient-editor.jpg" alt="photoshop gradient editor" /></p><p>Here the trick is to choose two colors that are of the same tone but very close together so that you can only just tell them apart. To choose the colors click of one of the colored squares (stops) with triangles on top of them underneath the gradient (the default is black and white). Once the stop is clicked on, click on the color where it says &#8220;Color:&#8221; and that will give you a Select stop color box. Here I have also copied the darker of the two colors in the Gradient Editor by option dragging the stop. This ensures that more of the gradient is a solid color and the color change occurs more quickly at one end (in this case at the top).<br
/> And the second Layer Style is Stroke. Here you want to choose a color that is darker than the darker of your two colors but only just (with the same degree of separation as the difference between the two colors in the gradient. The size should be 1 pixel and the Position should be Inside. The other values should be the default ones.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/stroke-layer-style-photoshop.jpg" alt="stroke layer style photoshop" /></p><p>Now your button should look like this:</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/boring-flat-button.jpg" alt="boring flat button" /></p><p>&#8230; a little too flat! Now we&#8217;ve got to get a bit creative with our penultimate pixels!</p><h3>The web designer&#8217;s secret penultimate pixels!</h3><p>In order to give the illusion of a flat but 3D button there needs to be a slight highlight near the top and a slight shadow near the bottom &#8211; so slight, in fact, it&#8217;ll be the height of one pixel; so near the top and bottom, in fact, it will be offset by one pixel. In order to do this, it is necessary to create a new layer and select the Single Row Marquee Tool.</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/create-new-layer-marquee.jpg" alt="create new layer and select the Single Row Marquee Tool" /></p><p>You will need to zoom in to your button by going Cmd/Ctrl-+ a few times. And then position your single row of pixels with the marquee on the second row of pixels just below the top. You can do this easily by just dragging the Single Row Marquee Tool to the top of the image and then moving it down one pixel by hitting the down cursor key once. Now fill this white &#8211; (get the Default Background and Foreground Colors by hitting &#8220;D&#8221; and filling with the Foreground Color (white) by going alt/opt-delete). This will leave you with this:</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/flat-button-white-line.jpg" alt="flat button with white line" /></p><p>The do the same again but for the black line. First create a new layer (very important that the white and black lines are on different layers for reasons you will see in a moment), then put a row of black pixels on the second to bottom row of pixels using the same method. And you will be left with something like this:</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/flat-button-white-line-black-line.jpg" alt="flat button with white line and black line" /></p><p>There&#8217;s one more important thing to be done with these pixels. As the corners of this button are slightly rounded we need to shave a couple of pixels off the ends of the black and white lines. You can do this with the Rectangular Marquee Tool (M) and using the cursor keys for positioning. Remember the marquee will move one pixel to the left, right or up or down every time you hit one of the cursor keys. If nothing happens when you hit delete be sure you are on the correct layer!</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/flat-button-deleting-pixels.jpg" alt="flat button deleting pixels" /></p><p>When you&#8217;re finished you will be left with something like this, with two pixels deleted off both ends off the black and white lines:</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/flat-button-white-line-black-line-shorter.jpg" alt="flat button with white and black lines shorter" /></p><p>The last thing that remains to be done (as you can see above) is just to make the white penultimate pixels line less prominent. Do this by changing the white line&#8217;s layer opacity to 30% (hit &#8220;3&#8243; with the layer selected).<br
/> And now you should by left with this:</p><p
style="text-align: center;"><img
class="aligncenter" src="http://robcubbon.com/images/flat-button-blank.jpg" alt="blank flat button" /></p><h3>Other web button tutorials</h3><p>This is a very flat button. I have written lots of tutorials about more bulging, shiny, jelly buttons. Here is one for <a
href="http://robcubbon.com/how-to-design-a-cool-web-20-button-in-illustrator-and-photoshop">a cool, shiny, web2.0 button</a>. (If anyone get excited by my use of the expression &#8220;web2.0&#8243; to describe the look of a button, please be advised that it wasn&#8217;t me who coined that first as a design term!!!)</p><p
style="text-align: center;"><a
href="http://robcubbon.com/how-to-design-a-cool-web-20-button-in-illustrator-and-photoshop"><img
class="aligncenter" src="http://robcubbon.com/images/a-cool-web-2-shiny-button-home.jpg" alt="cool web2.0 shiny button home"  style="border:none;" /></a></p><p>And, here&#8217;s another tutorial about <a
href="http://robcubbon.com/how-to-design-shiny-web-20-buttons-in-illustrator">how to create cool shiny buttons in Illustrator alone</a>.</p><p
style="text-align: center;"><a
href="http://robcubbon.com/how-to-design-shiny-web-20-buttons-in-illustrator"><img
class="aligncenter" style="border:none;" src="http://robcubbon.com/images/shiny-cool-green-button.jpg" alt="cool web2.0 shiny green button" /></a></p><p>That&#8217;s all for now and please accept a big apology, especially to my regular readers, for the month&#8217;s gap in between my last two posts. I will shortly be writing and backlogging a number of great posts about design and marketing so this won&#8217;t happen again. Goodbye, everybody!</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-create-a-simple-flat-web-button/feed/</wfw:commentRss> <slash:comments>3</slash:comments> </item> <item><title>How to put an image in another image</title><link>http://robcubbon.com/how-to-put-an-image-in-another-image/</link> <comments>http://robcubbon.com/how-to-put-an-image-in-another-image/#comments</comments> <pubDate>Mon, 21 Sep 2009 15:59:32 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[curves]]></category> <category><![CDATA[cut out]]></category> <category><![CDATA[montage]]></category> <category><![CDATA[technique]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=745</guid> <description><![CDATA[<p>I&#8217;ve done many articles about Photoshop in this blog. And many of them concern photo montage where a composite photograph is created by joining two or more other photographs. However, this article has come from something I&#8217;ve seen in studying my Google Analytics. An awful lot of people arrive at my site having typed 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
src="http://robcubbon.com/images/obama-brown-putin-jintao-babies.jpg"  alt="Barack Obama, Gordon Brown, Vladimir Putin and Hu Jintao's heads put on babies' bodies with Photoshop"/></p><p>I&#8217;ve done many articles about <a
href="http://robcubbon.com/category/photoshop">Photoshop</a> in this blog. And many of them concern <a
href="http://robcubbon.com/how-to-design-a-montage-in-photoshop">photo montage</a> where a composite photograph is created by joining two or more other photographs.</p><p>However, this article has come from something I&#8217;ve seen in studying my Google Analytics. An awful lot of people arrive at my site having typed the keywords <strong>&#8220;how to put one image on another image&#8221;</strong> or something like that. So I thought I would try to explain the basics of photo montaging in Photoshop.</p><h3>The basics</h3><p>In Photoshop, make a selection (see how later on) of one part of one image. Copy it (Cmd/Ctrl-C). Open another image. And paste it (Cmd/Ctrl-V). And now you will find the pasted element as an extra layer in the Layers palette (Window > Layers F7). Use Free Transform (Cmd/Ctrl-T) to size, rotate and move it to where you would like it to go.</p><h3>Making selections and cutting out</h3><p><img
src="http://www.robcubbon.com/images/obama-head-selection.jpg" style="border: 0; float: left; margin: 5px 10px 10px 0px;"  alt="Showing image of Obama's head selected in Photoshop"/>There are many different ways of selecting certain areas of an image in Photoshop. Different techniques will suit different images. For example, with Obama on the left, his head was shot against a very uniformly brown background. Because of this I was able to very easily select that color (with the Magic Wand Tool (W)), inverse the selection (Cmd/Ctrl-Shift-I) and copy.</p><p>However, in the case of these selections, I&#8217;d feathered them first. Feathering applies a blur to the edges of the selection which helps to create the illusion of the pasted element &#8220;belonging&#8221; to the background image rather than looking definitely cut out with hard edges. In order to feather a selection: with the selection &#8220;live&#8221; (ie. you can see the &#8220;marching ants&#8221; as in the Obama head) go Select > Modify > Feather&#8230; (Cmd/Ctrl-Opt/Alt-D) and enter the width of the blur in pixels. Mac users: this keystroke hides/reveals the dock, anyone know how to stop this happening?</p><p>One of the other more usual methods of cutting out parts of images in Photoshop is with the Path Tool (P).</p><h3>Putting a part of one image seamlessly onto another</h3><p><img
src="http://robcubbon.com/images/original-babies.jpg"  alt="original background image of 5 babies sitting"/></p><p>Here is the original image of the babies. Don&#8217;t they look nice!</p><p>As always with images of people, skin tones and lighting are very important. It&#8217;s very rare that you can cut out a head from one image and paste it on to another without any further work. With this image I used Curves (Image > Adjust > Curves&#8230; (Cmd/Ctrl-M)) to match the skin tones of the heads to the skin tones of the babies&#8217; bodies.</p><p>I have already mentioned feathering as a method of blurring the edges of the cut out. This process can be continued with Layer Masks. Click on the Add Layer Mask icon in the Layers palette (it looks a bit like a washing machine) and use the Brush Tool (B) with a black brush will “erase” areas of that layer. Use a soft brush and play around with opacities.</p><h3>Who are these guys?</h3><p>If you&#8217;re wondering, from left to right the babies are: Vladimir Putin (Russia), Hu Jintao (China), Gordon Brown (UK) and Barack Obama (USA).</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-put-an-image-in-another-image/feed/</wfw:commentRss> <slash:comments>2</slash:comments> </item> <item><title>Changing the shape of a leaf in Photoshop</title><link>http://robcubbon.com/changing-the-shape-of-a-leaf-in-photoshop/</link> <comments>http://robcubbon.com/changing-the-shape-of-a-leaf-in-photoshop/#comments</comments> <pubDate>Wed, 15 Jul 2009 11:37:17 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[images]]></category> <category><![CDATA[masks]]></category> <category><![CDATA[montage]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=653</guid> <description><![CDATA[<p>I did this montage to illustrate marketing material that was highlighting Africa as a young and emerging economy. I had a photo of an ordinary seedling growing out of earth in someone&#8217;s hands. I created another layer of this picture (Cmd/Ctrl-J) and cloned out the seedling using the Rubber Stamp Tool (S). I then went [...]</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://robcubbon.com/images/africa-seedling.jpg"  alt="a seedling in earth in a pair of hands with leaves in the shape of the continent of Africa"/></p><p>I did this montage to illustrate marketing material that was highlighting Africa as a young and emerging economy.</p><p>I had a photo of an ordinary seedling growing out of earth in someone&#8217;s hands. I created another layer of this picture (Cmd/Ctrl-J) and cloned out the seedling using the Rubber Stamp Tool (S). I then went back to the original picture and cut around one of the leaves with the Lasso Tool (L) &#8211; there was absolutely no need to be precise with this cut out. This roughly cut out leaf was then pasted over the top layer of just the hands and earth. I then had to find an Africa shape.</p><h3>Finding vector maps and images</h3><p>Luckily there are some great free vector resources out there. I could give you a list here but just Google &#8220;free vector&#8221; and you&#8217;ll find some great ones. To find a map of the world in vector simply type &#8220;free vector map&#8221; or something like that and then have a look at the image search &#8211; I find this speeds things up a bit. Here you can compare at least 20 (hopefully) free vectors without having to go to the individual websites. The one at <a
href="http://www.vectorvault.com">Vector Vault</a> looked nice and simple.</p><h3>Layer masks in Photoshop</h3><p>Next, I simply isolated the Africa shape I wanted in Illustrator and copied and pasted it into my Photoshop document (choosing Smart Object) and sized and rotated it over the leaf I had cut out earlier. Then a Cmd/Ctrl click on the icon of the Smart Object in the Layers palette makes a selection of the shape and then a click on the Add Layer Mask icon with the leaf layer selected turns the leaf into the Africa shape. It’s at the bottom of the Layers palette and some say it looks a bit like a washing machine!</p><h3>Finishing touches</h3><p>Some areas of the map of Africa weren&#8217;t filled up with the leaf so I cloned areas of the leaf out to reach the edge of the Africa shape.</p><p>As the Smart Object of the Africa shape is vector I found it gave the leaf an unrealistic sharp edge. To counteract this I blurred the layer mask of the leaf not the leaf itself otherwise the sharp edge would have remained. For blurring I usually go Filters > Blur > Gaussian Blur and choose the Radius (usually somewhere between 0.5 and 2). I had to make sure I had the layer mask selected not the layer itself when applying the filter by clicking on the layer mask. When you’re editing the layer mask the rectangle of it will have a thicker border in the Layers palette. (If you click on the layer icon itself the thicker border will move from the layer mask on the right to the layer icon on the left so you know which one you are working on).</p><p>Lastly I added some Inner Glow to the leaves to give them a realistic yellowy edge.</p><p><img
src="http://robcubbon.com/images/layers-palette.jpg"  alt="Layers palette from Photoshop showing how to change the shape of a leaf"/></p><p>Below is another one I did of a single leaf. Above you can see the layers palette from the image below &#8211; the leaf with the Africa shape layer mask is above the layer with the cloned out seedling.</p><p><img
src="http://robcubbon.com/images/africa-leaf.jpg"  alt="a leaf in earth in a pair of hands with leaves in the shape of the continent of Africa"/></p><p>So, I hope that made sense to everybody. Sometimes it&#8217;s difficult to explain Photoshop practices without doing loads of screen shots. Would anyone do this in a different way? How does this compare to your Photoshop methods?</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/changing-the-shape-of-a-leaf-in-photoshop/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>How to design a color page magazine advertisement</title><link>http://robcubbon.com/how-to-design-a-color-page-magazine-advertisement/</link> <comments>http://robcubbon.com/how-to-design-a-color-page-magazine-advertisement/#comments</comments> <pubDate>Sun, 17 May 2009 16:09:11 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[InDesign]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[ad]]></category> <category><![CDATA[advertisement]]></category> <category><![CDATA[color]]></category> <category><![CDATA[design]]></category> <category><![CDATA[graphic designer]]></category> <category><![CDATA[images]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=527</guid> <description><![CDATA[<p>H&#8217;mm, well, I&#8217;m not going to explain everything about print advertising in one little blog post. However, having just supplied a page ad for a magazine I thought I&#8217;d explain a bit about the process I went through from the initial ideas to supplying the final artwork. Supplying initial ideas Some designers will tell you [...]</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><a
title="Color page magazine advertisement sample" class="thickbox" rel="set_1" href="http://robcubbon.com/images/color-page-advertisement-sample.jpg"><img
style="border: 0; float: left; margin: 0px 10px 0px 0px;" src="http://www.robcubbon.com/images/color-page-advertisement-sample-small.jpg" alt="Color page advertisement sample" /></a>H&#8217;mm, well, I&#8217;m not going to explain everything about print advertising in one little blog post. However, having just supplied a <a
title="Color page magazine advertisement sample" class="thickbox"  href="http://robcubbon.com/images/color-page-advertisement-sample.jpg">page ad for a magazine</a> I thought I&#8217;d explain a bit about the process I went through from the initial ideas to supplying the final artwork.</p><h3>Supplying initial ideas</h3><p>Some designers will tell you that they always design one option for themselves and one for the client. One very beautifully &#8220;designed&#8221;; the other more commercial. Personally, I like to supply two or three options, all of them for the client.</p><p>Try to show the client variety in your options and discuss the strengths and weaknesses of the different designs so that you can understand exactly what is needed.</p><h3>Choosing great typefaces</h3><p>Sometimes I like to use a combination of a serif and a sans serif typeface. Here the title is in the elegant Didot font and the body is in Futura, mostly Futura Light. Also instead of making body, or even title fonts, in black, I&#8217;ve experimented with different shades of gray.</p><h3>Dealing with photography</h3><p>If your advertisement has a product image in it – or any image for that matter – it is necessary to get it to reproduce as well as possible.</p><p><img
style="border: 0; float: left; margin: 0px 10px 5px 0px;" src="http://www.robcubbon.com/images/page-ad-photo-original.jpg" alt="Page ad photo original" /><img
style="border: 0; float: left; margin: 0 0 5px;" src="http://www.robcubbon.com/images/page-ad-photo-re-touched.jpg" alt="Page ad photo re-touched" /></p><p>The photo that was decided upon for this ad was of a mature man modeling the product. There were a number of things about the photo that were improved upon (blotchy skin, dirty fingernails, wrinkles, etc.) The original photo is on the left; the re-touched photo on the right.</p><p>To make these improvements in Photoshop I used the Clone Stamp Tool (S) to get rid of blemishes and the Dodge Tool (O) to lighten areas.</p><p>Lastly, I changed the image&#8217;s mode to CMYK and made sure in Image Size that it was roughly the size it will be when reproduced with a resolution of 300 ppi.</p><h3>Writing great copy</h3><p>I could write a lot more about this subject, especially about the headline. This headline actually came from the client and, along with the picture, fulfills most headline criteria. It is attractive, attention-grabbing and clear.</p><p>Always be at pains to make the text as simple as possible, being informative about the benefits of the product or service.</p><p>And &#8230; don&#8217;t forget the spell check.</p><h3>Supplying the artwork</h3><p>Make sure all images and logos were high resolution and CMYK. Also make sure that the text was CMYK, especially that the black or gray text is made out of K (key black), without any C, M or Y. There should be no RGB colors in the artwork.</p><p>I laid this out in <a
href="http://robcubbon.com/category/indesign/">Adobe InDesign</a> and exported it as a PDF/X-1a:2001. I finally checked it in Adobe Acrobat Professional where you can see all four plates separately to check that there aren&#8217;t any rogue elements in the ad that may cause problems later.</p><p>I have written further information about <a
href="http://robcubbon.com/preparing-artwork-for-print/">preparing artwork for print</a> and <a
href="http://robcubbon.com/supplying-artwork-to-printers/">supplying artwork to printers</a> in this website.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-a-color-page-magazine-advertisement/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>How to pitch, promote and market your ideas</title><link>http://robcubbon.com/how-to-pitch-promote-and-market-your-ideas/</link> <comments>http://robcubbon.com/how-to-pitch-promote-and-market-your-ideas/#comments</comments> <pubDate>Wed, 01 Apr 2009 23:09:32 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Business]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[business idea]]></category> <category><![CDATA[graphic designer]]></category> <category><![CDATA[great marketing]]></category> <category><![CDATA[marketing ideas]]></category> <category><![CDATA[perspective]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=428</guid> <description><![CDATA[<p>I did this lectern idea for a company that did events where entrepreneurs pitch to investors. People from the UK will be familiar with this notion from the Dragons&#8217; Den TV show. I&#8217;ve been a big fan of the show and I&#8217;ve always wondered how I would fair pitching a business idea. I would 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
src="http://robcubbon.com/images/lectern-pitch-promote-ideas.png" style="border: 0; float: left; margin: 0px 5px 0px 0px;" alt="lectern with how to pitch and promote your ideas on it"/>I did this lectern idea for a company that did events where entrepreneurs pitch to investors. People from the UK will be familiar with this notion from <a
href="http://www.bbc.co.uk/dragonsden/">the Dragons&#8217; Den TV show</a>. I&#8217;ve been a big fan of the show and I&#8217;ve always wondered how I would fair pitching a business idea.</p><p>I would do catastrophically badly.</p><p>I am particularly bad at public speaking. But, even if I weren&#8217;t what would it matter if I said: &#8220;I am an excellent <strong>graphic designer</strong> and I have great marketing ideas when it comes to <strong>promoting businesses</strong>.&#8221;</p><p>Why would anyone believe me? This is why I am a great believer in <a
href="http://robcubbon.com/how-to-market-yourself-1-introduction/">the website being your permanent shop window</a>.</p><p>It is much better (for me at least) to get your potential clients knocking at your door rather that the other way around. That is why I always eulogize about the benefits of writing constantly about what you do in order to advertise your services to the world.</p><h3>How to create this in Photoshop</h3><p>Re-sizing and putting <a
href="http://robcubbon.com/how-to-design-perspective-in-photoshop/">perspective into type is easy in Photoshop</a>. Here&#8217;s how I put the text onto the lectern picture.</p><p>First of all, create the text you want with the Type tool (T). When you are doing this it is important to make it as large as possible. The reason for this is that it need to be rasterized in order to apply perspective.</p><p>The next step (you guessed it) is to rasterize the type layer. Go Layer > Rasterize > Type or right-click (PC) or Cntl-click (Mac) on the type layer and select Rasterize Type.</p><p>Now go Edit > Free Transform, or Cntl/Cmd-T and you will see a box around the text with eight anchor points on it. In order to apply perspective Cntl/Cmd-alt-shift-click on one of the four corner anchors and drag. But what you will find easier is just a Cntl/Cmd-click on one of the four corners of the Free Transform box to move that corner to wherever you want. Finally hit return to render the transform.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-pitch-promote-and-market-your-ideas/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>Photoshop a flag inside a country</title><link>http://robcubbon.com/put-a-flag-inside-a-country-with-photoshop/</link> <comments>http://robcubbon.com/put-a-flag-inside-a-country-with-photoshop/#comments</comments> <pubDate>Thu, 26 Mar 2009 16:12:27 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[channels]]></category> <category><![CDATA[image]]></category> <category><![CDATA[mask]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=374</guid> <description><![CDATA[<p>This is was a Photoshop image I did to illustrate how Chinese national oil companies were active in Africa. I&#8217;d tried recently many vector flags and country outlines solutions to similar illustrative quandaries and I thought this time it was nice to do it all in Photoshop. I created the mask of the outline of [...]</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://robcubbon.com/images/china-africa.jpg"  alt="China's flag inside African continent"/></p><p>This is was a <a
href="http://robcubbon.com/category/photoshop/">Photoshop</a> image I did to illustrate how Chinese national oil companies were active in Africa.</p><p>I&#8217;d tried recently many vector flags and country outlines solutions to similar illustrative quandaries and I thought this time it was nice to do it all in Photoshop.</p><p>I created the mask of the outline of Africa by copying the Blue Channel and adapting it to be a selection of only the part of the map that was Africa. Here is explained <a
href="http://robcubbon.com/using-photoshop-channels-to-create-cool-montages/">using Channels to make masks and selections</a> on a similar image.</p><p>Once you are happy with the extra Channel, it&#8217;s a Cmd/Ctrl click on it to make it a selection then over to the layer you want masked and a click on the Add layer mask icon in the Layers palette. The beauty of this way of masking is that the mask can added to or subtracted from with the Brush tool(B) or even blurred to create the effect you want.</p><p>After this was done it was the usual playing round with layer blend modes to get the best effect. The top flag layer I had on Normal with an Opacity of 60% and under that I had another duplicate layer with a Hard Light blend mode. Underneath was just the original map image as a Background layer.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/put-a-flag-inside-a-country-with-photoshop/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>Exciting business card design</title><link>http://robcubbon.com/exciting-business-card-design/</link> <comments>http://robcubbon.com/exciting-business-card-design/#comments</comments> <pubDate>Tue, 03 Mar 2009 18:07:03 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Illustrator]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[artwork]]></category> <category><![CDATA[blur]]></category> <category><![CDATA[business cards]]></category> <category><![CDATA[design]]></category> <category><![CDATA[graphic]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=363</guid> <description><![CDATA[<p>This is an illustration I did for a business card which I designed and created in Illustrator and Photoshop for a motorsports development fund. Rather than the standard old 86.6 mm by 53.98 mm rectangular thing they asked for a graphic representation of a Formula One steering wheel. It&#8217;s great when clients come up with [...]</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://robcubbon.com/images/f1-steering-wheel-business-card.png" alt="Exciting business card design of a formula one steering wheel" /></p><p>This is an illustration I did for a <strong>business card</strong> which I designed and created in Illustrator and Photoshop for a motorsports development fund.</p><p>Rather than the standard old 86.6 mm by 53.98 mm rectangular thing they asked for a graphic representation of a Formula One steering wheel. It&#8217;s great when clients come up with brilliant ideas!</p><p>I was really inspired by this job and, after searching Google images for examples of these steering wheels, I set to work first in Illustrator. Here is the basic outline I did together with two of the dials.</p><p><img
src="http://robcubbon.com/images/f1-steering-wheel-illustrator.jpg" alt="formula one steering wheel initial Illustrator work" /></p><p>As you can see I did only the very basic outlines in Illustrator although I did take care to get the dials and lights looking fairly realistic. Once I had done one dial I grouped the objects, copied them and then re-colored them with the Recolor Artwork button that sits in the Control palette at the top of the screen (see above). This is a really great way to change the hue of a group of objects.</p><p>Once I was happy with it in Illustrator and had every major object on different layers I exported the document as a .PSD in Illustrator (File &gt; Export&#8230;). Then I opened the same document in Photoshop and began the finishing touches.</p><p>The most important thing to do in Photoshop was to add the highlights, which really add realism to the illustration. I also added a bit of blurring to the main body of the steering wheel as well as noise to the dials.</p><p>Finally, the outline path from the original Illustrator file was used as the die cut for the printers to cut around the edge of the illustration.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/exciting-business-card-design/feed/</wfw:commentRss> <slash:comments>24</slash:comments> </item> <item><title>Turn your client&#8217;s photos into beautiful images</title><link>http://robcubbon.com/turn-your-clients-photos-into-beautiful-images/</link> <comments>http://robcubbon.com/turn-your-clients-photos-into-beautiful-images/#comments</comments> <pubDate>Tue, 08 Jul 2008 13:41:52 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Illustrator]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[artboard]]></category> <category><![CDATA[assorted brushes]]></category> <category><![CDATA[beautiful]]></category> <category><![CDATA[beautiful design]]></category> <category><![CDATA[blend modes]]></category> <category><![CDATA[blur]]></category> <category><![CDATA[brush tool]]></category> <category><![CDATA[budgets]]></category> <category><![CDATA[client]]></category> <category><![CDATA[color]]></category> <category><![CDATA[color mode]]></category> <category><![CDATA[colouring]]></category> <category><![CDATA[colours]]></category> <category><![CDATA[cover]]></category> <category><![CDATA[design]]></category> <category><![CDATA[double click]]></category> <category><![CDATA[element]]></category> <category><![CDATA[elements]]></category> <category><![CDATA[extreme amounts]]></category> <category><![CDATA[gaussian blur]]></category> <category><![CDATA[greyscale]]></category> <category><![CDATA[hue]]></category> <category><![CDATA[images]]></category> <category><![CDATA[modes]]></category> <category><![CDATA[opacities]]></category> <category><![CDATA[opacity]]></category> <category><![CDATA[original photo]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[photo]]></category> <category><![CDATA[photograph]]></category> <category><![CDATA[photographers]]></category> <category><![CDATA[photos]]></category> <category><![CDATA[photoshop document]]></category> <category><![CDATA[pixel dimensions]]></category> <category><![CDATA[portrait]]></category> <category><![CDATA[portraits]]></category> <category><![CDATA[professional portrait]]></category> <category><![CDATA[psd]]></category> <category><![CDATA[smoothness]]></category> <category><![CDATA[snap]]></category> <category><![CDATA[toucher]]></category> <category><![CDATA[trace]]></category> <category><![CDATA[white background]]></category> <category><![CDATA[workaround]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=166</guid> <description><![CDATA[<p>The problem Err, sorry, the challenge. How many times does this happen? You have an otherwise beautiful design and your client insists on including pictures of people who&#8217;s images weren&#8217;t taken by one of the world&#8217;s best photographers. This is a reoccurring hitch; we have to include pictures of the CEO, the MD, the whoever, [...]</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://www.robcubbon.com/images/client-photoshop-image.jpg" title="A client's portrait as a beautiful photoshop image example 1" alt="A client's portrait as a beautiful photoshop image example 1"/></p><h3>The problem</h3><p>Err, sorry, the challenge. How many times does this happen? You have an otherwise beautiful design and your client insists on including pictures of people who&#8217;s images weren&#8217;t taken by one of the world&#8217;s best photographers.</p><p>This is a reoccurring hitch; we have to include pictures of the CEO, the MD, the whoever, but there&#8217;s not the budget or the time to get a professional portrait done only a happy snap of 20k.</p><p><img
src="http://www.robcubbon.com/images/client-photoshop-image-2.jpg" title="A client's portrait as a beautiful photoshop image example 2" alt="A client's portrait as a beautiful photoshop image example 2"/></p><h3>The solution</h3><p>Or is it the workaround? As you can see above, it&#8217;s not difficult. Turn your original photo into greyscale and cut it out. Feather or blur the edges in certain parts of the photo by extreme amounts. This is particularly necessary if the subject is leaning up against a wall or has someone else standing in front of them. Go either Filter > Blur > Gaussian Blur&#8230; or Filter > Noise > Median&#8230;, or, preferably, do both.</p><p>Prepare your Photoshop document with a white background while experimenting with swathes of colours and blends on different layers. Play around with the blend modes, &#8220;Multiply&#8221; will be useful. These different colour layers can be used for other portraits, simply change their hue and positioning. Add some more layers on top of white lines with some assorted brushes.</p><p>Now comes the clever bit. I found this much easier in Illustrator. Save your Photoshop document noting the pixel dimensions and color mode. Create a new Illustrator document mirroring the dimensions and color mode. Place the PSD on artboard, lock layer, create new layer, and with the brush tool (B) selected, trace certain areas of your image to make it look like an old-fashioned re-toucher has had a go at it. Set artistic brushes (found in the Brushes palette) to some of these lines (&#8220;Artistic_ChalkCharcoalPencil&#8221; was my favourite). This is easier to do in Illustrator rather than Photoshop because the lines can be evened out (double click or the Brush tool in Illustrator and make sure the smoothness is around 0).</p><p>You may like to copy and paste these elements bit by bit over to the Photoshop document or, having put them on different layers in Illustrator, export it as a PSD and then copy over the layers. Either way, you will want to further experiment with layer blend modes and opacities for these artistic touches.</p><p>This was not my idea. I was contacted by <a
href="http://www.thetalentbusiness.com/">The Talent Business</a> to do this for their new staff members. See their &#8220;Who to talk to&#8221; section.</p><p>Here are the originals:</p><p><img
src="http://www.robcubbon.com/images/client-original-image.jpg" title="Original client photos" alt="Original client photos"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/turn-your-clients-photos-into-beautiful-images/feed/</wfw:commentRss> <slash:comments>25</slash:comments> </item> <item><title>Designing for the digital grapevine</title><link>http://robcubbon.com/designing-for-the-digital-grapevine/</link> <comments>http://robcubbon.com/designing-for-the-digital-grapevine/#comments</comments> <pubDate>Wed, 11 Jun 2008 13:47:42 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Internet]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[binary numbers]]></category> <category><![CDATA[blend modes]]></category> <category><![CDATA[creativity]]></category> <category><![CDATA[design]]></category> <category><![CDATA[grapevine]]></category> <category><![CDATA[interactivity]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[social networking sites]]></category> <category><![CDATA[social web]]></category> <category><![CDATA[web 2.0]]></category> <category><![CDATA[web design]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=163</guid> <description><![CDATA[<p>Web 2.0 in design and marketing This is an image I made to try to explain the digital grapevine: A network of users that interact to answer questions, solve problems and have fun or the trend in the use of the internet and web design that enhances creativity, information sharing and collaboration among users 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://www.robcubbon.com/images/digital-grapevine-web-2.0.jpg" title="digital grapevine social web 2.0" alt="digital grapevine social web 2.0"/></p><h3>Web 2.0 in design and marketing</h3><p>This is an image I made to try to explain the digital grapevine: A network of users that interact to answer questions, solve problems and have fun or the trend in the use of the internet and web design that enhances creativity, information sharing and collaboration among users that has been referred to as &#8220;Web 2.0&#8243;. The best description of this that I have read is from Stephen Fry:</p><blockquote><p>&#8230; an idea in people&#8217;s heads rather than a reality &#8230; an idea that the reciprocity between user and provider is what&#8217;s emphasised. In other words, genuine interactivity, if you like, simply because people can upload as well as download.</p></blockquote><p>The internet is now a teenager – it&#8217;s been 14 years since Marc Andreessen&#8217;s release of the Netscape Navigator browser in 1994. Now the technology has evolved to web-based communities such as social-networking sites, wikis and blogs.</p><p>I intend to harness the benefit of this trend both for myself and my clients as I see it as an important approach to both design and marketing at the moment.</p><h3>How I made the image</h3><p>I was very suprised I couldn&#8217;t find a sample series of binary numbers on the net quickly, so here are mine.</p><blockquote><p><code><br
/> 001001010111010101101001010011010100110010001100100001<br
/> 011010011000010001100100010101001100110000100101011101<br
/> 101011011001100001100100010110010010011001101101001100<br
/> 010100100000110110101101101101110111001000110100101001<br
/> 011011101011101110101000100101100000011000110111011101<br
/> 110100000100010000011101011011110100101010100101011110<br
/> 110110101010010001100100011001000110001111011011101001<br
/> 0001000100000110101101010111010111100</code></p></blockquote><p>These numbers were put in the OCR-A font. This font is used for a variety of purposes including the ISBN labels on books. After <a
href="http://robcubbon.com/scrolling-through-layer-blends-in-photoshop/">scrolling through Blend Modes in the Layers palette in Photoshop</a>, I hit upon Soft Light and Overlay as ones that seemed to work.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/designing-for-the-digital-grapevine/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>American flag inside country map outline</title><link>http://robcubbon.com/american-flag-inside-country-map-outline/</link> <comments>http://robcubbon.com/american-flag-inside-country-map-outline/#comments</comments> <pubDate>Fri, 23 May 2008 14:55:02 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Illustrator]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[adobe illustrator]]></category> <category><![CDATA[american flag]]></category> <category><![CDATA[australians]]></category> <category><![CDATA[clippingflag]]></category> <category><![CDATA[country map]]></category> <category><![CDATA[country outline]]></category> <category><![CDATA[drop shadow]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[image search]]></category> <category><![CDATA[inside]]></category> <category><![CDATA[live trace]]></category> <category><![CDATA[map]]></category> <category><![CDATA[mask]]></category> <category><![CDATA[photoshop document]]></category> <category><![CDATA[shadow layer]]></category> <category><![CDATA[stars and stripes]]></category> <category><![CDATA[vector]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=161</guid> <description><![CDATA[<p>A while ago I did an article explaining how to create a country’s flag inside its map outline and I used as an example the Australian map and flag. I&#8217;ve since had a lot of interest from Australians who wanted to use the image so I thought I&#8217;d do one for Americans as I get [...]</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://www.robcubbon.com/images/usa-flag-inside-map.jpg" title="American flag inside country map outline" alt="American flag inside country map outline"/></p><p>A while ago I did an article explaining how to <a
href="http://robcubbon.com/creating-a-countrys-flag-inside-its-map-outline/">create a country’s flag inside its map outline</a> and I used as an example the Australian map and flag. I&#8217;ve since had a lot of interest from Australians who wanted to use the image so I thought I&#8217;d do one for Americans as I get a lot of visitors from the United States.</p><p>I employed a very similar technique for this one as I did the other one. First, I got from a Google image search the country outline of the USA and a picture of the stars and stripes. I turned the country outline into vector form by <a
href="http://robcubbon.com/how-to-turn-a-photo-into-an-illustration/">using Adobe Illustrator&#8217;s Live Trace</a>. The flag I re-created manually in Illustrator.</p><p>Once the flag was finished, I grouped all the objects and position the country map outline over the flag and, with both selected, I went Object > Clipping Mask > Make (Cmd/Ctrl-7) to give the flag the outline of the country.</p><p>I then copied this and pasted it into a Photoshop document and added a Bevel and Emboss and a slight Drop Shadow layer style.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/american-flag-inside-country-map-outline/feed/</wfw:commentRss> <slash:comments>21</slash:comments> </item> <item><title>How to put one image inside another image</title><link>http://robcubbon.com/how-to-put-one-image-inside-another-image/</link> <comments>http://robcubbon.com/how-to-put-one-image-inside-another-image/#comments</comments> <pubDate>Sun, 18 May 2008 12:12:57 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Marketing]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[ad campaign]]></category> <category><![CDATA[adverts]]></category> <category><![CDATA[background image]]></category> <category><![CDATA[celebrities]]></category> <category><![CDATA[default background colour]]></category> <category><![CDATA[foreground and background]]></category> <category><![CDATA[image inside an image]]></category> <category><![CDATA[josé mourinho]]></category> <category><![CDATA[landscape]]></category> <category><![CDATA[layer icon]]></category> <category><![CDATA[london]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[photoshop effect]]></category> <category><![CDATA[portraits]]></category> <category><![CDATA[portugal]]></category> <category><![CDATA[psd]]></category> <category><![CDATA[ronaldo]]></category> <category><![CDATA[tourism]]></category> <category><![CDATA[white background]]></category> <guid
isPermaLink="false">http://robcubbon.com/?p=160</guid> <description><![CDATA[<p>There is an ad campaign in London at the moment for Portuguese tourism. You can see 48-,24- and 16-sheet adverts in the tube with giant portraits of famous Portuguese celebrities (Cristiano Ronaldo, José Mourinho) with a landscape showing through the image. Something similar to this effect that can be achieved with only a few clicks [...]</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://www.robcubbon.com/images/image-inside-another.jpg" title="forest inside a woman's face" alt="forest inside a woman's face"/></p><p>There is an ad campaign in London at the moment for Portuguese tourism. You can see 48-,24- and 16-sheet adverts in the tube with giant portraits of famous Portuguese celebrities (Cristiano Ronaldo, José Mourinho) with a landscape showing through the image. Something similar to this effect that can be achieved with only a few clicks in Photoshop.</p><p>It helps to find a picture, like the one below of José Mourinho, that is lit from the side so half the face is white and the other half black. However, failing that, find a portrait that has a white background. Once the image is chosen, cmd/ctrl-click on either the red, blue or green channel in the Channels palette. This will give you a selection.</p><p>Now find your &#8220;background&#8221; image and paste it over your portrait image. Now click on the New Layer icon in the Layers palette to give you a blank new layer. With the selection still live, fill this layer with white. To do this either go Edit > Fill&#8230; and in the resulting pop-up box chose White for your fill (the quick key for this pop-up box is shift-F5) or simply go cmd/ctrl-delete to fill the selection with the background colour (the default background colour is white; to get the default foreground and background colours, simply press D). You knew that!</p><p>You may want to copy this white layer (cmd/ctrl-J) or alter it&#8217;s opacity.</p><p>This is a simple and effective way of putting one image inside another with interesting and eye-catching results.</p><p><img
src="http://www.robcubbon.com/images/image-within-image-tutorial.jpg" title="forest inside a woman's face tutorial" alt="forest inside a woman's face tutorial"/></p><p><a
href="http://robcubbon.com/free-downloads/image-inside-another.psd">You can download the PSD of the top picture here.</a> 3.4MB</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-put-one-image-inside-another-image/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>Changing an image to match your design&#8217;s colours</title><link>http://robcubbon.com/changing-an-image-to-match-your-designs-colours/</link> <comments>http://robcubbon.com/changing-an-image-to-match-your-designs-colours/#comments</comments> <pubDate>Sat, 19 Apr 2008 10:50:29 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[blend mode]]></category> <category><![CDATA[brand]]></category> <category><![CDATA[client]]></category> <category><![CDATA[cmyk values]]></category> <category><![CDATA[color]]></category> <category><![CDATA[colour scheme]]></category> <category><![CDATA[corporate]]></category> <category><![CDATA[corporate colour]]></category> <category><![CDATA[hue saturation]]></category> <category><![CDATA[info palette]]></category> <category><![CDATA[layer s]]></category> <category><![CDATA[many different ways]]></category> <category><![CDATA[matching]]></category> <category><![CDATA[orange]]></category> <category><![CDATA[pen tool]]></category> <category><![CDATA[photo]]></category> <category><![CDATA[rgb]]></category> <category><![CDATA[s]]></category> <category><![CDATA[segments]]></category> <category><![CDATA[slider]]></category> <category><![CDATA[umbrella]]></category> <guid
isPermaLink="false">http://robcubbon.com/changing-an-image-to-match-your-designs-colours/</guid> <description><![CDATA[<p>You have a great photo. You have a great design. One problem: the photo doesn&#8217;t &#8220;go&#8221; with the design. The solution is to change the image in Photoshop to more accurately match the colour scheme of the design or, more commonly, to match the client&#8217;s or brand&#8217;s colours. In the above example the final image [...]</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://www.robcubbon.com/images/color-change.jpg" title="woman on beach different colors" alt="woman on beach different colors"/></p><p>You have a great photo. You have a great design. One problem: the photo doesn&#8217;t &#8220;go&#8221; with the design.</p><p>The solution is to change the image in Photoshop to more accurately match the colour scheme of the design or, more commonly, to match the client&#8217;s or brand&#8217;s colours.</p><p>In the above example the final image (on the left) was changed from the original image (on the right) to reflect my client&#8217;s corporate colours.</p><p>There are many different ways of doing this in Photoshop. For the different segments of the umbrella I cut around them using the Pen Tool (P) and, after feathering the resulting selection slightly to get rid of hard edges, I filled a layer with the red or the orange and set the layer&#8217;s blend mode to Color Burn. Linear Burn also works, as does Color. Play around with the layer blend modes.</p><p>However for the dress I used a different technique. After isolating the dress in the same way, by making a path with the Pen Tool and featuring the path&#8217;s selection (Select > Modify > Feather&#8230; (CS3); Select > Feather (before CS3!)) by 2 or 3 pixels, I changed the colour slightly using Hue/Saturation. Go Image > Modify > Hue/Saturation&#8230; (cmd/ctrl-U) and move the Hue slider.</p><p>To get the client&#8217;s or brand&#8217;s corporate colour, read the RGB or CMYK values by hovering over them in Photoshop whilst looking at the Info palette and see if you can emulate those values on the part of the image that you are trying to colour. Do this in order to get an accurate colour match.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/changing-an-image-to-match-your-designs-colours/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> <item><title>How to design psychedelic pop art</title><link>http://robcubbon.com/how-to-design-psychedelic-pop-art/</link> <comments>http://robcubbon.com/how-to-design-psychedelic-pop-art/#comments</comments> <pubDate>Mon, 07 Apr 2008 09:04:11 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[album covers]]></category> <category><![CDATA[cmd]]></category> <category><![CDATA[colour gradients]]></category> <category><![CDATA[colour spectrum]]></category> <category><![CDATA[colourful artwork]]></category> <category><![CDATA[esque]]></category> <category><![CDATA[gradient tool]]></category> <category><![CDATA[guitars]]></category> <category><![CDATA[high resolution]]></category> <category><![CDATA[info palette]]></category> <category><![CDATA[jimi hendrix]]></category> <category><![CDATA[layer icon]]></category> <category><![CDATA[modes]]></category> <category><![CDATA[pop art]]></category> <category><![CDATA[psychedelic]]></category> <category><![CDATA[ready image]]></category> <category><![CDATA[resolution print]]></category> <category><![CDATA[spectrums]]></category> <category><![CDATA[tiny web]]></category> <category><![CDATA[warhol]]></category> <category><![CDATA[web pic]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-design-psychedelic-pop-art/</guid> <description><![CDATA[<p>I made this image of one of my favourite guitarists, Jimi Hendrix. He is associated with flamboyant clothing and psychedelic colourful artwork on his album covers and guitars so I tried to make this image as vibrant as possible. To do this I followed the basic techniques of pop art that I&#8217;ve used before. Only [...]</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://www.robcubbon.com/images/jimi-hendrix-psychedelic-pop-art.jpg" title="Jimi Hendrix psychedelic pop art" alt="Jimi Hendrix psychedelic pop art"/></p><p>I made this image of one of my favourite guitarists, Jimi Hendrix. He is associated with flamboyant clothing and psychedelic colourful artwork on his album covers and guitars so I tried to make this image as vibrant as possible.</p><p>To do this I followed the <a
href="http://robcubbon.com/make-your-own-pop-art-poster/">basic techniques of pop art</a> that I&#8217;ve used before. Only this time instead of underlaying the image with flat Warhol-esque colours, I put in various colour gradients on different layers.</p><p>This was achieved by getting a new blank layer (clicking on &#8220;Create a new layer&#8221; icon in the Layers palette, or cmd/ctrl-opt-shift-N) filling it with a gradient of the colour spectrum (select the Gradient Tool (G) and in the Info palette select one of the two spectrums available, to apply the gradient simply drag the Gradient Tool across the image). This can be done repeatedly on different layers. I set the layers&#8217; blending modes so that the colours on all of the layers can be seen and merge together in a complimentary way so that the result is kaleidoscopic. The blending mode I found most useful for this was Difference, but I also used Linear Burn and Soft Light.</p><p>I also used three different greyscale layers of the man himself of differing opacities. Multiply, Screen and Pin Light were the layers&#8217; blending modes used here but Multiply is usually the most effective for the black in pop art. One or two of these layers were blurred.</p><p>Importantly, this effect can be used to resample a tiny web pic up to a large high resolution print ready image with no loss of quality!</p><p>You can download the low resolution PSD here. <a
href="http://robcubbon.com/free-downloads/jimi-hendrix-psychedelic-pop-art.psd">jimi-hendrix-psychedelic-pop-art.psd 4.6MB</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-psychedelic-pop-art/feed/</wfw:commentRss> <slash:comments>27</slash:comments> </item> <item><title>Using Photoshop channels to create cool montages</title><link>http://robcubbon.com/using-photoshop-channels-to-create-cool-montages/</link> <comments>http://robcubbon.com/using-photoshop-channels-to-create-cool-montages/#comments</comments> <pubDate>Wed, 12 Mar 2008 13:43:08 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[annual meeting]]></category> <category><![CDATA[brush tool]]></category> <category><![CDATA[business community]]></category> <category><![CDATA[channels]]></category> <category><![CDATA[client]]></category> <category><![CDATA[cmd]]></category> <category><![CDATA[curves]]></category> <category><![CDATA[Davos]]></category> <category><![CDATA[forum]]></category> <category><![CDATA[Illustrator]]></category> <category><![CDATA[images]]></category> <category><![CDATA[interconnectivity]]></category> <category><![CDATA[layer mask]]></category> <category><![CDATA[mask]]></category> <category><![CDATA[masks]]></category> <category><![CDATA[montage]]></category> <category><![CDATA[montages]]></category> <category><![CDATA[outlines]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[rgb]]></category> <category><![CDATA[rgb channels]]></category> <category><![CDATA[s]]></category> <category><![CDATA[sky]]></category> <category><![CDATA[snowy village]]></category> <category><![CDATA[switzerland]]></category> <category><![CDATA[technique]]></category> <category><![CDATA[threshold]]></category> <category><![CDATA[white background]]></category> <category><![CDATA[world economic forum]]></category> <guid
isPermaLink="false">http://robcubbon.com/using-photoshop-channels-to-create-cool-montages/</guid> <description><![CDATA[<p>A client of mine was illustrating an article about the World Economic Forum whose annual meeting is usually held in scenic Davos in Switzerland. My client was keen to stress the importance of interconnectivity within both the forum and the wider business community and gave me an image of connected wires of light to marry [...]</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://www.robcubbon.com/images/davos-connected.jpg" title="Davos with connections in sky" alt="Davos with connections in sky"/></p><p>A client of mine was illustrating an article about the World Economic Forum whose annual meeting is usually held in scenic Davos in Switzerland. My client was keen to stress the importance of interconnectivity within both the forum and the wider business community and gave me an image of connected wires of light to marry with the snowy village shot.</p><p>To cut out the sky of this pic I adjusted one of the RGB channels. This is a specially useful technique if the area you want to cut out is clearly differentiated by the tones in the picture already – like a figure shot against a white background for example. In these situations you already have a bit of information there that can do the job for you.</p><p>Have a look at the channels and select the one which is closest to the black and white mask you want to create – it&#8217;s usually the blue channel in RGB. Copy this channel by dragging it to the &#8216;Create a new channel&#8217; icon at the bottom of the Channels palette. Firstly, create a stark channel of just white and black with no greys. One way to do this is to go Image > Adjust > Threshold&#8230; but you may want to use Curves&#8230;</p><p>This will never be enough to create the cut-out mask in itself but it should be possible to create a channel that closely fits the outline you want. It&#8217;ll then be necessary to select the Brush Tool (B) to fill in the areas of white or black as desired. Black hides; white reveals.</p><p>When you are happy with the channel, simply cmd/ctrl-click on the channel in the Channels palette go to the appropriate layer in the Layers palette and click the &#8220;Add layer mask&#8221; icon at the bottom of the palette (it looks like a washing machine). The channel copy will be applied to the layer as a mask.</p><p><img
src="http://www.robcubbon.com/images/davos-connected-tut.jpg" title="Using Photoshop channels to create cool montages tutorial" alt="Using Photoshop channels to create cool montages tutorial"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/using-photoshop-channels-to-create-cool-montages/feed/</wfw:commentRss> <slash:comments>22</slash:comments> </item> <item><title>How to design a 3d box or cube in Photoshop</title><link>http://robcubbon.com/how-to-design-a-3d-box-or-cube-in-photoshop/</link> <comments>http://robcubbon.com/how-to-design-a-3d-box-or-cube-in-photoshop/#comments</comments> <pubDate>Wed, 12 Mar 2008 10:04:49 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[2d shape]]></category> <category><![CDATA[2d side]]></category> <category><![CDATA[3d]]></category> <category><![CDATA[3d effect]]></category> <category><![CDATA[box]]></category> <category><![CDATA[cmd]]></category> <category><![CDATA[design]]></category> <category><![CDATA[energy]]></category> <category><![CDATA[images]]></category> <category><![CDATA[inner glow]]></category> <category><![CDATA[snap]]></category> <category><![CDATA[sun]]></category> <category><![CDATA[sun image]]></category> <category><![CDATA[transform]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-design-a-3d-box-or-cube-in-photoshop/</guid> <description><![CDATA[<p>I created this image to represent the idea of &#8220;Energy in a Box&#8221;. The secret of making a box in Photoshop is to use guides and enabling the Snap to Guides feature to make sure everything looks as it should do. I started with selecting a 2d side (or sides) for the box. I chose [...]</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://www.robcubbon.com/images/sun-cube.jpg" title="Sun cube" alt="Sun cube"/></p><p>I created this image to represent the idea of &#8220;Energy in a Box&#8221;.</p><p>The secret of making a box in Photoshop is to use guides and enabling the Snap to Guides feature to make sure everything looks as it should do.</p><p>I started with selecting a 2d side (or sides) for the box. I chose a sun image to represent energy. I added some Inner Glow around the edges and saved the document. I then created a slightly larger Photoshop file and proceeded to set my guides (see below).</p><p>Paste the 2d shape into the file and use the Free Transform tool (Cmd/Ctrl-T) and, holding down Cmd or Ctrl, drag the corners of the 2d shape to the correct point where the guides intersect.</p><p>You may decide to darken some areas of the cube to increase the 3d effect.</p><p><img
src="http://www.robcubbon.com/images/sun-cube-tut.jpg" title="Sun cube tutorial" alt="Sun cube tutorial"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-a-3d-box-or-cube-in-photoshop/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>Design stylized images with Photoshop and Illustrator</title><link>http://robcubbon.com/design-stylized-images-with-photoshop-and-illustrator/</link> <comments>http://robcubbon.com/design-stylized-images-with-photoshop-and-illustrator/#comments</comments> <pubDate>Mon, 18 Feb 2008 10:20:22 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Illustrator]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[adobe illustrator]]></category> <category><![CDATA[american spelling]]></category> <category><![CDATA[art effect]]></category> <category><![CDATA[blemishes]]></category> <category><![CDATA[blend mode]]></category> <category><![CDATA[design]]></category> <category><![CDATA[eyelashes]]></category> <category><![CDATA[face]]></category> <category><![CDATA[finished piece]]></category> <category><![CDATA[Google]]></category> <category><![CDATA[layer icon]]></category> <category><![CDATA[pen tool]]></category> <category><![CDATA[photoshop image]]></category> <category><![CDATA[photoshop layers]]></category> <category><![CDATA[pop art]]></category> <category><![CDATA[stylised]]></category> <category><![CDATA[stylized]]></category> <category><![CDATA[underlying image]]></category> <category><![CDATA[vector illustration]]></category> <guid
isPermaLink="false">http://robcubbon.com/design-stylized-images-with-photoshop-and-illustrator/</guid> <description><![CDATA[<p>The image above has been stylised in Photoshop and Illustrator. To trace a photo in Adobe Illustrator, go File > Place and select the photo you want to trace. I find it useful to then lock this picture layer in the Layers palette and click on the New Layer icon to make sure your trace [...]</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://www.robcubbon.com/images/stylized-model-face.jpg" title="stylized female model's face" alt="stylized female model's face"/></p><p>The image above has been stylised in Photoshop and Illustrator.</p><p>To trace a photo in Adobe Illustrator, go File > Place and select the photo you want to trace. I find it useful to then lock this picture layer in the Layers palette and click on the New Layer icon to make sure your trace and your image remain separate in your Illustrator document. Then, as you can see below, I selected the Pen Tool (P) and traced the eyes, the nostrils and the lips. Tracing the picture gives you the added bonus of a good vector illustration to use elsewhere!</p><p>Now open up the original image in Photoshop. This is when you should perform the usual cloning and trickery to get rid of any blemishes, scratches or general untidiness in the photo. I used <a
href="http://robcubbon.com/trick-for-smoothing-a-models-skin-photoshop/">this technique to smooth the model&#8217;s skin</a>. And I also brightened up the teeth, the whites of the eyes and the eyebrows.</p><p>Next you should bring in the elements of the Illustrator trace bit by bit. So, I selected the mouth first, copied it and pasted it onto the Photoshop image. The trace was done in black, so setting this layer of the pasted Illustrator lips to Overlay in the Photoshop Layers palette really makes the lips stand out and deepens the red.</p><p>Then the eyes were done in a similar way, first the irises, only this time I coloured them pale blue in Photoshop and set the Layer&#8217;s Blend Mode to Saturation. Then the highlight in the eyes was made white in Photoshop and their Layer&#8217;s Blend Mode was set to Overlay. Finally I pasted in the eyelashes.</p><p>The underlying image of the woman&#8217;s face is quite pale that is why employing this technique causes a really striking, almost &#8220;pop art&#8221; effect.</p><p>See below the original image on the left, the trace in the middle and, on the right, the finished piece.</p><p><img
src="http://www.robcubbon.com/images/stylized-model-face-tut.jpg" title="stylized female model's face tutorial" alt="stylized female model's face tutorial"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/design-stylized-images-with-photoshop-and-illustrator/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>Get your message across with graphics and photography</title><link>http://robcubbon.com/get-your-message-across-with-graphics-and-photography/</link> <comments>http://robcubbon.com/get-your-message-across-with-graphics-and-photography/#comments</comments> <pubDate>Wed, 13 Feb 2008 20:41:23 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Marketing]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[competent designer]]></category> <category><![CDATA[creativity]]></category> <category><![CDATA[design]]></category> <category><![CDATA[dollar bills]]></category> <category><![CDATA[graphic]]></category> <category><![CDATA[graphic imagery]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[imagery]]></category> <category><![CDATA[images]]></category> <category><![CDATA[marketeers]]></category> <category><![CDATA[message]]></category> <category><![CDATA[negative message]]></category> <category><![CDATA[photography]]></category> <category><![CDATA[pitch]]></category> <category><![CDATA[spending money]]></category> <category><![CDATA[symbols]]></category> <category><![CDATA[type]]></category> <guid
isPermaLink="false">http://robcubbon.com/get-your-message-across-with-graphics-and-photography/</guid> <description><![CDATA[<p>Everybody knows that your marketing message will be enhanced by the creative use of graphic imagery. A competent graphic designer will be able to communicate your message to your market. But have you ever wondered what is the best way to make the graphic communicate the message? The above picture provides an answer. And 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>]]></description> <content:encoded><![CDATA[<p><img
src="http://www.robcubbon.com/images/till-display.jpg" title="till display" alt="till display"/></p><p>Everybody knows that your marketing message will be enhanced by the creative use of graphic imagery. A <a
href="http://robcubbon.com/contact-rob-cubbon/">competent graphic designer</a> will be able to communicate your message to your market.</p><p>But have you ever wondered what is the best way to make the graphic communicate the message?</p><p>The above picture provides an answer. And it is &#8230; <strong>make the graphic the message</strong> or <strong>put the message in the graphic</strong>.</p><p>I was working with a well-known international credit agency who were pitching to a large bank. They were trying to convey to the bank the message that they would save money if they took them on. So I put the message on a till display or cash register. Some people were skeptical at first, saying that the cash till gave a negative message of spending money and would imply the opposite. But I was adamant about it. The message was powerful enough and the graphic provided context – much better than an image of dollar bills, for example.</p><p>The point is that the message fits into the image in an everyday way.</p><p>It&#8217;s an obvious one but it nearly always works. There is one thing I have loved doing over years and years of Photoshop usage. It&#8217;s getting a picture and incorporating an idea, a message, some copy, some type, an icon, a headline or a symbol into it. There&#8217;s something about it that instantly captures the attention.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/get-your-message-across-with-graphics-and-photography/feed/</wfw:commentRss> <slash:comments>16</slash:comments> </item> <item><title>A gritty, grainy, reportage look and feel to photos</title><link>http://robcubbon.com/a-gritty-grainy-reportage-look-and-feel-to-photos/</link> <comments>http://robcubbon.com/a-gritty-grainy-reportage-look-and-feel-to-photos/#comments</comments> <pubDate>Sun, 03 Feb 2008 14:08:12 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[blend modes]]></category> <category><![CDATA[cmd]]></category> <category><![CDATA[commercial photographer]]></category> <category><![CDATA[contours]]></category> <category><![CDATA[dave hill]]></category> <category><![CDATA[exact method]]></category> <category><![CDATA[grainy]]></category> <category><![CDATA[gritty]]></category> <category><![CDATA[high contrast]]></category> <category><![CDATA[high pass filter]]></category> <category><![CDATA[layer blend mode]]></category> <category><![CDATA[layer icon]]></category> <category><![CDATA[lifestyle]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[photos]]></category> <category><![CDATA[radius]]></category> <category><![CDATA[reportage]]></category> <category><![CDATA[slade]]></category> <guid
isPermaLink="false">http://robcubbon.com/a-gritty-grainy-reportage-look-and-feel-to-photos/</guid> <description><![CDATA[<p>The above picture of a couple has been treated in Photoshop to give it a gritty, grainy, reportage look. This has also been described as the &#8220;Dave Hill effect&#8221; after a Californian commercial photographer (not the guitarist from Slade) although, of course, this won&#8217;t be his exact method. It immediately looks like a serious photo [...]</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://www.robcubbon.com/images/gritty-grainy-effect.jpg" title="gritty, grainy couple" alt="gritty, grainy couple"/></p><p>The above picture of a couple has been treated in Photoshop to give it a gritty, grainy, reportage look. This has also been described as the &#8220;<a
href="http://www.davehillphoto.com/">Dave Hill</a> effect&#8221; after a Californian commercial photographer (not the guitarist from Slade) although, of course, this won&#8217;t be his exact method.</p><p>It immediately looks like a serious photo that could be used with a medical/lifestyle/reportage feature rather than the slick/studio/airbrushed shot that it is.</p><p>There&#8217;s two main parts to this. First, adding the particularly high contrast, and second, adding the grain.</p><p>The contrast can be changed to something more akin to contours on an aerial photo by the High Pass filter. After copying your layer go, Filters  > Other > High Pass&#8230; and choose a radius you feel comfortable with. Set the Layer Blend Mode of this layer to Hard Light. You will start to notice a hardening of the edges. Copy the layer again to increase the effect. Experiment with this Filter and the Blend Modes of the layers to achieve the effect you want.</p><p>The grain can be added to a separate layer of 50% grey, applying Noise and setting the Layer Blend Mode to Overlay.</p><p>Cmd/Ctrl-Opt/Alt-Shift-N or click the new layer icon in the Layers palette to create a new layer. Go Edit > Fill (shift-F5) and choose 50% gray from the top drop down menu and Overlay from the second. Now go Filters > Noise > Add Noise&#8230; and choose your degree of grain.</p><p><img
src="http://www.robcubbon.com/images/gritty-grainy-tutorial.jpg" title="Give a gritty, grainy, reportage look to photos" alt="Give a gritty, grainy, reportage look to photos"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/a-gritty-grainy-reportage-look-and-feel-to-photos/feed/</wfw:commentRss> <slash:comments>4</slash:comments> </item> <item><title>Photoshop trick for smoothing a model&#8217;s skin</title><link>http://robcubbon.com/trick-for-smoothing-a-models-skin-photoshop/</link> <comments>http://robcubbon.com/trick-for-smoothing-a-models-skin-photoshop/#comments</comments> <pubDate>Sun, 27 Jan 2008 14:33:49 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[background layer]]></category> <category><![CDATA[double click]]></category> <category><![CDATA[gaussian blur]]></category> <category><![CDATA[high resolution]]></category> <category><![CDATA[model]]></category> <category><![CDATA[opacity]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[portrait]]></category> <category><![CDATA[smooth skin]]></category> <category><![CDATA[software company]]></category> <category><![CDATA[technique]]></category> <category><![CDATA[trick]]></category> <guid
isPermaLink="false">http://robcubbon.com/photoshop-trick-for-smoothing-a-models-skin/</guid> <description><![CDATA[<p>This is a quick technique to even out blemishes in a model&#8217;s skin. I came across this by accident but I think it&#8217;s a really good way to instantly make people pictures look more eye-catching and professional. It also has the effect of brightening and adding contrast. Very simple. Get the layer you want 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://www.robcubbon.com/images/smooth-skin-photoshop.jpg" title="smooth model's skin" alt="smoothing a model's skin"/></p><p>This is a quick technique to even out blemishes in a model&#8217;s skin. I came across this by accident but I think it&#8217;s a really good way to instantly make people pictures look more eye-catching and professional. It also has the effect of brightening and adding contrast.</p><p>Very simple. Get the layer you want to work on with the less-than-perfect skin (if it is your locked background layer double-click on it to unlock it). Make a copy of this layer (Cmd/Cntl-J). Set the top layer to Screen blending mode in the layers palette.</p><p>You will notice immediately the picture has become brighter and the contrast has increased – maybe too much. If you want to decrease this effect then decrease the opacity of the top layer a little.</p><p>Next, with the top (Screen) layer selected, go Filter > Blur > Gaussian Blur&#8230; I blurred this image by about 9 pixels, I&#8217;d go for 25 if it were a high resolution. The more you blur this layer the more the skin smooths out and the more of a &#8220;glow&#8221; is created. The effects of the glow can be masked off around the face if desired.</p><p>I stumbled upon this trick whilst designing some packaging for a music software company.</p><p><img
src="http://www.robcubbon.com/images/smoothing-skin-tut.jpg" title="smooth model's skin" alt="smoothing a model's skin"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/trick-for-smoothing-a-models-skin-photoshop/feed/</wfw:commentRss> <slash:comments>11</slash:comments> </item> <item><title>How to web 2.0 your logo</title><link>http://robcubbon.com/how-to-web-20-your-logo/</link> <comments>http://robcubbon.com/how-to-web-20-your-logo/#comments</comments> <pubDate>Mon, 07 Jan 2008 11:45:27 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Logos]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[background colour]]></category> <category><![CDATA[beresford]]></category> <category><![CDATA[blue colour]]></category> <category><![CDATA[cogs]]></category> <category><![CDATA[dark blue]]></category> <category><![CDATA[desired effect]]></category> <category><![CDATA[elements]]></category> <category><![CDATA[foreground colour]]></category> <category><![CDATA[gradient]]></category> <category><![CDATA[highlights and shadows]]></category> <category><![CDATA[logo]]></category> <category><![CDATA[opacities]]></category> <category><![CDATA[pull down menu]]></category> <category><![CDATA[reflection]]></category> <category><![CDATA[reflection effect]]></category> <category><![CDATA[shiney]]></category> <category><![CDATA[shiny]]></category> <category><![CDATA[vector logo]]></category> <category><![CDATA[web 2.0]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-web-20-your-logo/</guid> <description><![CDATA[<p>After I had designed a vector logo for a client, I was asked to web 2.0-ify it. This is what I did. The &#8220;Toby Beresford&#8221; and the cogs are on separate layers in Photoshop. Individually I set the Layer Styles of Gradient Overlay and Bevel and Emboss. The Gradient Overlays are the same on both [...]</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://www.robcubbon.com/images/toby20.jpg" title="web 2.0 logo" alt="web 2.0 logo"/></p><p>After I had <a
href="http://robcubbon.com/designing-different-vector-logo-options/">designed a vector logo for a client</a>, I was asked to web 2.0-ify it.</p><p>This is what I did. The &#8220;Toby Beresford&#8221; and the cogs are on separate layers in Photoshop. Individually I set the Layer Styles of Gradient Overlay and Bevel and Emboss.</p><p>The Gradient Overlays are the same on both layers. I picked a light blue colour for my background colour and a dark blue colour for my foreground colour and selected them in the Gradient pull down menu in the Layer Styles pop-up box.</p><p>In the same pop-up box, but with the Bevel and Emboss style selected, I played around with Depth, Size and Soften, as well as the opacities of the highlights and shadows until I got the desired effect on both the elements of the logo.</p><p>Lastly I created a shiny table top <a
href="http://robcubbon.com/how-to-design-water-reflections-in-photoshop/">reflection effect using the Free Transform tool</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-web-20-your-logo/feed/</wfw:commentRss> <slash:comments>9</slash:comments> </item> <item><title>How to design perspective in Photoshop</title><link>http://robcubbon.com/how-to-design-perspective-in-photoshop/</link> <comments>http://robcubbon.com/how-to-design-perspective-in-photoshop/#comments</comments> <pubDate>Mon, 31 Dec 2007 14:39:39 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[perspective]]></category> <category><![CDATA[photos]]></category> <category><![CDATA[PowerPoint presentation]]></category> <category><![CDATA[reflection]]></category> <category><![CDATA[text layer]]></category> <category><![CDATA[title slide]]></category> <category><![CDATA[transform]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-design-perspective-in-photoshop/</guid> <description><![CDATA[<p>I used this image as a title slide in a PowerPoint presentation for MasterCard, one of my clients. It was a great excuse to do a reflection and transform its perspective to make it look like the headline is actually there on the pavement. The method I use to do perspective is much simpler 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://www.robcubbon.com/images/pavement-perspective.jpg" title="perspective in Photoshop" alt="perspective in Photoshop"/></p><p>I used this image as a title slide in a PowerPoint presentation for MasterCard, one of my clients. It was a great excuse to do a reflection and transform its perspective to make it look like the headline is actually there on the pavement.</p><p>The method I use to do perspective is much simpler that going Edit > Transform > Perspective. I prefer to do most of my transforming with the Free Transform (Cmd/Ctrl-T) function. First, however, don&#8217;t forget to rasterize that type! Right-click on the text layer in the Layers palette and choose Rasterize Type.</p><p>With this done, go Cmd/Ctrl-T for Free Transform, grab the top-middle point and pull down. Now your type is a vertically flipped. Then, with Cmd/Ctrl-Shift-Option held down, drag one of the bottom corners for the perspective (see below). And then hit Return.</p><p><img
src="http://www.robcubbon.com/images/perspective-tut.gif" title="perspective in Photoshop tutorial" alt="perspective in Photoshop tutorial"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-perspective-in-photoshop/feed/</wfw:commentRss> <slash:comments>8</slash:comments> </item> <item><title>How to design water reflections in Photoshop</title><link>http://robcubbon.com/how-to-design-water-reflections-in-photoshop/</link> <comments>http://robcubbon.com/how-to-design-water-reflections-in-photoshop/#comments</comments> <pubDate>Mon, 31 Dec 2007 14:04:18 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[color]]></category> <category><![CDATA[design]]></category> <category><![CDATA[drop shadows]]></category> <category><![CDATA[foreground and background]]></category> <category><![CDATA[gradient tool]]></category> <category><![CDATA[layer mask]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[reflection]]></category> <category><![CDATA[simple]]></category> <category><![CDATA[transform]]></category> <category><![CDATA[type]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-design-water-reflections-in-photoshop/</guid> <description><![CDATA[<p>&#8220;Reflections are the new drop shadows!&#8221; If that&#8217;s the case, here&#8217;s how! Copy the text layer – or layer – that you want to reflect (Cmd/Ctrl-J). If the layer that you want to reflect is a text layer then you should Rasterize it. To do this, right-click on the text layer in the Layers palette [...]</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://www.robcubbon.com/images/ripple_reflections.jpg" title="ripple water reflections" alt="ripple water reflections"/></p><p>&#8220;Reflections are the new drop shadows!&#8221; If that&#8217;s the case, here&#8217;s how!</p><p>Copy the text layer – or layer – that you want to reflect (Cmd/Ctrl-J). If the layer that you want to reflect is a text layer then you should Rasterize it. To do this, right-click on the text layer in the Layers palette and choose Rasterize Type.</p><p>This is my method of quickly flipping something vertically in Photoshop. Go Cmd/Ctrl-T for Free Transform, grab the top-middle point, pull down (see below) and then hit Return. Simple, no need for cumbersome menus.</p><p>Next you need to <a
href="http://robcubbon.com/how-to-design-a-montage-in-photoshop/">create a gradient mask</a> to fade the reflection from top to bottom. To do this, select the layer that is the reflection, click on the &#8220;Add layer mask&#8221; icon at the bottom of the Layers palette (looks like a washing machine), select the Gradient Tool (G) and drag from above the top to below the bottom of the reflection. Easy! (Didn&#8217;t work? Make sure your Foreground and Background colors and your Gradient picker are defaulted.)</p><p>Lastly a bit of rippling and blurring. Go Filters > Distort > Ripple&#8230; and choose the desired level of wobble. Only blur it a touch.</p><p><img
src="http://www.robcubbon.com/images/reflections-tut.gif" title="water reflections tutorial" alt="water reflections tutorial"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-water-reflections-in-photoshop/feed/</wfw:commentRss> <slash:comments>7</slash:comments> </item> <item><title>Improving photos with Photoshop by a Graphic Designer</title><link>http://robcubbon.com/improving-photos-with-photoshop-by-a-graphic-designer/</link> <comments>http://robcubbon.com/improving-photos-with-photoshop-by-a-graphic-designer/#comments</comments> <pubDate>Sun, 02 Dec 2007 13:52:14 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[colours]]></category> <category><![CDATA[curve]]></category> <category><![CDATA[dark areas]]></category> <category><![CDATA[design]]></category> <category><![CDATA[gradient]]></category> <category><![CDATA[gradient tool]]></category> <category><![CDATA[graphic]]></category> <category><![CDATA[graphic designer]]></category> <category><![CDATA[graphics]]></category> <category><![CDATA[hop]]></category> <category><![CDATA[image adjustments]]></category> <category><![CDATA[images]]></category> <category><![CDATA[lasso tool]]></category> <category><![CDATA[layer mask]]></category> <category><![CDATA[light areas]]></category> <category><![CDATA[lighting]]></category> <category><![CDATA[london]]></category> <category><![CDATA[mask]]></category> <category><![CDATA[masks]]></category> <category><![CDATA[photo]]></category> <category><![CDATA[s]]></category> <category><![CDATA[shape]]></category> <category><![CDATA[sky]]></category> <category><![CDATA[snap]]></category> <category><![CDATA[technique]]></category> <guid
isPermaLink="false">http://robcubbon.com/improving-photos-with-photoshop-by-a-graphic-designer/</guid> <description><![CDATA[<p>The above picture is one of my snaps taken very quickly at the end of clearish autumn day. I have improved this picture with Photoshop by selecting certain areas and altering the colour, brightness and contrast. I first thing I did was to copy the photo to a new layer (Cmd/Cntl-J) I then use my [...]</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://www.robcubbon.com/images/city-south-bank.jpg" title="photo of the City of London taken from the south bank of the Thames" alt="photo of the City of London taken from the south bank of the Thames"/></p><p>The above picture is one of my snaps taken very quickly at the end of clearish autumn day. I have improved this picture with Photoshop by selecting certain areas and altering the colour, brightness and contrast.</p><p>I first thing I did was to copy the photo to a new layer (Cmd/Cntl-J) I then use my method for <a
href="http://robcubbon.com/how-to-design-a-montage-in-photoshop/">creating a layer mask with the Gradient tool which was explained in the previous post</a> to mask out the sky. I then used Image > Adjustments > Curves&#8230; (Cmd/Cntl-M) and clicked the Auto button (this finds the lightest part of the selection/layer and makes it white and finds the darkest part of the selection/layer and makes it black). Further contrast can be added by creating an &#8216;S&#8217; shape out of the curve (see below). Contrast essentially means making dark areas darker and light areas lighter.</p><p>Then to make the picture more interesting I isolated the people at the bottom right with the Lasso tool (L) with a Feather of 15 to blur the edges and applied contrast using the same technique.</p><p>The original layer is now the lower half of the picture. I used Image > Adjustments > Curves&#8230; (Cmd/Cntl-M) to brighten the sky and, more importantly, to take out some green and add some blue to give the sky a more interesting look.</p><p><img
src="http://www.robcubbon.com/images/improving-photo.jpg" title="Improving photos with Photoshop by a Graphic Designer" alt="Improving photos with Photoshop by a Graphic Designer"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/improving-photos-with-photoshop-by-a-graphic-designer/feed/</wfw:commentRss> <slash:comments>14</slash:comments> </item> <item><title>How to design a montage in Photoshop</title><link>http://robcubbon.com/how-to-design-a-montage-in-photoshop/</link> <comments>http://robcubbon.com/how-to-design-a-montage-in-photoshop/#comments</comments> <pubDate>Tue, 27 Nov 2007 13:40:08 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Photoshop]]></category> <category><![CDATA[color]]></category> <category><![CDATA[design]]></category> <category><![CDATA[dodge]]></category> <category><![CDATA[foreground and background]]></category> <category><![CDATA[gradient]]></category> <category><![CDATA[gradient tool]]></category> <category><![CDATA[images]]></category> <category><![CDATA[layer blend modes]]></category> <category><![CDATA[layer mask]]></category> <category><![CDATA[layer palette]]></category> <category><![CDATA[left hand side]]></category> <category><![CDATA[lighting]]></category> <category><![CDATA[mask]]></category> <category><![CDATA[masks]]></category> <category><![CDATA[modes]]></category> <category><![CDATA[montage]]></category> <category><![CDATA[montages]]></category> <category><![CDATA[opacities]]></category> <category><![CDATA[opacity]]></category> <category><![CDATA[palette]]></category> <category><![CDATA[technique]]></category> <category><![CDATA[trick]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-design-a-montage-in-photoshop/</guid> <description><![CDATA[<p>Here, as promised, is a short tutorial about creating montages. Here is a montage of three different images which gel together without having to laboriously cut anything out. Layer masking with a brush I sized the cityscape image over the picture of the girl and played around with layer blend modes until I chanced upon [...]</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://www.robcubbon.com/images/montage-girl.jpg" title="montage girl" alt="montage girl"/></p><p>Here, as promised, is a short tutorial about creating montages. Here is a montage of three different images which gel together without having to laboriously cut anything out.</p><h3>Layer masking with a brush</h3><p>I sized the cityscape image over the picture of the girl and played around with layer blend modes until I chanced upon one that seemed to do the trick. It&#8217;s Color Dodge at 88% opacity.</p><p>Then I needed to get rid of some of the building&#8217;s lights from her face. The way to do this is to create a layer mask. In the Layers palette, simply click on the Add Layer Mask icon. It&#8217;s at the bottom of the palette and looks a bit like a washing machine (see below).</p><p>When you&#8217;ve done this a white rectangle will appear adjacent to that layer and, when you&#8217;ve selected the Brush Tool (B) your foreground colour will be black and you&#8217;re ready to start editing the layer mask.</p><p>When the layer mask is white it is unmasked and black is masked. So &#8220;painting&#8221; on the layer mask with a black brush will &#8220;erase&#8221; areas of that layer. Use a soft brush and play around with opacities.</p><p>Notice when you&#8217;re editing the layer mask and when you editing the layer itself. The rectangles will have thicker borders in the Layers palette to show you which. Click on a layer&#8217;s mask and your are editing the layer mask (foreground and background colours are the default black and white). Click on the layer rectangle itself and your are editing the layer (foreground and background colours revert to the colours you had there).</p><h3>Layer masking with a gradient</h3><p>Then I overlaid an image of a band. I wanted the left-hand side of the image to show the drummer and the right-hand side to show more of the girl.</p><p>Same technique as above. Click on the Layer Mask icon in the Layer palette to give yourself a blank layer mask. Click on the Gradient Tool (G) and drag (in this case horizontally from right to left more-or-less in the centre of the image) where you want your gradient mask. You can do this as many times as you want to get the right effect (no need to Cmd/Ctrl-Z).</p><p>This band layer is set to Lighted blend mode at 50% opacity.</p><h3>Adding a border around the image</h3><p>Add a new layer (Cmd/Ctrl-alt-shift-N). Select all (Cmd/Ctrl-A). Go Select > Modify > Border&#8230; add a value of, say, 5 pixels. You may want to feather it a bit. And fill it with a dark colour from the image.</p><p>Here is the layers palette for the finished image.</p><p><img
src="http://www.robcubbon.com/images/montage-layers.gif" title="montage layers palette" alt="montage layers palette"/></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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-design-a-montage-in-photoshop/feed/</wfw:commentRss> <slash:comments>35</slash:comments> </item> <item><title>Montage design for music DVDs</title><link>http://robcubbon.com/montage-design-for-music-dvds/</link> <comments>http://robcubbon.com/montage-design-for-music-dvds/#comments</comments> <pubDate>Thu, 15 Nov 2007 13:30:28 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Design]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[box]]></category> <category><![CDATA[boxes]]></category> <category><![CDATA[cardboard box]]></category> <category><![CDATA[dance house]]></category> <category><![CDATA[dance music]]></category> <category><![CDATA[design]]></category> <category><![CDATA[dvd]]></category> <category><![CDATA[ethnic rock]]></category> <category><![CDATA[grunge rock]]></category> <category><![CDATA[images]]></category> <category><![CDATA[latin reggae]]></category> <category><![CDATA[montage]]></category> <category><![CDATA[montages]]></category> <category><![CDATA[music]]></category> <category><![CDATA[music creation software]]></category> <category><![CDATA[music dvds]]></category> <category><![CDATA[musical genres]]></category> <category><![CDATA[packaging]]></category> <category><![CDATA[printing]]></category> <category><![CDATA[promotional material]]></category> <category><![CDATA[rock and pop]]></category> <category><![CDATA[rock music]]></category> <category><![CDATA[sierra]]></category> <category><![CDATA[software company]]></category> <category><![CDATA[vibe]]></category> <category><![CDATA[world dub]]></category> <category><![CDATA[world music]]></category> <guid
isPermaLink="false">http://robcubbon.com/montage-design-for-music-dvds/</guid> <description><![CDATA[<p>I have been working on some CD and DVD packaging for a music creation software company. I love doing stuff to do with music and here I was asked to create some montages to express different musical genres. The montages will eventually go on large sierra boxes (a sierra box is a large cardboard box [...]</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 have been working on some CD and DVD packaging for a music creation software company. I love doing stuff to do with music and here I was asked to create some montages to express different musical genres.</p><p>The montages will eventually go on large sierra boxes (a sierra box is a large cardboard box for software containing a DVD case and other printed material), DVD cases and the DVDs themselves as well as other promotional material.</p><h3>Dance music montage</h3><p><img
src="http://www.robcubbon.com/images/dance-music-montage.jpg" title="Dance music montage" alt="Dance music montage"/></p><p>The dance montage was to capture a dance, house, deep house, tech house vibe.</p><h3>World music montage</h3><p><img
src="http://www.robcubbon.com/images/world-music-montage.jpg" title="World music montage" alt="World music montage"/></p><p>This montage was for world, dub, latin, reggae and ethnic.</p><h3>Rock music montage</h3><p><img
src="http://www.robcubbon.com/images/rock-music-montage.jpg" title="Rock music montage" alt="Rock music montage"/></p><p>And this was for alternative, grunge, rock and pop. What do you think?</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/montage-design-for-music-dvds/feed/</wfw:commentRss> <slash:comments>12</slash:comments> </item> <item><title>How to make PowerPoint presentations and Word documents look beautiful</title><link>http://robcubbon.com/how-to-make-powerpoint-presentation-and-word-documents-look-beautiful/</link> <comments>http://robcubbon.com/how-to-make-powerpoint-presentation-and-word-documents-look-beautiful/#comments</comments> <pubDate>Sun, 28 Oct 2007 17:47:25 +0000</pubDate> <dc:creator>Rob Cubbon</dc:creator> <category><![CDATA[Acrobat]]></category> <category><![CDATA[Artwork]]></category> <category><![CDATA[Design]]></category> <category><![CDATA[Illustrator]]></category> <category><![CDATA[InDesign]]></category> <category><![CDATA[Photoshop]]></category> <category><![CDATA[Quark]]></category> <category><![CDATA[beautiful]]></category> <category><![CDATA[creativity]]></category> <category><![CDATA[design]]></category> <category><![CDATA[elements]]></category> <category><![CDATA[formatting]]></category> <category><![CDATA[graph]]></category> <category><![CDATA[images]]></category> <category><![CDATA[interactivity]]></category> <category><![CDATA[ms powerpoint]]></category> <category><![CDATA[objective]]></category> <category><![CDATA[para styles]]></category> <category><![CDATA[png transparency]]></category> <category><![CDATA[PowerPoint]]></category> <category><![CDATA[presentation]]></category> <category><![CDATA[printing]]></category> <category><![CDATA[style sheets]]></category> <category><![CDATA[transparencies]]></category> <category><![CDATA[type]]></category> <category><![CDATA[vector]]></category> <category><![CDATA[vectors]]></category> <category><![CDATA[width values]]></category> <category><![CDATA[word documents]]></category> <category><![CDATA[world and his wife]]></category> <guid
isPermaLink="false">http://robcubbon.com/how-to-make-powerpoint-presentation-and-word-documents-look-beautiful/</guid> <description><![CDATA[<p>If your client hands you a .PPT from MS PowerPoint or and .DOC Word and says: &#8220;The presentation/print deadline is tomorrow, make this look nice&#8221;, what are you going to do? The answer is to use other programs such as Photoshop, Illustrator, InDesign, Quark, Premiere or Keynote and get creative! Here are a few tips [...]</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://www.robcubbon.com/images/word-pp-cs2.jpg" title="PowerPoint, Word, Photoshop, InDesign, Illustrator icons" alt="PowerPoint, Word, Photoshop, InDesign, Illustrator icons"/></p><p>If your client hands you a .PPT from MS PowerPoint or and .DOC Word and says: &#8220;The presentation/print deadline is tomorrow, make this look nice&#8221;, what are you going to do?</p><p>The answer is to use other programs such as Photoshop, Illustrator, InDesign, Quark, Premiere or Keynote and get creative!</p><p>Here are a few tips I&#8217;ve picked up over the years of doing this.</p><h3>Make sure you import your client&#8217;s text into InDesign and Quark rather than copy and paste it</h3><p>Why? Because it keeps the formatting (bolds, italics, heads, subheads, notes, etc). If your client has gone through the document and done this there&#8217;s no need for you to do it again. OK, you may not like your client&#8217;s choice of formatting or font, you can change that globally over the whole document in seconds. Use the Style Sheets or Utilities > Font Usage in Quark and Paragraph Styles or Type > Find Font in InDesign to turn the sow&#8217;s ear into a silk purse.</p><h3>If you want a presentation to look good don&#8217;t do it in PowerPoint</h3><p>I know this isn&#8217;t always an option as all the world and his wife seem to want to use PowerPoint for any purpose but, if you can&#8217;t persuade the client to go for Premiere or Keynote, there&#8217;s always the PDF. The good old PDF will give you an excellent presentation with vectors supported, movies played and excellent interactivity.</p><h3>You&#8217;ve got to do it PowerPoint, now what do you do?</h3><p>In PowerPoint go File > Page Setup and that&#8217;ll give you the size of the slide. Then go to Photoshop go File > New and type in the same height and width values from PowerPoint, create your attention-grabbing masterpiece, save it as a PNG (transparency is supported) and then back in PowerPoint go   Insert > Picture > From File&#8230; and select your PNG.</p><p>OK, so you can do that for every page of a 40 slide deck if your client wants to edit the text, but it&#8217;ll add a bit of extra fizz to the proceedings.</p><h3>Get your client to provide you with the source files</h3><p>If there&#8217;s a blurry bitmap graph or chart that you need to beautify, ask if it exists as a PDF or ask for the source files. Even if it was the ugly result of a PowerPoint-Excel partnership the chances are it can be copied and pasted into Illustrator and the type can be changed and the excess crud can be deleted.</p><p>Similarly a PDF can be opened from within Illustrator with the type and the vectors editable, if the wind is blowing in the right direction, if you&#8217;re lucky!</p><p>For both of these routes you may find all the elements refusing to be ungrouped. If this is the case go Object > Clipping Mask > Release and Object > Compound Path > Release and then ungroup and see where that gets you.</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>]]></content:encoded> <wfw:commentRss>http://robcubbon.com/how-to-make-powerpoint-presentation-and-word-documents-look-beautiful/feed/</wfw:commentRss> <slash:comments>17</slash:comments> </item> </channel> </rss>
<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic
Page Caching using disk: enhanced
Database Caching 4/88 queries in 0.987 seconds using disk: basic
Object Caching 4478/4861 objects using disk: basic

Served from: robcubbon.com @ 2012-02-04 09:16:26 -->
