<?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>lawhackr &#187; #hacks</title>
	<atom:link href="http://lawhackr.com/category/hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://lawhackr.com</link>
	<description>for a new breed of attorney</description>
	<lastBuildDate>Tue, 16 Feb 2010 20:51:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Keep Track of Time from Almost Anywhere</title>
		<link>http://lawhackr.com/2010/02/keep-track-of-time-from-almost-anywhere/</link>
		<comments>http://lawhackr.com/2010/02/keep-track-of-time-from-almost-anywhere/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 20:48:52 +0000</pubDate>
		<dc:creator>Josh Auriemma</dc:creator>
				<category><![CDATA[#featured]]></category>
		<category><![CDATA[#hacks]]></category>
		<category><![CDATA[bill for lawyers]]></category>
		<category><![CDATA[billable hours]]></category>
		<category><![CDATA[billing]]></category>
		<category><![CDATA[billing for lawyers]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[how to bill]]></category>
		<category><![CDATA[separate projects]]></category>
		<category><![CDATA[time]]></category>

		<guid isPermaLink="false">http://lawhackr.com/?p=235</guid>
		<description><![CDATA[It&#8217;s amazing to me that this &#8220;thing&#8221; floating around in my head doesn&#8217;t exist:
1.  You pick a project.
2.  You press a button whenever you&#8217;re working on the project.
3.  You&#8217;re given the option of noting what you&#8217;re working on.
4.  You press the button when you&#8217;re done with that task.
5.  The time per project/task is automatically calculated, [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s amazing to me that this &#8220;thing&#8221; floating around in my head doesn&#8217;t exist:</p>
<p>1.  You pick a project.<br />
2.  You press a button whenever you&#8217;re working on the project.<br />
3.  You&#8217;re given the option of noting what you&#8217;re working on.<br />
4.  You press the button when you&#8217;re done with that task.<br />
5.  The time per project/task is automatically calculated, and the data is sortable.</p>
<p>It&#8217;s possible there&#8217;s a high-end (read: expensive) solution to offer such a service, but there&#8217;s also a reasonable alternative: any computer with Excel or access to Google Docs.</p>
<p>To follow along with this #hack, you should <a href="http://lawhackr.com/files/easytime.xls">download the Excel file here</a>.</p>
<p>Once you&#8217;ve downloaded and opened the spreadsheet, you should be looking at something like this:</p>
<p style="text-align: center;"><a href="http://lawhackr.com/wp-content/uploads/2010/02/excel1.jpg"><img class="aligncenter size-full wp-image-236" title="excel1" src="http://lawhackr.com/wp-content/uploads/2010/02/excel1.jpg" alt="" width="569" height="100" /></a></p>
<p style="text-align: left;">The spreadsheet itself is extremely straight-forward.  Remember that start and stop button I imagined?  We can substitute that by pressing [Control] + [Shift] + ;</p>
<p style="text-align: left;">The above key combination will insert the time into the cell you have highlighted.  So if you&#8217;re doing one task (like researching case law) for one client, you insert the time into the cell where you begin, and you do it once more when you&#8217;re finished.</p>
<h2 style="text-align: center;"><span style="color: #ff0000;">- BEGIN MATH ALERT &#8211; </span></h2>
<p style="text-align: left;">The automation comes from the equation I&#8217;ve worked into the TOTAL sheet.  You should probably understand how it works in case you need to alter the table to suit your own purposes.  What we really want to do is figure out how much time elapsed between your inserting the time, right?  So assuming you do that in the correct cells, what we really want to do is subtract the beginning time from the ending time, and that should give the total.  So the excel equation in it&#8217;s simplest form should look like this:</p>
<p style="text-align: center;"><strong>=D2-C2</strong></p>
<p style="text-align: left;">The only problem with that is that it won&#8217;t account for time done on the same project in the other begin/end columns.  To fix that, we need to add those up as well, so the equation becomes:</p>
<p style="text-align: center;"><strong>=((D2-C2)+(F2-E2)+(H2-G2)+(J2-I2))</strong></p>
<h2 style="text-align: center;"><span style="color: #ff0000;">- END MATH SECTION -</span></h2>
<p><span style="color: #ff0000;"><a href="http://lawhackr.com/wp-content/uploads/2010/02/exceldragging.jpg"><img class="alignleft size-full wp-image-241" style="margin: 6px; border: 1px solid black;" title="exceldragging" src="http://lawhackr.com/wp-content/uploads/2010/02/exceldragging.jpg" alt="" width="210" height="227" /></a></span></p>
<p>Don&#8217;t worry about having to input that equation more than once, either.  If you select the cell containing the equation as indicated by the circle in the diagram, then click on the square in the bottom right-hand corner and drag down, the equation will insert itself into the cells while editing itself to match the new rows (projects).</p>
<p>I&#8217;ll be interested to see if people are able to use this method to suit their needs, and I&#8217;d love to hear how you adapt the basic concept to make it more applicable to your work.  As always, if you have any questions or problems, just post in the comments and I&#8217;ll try to help out.</p>
<p>(Note: this process is exactly the same, including the equations, on Google Apps)</p>
]]></content:encoded>
			<wfw:commentRss>http://lawhackr.com/2010/02/keep-track-of-time-from-almost-anywhere/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paste Without Formatting in Word</title>
		<link>http://lawhackr.com/2010/01/paste-without-formatting-in-word/</link>
		<comments>http://lawhackr.com/2010/01/paste-without-formatting-in-word/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 16:50:45 +0000</pubDate>
		<dc:creator>Josh Auriemma</dc:creator>
				<category><![CDATA[#hacks]]></category>
		<category><![CDATA[no formatting]]></category>
		<category><![CDATA[no formatting when pasting]]></category>
		<category><![CDATA[no rich text]]></category>
		<category><![CDATA[paste without formatting]]></category>
		<category><![CDATA[paste without rich text]]></category>
		<category><![CDATA[word 2007]]></category>

		<guid isPermaLink="false">http://lawhackr.com/?p=224</guid>
		<description><![CDATA[As lawyers and law students, we&#8217;re forever pasting text into Word from PDFs and our internet browsers.  Isn&#8217;t it annoying when you&#8217;ve got all your headings the way you want them, the text is formatted for your filing, and you paste a rule from LII only to have it mess up all your formatting?
I&#8217;ll answer [...]]]></description>
			<content:encoded><![CDATA[<p>As lawyers and law students, we&#8217;re forever pasting text into Word from PDFs and our internet browsers.  Isn&#8217;t it annoying when you&#8217;ve got all your headings the way you want them, the text is formatted for your filing, and you paste a rule from <a href="http://blog.law.cornell.edu/" target="_blank">LII </a>only to have it mess up all your formatting?</p>
<p>I&#8217;ll answer for you.  Yes.  Yes, it is annoying.</p>
<p>So here&#8217;s how to fix that:<span id="more-224"></span></p>
<p style="text-align: center;"><strong><em>Step 1</em></strong>: Open Word.  Click on the <strong>(1) </strong><strong>Windows button</strong> on the top left-hand corner, and click on <strong>(2)</strong> <strong>Word Options</strong>.</p>
<p style="text-align: center;"><a href="http://lawhackr.com/wp-content/uploads/2009/12/11.jpg"><img class="aligncenter size-full wp-image-81" title="1" src="http://lawhackr.com/wp-content/uploads/2009/12/11.jpg" alt="" width="454" height="509" /></a><strong><em><br />
Step 2</em><span style="font-weight: normal;">: Click on the </span>(3)<span style="font-weight: normal;"> </span>Advanced <span style="font-weight: normal;">tab.  Scroll down to the &#8220;Cut, copy, and paste&#8221; section, and change &#8220;Pasting from other programs&#8221; to <strong> (4) </strong>&#8220;</span>Keep Text Only<span style="font-weight: normal;">.&#8221; </span></strong></p>
<p style="text-align: center;"><strong><span style="font-weight: normal;"><a href="http://lawhackr.com/wp-content/uploads/2010/01/cutandpaste1.jpg"><img class="aligncenter size-full wp-image-227" title="cutandpaste" src="http://lawhackr.com/wp-content/uploads/2010/01/cutandpaste1.jpg" alt="" width="440" height="358" /></a></span></strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;">Simple as that.  Now whenever you paste into a document from the web or a PDF (or anything else, for that matter) it should just paste in the text without the rich text formatting. </span></strong></p>
<p style="text-align: left;"><strong><span style="font-weight: normal;">No more continuously fixing your formatting!</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lawhackr.com/2010/01/paste-without-formatting-in-word/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Make Your Life Easier With AutoCorrect for Word</title>
		<link>http://lawhackr.com/2009/12/make-your-life-easier-with-autocorrect-for-word/</link>
		<comments>http://lawhackr.com/2009/12/make-your-life-easier-with-autocorrect-for-word/#comments</comments>
		<pubDate>Fri, 18 Dec 2009 20:01:17 +0000</pubDate>
		<dc:creator>Josh Auriemma</dc:creator>
				<category><![CDATA[#featured]]></category>
		<category><![CDATA[#hacks]]></category>
		<category><![CDATA[faster typing]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[law typing]]></category>
		<category><![CDATA[legal typing]]></category>
		<category><![CDATA[saving time typing]]></category>
		<category><![CDATA[typing advice]]></category>
		<category><![CDATA[typing in law school]]></category>
		<category><![CDATA[word hack]]></category>
		<category><![CDATA[word tips]]></category>

		<guid isPermaLink="false">http://lawhackr.com/?p=78</guid>
		<description><![CDATA[For law students and lawyers alike, one thing most of us have in common is that we type way too much.  Another things that we all have in common is that we all tend to type the same, long words, day after day.  That&#8217;s why I&#8217;m always surprised to see that people are not taking [...]]]></description>
			<content:encoded><![CDATA[<p>For law students and lawyers alike, one thing most of us have in common is that we type way too much.  Another things that we all have in common is that we all tend to type the same, long words, day after day.  That&#8217;s why I&#8217;m always surprised to see that people are not taking advantage of a feature built right into Microsoft Word to make our lives easier.</p>
<p>It&#8217;s sort of a hack, because the AutoCorrect feature is primarily intended to catch misspellings and automatically correct them, but why not use it to your advantage?  It&#8217;s fast because you don&#8217;t have to run any external software, and it&#8217;s easy to set up.</p>
<p style="text-align: center;"><em>Note: This tutorial was prepared using Word 2007.</em></p>
<p style="text-align: center;"><strong><em>Step 1</em></strong>: Open word.  (1) Click on the stupid Windows button on the top left-hand corner, and (2) click on <strong>Word Opt<span style="text-decoration: underline;">i</span>ons</strong>.</p>
<p style="text-align: center;"><a href="http://lawhackr.com/wp-content/uploads/2009/12/11.jpg"><img class="size-full wp-image-81   aligncenter" title="1" src="http://lawhackr.com/wp-content/uploads/2009/12/11.jpg" alt="1" width="409" height="458" /></a></p>
<p style="text-align: center;"><strong><em><span id="more-78"></span>Step 2</em><span style="font-weight: normal;">: Select the (3) </span>Proofing <span style="font-weight: normal;">tab, then click on (4) </span><span style="text-decoration: underline;">A</span>utoCorrect Options&#8230;</strong></p>
<p style="text-align: center;"><strong><a href="http://lawhackr.com/wp-content/uploads/2009/12/2.jpg"><img class="size-full wp-image-82   aligncenter" title="2" src="http://lawhackr.com/wp-content/uploads/2009/12/2.jpg" alt="2" width="542" height="196" /></a></strong></p>
<p style="text-align: center;"><strong><em>Step 3</em><span style="font-weight: normal;">:  Type the shorthand version of the word you want to add to box (5) and the longhand version in box (6).  Click Add.  Repeat as necessary.</span></strong></p>
<p style="text-align: center;"><strong><span style="font-weight: normal;"><a href="http://lawhackr.com/wp-content/uploads/2009/12/3.jpg"><img class="size-full wp-image-84   aligncenter" title="3" src="http://lawhackr.com/wp-content/uploads/2009/12/3.jpg" alt="3" width="421" height="484" /></a></span></strong></p>
<p style="text-align: left;">Now for some hints.  Don&#8217;t use a shorthand version of words in your native language.  For instance: test could be short for testator, but you probably don&#8217;t want to replace test with testator all the time.  For cases like that, I usually use an underscore ( _ ) as a prefix.  So test would be _test.  It&#8217;s quick, and quicker than writing testator.  In the case of symbols, this can save a <span style="text-decoration: underline;">lot</span> of time.  I set _s to replace with the section symbol.</p>
<p style="text-align: left;">When you start adding symbols and replacing entire phrases with acronyms, this can be a serious time-saver.</p>
<p style="text-align: left;">Do you all have any other time-saving Word tips?</p>
<p style="text-align: center;"><strong><span style="font-weight: normal;"><img class="aligncenter size-full wp-image-85" title="example" src="http://lawhackr.com/wp-content/uploads/2009/12/example.jpg" alt="example" width="561" height="256" /><br />
</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://lawhackr.com/2009/12/make-your-life-easier-with-autocorrect-for-word/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
