<?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>Lance F. Carpenter: Graphic Design, Web Design and Logo Design in Athens, GA</title>
	<atom:link href="http://www.lancefcarpenter.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lancefcarpenter.com</link>
	<description></description>
	<lastBuildDate>Mon, 29 Mar 2010 12:38:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Dreamweaver: Make Your Site Search-Engine Friendly</title>
		<link>http://www.lancefcarpenter.com/2010/03/29/dreamweaver-make-your-site-search-engine-friendly/</link>
		<comments>http://www.lancefcarpenter.com/2010/03/29/dreamweaver-make-your-site-search-engine-friendly/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 12:32:10 +0000</pubDate>
		<dc:creator>Lance Carpenter</dc:creator>
				<category><![CDATA[Adobe Dreamweaver]]></category>

		<guid isPermaLink="false">http://www.lancefcarpenter.com/?p=279</guid>
		<description><![CDATA[The best way to make your site search-engine friendly is to design your site so that it’s easy for search engines to ”read” your pages—doing things like adding alternative text behind your images and using the meta description tag. In this tutorial, you’ll find a few search engine optimization (SEO) tips and discover the features [...]]]></description>
			<content:encoded><![CDATA[<p>The best way to make your site search-engine friendly is to design your site so that it’s easy for search engines to ”read” your pages—doing things like adding alternative text behind your images and using the meta description tag. In this tutorial, you’ll find a few search engine optimization (SEO) tips and discover the features in Dreamweaver that will best serve your SEO efforts.</p>
<p><strong>1 NEVER LEAVE A PAGE UNTITLED</strong><br />
When you create a new page, Dreamweaver automatically adds the word “Untitled” at the top of every page, but don’t ever leave it that way. Although the title text doesn’t appear in the body of your webpage, it’s highly valued by search engines (so be sure to include your best keywords). Title text also appears at the very top of the browser window and that’s the text that’s saved when someone bookmarks your site. It’s easy to change a title in Dreamweaver; just click in the Title field at the top of the workspace and type your own text.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/1.jpg" alt="" title="1" width="500" height="155" class="aligncenter size-full wp-image-283" /></p>
<p><strong>2 USE ALTERNATIVE TEXT BEHIND IMAGES</strong><br />
The HTML image attribute for alternative text (alt text) lets you include a text description with your images. The spiders and bots that search engines use to crawl your site’s content can’t see words saved in an image, but they can read alt text in the code. When you insert an image, Dreamweaver prompts you to add Alternate Text in the Image Tag Accessibility Attributes dialog (unless you’ve turned it off in Preferences). You can also add alt text by clicking to select any image and then entering text in the Alt field in the Property inspector.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/2.jpg" alt="" title="2" width="500" height="198" class="aligncenter size-full wp-image-285" /><br />
©ISTOCKPHOTO/EKATERINA MONAKHOVA</p>
<p><strong>3 ADD A META DESCRIPTION</strong><br />
The meta description tag appears in the head area at the very top of your HTML code. Humans never see this text because it’s not displayed in a webpage, but meta descriptions are often used in search engine results and they can make a big difference in whether someone clicks on your site or not. To add this text in Dreamweaver, choose Insert>HTML>Head Tags>Description and then type a description. You can add different descriptions to any or all of the pages in your site. Although search engines vary, most will only display the first 250 characters.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/3.jpg" alt="" title="3" width="500" height="448" class="aligncenter size-full wp-image-286" /><br />
©ISTOCKPHOTO/JOSE ELIAS</p>
<p><strong>4 INCLUDE META KEYWORDS</strong><br />
Many search engines ignore the contents of the meta keyword tag because it’s been so badly abused by Web designers’ trying to trick search engines with unrelated or misleading terms, but adding keywords can’t hurt your pages (as long as they match the content), and it’s good practice to include your most important keywords on every page. While you’re adding the meta description tag, it’s easy to throw in a few keywords with the meta keyword tag. The two dialogs are accessible from the same menu in Dreamweaver, just choose Insert>HTML>Head Tags>Keywords.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/4.jpg" alt="" title="4" width="407" height="179" class="aligncenter size-full wp-image-287" /></p>
<p><strong>5 USE HEADING TAGS TO SHOW HIERARCHY</strong><br />
Heading tags—HTML tags h1 through h6—are designed to format headlines with graduated levels of big, bold text. Although there are many ways to style text so that it stands out in a webpage, heading tags are considered especially valuable because they help identify the importance of information on a page using a clearly defined hierarchy. Format your most important headline with the h1 tag, less important text with the h2 tag, and so on. Although there’s no guarantee this will improve your rankings, it’s widely believed that text formatted in heading tags gets special attention from search engines.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/5.jpg" alt="" title="5" width="335" height="340" class="aligncenter size-full wp-image-288" /></p>
<p><strong>6 STYLE HEADING TAGS</strong><br />
If you’re not happy with the bold, Times Roman style of the heading tags, you can use CSS to change their appearance. By creating CSS Rules using the Tag selector, you can change the font, color, size, and other formatting options of any or all of the h1–h6 heading tags. To do so, create a new style (Format>CSS Styles>New), choose Tag as the Selector Type, and then select any heading tag from the Selector Name drop-down list. Define the style you want and save it into your stylesheet. Once you do, any text formatted with that heading tag will display with the formatting rules defined in that style.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/6.jpg" alt="" title="6" width="500" height="397" class="aligncenter size-full wp-image-289" /></p>
<p><strong>7 USE COMPOUND STYLES FOR HEADING TAGS</strong><br />
You can create different styles for the same heading tags using compound styles. For instance, you can create a style for the h1 tag where the formatting changes when it appears in a sidebar so that it’s different from text formatted with the h1 tag when it appears in the main content area. For example, to create a style for the h1 tag to be used on an area of the page already styled by the ID #sidebar, you’d create a compound style that looks like this: #sidebar h1.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/7.jpg" alt="" title="7" width="500" height="397" class="aligncenter size-full wp-image-290" /></p>
<p><strong>8 ATTRACT THE RIGHT LINKS</strong><br />
Search engines view links to your site as a vote of confidence. But it’s not just the link that counts; it’s also the text in the link tag. If the link to your site includes keywords, it can improve your ranking even more. Say I were to link to the fictional pet site featured in this tutorial, I’d serve them better by including keywords, such as pet grooming and boarding, in the link text with their domain name. Ask your friends to do the same when they link to you.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/8.jpg" alt="" title="8" width="500" height="221" class="aligncenter size-full wp-image-291" /></p>
<p><strong>9 HARNESS THE POWER OF INTERNAL LINKS</strong><br />
Most search engines also put higher value on keywords that appear in internal links on your own website. When you link from one page in your site to another, use words that have relevance to your content and avoid wasted phrases like “click here.” If the pet site puts the words, “Pet Grooming Services” in a link, most search engines will recognize that those words have special value. Although this alone may not make a big difference, the combined effect of many small changes like this can add up to valuable improvements in your search status.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/9.jpg" alt="" title="9" width="500" height="257" class="aligncenter size-full wp-image-292" /><br />
©ISTOCKPHOTO/DIANE DIEDERICH</p>
<p><strong>10 CREATE A NAVIGATION BAR OF KEYWORD LINKS</strong><br />
The more times the same keywords are linked to the same page, the more attractive it becomes to most search engines. As a result, one key to search engine success is to pay special attention to the way you create navigation links—the links to the most important pages of your site. Make sure to include good keywords in the links and use text, not images, for the links. If you must use graphic buttons to achieve the design you want, repeat navigation links by adding a row of text links to the bottom or side of every page.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/101.jpg" alt="" title="10" width="500" height="140" class="aligncenter size-full wp-image-293" /></p>
<p><strong>11 CREATE DESTINATION PAGES FOR POPULAR TOPICS</strong><br />
Many visitors who discover your site through search engines will enter through an internal page in your site because it matches a specific search string better than the front page of your site. With this in mind, many Web designers create “destination” or “landing” pages optimized for popular keywords and designed to attract people searching for those terms. Once they find the content on those pages, you can then lead them into the rest of the website.</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/111.jpg" alt="" title="11" width="500" height="381" class="aligncenter size-full wp-image-294" /><br />
JANINE WARNER</p>
<p><strong>12 USE TEMPLATES TO REPEAT KEY ELEMENTS</strong><br />
When creating a website in Dreamweaver—even if the site only has a few pages—using the Web templates in Dreamweaver can make it easier to repeat (and update) key elements, such as navigation bars, and the alt text behind commonly used images, such as banners. You can create templates in Dreamweaver by saving any page as a DWT file and then create and update the rest of the pages in your site using that template. (You can find instructions for creating templates in Dreamweaver at www.layersmagazine.com/category/dreamweaver.)</p>
<p><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/121.jpg" alt="" title="12" width="500" height="409" class="aligncenter size-full wp-image-295" /></p>
<p><strong>13 MAKE EXISTING SITES SEO FRIENDLY</strong><br />
Considering the best options for SEO from the start is best, but if you’ve already built your site in Dreamweaver, you can always go back and make adjustments. Most search engines, such as Google, visit websites regularly (it can vary from a daily occurrence to more than a month between visits depending on your site’s popularity and how often you refresh the content). If you’re not familiar with Google Webmaster Tools, the many reports, charts, and graphs on this page make it a great place to learn more about how your site ranks and how to make it better.<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/131.jpg" alt="" title="13" width="500" height="397" class="aligncenter size-full wp-image-296" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lancefcarpenter.com/2010/03/29/dreamweaver-make-your-site-search-engine-friendly/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>10 Important Tips to Improve Composition in Your Photos</title>
		<link>http://www.lancefcarpenter.com/2010/03/20/10-important-tips-to-improve-composition-in-your-photos/</link>
		<comments>http://www.lancefcarpenter.com/2010/03/20/10-important-tips-to-improve-composition-in-your-photos/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 14:25:02 +0000</pubDate>
		<dc:creator>Lance Carpenter</dc:creator>
				<category><![CDATA[Adobe Photoshop]]></category>

		<guid isPermaLink="false">http://www.lancefcarpenter.com/?p=186</guid>
		<description><![CDATA[Here are 10 tips to help you improve the composition in your photos. Whenever you’re stuck figuring out how to compose a photo, you can use any one of these tips to get you started. Rule of odds In simple terms, the “rule of odds” is to have an odd number of objects in your [...]]]></description>
			<content:encoded><![CDATA[<p>Here are 10 tips to help you improve the composition in your photos. Whenever you’re stuck figuring out how to compose a photo, you can use any one of these tips to get you started.<br />
<br />
<strong>Rule of odds</strong><br />
In simple terms, the “rule of odds” is to have an odd number of objects in your photos. It could be a photo of just one object or a group shot of three people. This technique makes the photo more appealing and interesting to the human eye.<br />
<br />
<div id="attachment_190" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/med323016.jpg" alt="" title="med323016" width="600" height="449" class="size-full wp-image-190" /><p class="wp-caption-text">This photo of four strawberries is quite bland and boring. It is difficult to find the center of focus in this image.</p></div><br />
<br />
<div id="attachment_196" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/97407612.jpg" alt="" title="97407612" width="600" height="398" class="size-full wp-image-196" /><p class="wp-caption-text">A similar image but with just three strawberries. Although just the image is similar to the previous photo, the odd number of strawberries make it significantly more interesting.</p></div><br />
<br />
<strong>Limiting focus</strong><br />
Limiting the focus is an easy way to add focus. It may not be necessary in all photos but is useful whenever you have distracting objects that you want to hide. The most common use of this technique is to blur distracting backgrounds. Blurring the background turns any distracting backgrounds into a pleasing one. You can minimize the depth of field in your photos by using a large aperture (ex. F1.8), zooming in, and using a camera with a larger sensor (ex. full frame DSLR).<br />
<br />
 <div id="attachment_198" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/dreamstime_7307553.jpg" alt="" title="dreamstime_7307553" width="600" height="400" class="size-full wp-image-198" /><p class="wp-caption-text">If the trees in the background were in focus, it would have distracted the subjects of this photo. By blurring out the background, the focus is emphasized on the couple.</p></div><br />
<br />
<div id="attachment_199" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/000000000181.jpg" alt="" title="000000000181" width="600" height="481" class="size-full wp-image-199" /><p class="wp-caption-text">Blurring out the background helps draw the attention to this persons eyes.</p></div><br />
<br />
<strong>Simplification</strong><br />
The best way to improve the center of focus is to create simple looking image. The easiest way to do this is to limit the amount of objects in your photo. You can also use the previous tip to blur out distracting details.<br />
<br />
<div id="attachment_200" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/iStock_000001843523Large.jpg" alt="" title="iStock_000001843523Large" width="600" height="398" class="size-full wp-image-200" /><p class="wp-caption-text">The simplicity of this photo makes the story clear. A simple photo gets attention and makes people look at it longer.</p></div><br />
<br />
<strong>Centering</strong><br />
Centering an object gives the photo balance. Centering works best on simple photos with few objects.<br />
<br />
<div id="attachment_201" class="wp-caption aligncenter" style="width: 410px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/dreamstime_7736897.jpg" alt="" title="dreamstime_7736897" width="400" height="600" class="size-full wp-image-201" /><p class="wp-caption-text">You can improve the emphasis on the subject by keeping the spacing around the subject clean.</p></div><br />
<br />
<div id="attachment_202" class="wp-caption aligncenter" style="width: 409px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/dreamstime_748703.jpg" alt="" title="dreamstime_748703" width="399" height="600" class="size-full wp-image-202" /><p class="wp-caption-text">A boring object made interesting by keeping it simple and centered.</p></div><br />
<br />
<strong>Rule of thirds</strong><br />
This is one of the most effective and popular ways of composing a photo. You can improve your photos compositions simply by using this technique. The “rule of thirds” adds interest to the photo by aligning the subject on one of the four points of an imaginary 3&#215;3 grid in the photo.<br />
<br />
<div id="attachment_204" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/image_3.png" alt="" title="image_3" width="600" height="364" class="size-full wp-image-204" /><p class="wp-caption-text">A simple image made more interesting by positioning on the rule of thirds.</p></div><br />
<br />
<div id="attachment_203" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/dreamstime_1355036.jpg" alt="" title="dreamstime_1355036" width="600" height="398" class="size-full wp-image-203" /><p class="wp-caption-text">When shooting portraits, you can use the rule of thirds to add focus to the eyes. Simply position one of the eyes or the area between the eyes on the rule of thirds to create a great portrait.</p></div><br />
<br />
<strong>Lead room</strong><br />
Lead room is the the space in front of an object. This element is usually used with the rule of thirds to create a more interesting photo. By leaving room in front of the subject, the viewer will see that it has someplace to go.<br />
<br />
<div id="attachment_205" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/image_4.png" alt="" title="image_4" width="600" height="400" class="size-full wp-image-205" /><p class="wp-caption-text">The snowboarder is positioned on the rule of thirds with some lead room in front of him.</p></div><br />
<br />
<div id="attachment_206" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/dreamstime_1453419.jpg" alt="" title="dreamstime_1453419" width="600" height="384" class="size-full wp-image-206" /><p class="wp-caption-text">Leaving some lead room in front of the runner makes the photo look more active. It also puts more attention to the sunset.</p></div><br />
<br />
<div id="attachment_207" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/image_5.png" alt="" title="image_5" width="600" height="384" class="size-full wp-image-207" /><p class="wp-caption-text">Leaving room behind the runner makes her appear to be almost done running.</p></div><br />
<br />
<strong>S curve</strong><br />
S Curve is an imaginary line in a photo that is in the shape of an S. This type of line makes photos look more interesting by additing motion guiding the viewers eye in the shape of an S. S curve can also be used in posing to improve the appearance of the models figure.<br />
<br />
<div id="attachment_208" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/96395278.jpg" alt="" title="96395278" width="600" height="398" class="size-full wp-image-208" /><p class="wp-caption-text">An example of a highway with an S curve. This photo of a simple scenery is made more interesting with the S curve.</p></div><br />
<br />
<div id="attachment_209" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/93754762.jpg" alt="" title="93754762" width="600" height="380" class="size-full wp-image-209" /><p class="wp-caption-text">A similar photo of a highway but without the S curve is less dynamic.</p></div><br />
<br />
<div id="attachment_210" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/image_6.png" alt="" title="image_6" width="600" height="360" class="size-full wp-image-210" /><p class="wp-caption-text">S curve can also be used in posing. The earliest examples of S curve can be found in Greek and Roman sculptures.</p></div><br />
<br />
<strong>Foreground</strong><br />
Most photos have a middleground and a background but very little foreground. You can improve your landscapes photos significantly by including some foreground objects. This is a great technique for creating a sense of scale and making the viewer feel like he/she is in the photo.<br />
<br />
<div id="attachment_211" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/image_7.png" alt="" title="image_7" width="600" height="402" class="size-full wp-image-211" /><p class="wp-caption-text">The rocks in this landscape photo gives the photo a sense of depth and scale.</p></div><br />
<br />
<div id="attachment_212" class="wp-caption aligncenter" style="width: 411px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/96254048.jpg" alt="" title="96254048" width="401" height="600" class="size-full wp-image-212" /><p class="wp-caption-text">Adding more foreground to the photo creates the feeling being there.</p></div><br />
<br />
<strong>Fill the frame</strong><br />
When you think you’re close enough to the subject, try going closer. Fill most of the frame with the subject and you got another composition.<br />
<br />
<div id="attachment_213" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/image_8.png" alt="" title="image_8" width="600" height="446" class="size-full wp-image-213" /><p class="wp-caption-text">Getting closer and filling the frame with the wolfs head gives more emphasis to the wolf and creates more drama. Both photos are of the same wolf but the story it tells is completely different.</p></div><br />
<br />
<strong>Framing</strong><br />
Here’s a creative way to add a foreground to your photos! Use elements around you to create a picture frame of the subject. This technique is a great way of adding interest and making a photo stand out from the rest.<br />
<br />
<div id="attachment_214" class="wp-caption aligncenter" style="width: 402px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/96669525.jpg" alt="" title="96669525" width="392" height="600" class="size-full wp-image-214" /><p class="wp-caption-text">This photo uses a silhouette to create a frame around the Taj Mahal.</p></div><br />
<br />
<div id="attachment_215" class="wp-caption aligncenter" style="width: 610px"><img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/95934303.jpg" alt="" title="95934303" width="600" height="400" class="size-full wp-image-215" /><p class="wp-caption-text">Frames don’t have to stand out or be perfectly shaped. They can be natural like the two trees in this image.</p></div><br />
<br />
<em>By Denny Tang.  Originally posted on: <a href="http://photoshoptutorials.ws/photography-tutorials/techniques/10-important-tips-to-improve-composition-in-your-photos.html">www.photoshoptutorials.ws</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.lancefcarpenter.com/2010/03/20/10-important-tips-to-improve-composition-in-your-photos/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflections Without Transparencies</title>
		<link>http://www.lancefcarpenter.com/2010/03/19/reflections-without-transparencies/</link>
		<comments>http://www.lancefcarpenter.com/2010/03/19/reflections-without-transparencies/#comments</comments>
		<pubDate>Fri, 19 Mar 2010 20:39:34 +0000</pubDate>
		<dc:creator>Lance Carpenter</dc:creator>
				<category><![CDATA[Adobe Illustrator]]></category>

		<guid isPermaLink="false">http://www.lancefcarpenter.com/?p=154</guid>
		<description><![CDATA[Difficulty Level: Advanced This tutorial looks very very complicated at first glance, but it’s only repeating the same steps over and over. Once you get used to working without transparencies it becomes second nature; it just takes a little planning as you work to sort out how to ‘fake’ the look in a way that [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Difficulty Level: Advanced</strong><br />
<br />
This tutorial looks very very complicated at first glance, but it’s only repeating the same steps over and over. Once you get used to working without transparencies it becomes second nature; it just takes a little planning as you work to sort out how to ‘fake’ the look in a way that anyone can still edit the file.<br />
<br />
For this illustration, I wanted a couple dancing while reflected on a highly polished marble floor… I just had no idea how to draw it without using transparencies. Luckily the trusty Pathfinder tools came to the rescue.<br />
<br />
<strong>Drawing Your Characters</strong><br />
First off, draw in your ‘main’ characters using simple shapes (it helps to sketch the body positions out beforehand). Then add some silhouettes in the background to give some perspective. We also added some simple arches and columns along the back wall just so it’s not a flat color.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/layerspalette.jpg" alt="" title="layerspalette" width="200" height="143" class="alignleft size-full wp-image-157" /><br />
As you work, you’ll want to ensure you’re grouping each collection of shapes properly and organizing your file with layers. This makes things much, much easier to edit later on. This is particularly important if you’re planning on selling your vectors through microstock sites: Customers always prefer clean, well organized files. For this illustration we have 3 layers so far: The couple in the foreground, the silhouettes in the background, and the background itself.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/01.jpg" alt="" title="01" width="479" height="431" class="aligncenter size-full wp-image-161" /><br />
<em>(*Tip: Don’t give in to the temptation to merge all the silhouettes in the background: we’ll need each one editable later on down the line).</em><br />
<br />
<strong>Drawing The Floor</strong><br />
Now for the floor. Draw a square, then put a random squiggly shape on top in a lighter color. Duplicate the square (Command-C on Mac or Control-C on PC to copy the shape, then Command-V on Mac or Control-V on PC to paste the shape directly in front of itself), select the squiggly, and use Pathfinder’s ‘Intersect Shape Areas’ to trim the squiggly neatly to the edge of the square:<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/021.jpg" alt="" title="021" width="479" height="789" class="aligncenter size-full wp-image-162" /><br />
<br />
<em>(*Tip: Make sure you use Global Spot Colors and assign them easy to remember tints, such as 10%, 20%, etc. This way it’s easy to match a shade when drawing later down the line, rather than having to guess at whether you used 7% or 8%… Or wait, was it 9%?)</em><br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/transformpalette1.jpg" alt="" title="transformpalette1" width="200" height="108" class="alignleft size-full wp-image-163" /><br />
Repeat these steps with one or two more squiggly shapes, group everything and you end up with a simple 3 or 4 colored ‘marble’ tile. Draw a couple more simple tiles then change them up by switching the colors and rotating them. To rotate, enter 90 degrees in the Transform palette.<br />
<br />
Once you’ve got a few different looking tiles, align them so they’re spaced equally using ‘Horizontal Distribute Center’ button under the Align palette:<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/09.jpg" alt="" title="09" width="479" height="136" class="aligncenter size-full wp-image-164" /><br />
<br />
From here, keep duplicating and changing around the tiles’ colors until you get a whole floor (use ‘Vertical Distribute Center’ to align the tiles vertically).<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/pp-addtoshapearea.jpg" alt="" title="pp-addtoshapearea" width="200" height="104" class="alignleft size-full wp-image-165" /><br />
To add a little more depth you can add a drop shadow effect under the tiles to make them look 3D. Select all the tiles, copy them and paste them onto a new layer. Select them all again and click ‘Add to Shape Area’: This will merge all the shapes into one solid object. Offset them slightly and move them under your original tiles.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/03.jpg" alt="" title="03" width="479" height="479" class="aligncenter size-full wp-image-167" /><br />
<strong>Creating Perspective</strong><br />
Now to bring in some perspective. Select everything and use ‘Envelope Distort > Make With Warp’ on this entire tile layer and play with the vertical distortion until you get the roughly the perspective you want. Expanded to convert everything back into editable shapes.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/04.jpg" alt="" title="04" width="479" height="267" class="aligncenter size-full wp-image-168" /><br />
<br />
Smoosh the floor down to get it into a good enough perspective. <em>(*The perspective won’t be perfect but since most of the floor is hidden behind people, there’s no point in fiddling with it to make it completely accurate).</em><br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/05.jpg" alt="" title="05" width="479" height="104" class="aligncenter size-full wp-image-169" /><br />
<br />
You can clean up the bits of floor that are hanging off the artboard using Pathfinder’s ‘Subtract From Shape Area’. Draw a rectangle on the outside of the pasteboard along where you’d like to trim the shapes, copy it, then select the shape you’re trimming and click the ‘Subtract’ button.<br />
<br />
The only caveat here is whatever shape you’ve trimmed will jump to the front of the group, so you’ll need to send it to the back (Command-[ on a Mac, Control-[ on PC; conversely, just switch the '[' with ']‘ to bring shapes forward). Your other option is a clipping mask, though since we’ve still got a lot to do with these shapes it makes sense to just clean them up while we’re here.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/06.jpg" alt="" title="06" width="479" height="373" class="aligncenter size-full wp-image-170" /><br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/pp-subtractfromshapearea.jpg" alt="" title="pp-subtractfromshapearea" width="200" height="104" class="alignleft size-full wp-image-171" /><br />
Trim off any excess bits using the Pathfinder > Subtract From Shape area like we did on the tiles to keep things neat and clean. Here’s our file now:<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/07.jpg" alt="" title="07" width="479" height="479" class="aligncenter size-full wp-image-172" /><br />
<strong>Adding Reflections</strong><br />
Time to start making the reflections. We’ll start with the background silhouettes.<br />
<br />
Copy and paste the silhouettes onto a new layer and transform them vertically (under the Align palette’s drop down menu). Here’s why it was a good idea not to merge them earlier: you’ll need to line up their feet so they don’t look like they’re floating in space. The common mistake when flipping objects vertically is often the shapes don’t line up right, but people don’t take the time to fix it. But remember: It’s the little things like this that make an illustration look ‘right’.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/08.jpg" alt="" title="08" width="480" height="246" class="aligncenter size-full wp-image-173" /><br />
<br />
Now let’s make this shadow reflective. Duplicate the floor layer, and cut and paste the reflection from the silhouettes over it. Change the opacity of the silhouettes until you’re pleased. Wait a minute, you say? Transparencies?! I thought this was about NOT using transparencies. Don’t worry: They won’t be transparent when we’re done:<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/10.jpg" alt="" title="10" width="479" height="479" class="aligncenter size-full wp-image-174" /><br />
<br />
Select everything on this layer (tiles plus transparent reflection) and go to ‘Object > Flatten Transparency’, making sure the raster/vector balance slider is at 100%:<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/flattentransparency.jpg" alt="" title="flattentransparency" width="454" height="280" class="aligncenter size-full wp-image-175" /><br />
<br />
Voila. Transparencies gone. But we still have some cleanup to do: Flattening transparencies will cause shapes to open, plus we’d better ditch all the original tiles outside of our shadow (remember, we copied the tiles onto a new layer so there’s no point in leaving them here).<br />
<br />
Use Select > Same Fill And Stroke on all bits of tile that weren’t covered by the shadow. Again, this is where limiting our color tints earlier really helps. Since we only used a few tints, we only need a few mouse clicks to delete them. Since the transparent shapes are darker than anything we used on the tiles they’ll remain behind.<br />
<br />
<strong>File Cleanup</strong><br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/pp-merge.jpg" alt="" title="pp-merge" width="200" height="104" class="alignleft size-full wp-image-177" /><br />
From there, you’ll need to clean up the open shapes in your reflection (boo, hiss!). Using the amazing Open Shapes Select plugin, find out what’s open (under Select > Object > Open Shapes). Click on each shape then select all shapes of that color (Select > Same > Fill and Stroke) then hit ‘Merge’ under your Pathfinder. Yet again, this will only need to be done a handful of times since you’re only working with a few color tints.<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/11.jpg" alt="" title="11" width="479" height="569" class="aligncenter size-full wp-image-178" /><br />
<br />
Tadaa!<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/12.jpg" alt="" title="12" width="479" height="479" class="aligncenter size-full wp-image-180" /><br />
<br />
From here, duplicate these steps with the couple in front. We’ve chosen to make their reflection darker than the silhouettes in the background to draw the viewer’s attention. Also, to keep things simple, we didn’t try for any colors in the reflection: We wanted the red dress to pop. Having a lighter red in the reflection would have led the viewer’s eye out of the frame, plus would have taken way longer!<br />
<br />
Here is the final illustration:<br />
<br />
<img src="http://www.lancefcarpenter.com/wp-content/uploads/2010/03/13.jpg" alt="" title="13" width="479" height="479" class="aligncenter size-full wp-image-181" /><br />
<br />
<a href="http://www.istockphoto.com/file_closeup.php?id=1110773">>> Purchase this file on iStockphoto.com</a><br />
© 2009 Jennifer Borton</p>
]]></content:encoded>
			<wfw:commentRss>http://www.lancefcarpenter.com/2010/03/19/reflections-without-transparencies/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
