<?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; #featured</title>
	<atom:link href="http://lawhackr.com/category/featured/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>West LegalEdcenter CLE Mobile Review</title>
		<link>http://lawhackr.com/2009/12/cle-mobile-review/</link>
		<comments>http://lawhackr.com/2009/12/cle-mobile-review/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 07:11:15 +0000</pubDate>
		<dc:creator>Josh Auriemma</dc:creator>
				<category><![CDATA[#featured]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[appz]]></category>
		<category><![CDATA[cle]]></category>
		<category><![CDATA[cle mobile app review]]></category>
		<category><![CDATA[cle mobile review]]></category>
		<category><![CDATA[continuing legal education]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[law school apps]]></category>
		<category><![CDATA[legal app reviews]]></category>
		<category><![CDATA[legal apps]]></category>
		<category><![CDATA[review]]></category>
		<category><![CDATA[west iphone app]]></category>
		<category><![CDATA[west legaledcenter]]></category>
		<category><![CDATA[westlaw iphone app]]></category>

		<guid isPermaLink="false">http://lawhackr.com/?p=131</guid>
		<description><![CDATA[I received an email from a West representative the other day calling my attention to the new CLE Mobile iPhone App (as well as letting me know that the West LegalEdcenter is a fan of Legal Geekery &#8212; aww, I&#8217;m blushing).
Anyway, now that finals are over, I thought now would be the perfect opportunity to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: left;">I received an email from a West representative the other day calling my attention to the new CLE Mobile iPhone App (as well as letting me know that the West LegalEdcenter is a fan of Legal Geekery &#8212; aww, I&#8217;m blushing).</p>
<p>Anyway, now that finals are over, I thought now would be the perfect opportunity to check it out.</p>
<p style="text-align: center;"><a href="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-1.png"><img class="aligncenter size-medium wp-image-134" title="iphone-cle-1" src="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-1-200x300.png" alt="" width="182" height="273" /></a></p>
<p>As you can see, it&#8217;s an attractive iPhone app.  The orange textured gradient is very web 2.0.<span id="more-131"></span></p>
<p><a href="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-2.png"><img class="alignleft" style="margin: 7px;" title="iphone-cle-2" src="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-2-200x300.png" alt="" width="160" height="240" /></a>Once the program loads up, you&#8217;re able to register an account right on the iPhone.  At this screen, you select your username, password, and primary state.  This can be changed later if you&#8217;d like to receive credit in another state.  After registration, they send you a confirmation email, but you don&#8217;t need to read it before you log in.</p>
<p><a href="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-4.png"><img class="alignright" style="margin: 7px;" title="iphone-cle-4" src="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-4-200x300.png" alt="" width="160" height="240" /></a>The interface is very polished as you can see on the right.  Downloading was very quick over wireless network &#8212; I initially tried to download a talk over wireless on my pre-3G iPhone and then gave up.  I can&#8217;t really blame West for that, as it may be possible over 3G, and I&#8217;m just too cheap to buy a 3GS.</p>
<p>Now that we&#8217;ve got the course downloaded, the next step is to play it.  This, sadly, is where the program runs into some problems.  Maybe my expectations were too high, but when I opened up the course materials to see Word documents not even formatted for an iPhone, I got unreasonably annoyed.  <a href="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-6.png"><img class="size-medium wp-image-147 alignleft" style="margin: 7px;" title="iphone-cle-6" src="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-6-200x300.png" alt="" width="140" height="210" /></a>There was also a &#8220;powerpoint presentation&#8221; which was clearly a .ppt file rendered to PDF.  I&#8217;m a bit baffled about why this design choice was made.  I&#8217;m fairly certain the developers could have used full screen images for each powerpoint page, and allowed users to flip between slides.  They didn&#8217;t, for whatever reason.  And there&#8217;s no way I&#8217;m going to read text not formated into iPhone-sized columns.  I would have expected something similar to the Lexis app&#8217;s case formatting.  As far as I&#8217;m concerned, the supplemental materials feature is in an early beta stage right now.</p>
<p>So presentation problems aside, the audio playback is quite good.  Given the unpolished supplemental presentation code, I half expected that viewing the supplemental material while listening to the audio lesson would stop the playback, but it kept playing without skipping a beat.</p>
<p><a href="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-71.png"><img class="size-medium wp-image-153 alignright" style="margin: 7px;" title="iphone-cle-7" src="http://lawhackr.com/wp-content/uploads/2009/12/iphone-cle-71-200x300.png" alt="" width="140" height="210" /></a>Although I&#8217;m just a lowly law student, I can definitely see the benefit of a program like this.  If I had a long commute to work, I could make the decision to get some CLE credit, find a course, download it, and submit the course for credits all between leaving my house and getting to work.  In that respect, it&#8217;s a clear upgrade from a pure podcast system.  It&#8217;s sort of a one-stop-mobile-shop for Continuing Legal Education.</p>
<p>If this program gets to the point where it&#8217;s like playback of my law school classes &#8212; that is, you listen to the audio while a fullscreen powerpoint presentation advances itself, this could definitely be a powerful little app.  For the moment though, don&#8217;t go into it expecting a terribly polished system.  Still, I have high hopes.  I&#8217;m graduating in a few months, after all.</p>
]]></content:encoded>
			<wfw:commentRss>http://lawhackr.com/2009/12/cle-mobile-review/feed/</wfw:commentRss>
		<slash:comments>2</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>
		<item>
		<title>LexisNexis iPhone App Review</title>
		<link>http://lawhackr.com/2009/12/lexisnexis-iphone-app-review/</link>
		<comments>http://lawhackr.com/2009/12/lexisnexis-iphone-app-review/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 00:31:11 +0000</pubDate>
		<dc:creator>Josh Auriemma</dc:creator>
				<category><![CDATA[#featured]]></category>
		<category><![CDATA[#reviews]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[applications]]></category>
		<category><![CDATA[appz]]></category>
		<category><![CDATA[get case]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[iphone app]]></category>
		<category><![CDATA[lexis iphone app]]></category>
		<category><![CDATA[lexis iphone app review]]></category>
		<category><![CDATA[lexisnexis]]></category>
		<category><![CDATA[review]]></category>

		<guid isPermaLink="false">http://lawhackr.com/?p=90</guid>
		<description><![CDATA[[Note: This was originally posted at legalgeekery.com]
Admittedly, when I received an email pushing the new LexisNexis iPhone app, my expectations weren&#8217;t terribly high.  However, after spending some time with the program, I have been pleasantly surprised.
First and foremost, this is not a replacement for having LexisNexis open in your web browser.  In fact, you won&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>[<em>Note: </em>This was originally posted at legalgeekery.com]</p>
<p>Admittedly, when I received an email pushing the new LexisNexis iPhone app, my expectations weren&#8217;t terribly high.  However, after spending some time with the program, I have been pleasantly surprised.</p>
<p>First and foremost, this is <span style="text-decoration: underline;">not</span> a replacement for having LexisNexis open in your web browser.  In fact, you won&#8217;t be able to research at all.  The purpose of this application is to allow you to read and Shepardize a case when you already know the citation.  If you can come to terms with its limited functionality, the app performs these limited purposes well.</p>
<p>The user interface is very straight-forward, as you can see.  The first screen asks for a cite and you can either pull the case text or perform a basic Shepard&#8217;s analysis.</p>
<p><a href="http://legalgeekery.com/wp-content/uploads/2009/11/IMG_0159.PNG"><img style="float: right; margin-top: 7px; margin-bottom: 7px; margin-left: 4px; margin-right: 4px; border: 0px initial initial;" title="lexis-iphone-app-case" src="http://legalgeekery.com/wp-content/uploads/2009/11/IMG_0159.PNG" alt="lexis-iphone-app-case" width="173" height="259" /></a><a href="http://lawhackr.com/wp-content/uploads/2009/12/IMG_0157.png"><img class="alignright size-medium wp-image-95" title="IMG_0157" src="http://lawhackr.com/wp-content/uploads/2009/12/IMG_0157-200x300.png" alt="" width="162" height="243" /></a>After clicking one of the two buttons, a login screen prompts you to enter your LexisNexis login and password.</p>
<p>I decided to pull up Brown v. Board of Education, and as you can see, the display is about the same as you&#8217;re used to seeing when pulling up a case in Lexis.  One major drawback in the display is that there are no clickable hyperlinks in the cases.  <span id="more-90"></span>So if you want to look up a referenced case, you have to highlight the citation, then cut and paste it into a new search.  It is honestly a relatively simple process, but it&#8217;s strange that hyperlinks are missing because it would make the program much more functional and give it a more polished feel.  Still, the text is surprisingly legible, and I actually didn&#8217;t mind reading cases for an extended period of time even with the small typeface.</p>
<p><a title="lightbox" href="http://legalgeekery.com/wp-content/uploads/2009/11/IMG_0161.PNG"><img class="alignleft" style="margin: 7px;" title="IMG_0161" src="http://legalgeekery.com/wp-content/uploads/2009/11/IMG_0161.PNG" alt="IMG_0161" width="192" height="288" /></a>The main problem that I have with the app is the seriously crippled Shepard&#8217;s function.  Yes, it technically exists, and it will technically give you an idea of the disposition, but I question its usefulness.  While it will tell you the number of cases distinguishing, following, overturning, etc., it will not link you to them, and in fact it won&#8217;t even tell you the name or citation of those cases.  It seems that this function is only useful for a cursory glance at the general treatment, but nothing else.  In my opinion, this shortcoming isn&#8217;t a deal-breaker because as I explained at the beginning of this review, this is not meant as a replacement for researching on your computer.</p>
<p>In the end, I imagine this as a &#8220;I need to commute somewhere but I also need to read this case . . . guess I&#8217;ll just jot down the citation&#8221; kind of program.  Nothing more, nothing less.  And for that very limited purpose, I think the developers did a fairly good job.</p>
<p><strong>Pros</strong>:<br />
- User friendly<br />
- Simple and clean design<br />
- Legible case formatting for extended reading</p>
<p><strong>Cons</strong>:<br />
- Limited ability to research &#8212; must know case citation<br />
- No hyperlinked cases in the case text<br />
- Crippled Shepard&#8217;s functionality</p>
]]></content:encoded>
			<wfw:commentRss>http://lawhackr.com/2009/12/lexisnexis-iphone-app-review/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
