<?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>WorldLabel &#187; How-To</title>
	<atom:link href="http://blog.worldlabel.com/category/how-to/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.worldlabel.com</link>
	<description>Tips, tricks, hacks, and more!</description>
	<lastBuildDate>Mon, 16 Nov 2009 20:25:57 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=abc</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WordPress Hacker Attack: How to Learn the Hard Way</title>
		<link>http://blog.worldlabel.com/2009/wordpress-hacker-attack-how-to-learn-the-hard-way.html</link>
		<comments>http://blog.worldlabel.com/2009/wordpress-hacker-attack-how-to-learn-the-hard-way.html#comments</comments>
		<pubDate>Wed, 09 Sep 2009 14:23:55 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[hackers]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2314</guid>
		<description><![CDATA[Have you browsed through our site recently, only to discover missing images and PDF links? Then, you've learned only part of what a hacker can do to a WordPress site if that site has not been updated and backups have been violated. We learned the hard way that the push is on to hack as many WordPress sites as possible. But, we've also learned some smart ways to avoid this possibility again.]]></description>
			<content:encoded><![CDATA[<p>Have you browsed through our site recently, only to  discover missing images and PDF links? Then, you&#8217;ve learned only part of what a  hacker can do to a WordPress site if that site has not been updated and backups  have been violated. We learned the hard way that the push is on to hack as many  WordPress sites as possible. But, we&#8217;ve also learned some smart ways to avoid  this possibility again.</p>
<p><span id="more-2314"></span>First, when WordPress offers an updated version of their software, don&#8217;t  hesitate to download it and begin using it immediately. Yes, we know that  WordPress may release a version that may have security holes, but usually those  holes are discovered within 48 hours (at least, that&#8217;s been our experience).  They then release another version that usually remedies the situation. The  latest version is <a title="2.8.4" href="http://wordpress.org/download/">2.8.4</a>, and it works beautifully if you  haven&#8217;t yet been hacked.</p>
<p>Secondly, always &#8211; and we mean <em>always</em> &#8211; back up your site before you  upgrade to a new version of WordPress. The past couple versions have been  problematic for some people, because images were lost or uploaded images were  forgotten in backups and code has been generated between new WordPress upgrades  and some servers that has baffled people until simple solutions remedied the  situation.</p>
<p>We realize that many people who use WordPress are not programmers. So,  backups may seem confusing, especially if you&#8217;re not familiar with MySQL. A  simple tutorial on <a title="how to back up your database" href="http://codex.wordpress.org/Backing_Up_Your_Database">how to backup your  database(s)</a> is offered by WordPress. Another tutorial on <a title="how to restore that database from a backup" href="http://codex.wordpress.org/Restoring_Your_Database_From_Backup">how to  restore that database from a backup</a> is easy to understand as well.  Additionally, we&#8217;ve learned that a backup of the database is not all there is to  saving everything on your site.</p>
<p>For instance, you may have uploaded PDF files, images and other items onto  your server. In some cases, the database backup can be strengthened by  downloading your entire Web site via FTP, if you have access to those files. The  FTP download will assure you that you have every bit of information that you  uploaded onto that site over the months (or years, etc.).</p>
<p>Finally, from what we understand, if you do not upgrade a site to WordPress  2.8.4, your site may be subject to an attack by a worm that registers a user,  uses a security bug to allow evaluated code to execute through the permalink  structure, makes itself an admin then uses JavaScript to hide itself when you  look at users&#8217; pages. It then attempts to clean up and goes quiet while it  inserts hidden span and malware into your old posts.</p>
<p>You may first notice the problem if links begin to stop working and &#8211; worse &#8211;  when Google removes your site for containing malware and spam.</p>
<p>But, this worm also looks for typical folder names. So, you might think about  changing the name of your uploads folder to &#8216;fool&#8217; the worm into thinking you  have nothing of interest. It seems &#8211; from our experiences (yes, we have had more  than one incident) &#8211; that this worm (or another worm) likes to habitat or mess  with the uploads folder, where you store images that you upload to WordPress  through the site upload function.</p>
<p>Lastly, be aware that when you upload or restore your site, you may also be  uploaded files that have been damaged by a hacker&#8217;s attack. Be careful about  what you open up on your hard drive and be careful about what you restore to  your site. In most recent cases that we&#8217;ve heard about, however, the site seems  to be clean once the new WordPress version is installed and the database is  restored.</p>
<p>Moving forward, there are a few steps you can take to rest assured that  something like what happened to us doesn&#8217;t happen again.</p>
<ul>
<li>First, there are  WordPress plugins that build a &#8216;firewall&#8217; around your site and that warn you when  attempts are made to hack your database. This <a title="WordPress Firewall Plugin Security Filter" href="http://www.seoegghead.com/software/wordpress-firewall-security-filters.seo#sql-injection-attack">WordPress  Firewall Plugin Security Filter</a> not only warns you about an attempted  attack, it also tells you where the attack has originated and the type of attack  that was attempted.</li>
</ul>
<p>That&#8217;s just one of many new plugins that you can use to detect attacks and to block them. In most cases, if you don&#8217;t want to know about the attacks, then you can turn  off the notices. But, you can rest easier knowing that an attempt to mess up  your site has been thwarted.</p>
<ul>
<li>Secondly, back up your site at least weekly. This way, you&#8217;ve only  lost a week&#8217;s worth of blog entries if anything. You can do an automated backup  if that&#8217;s your cup of tea, and you can have that backup emailed to you. Be  forewarned, though, that your backup may be corrupted. Therefore, it&#8217;s a  wise idea to save several weeks&#8217; worth of backups in case you discover a  problem.</li>
</ul>
<p>At Worldlabel, our focus is on labels. We offer this blog as a way to help  you learn how to use labels to your advantage in the least expensive way  possible. We hope to keep meeting our goal in an effort to help you, so please  forgive us for our lack of attention to all things hacker. The images and PDF  files will be restored (we did do something right!), but, in the process, we  also are fulfilling label orders &#8211; which is the most important process for our  customers.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/wordpress-hacker-attack-how-to-learn-the-hard-way.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Basics about Color / Colour</title>
		<link>http://blog.worldlabel.com/2009/the-basics-about-color-colour.html</link>
		<comments>http://blog.worldlabel.com/2009/the-basics-about-color-colour.html#comments</comments>
		<pubDate>Thu, 20 Aug 2009 20:03:40 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[color]]></category>
		<category><![CDATA[colour]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2154</guid>
		<description><![CDATA[Colour is an important aspect of any design, and the choice of colour is crucial to put across the right message, and stand out from the crowd. Here's an overview of some of the basics of using colours together, and a rundown of some of the terms used in the world of colour.]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">Colour is an important aspect of any design, and the choice of colour is crucial to put across the right message, and stand out from the crowd. Here&#8217;s an overview of some of the basics of using colours together, and a rundown of some of the terms used in the world of colour.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/color-wheel.jpg"><img class="alignnone size-medium wp-image-2000" title="color-wheel" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/color-wheel.jpg" alt="Color Wheel" width="300" height="300" /></a></p>
<p><span id="more-2154"></span><strong>Primary Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/primary.jpg"><img class="size-medium wp-image-2002 aligncenter" title="Primary Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/primary.jpg" alt="Primary Colors" width="300" height="109" /></a></p>
<p>The three primary colours are red, yellow and blue. These are the base colours that every other colour on the colour wheel is produced from.</p>
<p><strong>Secondary Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/secondary.jpg"><img class="size-medium wp-image-2003 aligncenter" title="Secondary Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/secondary.jpg" alt="Secondary Colours" width="300" height="109" /></a></p>
<p>Mix two primary colours together and you&#8217;ll get a secondary colour. So, if you mix red and yellow and you&#8217;ll get the secondary colour orange. Likewise, yellow and blue will give you the secondary of green.</p>
<p><strong>Tertiary Colours</strong></p>
<p>Mix together a primary and a secondary and you&#8217;ll end up with a tertiary colour, and there are countless variations that make up the huge spectrum of colours we see.</p>
<p><strong>Warm and Cool Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/warm-cool.jpg"><img class="size-medium wp-image-2004 aligncenter" title="Warm and Cool Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/warm-cool.jpg" alt="Warm and Cool Colors" width="300" height="300" /></a></p>
<p>The colour wheel is divided into two halves, warm and cool colours. Generally speaking warm colours are more upbeat and energetic, while cool colours are calmer and more soothing.</p>
<p>Examples of warm colours are orange and yellow. Whereas examples of cool colours are blue and green.</p>
<p><strong>COMBINING COLORS</strong></p>
<p>Notice how the three primaries appear in a triangulated position on the colour wheel, with the secondary colours in between. The colour wheel can be a handy tool when developing simple colour schemes.</p>
<p><strong>Complimentary Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/complimentary.jpg"><img class="size-medium wp-image-2005 aligncenter" title="Complimentary Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/complimentary.jpg" alt="Complimentary Colors" width="300" height="300" /></a></p>
<p>A complimentary colour scheme is a selection of two colours from each end of the wheel, for instance red and green. Despite the word complimentary, they look pretty terrible if used together, as the extremely high contrast produces some garish effects.</p>
<p><strong>Analogous Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/analogous.jpg"><img class="size-medium wp-image-2006 aligncenter" title="Analogous Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/analogous.jpg" alt="Analogous Colors" width="300" height="300" /></a></p>
<p>Analogous colours on the other hand, are colours that appear next to each other on the wheel. Taking a colour scheme of analogous colours is a great start to any design, as they harmonize really well.</p>
<p><strong>Triadic Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/split-complimentary.jpg"></a><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/triad.jpg"><img class="size-medium wp-image-2008 aligncenter" title="Triadic Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/triad.jpg" alt="Triadic Colors" width="300" height="300" /></a></p>
<p>As you might guess, triadic colours take three samples from the colour wheel that are equally spaced. Triadic colours are quite vibrant, and often troublesome to work with due to their high contrast.</p>
<p><strong>Split Complimentary Colours</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/split-complimentary.jpg"><img class="size-medium wp-image-2007 aligncenter" title="Split Complimentary Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/split-complimentary.jpg" alt="Split Complimentary Colors" width="300" height="300" /></a></p>
<p>As with complimentary colour schemes, a split complimentary takes samples from opposite ends of the colour wheel, but with the split not being directly adjacent, there&#8217;s less contrast and tension.</p>
<p><strong>COLOUR TINTS | SHADES AND TONES</strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/tints.jpg"><img class="size-medium wp-image-2009 aligncenter" title="Tints" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/tints.jpg" alt="Tints" width="300" height="109" /></a></p>
<p>Each colour also has a range of variations depending on its tint, shade or tone. A <strong>tint </strong>is when white is added to the colour, making it increasingly lighter. Tints can produce bright pastel colours that are easy on the eye.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/shades.jpg"><img class="size-medium wp-image-2010 aligncenter" title="Shades" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/shades.jpg" alt="Shades" width="300" height="109" /></a></p>
<p><strong>Shades</strong> are when black is added to the colour, and produces darker versions of the colour.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/tone.jpg"><img class="aligncenter size-medium wp-image-2011" title="Tones" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/tone.jpg" alt="Tones" width="300" height="109" /></a></p>
<p><strong>Tones</strong> are when grey is mixed with the colour, which takes away the colour value making it more neutral.</p>
<p><strong>COLOR MODES</strong><br />
Depending on the nature of the design you&#8217;re working on, you&#8217;ll either be working in RGB, CMYK, or even using Pantone Colours.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/rgb.jpg"><img class="aligncenter size-medium wp-image-2020" title="RGB Colors" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/rgb.jpg" alt="RGB Color" width="300" height="300" /></a></p>
<p><strong>RGB</strong> colours are used when the design is viewed on screen, such as a website or computer application. The colours are produced by the mix of red, blue and green lights inside the monitor.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/cmyk.jpg"><img class="aligncenter size-medium wp-image-2021" title="CMYK Color" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/cmyk.jpg" alt="CMYK Color" width="300" height="239" /></a></p>
<p><strong>CMYK</strong> colour refers to the four inks used in the printing process. Cyan, Magenta, Yellow and black inks are mixed together to form a wide spectrum of colour.<strong></strong></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/08/pantone.jpg"><img class="aligncenter size-medium wp-image-2022" title="Pantone Color" src="http://blog.worldlabel.com/wp-content/myfiles/2009/08/pantone.jpg" alt="Pantone Color" width="300" height="198" /></a></p>
<p><strong>Pantone</strong> colours are a collection of pre-mixed colours, unlike CMYK printing, the colour reproduction is exact, and are pure in colour.</p>
<p>We hope this introduction to the basics of colour gives you a head start when producing your upcoming design work!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/the-basics-about-color-colour.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>business card tutorial in inkscapeorg</title>
		<link>http://blog.worldlabel.com/2009/business-card-tutorial-in-inkscapeorg.html</link>
		<comments>http://blog.worldlabel.com/2009/business-card-tutorial-in-inkscapeorg.html#comments</comments>
		<pubDate>Thu, 28 May 2009 18:49:01 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[business cards]]></category>
		<category><![CDATA[inkscape]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2189</guid>
		<description><![CDATA[
This tutorial will demonstrate how to create a business card template using Inkscape. The steps in this tutorial will work for Inkscape versions 0.46 and 0.47.


Creating The Template

Importing the PDF template
Converting to Guides
Configuring Snapping
Creating the Rectangle
Creating the Clones


A Sample Business Card Design 

Creating the Background Gradient
Creating the Background Pattern
Adding Text



Creating The Template
Importing the PDF template
For [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img class="aligncenter size-full wp-image-1531" title="Inkscape" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/inkscape.jpg" alt="Inkscape" width="200" height="194" /></p>
<p>This tutorial will demonstrate how to create a business card template using Inkscape. The steps in this tutorial will work for Inkscape versions 0.46 and 0.47.<br />
<span id="more-2189"></span></p>
<ol>
<li><a href="#id2935819">Creating The Template</a>
<ol>
<li><a href="#id2935832">Importing the PDF template</a></li>
<li><a href="#id2939129">Converting to Guides</a></li>
<li><a href="#id2926065">Configuring Snapping</a></li>
<li><a href="#id2914701">Creating the Rectangle</a></li>
<li><a href="#id2915272">Creating the Clones</a></li>
</ol>
</li>
<li><a href="#id2915464">A Sample Business Card Design </a>
<ol>
<li><a href="#id2915474">Creating the Background Gradient</a></li>
<li><a href="#id2915927">Creating the Background Pattern</a></li>
<li><a href="#id2916018">Adding Text</a></li>
</ol>
</li>
</ol>
<h2 id="id2935819">Creating The Template</h2>
<h3 id="id2935832">Importing the PDF template</h3>
<p>For the purposes of this tutorial, the stock for our business cards we will be the Worldlabel 3.5&#8243; x 2&#8243; Business Card.</p>
<p>Download the PDF template from the Worldlabel website: <a href="http://www.worldlabel.com/Templates/wl-ol244PDF.htm">http://www.worldlabel.com/Templates/wl-ol244PDF.htm</a>.</p>
<p>Launch Inkscape, and open up the PDF template using the <code>File &gt; Open...</code> menu item. After opening up the file, the PDF Import Settings dialog box will appear. As illustrated below, use the default settings and press OK.</p>
<p align="center"><div id="attachment_1585" class="wp-caption aligncenter" style="width: 493px"><p class="wp-caption-text">PDF import settings</p></div><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/screenshot-pdfimportsettings1.png"><img class="size-full wp-image-1585" title="PDF import settings" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/screenshot-pdfimportsettings1.png" alt="PDF import settings" width="483" height="347" /></a></p>
<p>Your document should now have the template visible, similar to the image below. Now, go to <code>File &gt; Save As...</code> and save your document in the native Inkscape format, SVG (Scalable Vector Graphics).</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/initialtemplateimport2.png"><img class="size-full wp-image-1586" title="Initial Template Import" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/initialtemplateimport2.png" alt="Initial Template Import" width="500" height="495" /></a></p>
<h3 id="id2939129">1.2. Converting to Guides</h3>
<p>The next step is to convert the lines that make up the template into Inkscape guides. The template object that was imported from the PDF may be in a group. To convert the template to guides, we first need to ungroup the lines that make up the template. Go to <code>Edit &gt; Select All</code> to select all the objects, then choose <code>Object &gt; Ungroup</code> twice. The document should look similar to this:</p>
<p align="center">
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/initialimport21.png"><img class="size-full wp-image-1587" title="Initial Import" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/initialimport21.png" alt="Initial Import" width="500" height="495" /></a></p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png"><img class="size-full wp-image-1591 aligncenter" title="Note" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png" alt="Note" width="48" height="48" /></a></p>
<p>Now, keep the lines selected, and choose <code>Object &gt; Objects To Guides</code> from the menu. The original black lines have now been replaced with blue guide lines:</p>
<p align="center">
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/converttoguides1.png"><img class="size-full wp-image-1588" title="Convert to Guides" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/converttoguides1.png" alt="Convert to Guides" width="500" height="495" /></a></p>
<p>The next step is to double check the Inkscape&#8217;s snapping preferences.</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/important.png"><img class="size-full wp-image-1592 aligncenter" title="Important" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/important.png" alt="Important" width="48" height="48" /></a></p>
<h4 id="id2914573">1.3.1. Configuring Snapping for Inkscape 0.46</h4>
<p>Open up the <code>Document Properties dialog</code> by going to <code>File &gt; Document Properties...</code> in the menu. Select the Snap tab and configure the preferences as per the screenshot below:</p>
<p align="center">
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/snappingprefs1.png"><img class="size-full wp-image-1589" title="Snapping Preferences" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/snappingprefs1.png" alt="Snapping Preferences" width="488" height="632" /></a></p>
<p>With these preferences configured properly, when an object is moved or resized near the guides, the object should &#8220;snap&#8221; cleanly to the edge of the guide(s).</p>
<h4 id="id2914624">1.3.2. Configuring Snapping for Inkscape 0.47</h4>
<p>Open up the <code>Document Properties dialog</code> by going to <code>File &gt; Document Properties...</code> in the menu. Select the Snap tab and configure the preferences as per the screenshot below:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/snapping22.png"><img class="size-full wp-image-1593" title="Select Snapping Preferences" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/snapping22.png" alt="Select Snapping Preferences" width="476" height="528" /></a></p>
<p>The main difference in Inkscape 0.47 is that a <code>Snap Controls Bar</code> was introduced. It is essentially a bar of toggle controls that control the snapping options. Having the buttons toggled as per the following screenshot will create the snapping behavior needed for this tutorial:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/snapbar1.png"><img class="size-medium wp-image-1594" title="Snap Controls Bar" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/snapbar1.png" alt="Snap Controls Bar" width="300" height="16" /></a></p>
<h3 id="id2914701">1.4. Creating the Rectangle</h3>
<ol>
<li>Select the <code>Rectangle tool</code> from the <code>Inkscape Toolbox</code> on the left hand side of the main Inkscape window.
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/selectrecttool1.png"><img class="size-full wp-image-1595" title="Select Rectangle Tool" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/selectrecttool1.png" alt="Select Rectangle Tool" width="256" height="131" /></a></p>
</li>
<li>Draw a small rectangle on the canvas within the guides of the top left Business Card area of the template.
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/drawrect1.png"><img class="size-full wp-image-1597" title="Draw Rectangle" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/drawrect1.png" alt="Draw Rectangle" width="500" height="495" /></a></p>
</li>
<li>Choose the <code>Select tool</code> from the tool box, and select the rectangle that you drew with it. The rectangle should have arrows around it like the following screenshot:
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/selecttool1.png"><img class="size-full wp-image-1598" title="Choose Select Tool" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/selecttool1.png" alt="Choose Select Tool" width="500" height="495" /></a></p>
</li>
<li>Resize the rectangle to fit the business card shape defined by the guides. While resizing, the rectangle should automatically snap out to the inner edges of the guides.
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png"><img class="size-full wp-image-1599 aligncenter" title="Note" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png" alt="Note" width="48" height="48" /></a></p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/resizerect1.png"><img class="size-full wp-image-1600" title="Resize Rectangle" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/resizerect1.png" alt="Resize Rectangle" width="500" height="495" /></a></p>
</li>
<li>For the clones that we are going to create to function properly, our rectangle needs to be in a group. Select the rectangle using the <code>Select tool</code>.
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png"><img class="size-full wp-image-1601 aligncenter" title="Note" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png" alt="Note" width="48" height="48" /></a></p>
<p>Now place the rectangle into a group with Object &gt; Group from the menu. The statusbar at the bottom of the Inkscape window should now read:</p>
<pre>Group of 1 object in layer OL244. Click selection to toggle scale/rotation handles.</pre>
</li>
</ol>
<ol>
<li>Select the rectangle (which is actually a group), and create a clone of it using <code>Edit &gt; Clone &gt; Create Clone</code> from the menu. This will create a linked clone of the object. Make sure the clone is selected by checking the statusbar for the following message:
<pre>Clone Of: Group of 1 object in layer OL244. Use Shift + D to look up original.</pre>
</li>
<li>Now move the newly created clone to another business card slot on the template. The clone should snap cleanly into place:
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/moveclone11.png"><img class="size-full wp-image-1602" title="Move Clone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/moveclone11.png" alt="Move Clone" width="500" height="495" /></a></p>
</li>
<li>Go back to the original rectangle that was created, and repeat the cloning process until all 10 slots of the template have rectangles in them. Try to always keep the original rectangle in the top left slot of the template.
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/moveclone2.png"><img class="size-full wp-image-1603" title="Move Clone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/moveclone2.png" alt="Move Clone" width="500" height="495" /></a></p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png"><img class="size-full wp-image-1604 aligncenter" title="Note" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png" alt="Note" width="48" height="48" /></a></p>
<p>When you have finished this step, the document should look like the following screenshot:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/clonesfinished1.png"><img class="size-full wp-image-1605" title="Finished Clones" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/clonesfinished1.png" alt="Finished Clones" width="500" height="516" /></a></p>
</li>
<li>Now check that the clones have been created correctly by entering the group, and changing the color of the rectangle. First, select the original (it should still be in the top left slot) and double click on it to enter the group. After double clicking, the selection cues (the bounding box and arrows) will disappear. Click on the rectangle again and the statusbar message should have changed to: (the &#8220;#G1234&#8243; value will be different):
<pre>Rectangle in layer #G1234</pre>
<p>Now change the color of the rectangle using the palette at the bottom of the screen. If the clones have been created properly, the color of every object should change automatically.</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png"><img class="size-full wp-image-1606 aligncenter" title="Note" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/note.png" alt="Note" width="48" height="48" /></a></p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/checkclones1.png"><img class="size-full wp-image-1607" title="Check Clones" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/checkclones1.png" alt="Check Clones" width="500" height="516" /></a></p>
</li>
</ol>
<h2 id="id2915464">2. A Sample Business Card Design</h2>
<p>The second section of this tutorial will outline a sample process for using the newly created template to Design a Business Card.</p>
<h3 id="id2915474">2.1. Creating the Background Gradient</h3>
<p>As was done in the final step of creating the template, select the original (it should still be in the top left slot) and double click on it to enter the group. After double clicking, the selection cues (the bounding box and arrows) will disappear. Click on the rectangle again and the statusbar message should have changed to: (the &#8220;#G1234&#8243; value will be different):</p>
<pre>Rectangle in layer #G1234</pre>
<p>Now, select the gradient tool from the toolbar:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/gradienttool1.png"><img class="size-full wp-image-1625" title="Select Gradient Tool" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/gradienttool1.png" alt="Select Gradient Tool" width="282" height="161" /></a></p>
<p>Now, click and drag a line on the rectangle, creating the gradient:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/creategradient1.png"><img class="size-full wp-image-1626" title="Create Gradient" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/creategradient1.png" alt="Create Gradient" width="500" height="490" /></a></p>
<p>Click on the top node of the gradient. (This selects the node, making it blue like the screenshot below).</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/selecttopgradientnode1.png"><img class="size-full wp-image-1608" title="Select Top Gradient Node" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/selecttopgradientnode1.png" alt="Select Top Gradient Node" width="500" height="490" /></a></p>
<p>Open the <code>Fill / Stroke dialog</code> (<code>Object &gt; Fill / Stroke</code> from the menu), and choose the fill color for the top node of your gradient. (in this example, the color that is used is <code>#cc0000ff</code>)</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/fill11.png"><img class="size-full wp-image-1609" title="Fill Dialogue" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/fill11.png" alt="Fill Dialogue" width="369" height="476" /></a></p>
<p>The gradient color will have changed:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/gradient21.png"><img class="size-full wp-image-1610" title="Gradient Change" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/gradient21.png" alt="Gradient Change" width="500" height="490" /></a></p>
<p>Follow the same process, and change the color for the bottom node of the gradient (in this example, the bottom color that is used is <code>#a40000ff</code>). The canvas should look like:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/gradient31.png"><img class="size-full wp-image-1611" title="Gradient Color Change" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/gradient31.png" alt="Gradient Color Change" width="500" height="490" /></a></p>
<h3 id="id2915927">2.2. Creating the Background Pattern</h3>
<p>In the next step, a striped background pattern will be added to the business card.</p>
<p>Choose the select tool from the tool bar:</p>
<p align="center">
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/select1.png"><img class="size-full wp-image-1612" title="Choose the Select Tool" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/select1.png" alt="Choose the Select Tool" width="500" height="494" /></a></p>
<p>Next, duplicate the rectangle (<code>Edit &gt; Duplicate</code> from the menus), and open the <code>Fill / Stroke dialog</code> again. In the Fill / Stroke dialog, choose the pattern fill type, and set the pattern to &#8220;Stripes 1:1 White&#8221;. In the same dialog, set the &#8220;Opacity (%)&#8221; slider at the bottom to 10%:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/pattern1.png"><img class="size-full wp-image-1613" title="Select Pattern" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/pattern1.png" alt="Select Pattern" width="369" height="476" /></a></p>
<p>The result will look similar to:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/pattern21.png"><img class="size-full wp-image-1614" title="Results" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/pattern21.png" alt="Results" width="500" height="490" /></a></p>
<h3 id="id2916018">2.3. Adding Text</h3>
<p>The final step in the business card design is to add text.</p>
<p>Select the <code>Text Tool</code> from the side Toolbar:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/texttool1.png"><img class="center size-full wp-image-1615" title="Select Text Tool" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/texttool1.png" alt="Select the Text Tool" width="269" height="163" /></a></p>
<p>Click once on the canvas to insert an unflowed text object, and type in some text.</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text11.png"><img class="size-full wp-image-1616" title="Type in Text" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text11.png" alt="Type in Text" width="500" height="490" /></a></p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/important.png"><img class="size-full wp-image-1617 center" title="Important" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/important.png" alt="Important" width="48" height="48" /></a></p>
<p>After entering in the text, choose the select tool, and use the arrows that surround the text object to resize it.</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text21.png"><img class="size-full wp-image-1618" title="Resize Text" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text21.png" alt="Resize Text" width="500" height="486" /></a></p>
<p>The letters in an unflowed text object can be manually kerned. Choose the Text tool again and place the cursor between the letters that need to be moved. Next, hold down the <code>ALT</code> key, and press an <code>Arrow</code> key. Use this technique to manually fine tune the position of the letters:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text31.png"><img class="size-full wp-image-1619" title="Refine Text" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text31.png" alt="Refine Text" width="500" height="486" /></a></p>
<p>Repeat this process to add multiple text objects to fill out the business card:</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text41.png"><img class="size-full wp-image-1620" title="Repeat Process" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text41.png" alt="Repeat Process" width="500" height="486" /></a></p>
<p>Finally, zoom out, and admire the finished business cards, ready to be printed.</p>
<p align="center"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text51.png"><img class="size-full wp-image-1621" title="The Finished Product" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/text51.png" alt="The Finished Product" width="500" height="557" /></a></p>
<p align="center">Author is Ryan Lerch of <a title="Ryan Lerch" href="http://ryanler.wordpress.com/">http://ryanler.wordpress.com/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/business-card-tutorial-in-inkscapeorg.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Creating Labels for Canning</title>
		<link>http://blog.worldlabel.com/2009/creating-labels-for-canning.html</link>
		<comments>http://blog.worldlabel.com/2009/creating-labels-for-canning.html#comments</comments>
		<pubDate>Mon, 18 May 2009 13:00:04 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Labels & Printing]]></category>
		<category><![CDATA[indesign]]></category>
		<category><![CDATA[labels]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2191</guid>
		<description><![CDATA[One of summer's pleasures is its abundance <a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/canninglabel.png"></a>of fresh fruits and vegetables. If you're the grower, then along with the joy of eating summer's bounty is the responsibility of making sure nothing goes to waste. Because we often harvest more than we can eat, canning is a common way to store summer foods for use later that year. After all, who doesn't love receiving a nicely wrapped can of home-grown tomatoes or a jar of fresh strawberry jam?]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/canninglabel.jpg"><img class="size-medium wp-image-1516 aligncenter" title="canninglabel" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/canninglabel.jpg" alt="Canning Label" width="300" height="249" /></a></p>
<p>One of summer&#8217;s pleasures is its abundance <a href="http://blog.worldlabel.com/wp-content/myfiles/2009/05/canninglabel.png"></a>of fresh fruits and vegetables. If you&#8217;re the grower, then along with the joy of eating summer&#8217;s bounty is the responsibility of making sure nothing goes to waste. Because we often harvest more than we can eat, canning is a common way to store summer foods for use later that year. After all, who doesn&#8217;t love receiving a nicely wrapped can of home-grown tomatoes or a jar of fresh strawberry jam?<br />
<span id="more-2191"></span><br />
For home canners with modest graphic design skills, such gifts can be easily enhanced by the addition of custom labels. Following in the fine tradition of labels from the past, designing your own label is simple to do and adds a lot when personalizing your presentation.</p>
<p>A few years ago while visiting my friend Tom Sims in Portland, Oregon, I was asked if I could help design a label for a batch of garlic dill pickles he was putting up. Figuring I&#8217;d be repaid in crunchy dills, I jumped at the opportunity.</p>
<p><strong>Choosing the Label</strong></p>
<p>The first step is to make a quick survey of possible labels, and choose the one best suited for the job. For this project I chose World Label’s <a href="http://www.worldlabel.com/Pages/wl-ol150.htm">WL-OL150 shipping labels</a>, which measures 4 x 3.33 inches. My next step was to do some research on the history of fruit labels. Typing &#8220;Vintage fruit labels&#8221; into Google&#8217;s search field brought up hundreds of images of old-time labels. After a quick study of the genre, I was ready to begin designing Tom&#8217;s label.</p>
<p>I decided that a picture of Oregon&#8217;s famous Mt. Hood would make a great visual for the pickle label. For the image I went to my favorite source of free images, <a title="Morgue File" href="http://morguefile.com/">MorgueFile.com</a>. There, I found just what I was looking for (Figure 1).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1508" title="Mt. Hood" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/mountain.jpg" alt="Mt. Hood" width="450" height="236" /></p>
<p style="text-align: center;"><em>Figure 1: this photo of Mt. Hood and Lost Lake would be perfect for my label</em></p>
<p>To make the Mt. Hood image match the style of those vintage labels I&#8217;d seen, I used a Posterize adjustment layer in Photoshop. Posterize takes the millions of colors we normally see in an image and converts them to a handful. For the Mt. Hood image I experimented and found that eight levels of color worked best (Figure 2).</p>
<p style="text-align: center;"><img class="size-full wp-image-1509  aligncenter" title="Posterization" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/mountain_2.jpg" alt="Posterization of Mt. Hood" width="450" height="303" /></p>
<p style="text-align: center;"><em>Figure 2: Posterization of Mt. Hood</em></p>
<p>Afterward, I softened the entire effect by applying a slight Gaussian Blur. Before applying the blur I converted the layer to a Smart Layer by choosing Filter &gt; Convert for Smart Filters (Figures 3 and 4).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1510" title="Convert to Smart Layer" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/mountain_3.jpg" alt="Convert to Smart Layer" width="450" height="124" /></p>
<p>Converting an image for Smart Filters turns it into a Smart Object. Smart Objects keeps a non-destructive copy of your file in its original state, which allows you to adjust the intensity of a filter (in this case the Gaussian Blur) even after the file has been saved, an important step when making creative choices.</p>
<p><strong>Building the Label</strong></p>
<p>Next we&#8217;ll build one label in InDesign using our posterized image of Mt. Hood and Lost Lake. In InDesign go to File &gt; New &gt; Document. In the New Document dialog box, create a document that&#8217;s the size of one label in the WL-OL150 World Label template (Figure 5).</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1511" title="Format your type and label size" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/mountain_4.jpg" alt="Format your type and label size" width="450" height="384" /><em></em></p>
<p style="text-align: center;"><em> Format your type and label size</em></p>
<p>According to information on the website, the dimensions for each label are 4 in wide by 3.333 inches high.</p>
<p>Once you&#8217;ve created your document, choose File &gt; Place from inside of InDesign, and navigate to the posterized file named Lost_Lake.psd. With the image loaded in the InDesign place gun, click once to place the image on the page at 100-percent size.</p>
<p>Afterward, use the standard InDesign tools (black and white arrows) to move or scale the image into proper position on the page.</p>
<p><strong>Add the Type</strong></p>
<p>After the image has been placed and scaled into position, it&#8217;s time to add type Click and drag with the Type tool (press letter T on your keyboard to access the tool) to create a text frame. With the text cursor blinking, type in whatever information you want to appear on top of the background image</p>
<p>Format your type using InDesign&#8217;s standard type formatting tools for fonts, size, leading, and alignment (Figure 5). For a more detailed explanation of these tools refer to page 50 in my book, Professional Design Techniques with <a href="http://www.amazon.com/Professional-Design-Techniques-Adobe-Creative/dp/0321495691">Adobe Creative Suite 3</a> (Adobe Press, 2008). Take advantage of the Optical Kerning feature of InDesign to insure that letter spacing is even and consistent throughout your type.</p>
<p style="text-align: center;"><img class="size-full wp-image-1512  aligncenter" title="Add type" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/mountain_5.jpg" alt="Add type" width="450" height="373" /></p>
<p style="text-align: center;"><em> Add your type</em></p>
<p>To create curved type as I’ve done you have several options. One is to set type on a path in InDesign. Alternately, the same effect could be achieved by creating curved type in Adobe Photoshop or Illustrator. Only experimentation will tell you which method works best.</p>
<p>Finally, save your layout and name it MyLabel.indd. Now close the open window.</p>
<p><strong>Creating the final labels</strong></p>
<p>The last step is to import the label we just created and lay it out on the WL-OL150 template page. From the InDesign File menu, choose New &gt; Document. Create a one page US letter size document with all four margins set to zero.</p>
<p>Again, from the File menu choose Place, and navigate to the <a href="http://www.worldlabel.com/Templates/wl-ol150PDF.htm">World Label WL-OL150 pdf template</a>. Click to place the template so that the edges of the template align with the edges of your page. Open the Layers panel (Window &gt; Layers) and click to lock the template layer. This will prevent it from being selected accidentally.</p>
<p>Click on the Create New Layer icon at the base of the Layers panel to create a new, unlocked, layer. Drag this layer beneath the locked template layer so you can make sure your artwork goes slightly beyond the perimeter of the label wherever possible.</p>
<p style="text-align: center;"><img class="size-full wp-image-1513  aligncenter" title="Label layout" src="http://blog.worldlabel.com/wp-content/myfiles/2009/05/mountain_6.jpg" alt="Label layout" width="400" height="538" /></p>
<p style="text-align: center;"><em>Label layout</em></p>
<p>With the new layer targeted, go to File &gt; Place and select the InDesign MyLabel. indd file. (Note: placing an InDesign document into another InDesign document only works with InDesign CS3 and above. If you&#8217;re working with an older version of InDesign you&#8217;ll have to export your label first as a PDF before trying to place it into a new document.) Position the label so it aligns precisely with the upper left area of the template. Once in place, drag the label holding the Alt (Windows) or Option (Mac OS) and Shift keys to copy the first label into the upper right corner.</p>
<p>With the top two labels in place, select both and Alt/Option drag another pair downward to the next row. Repeat this process one more time to complete the template (Figure 7).</p>
<p>When it’s time to print, just make sure to hide the locked template layer. Test for alignment by printing first on plain paper. Once you know everything is correctly positioned, replace the plain paper with your <a href="http://www.worldlabel.com/">World Label labels</a> and start printing!</p>
<p><em><strong>by Scott Citron, Adobe Certified Expert, InDesign</strong></em></p>
<p style="text-align: center;"><strong><em><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/bar1.png" alt="" width="441" height="7" /></em></strong></p>
<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/BLO.png" alt="Worldlabel" width="292" height="115" /></p>
<p style="text-align: left;">Visit Worldlabel.com to check out all our popular size <a href="http://www.worldlabel.com">labels</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/creating-labels-for-canning.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create Brayered Labels &amp; Cards by Korin Sutherland</title>
		<link>http://blog.worldlabel.com/2009/how-to-create-brayered-labels-cards-by-korin-sutherland.html</link>
		<comments>http://blog.worldlabel.com/2009/how-to-create-brayered-labels-cards-by-korin-sutherland.html#comments</comments>
		<pubDate>Fri, 17 Apr 2009 13:00:52 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Labels & Printing]]></category>
		<category><![CDATA[labels]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2233</guid>
		<description><![CDATA[
Supplies:

Stamp set (I used Dream Silhouettes by Sweet &#8216;n Sassy Stamps)
Rubber Brayer (for info about brayers visit this site)
Worldlabel (or other brand) mailing labels: any size will do really, but for this particular card I used 1&#8243;x 2 5/8&#8243; inkjet mailing labels
Kaleidacolor Ink pad by Tsukineko (I used Royal Satin) or other spectrum type pad [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><strong><img class="size-medium wp-image-1365 aligncenter" title="logo" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/logo.jpg" alt="Sweet and Sassy Stamps" width="300" height="81" /></strong></p>
<p style="text-align: left;"><strong>Supplies:</strong></p>
<ul>
<li>Stamp set (I used <a title="Dream Silhouettes" href="http://sweetnsassystamps.biz/shop/index.php?main_page=product_info&amp;cPath=164&amp;products_id=751">Dream Silhouettes </a>by Sweet &#8216;n Sassy Stamps)</li>
<li>Rubber Brayer (for info about brayers visit this site)</li>
<li>Worldlabel (or other brand) mailing labels: any size will do really, but for this particular card I used <a title="mailing labels" href="http://www.worldlabel.com/Pages/wl-ol875.htm">1&#8243;x 2 5/8&#8243; inkjet mailing labels</a></li>
<li>Kaleidacolor Ink pad by Tsukineko (I used Royal Satin) or other spectrum type pad (a solid color would work too if you don&#8217;t have the other kinds)</li>
<li>Black Ink (I used Memento Tuxedo Black by Tsukineko)</li>
<li>Cardstock: neutral and various colors to coordinate with your ink Embellishments</li>
</ul>
<p style="text-align: left;"><span id="more-2233"></span> <strong>Step 1.</strong> Stamp images in black ink DIRECTLY on sheet of Worldlabel (or other) mailing labels. I stamped my images across four labels as you can see here.</p>
<p style="text-align: center;"><img class="size-full wp-image-1372 aligncenter" title="wl-brayeredlabels-11" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-11.jpg" alt="" width="500" height="331" /></p>
<p style="text-align: center;"><img class="size-full wp-image-1373 aligncenter" title="wl-brayeredlabels-21" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-21.jpg" alt="" width="500" height="331" /></p>
<p style="text-align: center;"><img class="size-full wp-image-1374 aligncenter" title="wl-brayeredlabels-2b1" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-2b1.jpg" alt="" width="500" height="331" /></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-1.jpg"></a></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-2.jpg"></a></p>
<p style="text-align: left;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-2b.jpg"></a><br />
<strong>Step 2.</strong> Ink up your brayer with the Kaleidacolor ink being sure to lift your brayer with each pass. Don&#8217;t just roll it back and forth because you won&#8217;t get even ink coverage.</p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-3.jpg"></a><img class="size-full wp-image-1375 aligncenter" title="wl-brayeredlabels-31" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-3.jpg" alt="" width="500" height="331" /><br />
<strong>Step 3.</strong> Roll inked brayer over your stamped labels starting with the label just before or after your stamped labels again lifting your brayer to be sure you get even ink coverage. If you don&#8217;t start with the label before or after your stamped image you may get unwanted lines from your starting or ending point.</p>
<p style="text-align: left;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-4.jpg"></a></p>
<p style="text-align: left;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-5.jpg"></a></p>
<p><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-6.jpg"></a></p>
<p style="text-align: center;"><img class="size-full wp-image-1376 aligncenter" title="wl-brayeredlabels-41" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-41.jpg" alt="" width="500" height="331" /></p>
<p style="text-align: center;"><img class="size-full wp-image-1377 aligncenter" title="wl-brayeredlabels-5" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-5.jpg" alt="" width="500" height="331" /><br />
<strong>Step 4.</strong> Peel off your stamped, brayered labels and adhere them to your neutral cardstock matte being careful to line them up properly.</p>
<p style="text-align: left;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-7.jpg"></a></p>
<p style="text-align: center;"><img class="size-full wp-image-1378 aligncenter" title="wl-brayeredlabels-6" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-6.jpg" alt="" width="500" height="331" /></p>
<p style="text-align: center;"><a href="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-8.jpg"></a><img class="size-full wp-image-1379 aligncenter" title="Last steps" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-7.jpg" alt="Last steps" width="500" height="331" /><br />
<strong>Step 5.</strong> Trim, mount and decorate your card as desired <img src='http://blog.worldlabel.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1363" title="Final image" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/wl-brayeredlabels-final.jpg" alt="Final image" width="500" height="331" /></p>
<p style="text-align: left;"><strong>by </strong><a title="Korin sutherland" href="http://inkydoodle.blogspot.com/"><strong>Korin Sutherland</strong></a><strong> of </strong><a title="Sweet and Sassy Stamps" href="http://sweetnsassystamps.com/"><strong>Sweet &#8216;n Sassy Stamps</strong></a><br />
All images copyright Sweet &#8216;n Sassy Stamps.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/bar1.png" alt="" width="441" height="7" /></p>
<p style="text-align: center;"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/blo.png" alt="Worldlabel" width="292" height="115" /></p>
<p style="text-align: center;">Visit Worldlabel.com and check out the selection of <a title="Laser and Inkjet Labels" href="http://www.worldlabel.com/">Laser and Inkjet labels.</a></p>
<p style="text-align: center;">
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/how-to-create-brayered-labels-cards-by-korin-sutherland.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Remove Labels from Boxes and Jars</title>
		<link>http://blog.worldlabel.com/2009/how-to-remove-labels-from-boxes-and-jars.html</link>
		<comments>http://blog.worldlabel.com/2009/how-to-remove-labels-from-boxes-and-jars.html#comments</comments>
		<pubDate>Thu, 09 Apr 2009 13:00:59 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Labels & Printing]]></category>
		<category><![CDATA[Recycling]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2237</guid>
		<description><![CDATA[Do you like to recycle boxes and jars? If you do, you probably have been through the &#8220;I&#8217;ve gotta remove this label&#8221; routine at least once. You don&#8217;t want others to know your address if you reuse a box for mailing, and you want to use new labels on jars that you reuse for canning [...]]]></description>
			<content:encoded><![CDATA[<p>Do you like to recycle boxes and jars? If you do, you probably have been through the &#8220;I&#8217;ve gotta remove this label&#8221; routine at least once. You don&#8217;t want others to know your address if you reuse a box for mailing, and you want to use new labels on jars that you reuse for canning or storage. To help you out, we&#8217;ve included some tips below that will make this label-removing task a bit easier for you.</p>
<p><span id="more-2237"></span></p>
<p><strong>Boxes</strong></p>
<p><img class="alignright size-full wp-image-1337" title="boxlabel" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/boxlabel.jpg" alt="How to remove this box label" width="250" height="167" />The most meticulous job we&#8217;ve seen on removing labels from boxes was from <a title="Chica and Joe" href="http://www.chicaandjo.com/2009/01/13/how-to-remove-shipping-labels-from-boxes/">Chica and Joe</a>. They have the task of removing labels from boxes down to a &#8216;T.&#8217; They will show you, step by step, how to use an eXacto knife to remove labels, logos and anything else you want to remove from boxes.</p>
<p>But, if you&#8217;re afraid of sharp knives, the next best way to remove a label from a cardboard box is to use paint thinner (a non-flammable, &#8220;unaggressive&#8221; solvent). Use a brush to lightly cover the label, and the liquid will liquify the glue that holds the label to the box. Allow the thinner to get under the edges of the label, so when it dries (in about two minutes), you can peel the label right off.</p>
<p>If the label is covered with tape, then you&#8217;ll need to resort to a knife again, according to the <a title="Idea Bank" href="http://www.globalideasbank.org/site/bank/idea.php?ideaId=5700">Idea Bank</a>. To get away from paint thinner and knives, try what this thrifty woman did &#8211; <a title="she used her blow dryer" href="http://www.thriftyfun.com/tf83745668.tip.html">she used her blow dryer</a> to make the glue soft, and she peeled the label off immediately.</p>
<p><strong>Jars and Bottles</strong></p>
<p>The following information had us rolling in the floor laughing. We laughed at the means used to remove the labels, but we also had to laugh about how the labels were attached to the jars in the first place. If something is this difficult to remove, why? And, does anyone get really attached to their job at the label-attaching part of the factory?</p>
<ol>
<li><a title="The first solution" href="http://www.wikihow.com/Remove-a-Jar-Label">The first solution</a> is simple. Just wash the jar with the label on and dry it totally. Then, place the jar between your legs and blow dry the heck out of it. We suggest two things: Wear a towel between the jar and your legs, because that jar will get hot; and, wear gloves for the same reason.</li>
<li><a title="The second solution" href="http://www.ehow.com/how_2252533_remove-jar-label.html">The second solution</a> applies our suggestion and uses a towel between the legs. This method is exactly like the one above, but, then &#8211; &#8220;Spread a thin layer of peanut butter over any remaining label and glue. Allow the oils of the peanut butter to penetrate the glue and paper for about 30 minutes.&#8221; Once the peanut butter (even recalled varieties, by the way) has dried, then &#8220;scrub the peanut butter off with a piece of steel wool and watch your recycled jars come clean.&#8221;</li>
</ol>
<p>Frankly, there is no easy way to remove labels from many jars, but we like <a title="this suggestion" href="http://reviews.ebay.com/How-to-remove-glue-from-baby-jars_W0QQugidZ10000000003521131">this suggestion</a> because we know it&#8217;s true. Don&#8217;t ever remove the label before you remove the glue &#8211; you&#8217;ll really have a mess on your hands then.</p>
<p>Good luck!</p>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Zemified by Zemanta" href="http://reblog.zemanta.com/zemified/024f4a08-ce2e-4b61-8c9a-c7f670fc442c/"><img class="zemanta-pixie-img" style="border: medium none; float: right;" src="http://img.zemanta.com/reblog_e.png?x-id=024f4a08-ce2e-4b61-8c9a-c7f670fc442c" alt="Reblog this post [with Zemanta]" /></a><span class="zem-script more-related"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/how-to-remove-labels-from-boxes-and-jars.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Designing a Business Card with WL-OL244 Template</title>
		<link>http://blog.worldlabel.com/2009/designing-a-business-card-with-wl-ol244-template.html</link>
		<comments>http://blog.worldlabel.com/2009/designing-a-business-card-with-wl-ol244-template.html#comments</comments>
		<pubDate>Wed, 08 Apr 2009 13:00:23 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Business card]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2239</guid>
		<description><![CDATA[Although I no longer bother to print letterhead or envelopes for my design business (thank you, email!), I’d be lost without a business card. Not only are business cards still traded in the real world, but often it’s the business card itself that helps generate business. Plus, if you’re a graphic designer like me, having a good looking card acts like a mini-portfolio of your skills.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/01/id_icon.jpg" alt="" width="99" height="102" /></p>
<p>Although I no longer bother to print letterhead or envelopes for my design business (thank you, email!), I’d be lost without a business card. Not only are business cards still traded in the real world, but often it’s the business card itself that helps generate business. Plus, if you’re a graphic designer like me, having a good looking card acts like a mini-portfolio of your skills.</p>
<p>With this in mind, in this tutorial I’ll show how simple it really is to create an effective card that will impress potential clients and help them to remember your name. All this with just a small rectangle of paper. Here goes.</p>
<p>Although business cards often come in many shapes and sizes, for this exercise we’re assuming you want to create a standard U.S. cards measuring 31/2 x 2 inches. Before we get to working with the WL-OL244 template (<a title="Download the Template" href="http://blog.worldlabel.com/wl-ol244.pdf">Download the Template</a> [PDF]), we’ll start by creating one card only. Once we’re happy with the card I’ll show you how to bring it into the eight-up template.</p>
<p>by Scott Citron</p>
<p><span id="more-2239"></span></p>
<p>Start by opening any version of Adobe InDesign. From the File menu choose New Document. In the New Document dialog, make your settings match mine below.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/newdocument.jpg" alt="New Document" width="400" height="300" /></p>
<p>If the measurements I used are confusing or don&#8217;t match yours, that&#8217;s okay. I’m working in Picas (12 points per pica; 6 picas equal 1 inch), which is InDesign’s default measurement system. Fortunately, you can use any measurement system you want (inches, millimeters, agates). Simply type in the value, remembering to add after the amount <em>i</em> for <em>inches</em>, <em>mm</em> for <em>millimeters</em>, and so on. InDesign will accept the value and translate it to the application default setting.</p>
<p>In my case I typed in 3.5i for the width and 2i for the height. InDesign converted these values to 21p x 12p, which is the same size in Picas. By the way, to avoid this step altogether, just go to the InDesign Preferences and choose Units &amp; Increments. If you do this with no open documents, InDesign will remember your preferences and from now on apply it to all new documents. From here click the OK button to create the document.</p>
<p>For my card I&#8217;ve decided on a gray background, which will lend a cool and sophisticated feel to the design. Because we don&#8217;t want to accidentally select the background once we&#8217;ve created it, we&#8217;ll put in on a Master Page. Items placed on Master Pages are locked by default and can’t be overridden without apply a specific command. From the Pages panel, double click on the A-Master icon.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/amaster.jpg" alt="A-Master icon" width="400" height="392" /></p>
<p>Choose the Rectangle Frame Tool, and draw a rectangle that covers the entire page. Start at the upper left corner and drag down to the lower right corner. With the frame still selected, open the Swatches panel and click on the default Black swatch, which will flood your frame with 100 percent black. With the frame still selected, go to Swatches panel menu in the upper right corner. From the fly-out menu choose New Tint Swatch. Create and add a 50 percent black tint and a 30 percent black tint swatch. Click OK to close the dialog.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/tintswatch.jpg" alt="New Tint Swatch" width="400" height="279" /></p>
<p>Now click the [Black] 50 percent swatch to apply it to the card background. When you&#8217;re done, double-click the Page 1 icon in the Pages panel. (Note: this is a very important step. If you forget to return to page 1 all your work will end up on the A-Master page, which, although not fatal, will make you crazy later on. Trust me. I&#8217;ve done it many times!)</p>
<p>Now that we&#8217;re back on page 1, we&#8217;ll set up a simple grid that will help organize what comes next. From the Layout menu, choose Create Grid. In this dialog set the number of rows and columns to three. Both gutters (the space between rows or columns) should be zero.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/guides.jpg" alt="Create Guides" width="400" height="235" /></p>
<p>A moment first about the grid. Whether you use grids or not is up to you. Many great works of art were created without grids, but for those learning their way in graphic design, a grid like this is a good practice to follow. When we&#8217;re done you&#8217;ll see that the design will hew very close to the grid, which will provide continuity and structure to your design. For more information about grids, consult books on photography for the &#8220;Rule</p>
<p>of Thirds.&#8221; I also cover grids from a historical perspective starting on page 10 of my book, <a href="http://www.amazon.com/Professional-Design-Techniques-Adobe-Creative/dp/0321495691"><em>Professional Design Techniques with Adobe Creative Suite 3</em> </a>(Adobe Press 2008).</p>
<p>The next element will be a large letter C, which will act as a graphic anchor to my design. A key component to good design is the element of contrast and balance. Simply put, a business card where everything is the same size and color is boring. This doesn&#8217;t mean you want every element a different color and size (well, you might, but that&#8217;s a different story), but by adding some variation your business card will look less passive and more active.</p>
<p>With the Type Tool, draw a large frame on the InDesign pasteboard. With the cursor blinking, type the first letter of your last name. I used uppercase, but you could also try a lowercase initial. Afterward, highlight the initial and change its size to about 225 points. This will probably cause the letter to disappear because it&#8217;s too big for its frame.</p>
<p>Type that doesn&#8217;t fit in a text frame is know as <em>overset</em>. If this happens to you, simply enlarge the frame with the Selection tool (black arrow) until the letter reappears. Continue using the selection tool to now position the inital cap to your liking. In my case I allowed the cap to bleed slightly off the top, bottom, and left edge of the card. From a design perspective, doing so helps to lead your eye off the page, which counters the boxy quality of working with, and inside of, rectanges.</p>
<p>At this point, experiment with applying different colors to your initial cap. Even though I chose to stay within a black and white theme, I still had trouble deciding whether to make my C black, white, or a shade of gray. For now I went with black.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/c.jpg" alt="C" width="400" height="250" /></p>
<p>I also chose Minion Pro Regular for my typeface. Of course, there are tens of thousands of beautiful fonts these days. Because there are so many, choosing the right one is often a difficult task. What&#8217;s important in choosing a font, is being sensitive to its personality. Fonts can be serious, playful, conservative, cutting-edge, bashful, or loud. Which</p>
<p>one you choose says a lot about how you see yourself and how you&#8217;ll be seen by others.</p>
<p>When in doubt, stick with tried and true fonts that have withstood the test of time. Minion is such a font. Others might be Futura, Bodoni, Baskerville, Univers, Caslon, Garamond, or many more. Like a simple black suit or dress, classical typefaces go with anything.</p>
<p>Next up is the rest of the card&#8217;s information. Continuing with Minion, I roughed in my address, telephone, and email information. Depending on your card you might want to add your name and title or position. Since my business is my name, I decided not to include my name on the card. See below.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/rough.jpg" alt="Rough" width="400" height="251" /></p>
<p>Do you see how both the SCOTT CITRON | DESIGN and 112 W 27th St #700 lines both hang from the two ruler guides we created earlier? Although not intentional, it&#8217;s curious how both text blocks just naturally felt more comfortable at those intersections.</p>
<p>A few additional points worth mentioning. To give my company name a bit more elegance, I applied 140 pts of tracking to the text. This is done by highlighting all three words (SCOTT CITRON DESIGN) and nudging the amount using the keyboard shortcut of Alt/Option + Right Cursor Arrow. Tracking can also be set using the tracking field in the Control Panel, below.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/metrics.jpg" alt="Control Panel" width="400" height="182" /></p>
<p>Also, the vertical line (known as the pipe character and found under the delete key on a Macintosh) sat a little low when originally inserted. To bring it up, I highlighted the character and applied a 1 pt baseline shift. Often the at sign (@) in one&#8217;s email address sits too high and needs, by the same token, to be baseline shifted downward a touch. Regardless, it&#8217;s this kind of attention to detail that separates good typesetting from great typesetting.</p>
<p>Lastly, do you notice how all the numbers on the card look a little different, with many of them hanging below the baseline of the font? These numbers (known technically as figures in typography) are classified as Proportional Old Style. Not all fonts have proportional old style figures, but Minion Pro does. To access these figures, first type them normally. Afterward, highlight the figures (these are, by the way, known as proportional lining figures) and click on the fly-out menu in the InDesign Control Panel. There you&#8217;ll see an OpenType submenu.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/opentype.jpg" alt="Typeface Options" width="400" height="377" /></p>
<p>Although I don’t have time to go into detail here about OpenType, suffice it to say that OpenType fonts, particularly those with the word Pro at the end, tend to have extended character sets which often include proportional old style figures.</p>
<p>When you&#8217;re done tweaking your type and layout, don’t forget to evaluate it in Preview mode (View &gt; Screen Mode &gt; Preview). Preview mode will hide all invisible guides and frames, allowing you to concentrate on the design itself. Preview also hides anything bleeding off the page edges like, in my case, the big C on the left.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/card.jpg" alt="Preview" width="400" height="233" /></p>
<p>Now that one card is done, laying out eight up on a page using the WL-OL244 template is a breeze. To do so, follow these steps&#8230;</p>
<p>From the File menu choose Adobe PDF Presets &gt; High Quality Print. After choosing where to save your PDF, make your Export to PDF settings match mine.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/settings.jpg" alt="Settings" width="400" height="190" /></p>
<p>Assuming your PDF looks right, create a new, letter-size document in InDesign following the settings below.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/settings-2.jpg" alt="New Settings" width="400" height="377" /></p>
<p>In the new document, double-click on the A-Master page. Go to File &gt;</p>
<p>Place and navigate to wherever on your computer you’ve stored the eightup template, titled OL244.pdf. Click to place the template on your master page, making sure it lines up properly with your pre-set margins.</p>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/template.jpg" alt="Template" width="400" height="280" /></p>
<p>With the template still selected, choose Window &gt; Attributes. In the Attributes panel click to select the Nonprinting checkbox. Doing so will insure that the guide lines act only as a reference, and won’t end up on the final output. As a further confirmation that nonprinting items are in fact nonprinting, notice how these items disappear when viewing your work in Preview mode (View &gt; Screen Mode &gt; Preview).</p>
<p>Next, double-click on page 1 of your Pages panel. By putting the template on the A-Master page you’ve automatically locked it, as well. Now is the time to place the eight cards.</p>
<ol>
<li>From the File menu choose Place.</li>
<li>Navigate to the PDF you created of your single business card.</li>
<li>Click to place the PDF in the upper left corner of your template grid, making sure the card’s frame is exactly the same size as the card (31/2 x 2 inches).</li>
<li>Select the card with the black Selection tool. Holding the Alt/Option key, begin to drag the card to the right. As you drag, add a finger to the Shift key to constrain your drag so it goes straight across. Release the card when it snaps into place in the upper right box of the template.</li>
<li>Click to select the top two cards.</li>
<li>Again, holding Alt/Option, drag copies of the two cards downward, adding the Shift key as you drag.</li>
<li>Release the cards when cards 3 and 4 snap into place. You should how have four cards on the page, all touching edge to edge.</li>
<li>To repeat what you just did, choose Object &gt; Transform Again. You should now have six cards.</li>
<li>Choose Object &gt; Transform Again one more time. You should now have eight cards on the page, or &#8220;eight up.&#8221;</li>
</ol>
<p style="text-align: center;" align="center"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/04/eightup.jpg" alt="Eight Cards Up" width="400" height="517" /></p>
<p>Now that all the cards are placed, you&#8217;re ready to print. You can either print from this document, or create one more PDF (File &gt; Export &gt; PDF) and print from the eight-up PDF. Either way yields the same results.</p>
<p>My recommendation is to do a test print using normal paper, before printing on the Worldlabel WL-OL244 template stock. This will give you a chance to make sure everything is properly lined up before wasting valuable template stock.</p>
<p>Assuming everything goes well in your test, you should then replace your normal printing paper with the template stock. From there you&#8217;re home free!</p>
<p>By Scott Citron of <a href="http://scottcitrondesign.com/">scottcitrondesign.com</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/designing-a-business-card-with-wl-ol244-template.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Design Wine Labels in Adobe Illustrator</title>
		<link>http://blog.worldlabel.com/2009/design-wine-labels-in-adobe-illustrator.html</link>
		<comments>http://blog.worldlabel.com/2009/design-wine-labels-in-adobe-illustrator.html#comments</comments>
		<pubDate>Mon, 23 Mar 2009 14:00:25 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Wine label]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2259</guid>
		<description><![CDATA[Blank labels for Wine Bottles on US letter size paper are available from <a href="http://www.worldlabel.com">WordLabel.com</a> with a permanent acrylic adhesive backing and being printable by every day laser and inkjet printers. Let’s take a look at designing our own Wine Label in Adobe Illustrator.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/illustratoricon.png" alt="Adobe Illustrator logo" width="125" height="58" /></p>
<p>Blank labels for Wine Bottles on US letter size paper are available from <a href="http://www.worldlabel.com">WordLabel.com</a> with a permanent acrylic adhesive backing and being printable by every day laser and inkjet printers. Let’s take a look at designing our own Wine Label in Adobe Illustrator.</p>
<p><span id="more-2259"></span>
<p style="text-align: center;"><img class="aligncenter" title="Bacchus Vineyards label" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/wine-label.png" alt="Wine Label Design" width="480" height="587" /></p>
<p style="text-align: center;"><img class="aligncenter" title="Worldlabel" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/1picture.png" alt="Worldlabel labels" width="480" height="392" /></p>
<p>For this project, we’ll be using the <a href="http://www.worldlabel.com/Pages/wl-ol475.htm">WL-OL475</a> sized label which is perfect for 750ml wine bottles. <a href="http://www.worldlabel.com/Templates/wl-ol475EPS.htm">Download the EPS</a> template and open it up in Adobe Illustrator.</p>
<p style="text-align: center;"><img class="aligncenter" title="Color sample" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/picture-21.png" alt="" width="480" height="365" /></p>
<p>The key to any good design is a suitable color scheme. Draw out a group of swatches to base the design around.</p>
<p style="text-align: center;"><img class="aligncenter" title="color swatch" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/2picture.png" alt="Color schemes" width="480" height="332" /></p>
<p>Fill the background of the label using a light beige color.</p>
<p style="text-align: center;"><img class="aligncenter" title="Filling in base of color swatch" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/3picture.png" alt="Filling in base of color swatch" width="480" height="313" /></p>
<p>Copy (CMD+C) and Paste (CMD+F) the background rectangle back into place, then draw a separate shape covering two thirds of the object. With both objects selected use the Pathfinder Subtract from Shape Area option to trim down the rectangle to a thin strip. Add a darker color, along with a subtle highlight using the Gradient Mesh Tool.</p>
<p style="text-align: center;"><img class="aligncenter" title="Make the border" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/4picture.png" alt="Make the border" width="480" height="305" /></p>
<p>Draw a thin rectangle across the width of the label, align it with the top of the colored strip and give it a slightly lighter fill to act as a border.</p>
<p style="text-align: center;"><img class="aligncenter" title="Add guides to label" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/6picture.png" alt="Add guides to label" width="480" height="330" /></p>
<p>Drag in guides from the edge of the artboard to provide a 10mm margin around the edge of the label. Also draw a guide to highlight the center line.</p>
<p style="text-align: center;"><img class="aligncenter" title="Add wine name to label" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/7picture.png" alt="Add wine name to label" width="480" height="319" /></p>
<p>Write out the name of your wine in your chosen font, here I’m using the classic Bodoni typeface to give a sophisticated appearance. Pay attention to the tracking and kerning of the letters to give the perfect layout. Add a fill that compliments the color scheme of the label.</p>
<p style="text-align: center;"><img class="aligncenter" title="Add more type to label" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/8picture.png" alt="Add more type to label" width="480" height="318" /></p>
<p>Continue adding the secondary details on to the label, using the same typeface at a smaller size and wider tracking helps balance out the words. Set any secondary text in a lighter color to provide main focus to the important elements.</p>
<p style="text-align: center;"><img class="aligncenter" title="Follow grid lines to align text" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/9picture.png" alt="Follow grid lines to align text" width="480" height="303" /></p>
<p>Lay out the text according to the grid lines to provide structure to the label design. A variation in size and weight can provide variation to the typographic elements.</p>
<p style="text-align: center;"><img class="aligncenter" title="Add ornamental swirls to label" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/10picture.png" alt="Add ornamental swirls to label" width="480" height="306" /></p>
<p>Ornamental swirls tie into the upmarket and sophisticated theme; download a vector resource from a site such as FreeVectors.net and use it on your label. Position the element onto the design so that it flows in from the label edges. Choose a slightly darker shade of the label color so that the ornament sits subtly in the background. Use the shortcuts CMD+[ and CMD+] to adjust the stacking order of the objects.</p>
<p style="text-align: center;"><img class="aligncenter" title="Duplicate background" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/11picture.png" alt="Duplicate background" width="480" height="319" /></p>
<p>To trim down the overlapping area of the ornament duplicate the background label and position it on top. Select both the rectangle and the ornament and use the Pathfinder to crop down the shape to the outline of the label.</p>
<p style="text-align: center;"><img class="aligncenter" title="Design is complete" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/12picture.png" alt="Design is complete" width="480" height="285" /></p>
<p>The label design is complete, so select all the elements and Group them together. Select all the text and go to Type &gt; Create Outlines to render the fonts as shapes.</p>
<p style="text-align: center;"><img class="aligncenter" title="Duplicate label" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/13picture.png" alt="Duplicate label" width="480" height="296" /></p>
<p>Duplicate the label onto the template and accurately move into position. Save the design as an EPS, PDF or high resolution JPEG, and it&#8217;s ready for printing.</p>
<p><em>by Chris Spooner of  <a href="http://www.spoongraphics.co.uk/">spoongraphics.co.uk</a></em></p>
<p style="text-align: center;"><img class="alignnone" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/bar1.png" alt="" width="298" height="14" /></p>
<p><strong>Resources:</strong></p>
<p><a title="Understanding Wine labels" href="http://www.dummies.com/how-to/content/understanding-wine-labels.html">Understanding Wine labels</a><br />
<a title="Design your color palettes" href="http://www.colourlovers.com/">Design your color palettes</a><br />
Worldlabel.com&#8217;s <a title="Bottle Labels" href="http://www.worldlabel.com/Pages/bottle-labels.htm">Bottle Labels</a><br />
Free illustrator alternative <a title="Inkscape Wine Library Network" href="http://labels.winelibrary.com/">Inkscape Wine Library Network</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/design-wine-labels-in-adobe-illustrator.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Business Cards in Openoffice.org &amp; Template Download</title>
		<link>http://blog.worldlabel.com/2009/quick-business-cards-in-openofficeorg-template-download.html</link>
		<comments>http://blog.worldlabel.com/2009/quick-business-cards-in-openofficeorg-template-download.html#comments</comments>
		<pubDate>Tue, 17 Mar 2009 14:00:37 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Business card]]></category>
		<category><![CDATA[OpenOffice.org]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2267</guid>
		<description><![CDATA[To follow this how-to, open the blank business card template. This template is standard size business card 3.5" x 2" and you can use our WL-OL244 to print it.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="aligncenter" src="http://blog.worldlabel.com/wp-content/myfiles/2009/01/openoffice.jpg" alt="Open Office" width="200" height="58" /></p>
<p>To follow this how-to, open the blank <a title="business card template" href="http://blog.worldlabel.com/wp-content/myfiles/2009/03/businesscardtemplateblank.odt">business card template</a>. This template is standard size business card 3.5&#8243; x 2&#8243; and you can use our <a title="WL-OL244" href="http://www.worldlabel.com/Pages/wl-ol244.htm">WL-OL244</a> to print it.</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-918 aligncenter" title="Blank Business Template" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/blankbiztemplate.png" alt="Blank Business Template" width="264" height="324" /></p>
<p style="margin-bottom: 0in;"><span id="more-2267"></span></p>
<p style="margin-bottom: 0in;">Place your cursor in first field, choose then &gt; Insert &gt; Picture &gt; From File. Move the image to the desired position by left clicking on the image and dragging it. Once in position, right click on image and choose Copy. Place then the cursor in the next field to the right and paste the copied image using the Ctrl + V keyboard shortcut. This  insets the image in the exact same spot as in the first field. Repeat this action for the rest of the fields.</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-920 aligncenter" title="Add Image" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/businesscard.png" alt="Add Image" width="300" height="188" /></p>
<p style="margin-bottom: 0in;">Now we want to enhance the business card with some graphics. Go to View &gt; Tool bars and select Draw. You should see the following window pop-up at bottom of User Interface:</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-full wp-image-921 aligncenter" title="Rectangle Tool" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/bizreclangle.png" alt="Rectangle Tool" width="500" height="75" /></p>
<p style="margin-bottom: 0in;">Select Rectangle, create the desired shape and then move the rectangular graphic to desired position by left clicking and dragging. Right-click on graphic &gt; Area and choose a color you want. Use the copy/paste technique described above for the rest of the template.</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-923 aligncenter" title="Copy and Paste" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/bizreclangle2.png" alt="Copy and Paste" width="300" height="184" /></p>
<p style="margin-bottom: 0in;">Back to the Draw tool bar, select Text and create the desired size text box.</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-924 aligncenter" title="Create Text Box" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/biztext.png" alt="Create Text Box" width="300" height="183" /></p>
<p style="margin-bottom: 0in;">Enter your information. Use options available in the Formatting toolbar to specify the desired font type and size. To change the font color, highlight text and choose &gt; Format &gt; Characters &gt; Font effects. To edit the effect of the background of the text box, right click on it &gt; Area</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-926 aligncenter" title="Format Card" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/biztext2.png" alt="Format Card" width="300" height="424" /></p>
<p style="margin-bottom: 0in;">For this business card design we used Light grey &gt; Gradient: From: Light Grey to To: White at 105 degree angle</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-927 aligncenter" title="Shade" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/biztext3.png" alt="Shade" width="300" height="313" /></p>
<p style="margin-bottom: 0in;">Right click on text box &gt; Copy, place cursor in next field and choose Paste (or use the Ctrl+V shortcut). Repeat this for other fields.</p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-928 aligncenter" title="Paste" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/biz1.png" alt="Paste" width="300" height="171" /></p>
<p style="margin-bottom: 0in; text-align: center;"><img class="size-medium wp-image-918 aligncenter" title="Predesigned card template" src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/designedbiztemplate.png" alt="Predesigned card template" width="207" height="300" /></p>
<p style="margin-bottom: 0in;"><strong>&gt; PRINT.</strong></p>
<p style="margin-bottom: 0in;">Here is the predesigned <a title="Predesigned card template" href="http://blog.worldlabel.com/wp-content/myfiles/2009/03/designedbiztemplate.odt">business card template openoffice</a>. Please feel free to modify it using the described techniques.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/quick-business-cards-in-openofficeorg-template-download.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to Clean a Beyond-Filthy Printer</title>
		<link>http://blog.worldlabel.com/2009/how-to-clean-a-beyond-filthy-printer.html</link>
		<comments>http://blog.worldlabel.com/2009/how-to-clean-a-beyond-filthy-printer.html#comments</comments>
		<pubDate>Mon, 16 Mar 2009 13:00:35 +0000</pubDate>
		<dc:creator>wlmanager</dc:creator>
				<category><![CDATA[How-To]]></category>
		<category><![CDATA[print]]></category>

		<guid isPermaLink="false">http://blog.worldlabel.com/?p=2269</guid>
		<description><![CDATA[Do you know that printers need to be cleaned to function at top capacity? How dirty is your printer? If you don&#8217;t know, we can walk you through the steps to clean that filthy little bugger, no matter if it&#8217;s an ink-jet or laser printer.
There are certain steps to follow no matter which printer you [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://blog.worldlabel.com/wp-content/myfiles/2009/03/bucket-cleaning.jpg" alt="Clean that printer!" width="200" height="192" align="left" />Do you know that printers need to be cleaned to function at top capacity? How dirty is your printer? If you don&#8217;t know, we can walk you through the steps to clean that filthy little bugger, no matter if it&#8217;s an ink-jet or laser printer.</p>
<p>There are certain steps to follow no matter which printer you own. First, collect a soft cloth, cleaning fluid made for plastic (water is the best) and find your printer manual. Your manufacturer may provide specific instructions for cleaning your printer. If so, you can stop reading now. Otherwise, continue to learn how to make your printer look and act like new.</p>
<p><span id="more-2269"></span></p>
<p>No matter which printer you use, ink-jet or laser, you&#8217;ll need to turn off that printer. You can take the extra step of unplugging the printer as well. Then, dampen the cloth with water and wipe the outside of the printer. Make sure you don&#8217;t drip water inside your printer.</p>
<p>Now for the steps to take for the specific printers:</p>
<h3>Ink-Jet Printer: Cleaning Cartridges or Ink Nozzles</h3>
<ol>
<li>Use the cleaning process on your printer if your computer has that option. Click on &#8220;start &gt; &#8220;printers and faxes.&#8221;</li>
<li>Open the printer software by double-clicking on a printer icon or by right-clicking on the printer icon.</li>
<li>Click a button labeled Options, Troubleshooting, Clean Print Cartridges, Toolbox, Printer Utilities or something similar (This varies by manufacturer.)</li>
<li>Click a button labeled Head Cleaning, Run Nozzle Check, Clean Print Cartridges or something similar to begin the process.</li>
<li>Follow the instructions on your screen.</li>
<li>Repeat the cleaning process if the results aren&#8217;t satisfactory.</li>
</ol>
<p>Some ink-jet printers don&#8217;t have this option. In that case, follow some of the tips below:</p>
<p><strong>More tips</strong></p>
<ul>
<li>On some inkjet printers (HP&#8217;s for instance) the ink cartridge contains the print head, so changing the cartridge gives you a new, unclogged printhead.</li>
<li>An Epson&#8217;s print head is part of the printer itself, and can only be replaced by a service technician, and the cost is usually very close to the price of the printer itself.</li>
<li>Isopropyl alcohol is a great solvent for dried ink.</li>
<li>Soak the base of the cartridge in WD-40 to see if it can work again for you.</li>
<li>Use tweezers and/or compressed air to clear out the debris and paper snips from inside your printer.</li>
<li>If you refill an inkjet cartridge, you should clean the cartridge nozzles immediately after the refilled cartridge has been reinstalled.</li>
<li>Read <a title="this article" href="http://www.northlight-images.co.uk/article_pages/inkjet_cleaning.html">this article</a> by Northlight Images to learn more.</li>
</ul>
<h3>Laser Printer</h3>
<p>Go to your printer manufacturer&#8217;s Web site for detailed instructions on manual cartridge cleaning and interior cleaning. Otherwise, there are a few other issues to consider before you begin cleaning a laser printer:</p>
<ul>
<li>Laser toner is messy, toxic and easily airborne. You don&#8217;t want this stuff in your lungs. So, make sure the air in the cleaning area is stable (no fans, no open windows) and wear a disposable mask and latex gloves.</li>
<li>Leave the printer area for several minutes after cleaning to let the fine toner particles settle. Then you can vacuum up the mess, open windows, etc.</li>
<li>Read the U.S. Pollution Prevention page to learn more about toxic laser toner precautions.</li>
<li>Most laser printers are fairly expensive, and opening the case to clean it may void the warranty.</li>
</ul>
<p>Extra equipment you&#8217;ll need to clean the laser printer:</p>
<ol>
<li>Toner vacuum to vacuum toner from crevices and paper paths.</li>
<li>Toner cloth to clean up excess toner after vacuuming. Use the cloth outside the case in the paper path. Do not use inside the case because you could leave remnants of the cloth inside.</li>
<li>Lint-free cotton swabs to clean the corona wire. Use in conjunction with alcohol.</li>
<li>Isopropyl alcohol. Use pure alcohol to clean the corona wire gently.</li>
</ol>
<p>If you&#8217;ve decided at this point that you don&#8217;t want to clean your laser printer, we don&#8217;t blame you. Hire a professional or read more details at Dummies.com (<a title="How to Clean Your Laser Printer" href="http://www.dummies.com/how-to/content/how-to-clean-your-laser-printer.html">How to Clean Your Laser Printer</a>). Otherwise, here you go:</p>
<p><strong>Manually Clean Inside the Printer</strong></p>
<ol>
<li>Remove the internal paper trays.</li>
<li>Remove the toner cartridge and place it on a piece of scrap paper.</li>
<li>Clean inside the toner cavity with the dry, lint-free cloth and brush.</li>
<li>Clean the printer mirror gently with the brush. Don&#8217;t touch the mirror if a brush isn&#8217;t provided.</li>
<li>Wipe away dust and spilled toner. Remove paper fragments.</li>
<li>Clean the rollers, but don&#8217;t touch the sponge roller.</li>
<li>Replace the toner cartridge.</li>
</ol>
<p><strong>Initiating Automatic Cleaning Through Printer Software</strong></p>
<ol>
<li>Open the printer software by double-clicking on a printer icon or specific printer utility program, or opening a document and then selecting Print from the File menu.</li>
<li>In the printer software, look for a button labeled Options, Troubleshooting, Toolbox, Printer Utilities or something similar. (This varies by manufacturer.)</li>
<li>Follow the instructions on the screen.</li>
<li>Repeat the cleaning process if the results aren&#8217;t satisfactory.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.worldlabel.com/2009/how-to-clean-a-beyond-filthy-printer.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
