<?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>Oncemade &#187; Tips</title>
	<atom:link href="http://oncemade.com/category/tips/feed/" rel="self" type="application/rss+xml" />
	<link>http://oncemade.com</link>
	<description>Design, Web Dev, Inspiration</description>
	<lastBuildDate>Fri, 09 Jul 2010 02:06:26 +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>Illustrator Tip: Select by Fill Color</title>
		<link>http://oncemade.com/illustrator-tip-select-by-fill-color/</link>
		<comments>http://oncemade.com/illustrator-tip-select-by-fill-color/#comments</comments>
		<pubDate>Fri, 26 Dec 2008 08:20:30 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Illustrator]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[illustration]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=444</guid>
		<description><![CDATA[Using the "Select by Fill Color" to speed up your workflow]]></description>
			<content:encoded><![CDATA[<p>A lot of times I end up with a bunch of objects all over in the same layer and it becomes very difficult to select them. That&#39;s when &ldquo;Select by Fill Color&rdquo; comes in handy.</p> 

<h3>Choose Unused Color</h3>
<p>
  Choose an unused color and draw your objects.
  <img src="http://oncemade.com/wp-content/uploads/2008/12/choose-unused-color.png" alt="Choose Unused Color" class="tutImg" />
</p>
<span id="more-444"></span>
<h3>Select by Fill Color</h3> 
<p>
  Select one of the objects and go to <strong>Select &raquo; Same &raquo; Fill Color</strong>.
  <img src="http://oncemade.com/wp-content/uploads/2008/12/select-by-fill-color.png" alt="Select by Fill Color" class="tutImg" />
</p>
<h3>Final Result</h3>
<p>
  Once all objects are selected, change their appearance as desire and you may also want to create a layer for them. Make sure to explore the <strong>Select Menu</strong> for further options.
  <img src="http://oncemade.com/wp-content/uploads/2008/12/final-results.png" alt="Final Results" class="tutImg" />
</p>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/illustrator-tip-select-by-fill-color/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>CSS Tip: Drop Caps</title>
		<link>http://oncemade.com/css-tip-drop-caps/</link>
		<comments>http://oncemade.com/css-tip-drop-caps/#comments</comments>
		<pubDate>Sun, 14 Dec 2008 06:19:58 +0000</pubDate>
		<dc:creator>Rodrigo</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Typography]]></category>
		<category><![CDATA[Drop Caps]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://oncemade.com/?p=246</guid>
		<description><![CDATA[Drop caps are usually used in desktop publishing, the first letter of a paragraph is enlarged to drop down 2 or more lines.]]></description>
			<content:encoded><![CDATA[<p>
Drop caps are usually used in desktop publishing, the first letter of a paragraph is enlarged to drop down 2 or more lines. <strong>Update: To make it work in IE6, the first letter needs to be wrapped in a span. <a href="http://examples.oncemade.com/dropCapsIE6.html">IE6 Example</a></strong>
</p>

<pre><h4>Markup</h4><code>&lt;p class=&quot;drop&quot;&gt;
    Lorem ipsum dolor sit amet, consectetur adipisicing elit, 
    sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. 
    Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris
    nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in 
    reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
&lt;/p&gt;</code></pre>
<pre><h4>CSS</h4><code>.drop:first-letter { 
    font-size: 4.2em;
    float: left;
    line-height: 0.6em;
    margin: 0.13em 0.13em 0.13em 0;
}</code></pre>

<span id="more-246"></span>
<h3>Example</h3>
<p class="drop">Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.</p>

<h4>Browser Support</h4>
<ul class="browserComp clearfix">
   <li class="firefoxComp"><span>Firefox</span></li>
   <li class="safariComp"><span>Safari</span></li>
   <li class="chromeComp"><span>Chrome</span></li>
   <li class="operaComp"><span>Opera</span></li>
   <li class="ie7Comp"><span>Internet Explore 7</span></li>	
</ul>]]></content:encoded>
			<wfw:commentRss>http://oncemade.com/css-tip-drop-caps/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
	</channel>
</rss>
