<?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>Get Schooled at New Horizons</title>
	<atom:link href="http://blog.nhcomputerlearning.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.nhcomputerlearning.com</link>
	<description>Info and insights from New Horizons Computer Learning Centers of Austin, Dallas-Ft. Worth, San Antonio, Cincinnati, Dayton, Louisville and Tulsa</description>
	<lastBuildDate>Wed, 08 Sep 2010 15:42:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Remove unwanted background detail in Photoshop</title>
		<link>http://blog.nhcomputerlearning.com/2010/09/08/remove-unwanted-background-detail-in-photoshop/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/09/08/remove-unwanted-background-detail-in-photoshop/#comments</comments>
		<pubDate>Wed, 08 Sep 2010 15:42:48 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[cs5]]></category>
		<category><![CDATA[layer styles]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[Photoshop CS4]]></category>
		<category><![CDATA[remove unwanted background]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=563</guid>
		<description><![CDATA[<p>Remove unwanted background detail from images in Adobe Photoshop (CS2/CS3/CS4/CS5) </p>
<p>Layer blending allows you to control the range of light or dark pixel values in the active layer and in underlying visible layers that appear in your final image. Among other things, you can use this feature to remove a dark background from a light [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Remove unwanted background detail from images in Adobe Photoshop (CS2/CS3/CS4/CS5) </strong></p>
<p>Layer blending allows you to control the range of light or dark pixel values in the active layer and in underlying visible layers that appear in your final image. Among other things, you can use this feature to remove a dark background from a light image or vice versa.</p>
<p>To remove a range of dark pixels from the background layer, open an image in Photoshop. In the Layers panel, convert the background layer to a working layer by double-clicking on it and clicking OK in the resulting New Layer dialog box. Next, click the Add A Layer Style button at the base of the Layers panel and choosing Blending Options from the resulting pop-up menu. On the Blending Options panel, choose Gray from the Blend If pop-up menu to specify a blending range for all channels. Finally, move the black triangle on the This Layer slider to the right and watch the background disappear! Pixels with brightness values less than your specified setting remain unblended and are excluded from the final image. This, however, is creating a blunt edge between dark and light pixels.</p>
<p>To create a smoother blend, start by [option]-dragging ([Alt]-dragging in Windows) on the This Layer black slider to split it in half. Then, drag the left half of the slider to 80 and click OK.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/09/08/remove-unwanted-background-detail-in-photoshop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Create reusable counters for consistency</title>
		<link>http://blog.nhcomputerlearning.com/2010/09/07/create-reusable-counters-for-consistency/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/09/07/create-reusable-counters-for-consistency/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 23:41:22 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[reusable counters]]></category>
		<category><![CDATA[Stylesheets]]></category>
		<category><![CDATA[XSL]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=561</guid>
		<description><![CDATA[<p>When developing XSL Stylesheets, you may often need to output a formatted number.
With more complex output structures, you may need to maintain links between objects using the same counters. We suggest you create reusable templates to maintain consistency and ensure accurate output.</p>
<p>&#60;?xml version=&#8221;1.0&#8243;?&#62;
&#60;Certification&#62;
    &#60;Exam&#62;
       &#60;Item&#62;
            &#60;Question&#62;Should I use XML?&#60;/Question&#62;
            &#60;Answer&#62;Duh.&#60;/Answer&#62;
       &#60;/Item&#62;
       &#60;Item&#62;
            &#60;Question&#62;Should I use XSL?&#60;/Question&#62;
            &#60;Answer&#62;Of course.&#60;/Answer&#62;
       &#60;/Item&#62;
    [...]]]></description>
			<content:encoded><![CDATA[<p>When developing XSL Stylesheets, you may often need to output a formatted number.<br />
With more complex output structures, you may need to maintain links between objects using the same counters. We suggest you create reusable templates to maintain consistency and ensure accurate output.</p>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;Certification&gt;<br />
    &lt;Exam&gt;<br />
       &lt;Item&gt;<br />
            &lt;Question&gt;Should I use XML?&lt;/Question&gt;<br />
            &lt;Answer&gt;Duh.&lt;/Answer&gt;<br />
       &lt;/Item&gt;<br />
       &lt;Item&gt;<br />
            &lt;Question&gt;Should I use XSL?&lt;/Question&gt;<br />
            &lt;Answer&gt;Of course.&lt;/Answer&gt;<br />
       &lt;/Item&gt;<br />
    &lt;/Exam&gt;<br />
&lt;/Certification&gt;</p>
<p>If you apply the stylesheet below:</p>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;xsl:stylesheet version=&#8221;1.0&#8243; xmlns:xsl=&#8221;<a href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</a>&#8220;&gt;<br />
    &lt;xsl:template match=&#8221;/&#8221;&gt;<br />
       &lt;xsl:text&gt;Test:&lt;/xsl:text&gt;<br />
       &lt;xsl:apply-templates select=&#8221;descendant::Question&#8221;/&gt;</p>
<p>       &lt;xsl:text&gt; Answer Key:&lt;/xsl:text&gt;<br />
       &lt;xsl:apply-templates select=&#8221;descendant::Answer&#8221;/&gt;<br />
    &lt;/xsl:template&gt;</p>
<p>    &lt;xsl:template match=&#8221;*&#8221;&gt;<br />
       &lt;xsl:apply-templates/&gt;<br />
    &lt;/xsl:template&gt;</p>
<p>    &lt;!&#8211; reuseable counter &#8211;&gt;<br />
    &lt;xsl:template&gt;<br />
       &lt;xsl:number count=&#8221;Item&#8221; from=&#8221;Exam&#8221; format=&#8221;a&#8221;/&gt;<br />
    &lt;/xsl:template&gt;</p>
<p>    &lt;xsl:template match=&#8221;Question | Answer&#8221;&gt;<br />
       &lt;xsl:text&gt; &lt;/xsl:text&gt;<br />
       &lt;xsl:call-template/&gt;<br />
       &lt;xsl:text&gt;.) &lt;/xsl:text&gt;<br />
       &lt;xsl:apply-templates/&gt;<br />
    &lt;/xsl:template&gt;<br />
&lt;/xsl:stylesheet&gt;</p>
<p>It produces the output</p>
<p>Test:</p>
<ol>
<li>Should I use XML?</li>
<li>Should I use XSL?</li>
</ol>
<p>Answer Key:</p>
<ol>
<li>Duh.</li>
<li>Of course.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/09/07/create-reusable-counters-for-consistency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Instantly deactivate all hyperlinks or fields in a document</title>
		<link>http://blog.nhcomputerlearning.com/2010/09/07/instantly-deactivate-all-hyperlinks-or-fields-in-a-document/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/09/07/instantly-deactivate-all-hyperlinks-or-fields-in-a-document/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 21:40:29 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[deactivate hyperlinks]]></category>
		<category><![CDATA[microsoft word]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=559</guid>
		<description><![CDATA[<p>Instantly deactivate all hyperlinks or fields in a document (Word 2000/2002/2003/2004/2007) </p>
<p>Sometimes, you may want to deactivate hyperlinks so they act like regular document text. In fact, you may have wanted to do the same with field codes, too. Instead of digging around in dialog boxes and shortcut menus to solve the problem, Word offers [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Instantly deactivate all hyperlinks or fields in a document (Word 2000/2002/2003/2004/2007) </strong></p>
<p>Sometimes, you may want to deactivate hyperlinks so they act like regular document text. In fact, you may have wanted to do the same with field codes, too. Instead of digging around in dialog boxes and shortcut menus to solve the problem, Word offers two shortcut keys you can use to accomplish either task.</p>
<p>First, place the insertion point anywhere within the hyperlinked text or field you want to deactivate. (If you&#8217;re deactivating a hyperlink, be careful not to launch it.) Or, if you want to simultaneously strip all the hyperlinks and field codes in your document, begin by pressing [Ctrl]A to select the entire document ([command]A in Word 2001). </p>
<p>Next, press [Ctrl][Shift][F9] or [Ctrl]6 ([command][shift][F9] or [command]6 in Word 2001). Word removes any selected hyperlinks and fields—without disturbing their original display text.</p>
<p>Keep in mind that if your hyperlink&#8217;s display text is different from its URL, the URL stored behind the scenes is stripped along with the hyperlink—only the display text remains.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/09/07/instantly-deactivate-all-hyperlinks-or-fields-in-a-document/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boot up more quickly by ditching unnecessary startup programs</title>
		<link>http://blog.nhcomputerlearning.com/2010/09/07/boot-up-more-quickly-by-ditching-unnecessary-startup-programs/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/09/07/boot-up-more-quickly-by-ditching-unnecessary-startup-programs/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 21:21:27 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[make your computer faster]]></category>
		<category><![CDATA[msconfig]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[speed up computer]]></category>
		<category><![CDATA[startup programs]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=556</guid>
		<description><![CDATA[<p>To speed up your system, you should remove unnecessary programs from the Startup list. These programs add to boot time because Windows needs to load each one.</p>
<p>To use MSCONFIG to prevent startup programs:</p>

Select Start &#124; Run, type msconfig in the Open text box, and click OK to open the MSCONFIG utility.
Select the Startup tab.
Deselect the [...]]]></description>
			<content:encoded><![CDATA[<p>To speed up your system, you should remove unnecessary programs from the Startup list. These programs add to boot time because Windows needs to load each one.</p>
<p>To use MSCONFIG to prevent startup programs:</p>
<ol>
<li>Select Start | Run, type msconfig in the Open text box, and click OK to open the MSCONFIG utility.</li>
<li>Select the Startup tab.</li>
<li>Deselect the check box for all the programs you don’t want to run at boot up. Click OK.</li>
</ol>
<p>Your next boot up should run more smoothly, as will your system after boot up.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/09/07/boot-up-more-quickly-by-ditching-unnecessary-startup-programs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft is making its security software public</title>
		<link>http://blog.nhcomputerlearning.com/2010/09/07/microsoft-is-making-its-security-software-public/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/09/07/microsoft-is-making-its-security-software-public/#comments</comments>
		<pubDate>Tue, 07 Sep 2010 14:41:43 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[creative commons license]]></category>
		<category><![CDATA[New Horizons]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=554</guid>
		<description><![CDATA[<p>In a recent Microsoft blog post, the company revealed it will be changing the Creative Commons license to allow companies to employ their Security Development Lifecycle software.</p>
<p>Individuals and organizations can now copy, distribute and transmit a variety of Microsoft&#8217;s security-related content.</p>
<p>Essentially, the announcement means public and private organizations can gain access to the company&#8217;s research [...]]]></description>
			<content:encoded><![CDATA[<p>In a recent Microsoft blog post, the company revealed it will be changing the Creative Commons license to allow companies to employ their Security Development Lifecycle software.</p>
<p>Individuals and organizations can now copy, distribute and transmit a variety of Microsoft&#8217;s security-related content.</p>
<p>Essentially, the announcement means public and private organizations can gain access to the company&#8217;s research and documentation on computer and internet security.</p>
<p>In order to properly wade through the layers of software copyrights involved with applying Microsoft&#8217;s new services, companies will need to depend heavily on their IT professionals and even consider making new hires to meet the demand.</p>
<p>The products and software companies will be able to glean from Microsoft represent a widely varied base of knowledge. Users will immediately be able to access case studies, white papers and training materials. As more products receive licensing updates, more information will become available.</p>
<p>Currently, the IT job market is among the fastest growing in the country, according to the Bureau of Labor Statistics. Growth is expected in almost every field, especially as corporations begin to invest more heavily in network security related jobs.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/09/07/microsoft-is-making-its-security-software-public/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New legacy content tools available for SharePoint 2010 managers</title>
		<link>http://blog.nhcomputerlearning.com/2010/09/06/new-legacy-content-tools-available-for-sharepoint-2010-managers/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/09/06/new-legacy-content-tools-available-for-sharepoint-2010-managers/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 21:29:06 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=551</guid>
		<description><![CDATA[<p>SharePoint has historically been most successful as a program that can help groups deal with end-user requirements. After projects and users moved on, however, companies had trouble dealing with the legacy content, leading to a variety of legal problems.</p>
<p>Open Text Corporation, provider of Enterprise content management, has announced the availability of tools to help IT [...]]]></description>
			<content:encoded><![CDATA[<p>SharePoint has historically been most successful as a program that can help groups deal with end-user requirements. After projects and users moved on, however, companies had trouble dealing with the legacy content, leading to a variety of legal problems.</p>
<p>Open Text Corporation, provider of Enterprise content management, has announced the availability of tools to help IT managers work with SharePoint 2010 to avoid the lingering problems that come as a result of legacy content.</p>
<p>The recently released SharePoint 2010 has the tools to solve various problems that IT managers are facing. Open Text Content Lifecycle Management and Open Text Case Framework are both designed to help SharePoint 2010 users manage sites over an extended project cycle.</p>
<p>Lubor Ptacek, vice president of product marketing for Open Text, explains &#8220;By combining the Open Text ECM Suite with SharePoint 2010 deployment expertise, we are in a position to help IT regain control over content in SharePoint 2010 sites, improve efficiency and put in place comprehensive governance, risk management and compliance solutions not only for the content in SharePoint 2010 sites, but for content across the enterprise.&#8221;</p>
<p>These features make it possible for IT departments to manage a site over the entire time span of SharePoint 2010, lowering their risk of legal issues in the future. The Metropolitan Corporate Council reports that legal offices are employing SharePoint as a tool to assist them in document management.<br />
Date: 8/31/2010</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/09/06/new-legacy-content-tools-available-for-sharepoint-2010-managers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thwart hackers by securing Dynamic DNS</title>
		<link>http://blog.nhcomputerlearning.com/2010/08/30/thwart-hackers-by-securing-dynamic-dns/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/08/30/thwart-hackers-by-securing-dynamic-dns/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 18:14:06 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Dynamic DNS]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[win server 03]]></category>
		<category><![CDATA[Windows Server 2003]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=545</guid>
		<description><![CDATA[<p>Thwart hackers by securing Dynamic DNS (Microsoft Windows Server 2003)</p>
<p>Dynamic DNS (DDNS) in Windows Server 2003 offers you the convenience of clients and servers updating their own DNS records. (If you use DHCP, the DHCP server is capable of updating its clients’ resource records within DDNS for them.) Obviously, DDNS saves you considerable time because [...]]]></description>
			<content:encoded><![CDATA[<p>Thwart hackers by securing Dynamic DNS (Microsoft Windows Server 2003)</p>
<p>Dynamic DNS (DDNS) in Windows Server 2003 offers you the convenience of clients and servers updating their own DNS records. (If you use DHCP, the DHCP server is capable of updating its clients’ resource records within DDNS for them.) Obviously, DDNS saves you considerable time because you don’t have to manually create and maintain your clients’ DNS records.</p>
<p>The drawback to DDNS is that it can leave your network more vulnerable to attack if you haven’t secured it properly. For example, a hacker can “hijack” users’ connections simply by configuring a host computer to insert a resource record with the same IP address as one of your file or application servers. DDNS would then redirect users to this bogus server—enabling the hacker to then capture each user’s activity.</p>
<p>You can avoid this security breach by securing DDNS. To do so, configure your DNS servers to store their zone information in Active Directory. (You can configure this option only if you host DNS on your domain controllers, which is a Microsoft recommended best practice for implementing DNS.) You should also configure your zones to permit only secure dynamic updates. This setting enables only those computers that have successfully authenticated to your domain to update their DDNS records, which makes it much more difficult for a hacker to insert or update a DNS resource record.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/08/30/thwart-hackers-by-securing-dynamic-dns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use xsl:include to modularize your XSL stylesheets</title>
		<link>http://blog.nhcomputerlearning.com/2010/08/30/use-xslinclude-to-modularize-your-xsl-stylesheets/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/08/30/use-xslinclude-to-modularize-your-xsl-stylesheets/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 16:57:01 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=543</guid>
		<description><![CDATA[<p>Use xsl:include to modularize your XSL stylesheets </p>
<p>Stylesheets can quickly become complex, especially if your data model contains a lot of elements and attributes. A good programming practice is to modularize your code into reusable components.</p>
<p>The stylesheet below uses xsl:include elements to modularize the stylesheet. In this scenario, the xsl:template rules for your table&#8217;s data [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Use xsl:include to modularize your XSL stylesheets </strong></p>
<p>Stylesheets can quickly become complex, especially if your data model contains a lot of elements and attributes. A good programming practice is to modularize your code into reusable components.</p>
<p>The stylesheet below uses xsl:include elements to modularize the stylesheet. In this scenario, the xsl:template rules for your table&#8217;s data model, defined in tables.xsl, are made available to the stylesheet processor.</p>
<p>&lt;?xml version=&#8221;1.0&#8243;?&gt;<br />
&lt;xsl:stylesheet version=&#8221;1.0&#8243; xmlns:xsl=&#8221;<a href="http://www.w3.org/1999/XSL/Transform">http://www.w3.org/1999/XSL/Transform</a>&#8220;&gt;<br />
    &lt;xsl:include href=&#8221;table.xsl&#8221;/&gt;<br />
    &lt;xsl:template&gt;<br />
       &lt;xsl:apply-templates/&gt;<br />
    &lt;/xsl:template&gt;<br />
&lt;/xsl:stylesheet&gt;</p>
<p>Take care to note the difference between xsl:import and xsl:include. Use xsl:include when you want to modularize your XSL transformation. Use xsl:import when you want to customize and override an existing XSL transformation.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/08/30/use-xslinclude-to-modularize-your-xsl-stylesheets/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quickly Add Color to Table Components in QuarkXPress</title>
		<link>http://blog.nhcomputerlearning.com/2010/08/30/quickly-add-color-to-table-components-in-quarkxpress/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/08/30/quickly-add-color-to-table-components-in-quarkxpress/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 15:15:37 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Format Tables]]></category>
		<category><![CDATA[New Horizons Computer Learning Center]]></category>
		<category><![CDATA[QuarkXPress]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=539</guid>
		<description><![CDATA[<p>Add color quickly to your table components (QuarkXPress)

Here&#8217;s a quick-and-easy way to apply color to the various components of a table. First, click on the table with the Content tool. Next, drag a color from the Colors palette and drop it over a cell, gridline, or border line. Then, press the [command] key ([Ctrl] key [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Add color quickly to your table components (QuarkXPress)<br />
</strong><br />
Here&#8217;s a quick-and-easy way to apply color to the various components of a table. First, click on the table with the Content tool. Next, drag a color from the Colors palette and drop it over a cell, gridline, or border line. Then, press the [command] key ([Ctrl] key in Windows) to apply the color to multiple components as you drag over them.</p>
<p>The color’s Shade percent will be the same as was applied to the component last. However, you can reset the Shade value to 100%. To do so, press the [option] key ([Alt] key in Windows) as you apply the color to a component.Then, press the [command][option] keys ([Ctrl][Alt] keys in Windows) to color multiple components and reset the Shade value</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/08/30/quickly-add-color-to-table-components-in-quarkxpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lighten a color without changing its hue or saturation</title>
		<link>http://blog.nhcomputerlearning.com/2010/08/30/lighten-a-color-without-changing-its-hue-or-saturation/</link>
		<comments>http://blog.nhcomputerlearning.com/2010/08/30/lighten-a-color-without-changing-its-hue-or-saturation/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 14:00:39 +0000</pubDate>
		<dc:creator>Get Schooled</dc:creator>
				<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[color picker]]></category>
		<category><![CDATA[hue]]></category>
		<category><![CDATA[photoshop]]></category>
		<category><![CDATA[saturation]]></category>

		<guid isPermaLink="false">http://blog.nhcomputerlearning.com/?p=537</guid>
		<description><![CDATA[<p>Lighten a color without changing its hue or saturation (Photoshop CS2/CS3/CS4/CS5)

The Adobe Color Picker allows you to select foreground, background, and text colors in Photoshop. To open it, simply click on the Foreground or Background box in the Tools panel. By default, the H (Hue) option button is selected, so you can select a color [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Lighten a color without changing its hue or saturation (Photoshop CS2/CS3/CS4/CS5)<br />
</strong><br />
The Adobe Color Picker allows you to select foreground, background, and text colors in Photoshop. To open it, simply click on the Foreground or Background box in the Tools panel. By default, the H (Hue) option button is selected, so you can select a color using the Color slider and Color field or by entering numeric values. Don’t stop there, though.</p>
<p>Once you select a color, you can adjust its saturation without changing the hue or brightness. Simply select the S option button and adjust the color values in the same way you picked a hue.</p>
<p>You can also lighten a color without changing its hue or saturation. Simply select the B option button and adjust the brightness values. Click OK to apply the color.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.nhcomputerlearning.com/2010/08/30/lighten-a-color-without-changing-its-hue-or-saturation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
