<?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>CIPA</title>
	<atom:link href="http://ciparalegal.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://ciparalegal.org</link>
	<description>Central Illinois Paralegal Association</description>
	<lastBuildDate>Thu, 29 Mar 2012 15:15:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Word&#8217;s &#8216;Next&#8217; Field</title>
		<link>http://ciparalegal.org/2012/03/jeanette/words-next-field/</link>
		<comments>http://ciparalegal.org/2012/03/jeanette/words-next-field/#comments</comments>
		<pubDate>Thu, 29 Mar 2012 14:35:43 +0000</pubDate>
		<dc:creator>Jeanette</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[Tech Tickler]]></category>
		<category><![CDATA[coding]]></category>
		<category><![CDATA[conditionals]]></category>
		<category><![CDATA[document automation]]></category>
		<category><![CDATA[fields]]></category>
		<category><![CDATA[if...then...else]]></category>
		<category><![CDATA[mergefields]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://ciparalegal.org/?p=168</guid>
		<description><![CDATA[In order to have more than one address appear on one document in a Word merge (for example, selecting three addresses in Outlook for one hearing notice instead of each address being used on a separate notice, which is the default), use the field { next } followed by whatever your mergefields are.]]></description>
			<content:encoded><![CDATA[<p>I figured it out, finally. (Or, I read page 569 of  <a title="Microsoft Word In Depth by Faithe Wempen (Que Publishing)" href="http://www.quepublishing.com/store/product.aspx?isbn=0789743116" target="_blank"><em>Microsoft Word 2010 In Depth</em> by Faithe Wempen</a>.)</p>
<p>In order to have more than one address appear on <strong>one</strong> document in a Word merge (for example, selecting three addresses in Outlook for one hearing notice instead of each address being used on a separate notice, which would be the default behavior), use the field <code>{ next }</code> followed by whatever your mergefields are. You can insert the field by either typing Ctrl+F9 (which inserts the field markers {}) and &#8220;next&#8221;, or by using the Rules dropdown menu in Mailings&gt;Write and Insert Fields (Next Record). You must remember to add the fields after <code>{ next }</code>, because otherwise Word will leave that spot blank.</p>
<p>Here’s the code that I use for my notices (the first, of course, does not have the “next” in front of it):</p>
<p style="padding-left: 30px;"><code>{ next }{ if{ mergefield full_name } &lt;&gt; "" "{<br />
if{ mergefield company } &lt;&gt; "" "{<br />
mergefield company }<br />
Attn: { mergefield full_name }<br />
{ mergefield Mailing_Address }" "{<br />
mergefield Full_Name }{ if{<br />
mergefield Job_Title } &lt;&gt; "" "<br />
{ mergefield Job_Title }<br />
{ mergefield Mailing_Address }" "<br />
{ mergefield Mailing_Address }" }"<br />
}" "{ mergefield Company }<br />
{ mergefield Mailing_Address }" }</code></p>
<p>Because I have conditionals coded and it&#8217;s really messy to attempt to read and understand, the following describes the above in plain English:</p>
<p style="padding-left: 30px;">* If the contact has an Full Name <strong>and</strong> a Company, type<br />
<em>Company</em><br />
<em> Attn: Full Name</em><br />
<em> Mailing Address</em><br />
* Otherwise, if there is a Full Name but no Company, type<br />
<em>Full Name</em> (if there is a Job Title such as &#8216;Attorney at Law&#8217;, put that on the next line, but otherwise do nothing)<br />
<em>Mailing Address</em><br />
* Finally, if there is a Company name but no Full Name type<br />
<em>Company</em><br />
<em>Mailing Address</em></p>
<p>This allows me, with the same code for each address, to have the client&#8217;s address, the clerk&#8217;s address, and the State&#8217;s Attorney&#8217;s address appear as they should, without having to fiddle with them after completing the merge.</p>
<p>Remember, if you want to use these fields in your document, Word won&#8217;t recognize the code if you copy and paste. You must insert the fields either by the menu or by typing Ctrl + F9 and then typing the field code.</p>
<p>Cheers.</p>

]]></content:encoded>
			<wfw:commentRss>http://ciparalegal.org/2012/03/jeanette/words-next-field/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When checkboxes don&#8217;t load in Lexis</title>
		<link>http://ciparalegal.org/2012/02/jeanette/when-checkboxes-dont-load-in-lexis/</link>
		<comments>http://ciparalegal.org/2012/02/jeanette/when-checkboxes-dont-load-in-lexis/#comments</comments>
		<pubDate>Thu, 02 Feb 2012 18:12:01 +0000</pubDate>
		<dc:creator>Jeanette</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[Tech Tickler]]></category>
		<category><![CDATA[cache]]></category>
		<category><![CDATA[checkboxes]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Lexis]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[shortcuts]]></category>

		<guid isPermaLink="false">http://ciparalegal.org/?p=133</guid>
		<description><![CDATA[Lexis is certified for use in Internet Explorer, and some versions of Firefox, but not 9.0 (yet?). If you ever find that the checkboxes don&#8217;t load for combined source searching, try clearing out the cache and all data except for cookies. (Hit Ctrl+Shift+Delete to bring up the &#8220;Clear All History&#8221; interface, and select everything except [...]]]></description>
			<content:encoded><![CDATA[<p>Lexis is certified for use in Internet Explorer, and some versions of Firefox, but not 9.0 (yet?). If you ever find that the checkboxes don&#8217;t load for combined source searching, try clearing out the cache and all data except for cookies. (Hit Ctrl+Shift+Delete to bring up the &#8220;Clear All History&#8221; interface, and select everything except for &#8220;Cookies&#8221;.) Wait for the program to finish processing, log out of Lexis, close Firefox, re-open Firefox, and log back into Lexis. It worked for me, and hopefully it will work for you too. Thanks to Scott from Lexis technical support.</p>
<p>Cheers.</p>

]]></content:encoded>
			<wfw:commentRss>http://ciparalegal.org/2012/02/jeanette/when-checkboxes-dont-load-in-lexis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>No more social security numbers in pleadings</title>
		<link>http://ciparalegal.org/2011/11/jeanette/scr-rule138/</link>
		<comments>http://ciparalegal.org/2011/11/jeanette/scr-rule138/#comments</comments>
		<pubDate>Mon, 28 Nov 2011 18:40:06 +0000</pubDate>
		<dc:creator>Jeanette</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[civil rules]]></category>
		<category><![CDATA[confidentiality]]></category>
		<category><![CDATA[drafting]]></category>
		<category><![CDATA[worker's compensation]]></category>

		<guid isPermaLink="false">http://ciparalegal.org/?p=31</guid>
		<description><![CDATA[Kudos for the new Illinois Supreme Court Rule No. 138 (effective 1/1/12), which requires all filing parties to redact out or leave out social security numbers in pleadings and exhibits, except in cases where they are required; in that case, only the last four digits shall be used, and the filing party will need to [...]]]></description>
			<content:encoded><![CDATA[<p>Kudos for the new <a title="Rule No. 138" href="http://www.state.il.us/court/supremecourt/rules/Art_II/ArtII.htm#138">Illinois Supreme Court Rule No. 138</a> (effective 1/1/12), which requires all filing parties to redact out or leave out social security numbers in pleadings and exhibits, except in cases where they are required; in that case, only the last four digits shall be used, and the filing party will need to include an accompanying Notice of Confidential Information within Court Filing. In response, the Illinois Worker&#8217;s Compensation Commission has updated their Application for Adjustment of Claim form and removed the field for SSN.</p>

]]></content:encoded>
			<wfw:commentRss>http://ciparalegal.org/2011/11/jeanette/scr-rule138/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>National Association of Legal Assistants releases results of CP Exam</title>
		<link>http://ciparalegal.org/2011/11/aghill-cipa/national-association-of-legal-assistants-releases-results-of-cp-exam/</link>
		<comments>http://ciparalegal.org/2011/11/aghill-cipa/national-association-of-legal-assistants-releases-results-of-cp-exam/#comments</comments>
		<pubDate>Tue, 22 Nov 2011 09:55:29 +0000</pubDate>
		<dc:creator>Ann Hill</dc:creator>
				<category><![CDATA[Member Blogs]]></category>

		<guid isPermaLink="false">http://ciparalegal.org/?p=110</guid>
		<description><![CDATA[There are currently 120 NALA certified paralegals in Illinois.  There are nearly 17,000 NALA certified paralegals nationwide.  If you are a certified paralegal currently residing and working in Illinois, please take time to share the benefits of certification with your local association members.  For additional information on the NALA certification process, visit NALA&#8217;s website at [...]]]></description>
			<content:encoded><![CDATA[<p>There are currently 120 NALA certified paralegals in Illinois.  There are nearly 17,000 NALA certified paralegals nationwide.  If you are a certified paralegal currently residing and working in Illinois, please take time to share the benefits of certification with your local association members.  For additional information on the NALA certification process, visit NALA&#8217;s website at <a href="http://www.NALA.org">www.NALA.org</a> </p>
<p>&nbsp;</p>
<p>&nbsp;</p>

]]></content:encoded>
			<wfw:commentRss>http://ciparalegal.org/2011/11/aghill-cipa/national-association-of-legal-assistants-releases-results-of-cp-exam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Handy Shortcuts</title>
		<link>http://ciparalegal.org/2011/11/jeanette/handy-shortcuts/</link>
		<comments>http://ciparalegal.org/2011/11/jeanette/handy-shortcuts/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 04:44:57 +0000</pubDate>
		<dc:creator>Jeanette</dc:creator>
				<category><![CDATA[Tech Tickler]]></category>
		<category><![CDATA[Credenza]]></category>
		<category><![CDATA[Excel]]></category>
		<category><![CDATA[Outlook]]></category>
		<category><![CDATA[shortcuts]]></category>
		<category><![CDATA[tech]]></category>
		<category><![CDATA[Windows OS]]></category>
		<category><![CDATA[Word]]></category>

		<guid isPermaLink="false">http://ciparalegal.org/?p=70</guid>
		<description><![CDATA[Search for &#8216;shortcuts&#8217; in your favorite engine, and you&#8217;ll find thousands of pages and posts on the same. Yet, here&#8217;re my 2 cents, and my favorites I use on a daily basis. Windows Ctrl+A to select everything. Ctrl+C to copy what is selected. Ctrl+V to paste what is currently on the clipboard. Alt+Tab to switch [...]]]></description>
			<content:encoded><![CDATA[<p>Search for &#8216;shortcuts&#8217; in your favorite engine, and you&#8217;ll find thousands of pages and posts on the same. Yet, here&#8217;re my 2 cents, and my favorites I use on a daily basis.<img title="More..." src="http://ciparalegal.org/wp-includes/js/tinymce/plugins/wordpress/img/trans.gif" alt="" /><span id="more-70"></span></p>
<h2>Windows</h2>
<ul>
<li>Ctrl+A to select everything.</li>
<li>Ctrl+C to copy what is selected.</li>
<li>Ctrl+V to paste what is currently on the clipboard.</li>
<li>Alt+Tab to switch between programs</li>
</ul>
<h2>Outlook</h2>
<ul>
<li>Before we installed <a title="Credenza" href="www.credenzasoft.com/">Credenza </a>as a practice management solution, my favorite Outlook shortcut was Ctrl+Shift+M for creating a new e-mail no matter where I was in Outlook. Credenza short-circuits that into a new matter, and I can&#8217;t find a replacement.</li>
<li>Ctrl+Shift+K creates a new task from anywhere in Outlook.</li>
<li>Ctrl+G when pressed in the calendar brings up a dialogue for you to input a date. You can type &#8220;Christmas,&#8221; and it will take you to this year&#8217;s 12/25. Type &#8220;28 days&#8221; to calendar that discovery deadline from the Interrogatories you just opened. (The written days work in any Outlook date field, such as in Tasks.)</li>
<li>Ctrl+Enter sends your e-mail immediately.</li>
<li>Esc or Alt+F4 to cancel (if Esc doesn&#8217;t work, Alt+F4 should).</li>
</ul>
<h2>Excel</h2>
<ul>
<li>Ctrl+; to input today&#8217;s date</li>
<li>Ctrl+Shift+; for the current time</li>
<li>Ctrl+End and then Enter to go to the end of a row</li>
</ul>
<h2>Word</h2>
<ul>
<li>Ctrl+H for find and replace</li>
<li>Alt+F9 to reveal mergecodes (I&#8217;ll write a separate post on the power of mergefields)</li>
<li>I usually turn Auto-Correct off.</li>
</ul>
<p>&nbsp;</p>

]]></content:encoded>
			<wfw:commentRss>http://ciparalegal.org/2011/11/jeanette/handy-shortcuts/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Ideas for building content</title>
		<link>http://ciparalegal.org/2011/11/web-chair/content-ideas/</link>
		<comments>http://ciparalegal.org/2011/11/web-chair/content-ideas/#comments</comments>
		<pubDate>Thu, 17 Nov 2011 17:08:55 +0000</pubDate>
		<dc:creator>Web Chair</dc:creator>
				<category><![CDATA[Planning]]></category>

		<guid isPermaLink="false">http://ciparalegal.org/?p=44</guid>
		<description><![CDATA[Ideas for building the organization through the website. Visible only to registered members.]]></description>
			<content:encoded><![CDATA[<p>From the meeting</p>
<ul>
<li><del datetime="2011-11-17T18:56:49+00:00">(Remember to download all content before moving ISP!)</del></li>
<li><del datetime="2011-11-17T18:56:49+00:00">Keep Paypal interface</del></li>
<li>send interested members newsletter (potential member packet online?)</li>
<li>Lots of interest in building a photo album. Members have lots of photos.</li>
<li>President&#8217;s Corner</li>
<li>Ann wants to write substantive legal articles.</li>
<li>Monthly Member surveys?</li>
<li>LinkedIn links</li>
<li>Members-only section with contact info for all members.</li>
<li>&#8220;Constant Contact&#8221; ($15/mo) (instead of e-mail). RSVPs allow all to see who is coming</li>
<li>e-mail reminders for site events instead of RSS feeds?</li>
<li>social media training</li>
<li>jeanette may want to write tech tips</li>
<li>bar association links</li>
<li>sponsor links</li>
<li>digital view of newsletter (digital publishing format?)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://ciparalegal.org/2011/11/web-chair/content-ideas/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

