<?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>Digital Purview &#187; Software</title>
	<atom:link href="http://www.digitalpurview.com/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitalpurview.com</link>
	<description></description>
	<lastBuildDate>Sun, 18 Sep 2011 18:27:16 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>WordPress Error &#8220;Allowed memory size of XXXXXX bytes exhausted&#8221; Resolution</title>
		<link>http://www.digitalpurview.com/wordpress-error-allowed-memory-size-of-xxxxxx-bytes-exhausted-resolution/</link>
		<comments>http://www.digitalpurview.com/wordpress-error-allowed-memory-size-of-xxxxxx-bytes-exhausted-resolution/#comments</comments>
		<pubDate>Sun, 27 Sep 2009 13:03:06 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=985</guid>
		<description><![CDATA[With recent versions of WordPress the error message has started displaying in Dashboard. “Fatal Error: Allowed memory size of XXXXXX bytes exhausted (tried to allocate YYYY bytes)” By default WordPress tries to allocate 32MB to PHP. You would need to manually increase the allocated memory to fix the error. Option1 – Go to your WordPress [...]]]></description>
			<content:encoded><![CDATA[<p>With recent versions of WordPress the error message has started displaying in Dashboard.</p>
<p><em>“Fatal Error: Allowed memory size of XXXXXX bytes exhausted (tried to allocate YYYY bytes)”</em></p>
<p>By default WordPress tries to allocate 32MB to PHP. You would need to manually increase the allocated memory to fix the error.<span id="more-985"></span></p>
<p><strong>Option1 – </strong></p>
<ul>
<li>Go to your WordPress root directory and open wp-settings.php for editing.</li>
<li>Look for  <em>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;32M&#8217;);</em></li>
<li>Change the line to <em>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;128M&#8217;);</em>. This really depends on how much memory is needed. 64M should be enough in some cases. Others might need higher memory allocated.</li>
</ul>
<p><strong>Option2 – </strong></p>
<ul>
<li>Go to your WordPress root directory and open wp-config.php for editing.</li>
<li>Add a line <em>define(&#8216;WP_MEMORY_LIMIT&#8217;, &#8217;128M&#8217;);</em>. Again, this really depends on how much memory is needed. 64M should be enough in some cases. Others might need higher memory allocated.</li>
</ul>
<p>These changes will not work if your web hosting provider has restriction on allocated memory. You would need to check with your web host in such cases.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/wordpress-error-allowed-memory-size-of-xxxxxx-bytes-exhausted-resolution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pivot table Tutorial in Excel 2007</title>
		<link>http://www.digitalpurview.com/pivot-table-tutorial-in-excel-2007/</link>
		<comments>http://www.digitalpurview.com/pivot-table-tutorial-in-excel-2007/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 18:08:37 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Pivot Table]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=900</guid>
		<description><![CDATA[Pivot table is great tool in Excel to create reports and analyze data. Go thru the simple exercise below to understand the concept Open Excel and enter data below EmpNo Ename Designation Department Gender Salary DOJ E001 John Associate Finance Male 40000 1/1/2009 E002 Denise Manager IT Female 90000 1/2/2009 E003 Maya CEO Operations Female [...]]]></description>
			<content:encoded><![CDATA[<p>Pivot table is great tool in Excel to create reports and analyze data. Go thru the simple exercise below to understand the concept<span id="more-900"></span></p>
<p>Open Excel and enter data below</p>
<table border="2" cellspacing="0" cellpadding="0" width="501">
<tbody>
<tr>
<td width="59" valign="bottom"><strong>EmpNo</strong></td>
<td width="56" valign="bottom"><strong>Ename</strong></td>
<td width="91" valign="bottom"><strong>Designation</strong></td>
<td width="92" valign="bottom"><strong>Department</strong></td>
<td width="58" valign="bottom"><strong>Gender</strong></td>
<td width="57" valign="bottom"><strong>Salary</strong></td>
<td width="84" valign="bottom"><strong>DOJ</strong></td>
</tr>
<tr>
<td width="59" valign="bottom">E001</td>
<td width="56" valign="bottom">John</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Finance</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">1/1/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E002</td>
<td width="56" valign="bottom">Denise</td>
<td width="91" valign="bottom">Manager</td>
<td width="92" valign="bottom">IT</td>
<td width="58" valign="bottom">Female</td>
<td width="57" valign="bottom">90000</td>
<td width="84" valign="bottom">1/2/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E003</td>
<td width="56" valign="bottom">Maya</td>
<td width="91" valign="bottom">CEO</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Female</td>
<td width="57" valign="bottom">200000</td>
<td width="84" valign="bottom">1/3/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E004</td>
<td width="56" valign="bottom">Carol</td>
<td width="91" valign="bottom">Manager</td>
<td width="92" valign="bottom">Finance</td>
<td width="58" valign="bottom">Female</td>
<td width="57" valign="bottom">120000</td>
<td width="84" valign="bottom">1/4/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E005</td>
<td width="56" valign="bottom">John</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Female</td>
<td width="57" valign="bottom">50000</td>
<td width="84" valign="bottom">1/5/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E006</td>
<td width="56" valign="bottom">Sheela</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Female</td>
<td width="57" valign="bottom">50000</td>
<td width="84" valign="bottom">1/6/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E007</td>
<td width="56" valign="bottom">Rajiv</td>
<td width="91" valign="bottom">Manager</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">80000</td>
<td width="84" valign="bottom">1/7/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E008</td>
<td width="56" valign="bottom">Asha</td>
<td width="91" valign="bottom">Manager</td>
<td width="92" valign="bottom">Admin</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">75000</td>
<td width="84" valign="bottom">1/8/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E009</td>
<td width="56" valign="bottom">Kevin</td>
<td width="91" valign="bottom">Sr. Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">60000</td>
<td width="84" valign="bottom">1/9/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E010</td>
<td width="56" valign="bottom">Arnold</td>
<td width="91" valign="bottom">Sr. Associate</td>
<td width="92" valign="bottom">Finance</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">65000</td>
<td width="84" valign="bottom">1/10/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E011</td>
<td width="56" valign="bottom">Kevin</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">1/11/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E012</td>
<td width="56" valign="bottom">Julia</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">30000</td>
<td width="84" valign="bottom">1/1/2007</td>
</tr>
<tr>
<td width="59" valign="bottom">E013</td>
<td width="56" valign="bottom">Robert</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Finance</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">30000</td>
<td width="84" valign="bottom">1/12/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E014</td>
<td width="56" valign="bottom">Ray</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">IT</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">1/16/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E015</td>
<td width="56" valign="bottom">Shaun</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">IT</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">12/10/2008</td>
</tr>
<tr>
<td width="59" valign="bottom">E016</td>
<td width="56" valign="bottom">John</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">50000</td>
<td width="84" valign="bottom">1/14/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E017</td>
<td width="56" valign="bottom">Karen</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">11/10/2008</td>
</tr>
<tr>
<td width="59" valign="bottom">E018</td>
<td width="56" valign="bottom">Brian</td>
<td width="91" valign="bottom">Manager</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">90000</td>
<td width="84" valign="bottom">1/17/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E019</td>
<td width="56" valign="bottom">Nancy</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">12/20/2007</td>
</tr>
<tr>
<td width="59" valign="bottom">E020</td>
<td width="56" valign="bottom">Debra</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Admin</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">50000</td>
<td width="84" valign="bottom">1/2/2007</td>
</tr>
<tr>
<td width="59" valign="bottom">E021</td>
<td width="56" valign="bottom">Michal</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Admin</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">1/21/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E022</td>
<td width="56" valign="bottom">Charles</td>
<td width="91" valign="bottom">Sr. Associate</td>
<td width="92" valign="bottom">Finance</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">70000</td>
<td width="84" valign="bottom">1/23/2009</td>
</tr>
<tr>
<td width="59" valign="bottom">E023</td>
<td width="56" valign="bottom">Sandy</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">IT</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">40000</td>
<td width="84" valign="bottom">12/1/2007</td>
</tr>
<tr>
<td width="59" valign="bottom">E024</td>
<td width="56" valign="bottom">Doug</td>
<td width="91" valign="bottom">Associate</td>
<td width="92" valign="bottom">Operations</td>
<td width="58" valign="bottom">Male</td>
<td width="57" valign="bottom">45000</td>
<td width="84" valign="bottom">1/24/2009</td>
</tr>
</tbody>
</table>
<p>Now select data and Go to Insert –&gt; Pivot table. Click OK.</p>
<p>Pivot table has been created.  Now drop fields in the right frame to Report filter, Colum levels, Row levels and Sum of values windows to create the report as desired. Then filter various values and see how report appears.</p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/pivottable.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="pivot table" src="http://www.digitalpurview.com/wp-content/uploads/pivottable_thumb.jpg" border="0" alt="pivottable thumb Pivot table Tutorial in Excel 2007 image" width="563" height="266" /></a></p>
<p>For example, when you filter on Designation Manger, reports shows you how managers in different departments are paid.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/pivot-table-tutorial-in-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add a control multiple times in Excel VBA Forms</title>
		<link>http://www.digitalpurview.com/how-to-add-a-control-multiple-times-in-excel-vba-forms/</link>
		<comments>http://www.digitalpurview.com/how-to-add-a-control-multiple-times-in-excel-vba-forms/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 18:40:15 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=923</guid>
		<description><![CDATA[You can drag a control to place it on the form. If you want to place again, you need to drag it again. Alternatively, you can double click on the control to select and keep clicking on the form to place the control on the form as many times as you want. Double click on [...]]]></description>
			<content:encoded><![CDATA[<p>You can drag a control to place it on the form. If you want to place again, you need to drag it again. <span id="more-923"></span></p>
<p>Alternatively, you can double click on the control to select and keep clicking on the form to place the control on the form as many times as you want. Double click on the control again once you are done to deselect it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/how-to-add-a-control-multiple-times-in-excel-vba-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is Object Linking and Embedding (OLE)</title>
		<link>http://www.digitalpurview.com/what-is-object-linking-and-embedding-ole/</link>
		<comments>http://www.digitalpurview.com/what-is-object-linking-and-embedding-ole/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 18:02:41 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[OLE]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=897</guid>
		<description><![CDATA[OLE is technology developed by Microsoft to make different programs interact with each other to make each program more useful and visually appealing. OLE object can be embedded into different application; they however retain original format and link to originating program. For example, an image can be embedded or linked into text document. Something a [...]]]></description>
			<content:encoded><![CDATA[<p>OLE is technology developed by Microsoft to make different programs interact with each other to make each program more useful and visually appealing. OLE object can be embedded into different application; they however retain original format and link to originating program. <span id="more-897"></span></p>
<p>For example, an image can be embedded or linked into text document. Something a text editor could not do earlier.</p>
<h5><strong><span style="text-decoration: underline;">Embedding vs Linking</span></strong></h5>
<p>When you embed the object, any changes in the original object are not reflected in the embedded object. When you link a object, changes in the original object are reflected in the linked object.</p>
<h5><strong><span style="text-decoration: underline;">Understanding OlE by embedding Excel data into Word</span></strong></h5>
<p>Object Linking and Embedding is Microsoft framework for allowing objects from one program to be available in other programs.</p>
<p>Follow this simple exercise to understand the concept better.</p>
<ul>
<li>Open Excel and enter data below</li>
</ul>
<blockquote>
<table border="2" cellspacing="0" cellpadding="0" width="200">
<tbody>
<tr>
<td width="95" valign="bottom"><strong>Name</strong></td>
<td width="101" valign="bottom"><strong>Gender</strong></td>
</tr>
<tr>
<td width="95" valign="bottom">Maya</td>
<td width="101" valign="bottom">Female</td>
</tr>
<tr>
<td width="95" valign="bottom">John</td>
<td width="101" valign="bottom">Male</td>
</tr>
<tr>
<td width="95" valign="bottom">Dan</td>
<td width="101" valign="bottom">Female</td>
</tr>
<tr>
<td width="95" valign="bottom">Nancy</td>
<td width="101" valign="bottom">Female</td>
</tr>
<tr>
<td width="95" valign="bottom">Dale</td>
<td width="120" valign="bottom">Male</td>
</tr>
</tbody>
</table>
</blockquote>
<ul>
<li>Now select data and click copy.</li>
<li>Open a word document and click paste special.</li>
<li>Select paste Link and Microsoft Office Excel Worksheet Object. <a href="http://www.digitalpurview.com/wp-content/uploads/ole.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="ole" src="http://www.digitalpurview.com/wp-content/uploads/ole_thumb.jpg" border="0" alt="ole thumb What is Object Linking and Embedding (OLE) image" width="385" height="264" /></a></li>
<li>You will realize all the data along with excel formatting has been copied. </li>
<li>Any data you change in original excel will be available in word. This is called Linking.</li>
<li>If you had selected simply Paste in paste special option, any changes in excel will not be reflected in Word. This is called Embedding.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/what-is-object-linking-and-embedding-ole/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Data Validation in Excel</title>
		<link>http://www.digitalpurview.com/data-validation-in-excel/</link>
		<comments>http://www.digitalpurview.com/data-validation-in-excel/#comments</comments>
		<pubDate>Fri, 21 Aug 2009 17:52:44 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Data Validation]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=893</guid>
		<description><![CDATA[When you need to verify data that can go in a cell, Data validation is the function in Excel to use. For example, to enter grades for students you may want to enter only A, B, C, D, and F. To see how to accomplish this in excel, enter data below Student Number Grade 2001 [...]]]></description>
			<content:encoded><![CDATA[<p>When you need to verify data that can go in a cell, Data validation is the function in Excel to use.<span id="more-893"></span></p>
<p>For example, to enter grades for students you may want to enter only A, B, C, D, and F. To see how to accomplish this in excel, enter data below</p>
<table border="2" cellspacing="0" cellpadding="0" width="200">
<tbody>
<tr>
<td width="107" valign="bottom"><strong>Student Number</strong></td>
<td width="89" valign="bottom"><strong>Grade</strong></td>
</tr>
<tr>
<td width="107" valign="bottom">2001</td>
<td width="89" valign="bottom"> </td>
</tr>
<tr>
<td width="107" valign="bottom">2002</td>
<td width="89" valign="bottom"> </td>
</tr>
<tr>
<td width="107" valign="bottom">2003</td>
<td width="89" valign="bottom"> </td>
</tr>
<tr>
<td width="107" valign="bottom">2004</td>
<td width="89" valign="bottom"> </td>
</tr>
<tr>
<td width="107" valign="bottom">2005</td>
<td width="89" valign="bottom"> </td>
</tr>
<tr>
<td width="107" valign="bottom">2006</td>
<td width="89" valign="bottom"> </td>
</tr>
</tbody>
</table>
<p>Now select Grade Column, and Go to Data -&gt; Data Validation</p>
<p>Enter values as below</p>
<p><strong><span style="text-decoration: underline;">Settings</span></strong></p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/excel3.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel3" src="http://www.digitalpurview.com/wp-content/uploads/excel3_thumb.jpg" border="0" alt="excel3 thumb Data Validation in Excel image" width="424" height="190" /></a></p>
<p><strong><span style="text-decoration: underline;">Input Message </span></strong></p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/excel4.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel4" src="http://www.digitalpurview.com/wp-content/uploads/excel4_thumb.jpg" border="0" alt="excel4 thumb Data Validation in Excel image" width="424" height="196" /></a></p>
<p><strong><span style="text-decoration: underline;">Error Message</span></strong></p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/excel5.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel5" src="http://www.digitalpurview.com/wp-content/uploads/excel5_thumb.jpg" border="0" alt="excel5 thumb Data Validation in Excel image" width="426" height="197" /></a></p>
<p>Now try to enter different values in Grades and see how Excel reacts.</p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/excel6.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel6" src="http://www.digitalpurview.com/wp-content/uploads/excel6_thumb.jpg" border="0" alt="excel6 thumb Data Validation in Excel image" width="425" height="250" /></a> </p>
<p>You have different options while setting validation</p>
<ul>
<li>Restrict only whole number (Such as for Student role number).</li>
<li>Provide a list (List of grades).</li>
<li>Restrict number of character to enter (For example SSN will always be 9 digit).</li>
<li>Or you can provide a custom formula.</li>
</ul>
<p>You also have the option of setting hard error, soft warning or just information.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/data-validation-in-excel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Conditional Formatting in Excel 2007</title>
		<link>http://www.digitalpurview.com/conditional-formatting-in-excel-2007/</link>
		<comments>http://www.digitalpurview.com/conditional-formatting-in-excel-2007/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 17:38:22 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Conditional Formatting]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Excel 2007]]></category>
		<category><![CDATA[Microsoft]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=884</guid>
		<description><![CDATA[Conditional Formatting allows changing appearance (different color, font, format etc) of cell based on certain condition. For example you can show employees with Salary Higher than 100000 USD in Red. This makes easy and visually appealing to read and interpret data. Try this example below to better understand the concept. Enter Data below in Excel [...]]]></description>
			<content:encoded><![CDATA[<p>Conditional Formatting allows changing appearance (different color, font, format etc) of cell based on certain condition. For example you can show employees with Salary Higher than 100000 USD in Red. This makes easy and visually appealing to read and interpret data. <span id="more-884"></span></p>
<p>Try this example below to better understand the concept. Enter Data below in Excel</p>
<table border="0" cellspacing="0" cellpadding="0">
<tbody>
<tr>
<td width="73" valign="bottom"><strong>Emp No</strong></td>
<td width="100" valign="bottom"><strong>Designation</strong></td>
<td width="28" valign="bottom"><strong>Salary</strong></td>
</tr>
<tr>
<td width="73" valign="bottom">E001</td>
<td width="100" valign="bottom">Manager</td>
<td width="28" valign="bottom">100000</td>
</tr>
<tr>
<td width="73" valign="bottom">E002</td>
<td width="100" valign="bottom">Associate</td>
<td width="28" valign="bottom">101000</td>
</tr>
<tr>
<td width="73" valign="bottom">E003</td>
<td width="100" valign="bottom">Team Lead</td>
<td width="28" valign="bottom">200000</td>
</tr>
<tr>
<td width="73" valign="bottom">E004</td>
<td width="100" valign="bottom">Team Lead</td>
<td width="28" valign="bottom">50000</td>
</tr>
<tr>
<td width="73" valign="bottom">E005</td>
<td width="100" valign="bottom">Manager</td>
<td width="28" valign="bottom">120000</td>
</tr>
<tr>
<td width="73" valign="bottom">E006</td>
<td width="100" valign="bottom">Manager</td>
<td width="28" valign="bottom">110000</td>
</tr>
<tr>
<td width="73" valign="bottom">E007</td>
<td width="100" valign="bottom">Associate</td>
<td width="28" valign="bottom">50000</td>
</tr>
<tr>
<td width="73" valign="bottom">E008</td>
<td width="100" valign="bottom">Associate</td>
<td width="28" valign="bottom">80000</td>
</tr>
<tr>
<td width="73" valign="bottom">E009</td>
<td width="100" valign="bottom">Associate</td>
<td width="28" valign="bottom">90000</td>
</tr>
<tr>
<td width="73" valign="bottom">E010</td>
<td width="100" valign="bottom">Associate</td>
<td width="28" valign="bottom">50000</td>
</tr>
<tr>
<td width="73" valign="bottom">E011</td>
<td width="100" valign="bottom">Team Lead</td>
<td width="28" valign="bottom">90000</td>
</tr>
<tr>
<td width="73" valign="bottom">E012</td>
<td width="100" valign="bottom">Associate</td>
<td width="28" valign="bottom">100000</td>
</tr>
<tr>
<td width="73" valign="bottom">E013</td>
<td width="100" valign="bottom">Manager</td>
<td width="28" valign="bottom">90000</td>
</tr>
</tbody>
</table>
<p> </p>
<p>Now select Salary column, Go to Home -&gt; Conditional Formatting -&gt; Colour Scales -&gt; More Rules -&gt; Format Only Cell that contain</p>
<p>Set condition as below</p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/excel1.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel1" src="http://www.digitalpurview.com/wp-content/uploads/excel1_thumb.jpg" border="0" alt="excel1 thumb Conditional Formatting in Excel 2007 image" width="476" height="287" /></a></p>
<p>Salary more than 100000 will be converted into red.</p>
<p><a href="http://www.digitalpurview.com/wp-content/uploads/excel2.jpg"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="excel2" src="http://www.digitalpurview.com/wp-content/uploads/excel2_thumb.jpg" border="0" alt="excel2 thumb Conditional Formatting in Excel 2007 image" width="470" height="414" /></a></p>
<p>The concept can be applied more complex scenarios.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/conditional-formatting-in-excel-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to work on multiple controls simultaneously in Excel VBA Forms</title>
		<link>http://www.digitalpurview.com/how-to-work-on-multiple-controls-simultaneously-in-excel-vba-forms/</link>
		<comments>http://www.digitalpurview.com/how-to-work-on-multiple-controls-simultaneously-in-excel-vba-forms/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 18:42:53 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[control]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[VBA]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=925</guid>
		<description><![CDATA[You can work on the multiple controls at the same time and change properties. Keep holding Ctrl key and select multiple controls (such as labels). Also look at Format -&#62;Make same size option if you want to keep same look for controls.]]></description>
			<content:encoded><![CDATA[<p>You can work on the multiple controls at the same time and change properties. Keep holding Ctrl key and select multiple controls (such as labels).<span id="more-925"></span></p>
<p>Also look at Format -&gt;Make same size option if you want to keep same look for controls.</p>
<p><img style="border-bottom: 0px; border-left: 0px; display: inline; border-top: 0px; border-right: 0px" title="multiple control working" src="http://www.digitalpurview.com/wp-content/uploads/multiplecontrolworking.jpg" border="0" alt="multiplecontrolworking How to work on multiple controls simultaneously in Excel VBA Forms image" width="358" height="226" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/how-to-work-on-multiple-controls-simultaneously-in-excel-vba-forms/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Norton Toolbar extension for Firefox 3.5 released</title>
		<link>http://www.digitalpurview.com/norton-toolbar-extension-for-firefox-3-5-released/</link>
		<comments>http://www.digitalpurview.com/norton-toolbar-extension-for-firefox-3-5-released/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 18:04:41 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[norton]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/norton-toolbar-extension-for-firefox-3-5-released/</guid>
		<description><![CDATA[Wait for using Norton with Firefox 3.5 is over. You can apply the hotfix released for Norton Internet Security 2009, Norton Antivirus 2009, Identity Safe and Norton 360 3.0 . For Norton Internet Security and Norton Antivirus, Follow steps here. For Norton 360 v3, Follow steps here. You would need to restart PC and the [...]]]></description>
			<content:encoded><![CDATA[<p>Wait for using Norton with Firefox 3.5 is over. You can apply the hotfix released for Norton Internet Security 2009, Norton Antivirus 2009, Identity Safe and Norton 360 3.0 .<span id="more-703"></span></p>
<p>For Norton Internet Security and Norton Antivirus, Follow steps <a href="http://www.symantec.com/norton/support/kb/web_view.jsp?wv_type=public_web&amp;docurl=20090630125147EN">here</a>.</p>
<p>For Norton 360 v3, Follow steps <a href="http://www.symantec.com/norton/support/kb/web_view.jsp?wv_type=public_web&amp;docurl=20090630130818EN">here</a>.</p>
<p><img class="aligncenter size-full wp-image-705" title="Norton toolbar Firefox 3.5" src="http://www.digitalpurview.com/wp-content/uploads/Norton-toolbar-Firefox-3.5.jpg" alt="Norton toolbar Firefox 3.5 Norton Toolbar extension for Firefox 3.5 released image" width="505" height="177" /></p>
<p>You would need to restart PC and the fix should be applied. You can see Toolbar in Firefox and Identity Safe and other tools should be working.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/norton-toolbar-extension-for-firefox-3-5-released/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Steps for Migrating AdSense Manager to Advertising Manager Plugin in WordPress</title>
		<link>http://www.digitalpurview.com/steps-for-migrating-adsense-manager-to-advertising-manager-plugin-in-wordpress/</link>
		<comments>http://www.digitalpurview.com/steps-for-migrating-adsense-manager-to-advertising-manager-plugin-in-wordpress/#comments</comments>
		<pubDate>Sat, 11 Jul 2009 14:35:43 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Adsense]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=667</guid>
		<description><![CDATA[AdSense Manager WordPress Plugin is being rebranded and developed as Advertising Manager Plug in now. If you have upgraded WordPress, then you might have noticed a massage at the top “AdSense Manager is now being developed as Advertising Manager for WordPress 2.5 and up. It is recommended you download and install today”. Follow these steps [...]]]></description>
			<content:encoded><![CDATA[<p>AdSense Manager WordPress Plugin is being rebranded and developed as <a href="http://wordpress.org/extend/plugins/advertising-manager/" class="broken_link">Advertising Manager</a> Plug in now. If you have upgraded WordPress, then you might have noticed a massage at the top “AdSense Manager is now being developed as Advertising Manager for WordPress 2.5 and up. It is recommended you download and install today”. Follow these steps to switch to Advertising Manager Plugin.<span id="more-667"></span></p>
<ul>
<li>Install Advertising Manager Plugin.</li>
<li>Deactivate AdSense Manager Plugin.</li>
<li>Activate Advertising manager Plugin. AdSense Manager must be deactivated before running this step or you will get a message “Please, disable Adsesne Manager before using Advertising Manager.”</li>
<li>You will see a message at the top saying “Adverting Manager has been upgraded from your Adsense Manager settings.” Click OK.</li>
</ul>
<p><img class="aligncenter size-full wp-image-668" title="advertising manager" src="http://www.digitalpurview.com/wp-content/uploads/adverting-manager.jpg" alt="adverting manager Steps for Migrating AdSense Manager to Advertising Manager Plugin in WordPress image" width="573" height="46" /></p>
<ul>
<li>Verify all the ads and settings have been correctly created as were in AdSense Manager.</li>
<li>You may delete AdSense Manager Plugin at this time.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/steps-for-migrating-adsense-manager-to-advertising-manager-plugin-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Need Norton Toolbar add-on for Firefox 3.5 – Wait</title>
		<link>http://www.digitalpurview.com/need-norton-toolbar-add-on-for-firefox-35-wait/</link>
		<comments>http://www.digitalpurview.com/need-norton-toolbar-add-on-for-firefox-35-wait/#comments</comments>
		<pubDate>Thu, 02 Jul 2009 17:48:26 +0000</pubDate>
		<dc:creator>Gatt</dc:creator>
				<category><![CDATA[Software]]></category>
		<category><![CDATA[Add-on]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[firefox 3.5]]></category>
		<category><![CDATA[hotfix]]></category>
		<category><![CDATA[norton]]></category>
		<category><![CDATA[plugin]]></category>
		<category><![CDATA[toolbar]]></category>

		<guid isPermaLink="false">http://www.digitalpurview.com/?p=645</guid>
		<description><![CDATA[If you have upgraded to Firefox 3.5 and looking to use Norton toolbar, Norton Internet Security (NIS) 2009 or other related plugins, you would need to wait for sometime. Norton is currently testing the toolbar for Firefox 3.5 and will make this available as ready to download hotfix. Later the fix will be released thru [...]]]></description>
			<content:encoded><![CDATA[<p>If you have upgraded to Firefox 3.5 and looking to use Norton toolbar, Norton Internet Security (NIS) 2009 or other related plugins, you would need to wait for sometime.<span id="more-645"></span></p>
<p>Norton is currently testing the toolbar for Firefox 3.5 and will make this available as ready to download hotfix. Later the fix will be released thru Live Update.</p>
<p><em>Update 7/4 &#8211; </em>Norton has provided an ETA of 7/15 to provide hotfix.</p>
<p>Update 7/14 &#8211; Hotfix has been <a href="http://www.digitalpurview.com/norton-toolbar-extension-for-firefox-3-5-released/">released</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitalpurview.com/need-norton-toolbar-add-on-for-firefox-35-wait/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

