<?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 Notions &#187; Miscellaneous  | Digital Notions</title>
	<atom:link href="http://digitalnotions.net/category/miscellaneous/feed/" rel="self" type="application/rss+xml" />
	<link>http://digitalnotions.net</link>
	<description>Photography, Blogging, WordPress and SEO</description>
	<lastBuildDate>Wed, 02 Feb 2011 04:53:55 +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>Importing Kindle Notes into DEVONthink Pro</title>
		<link>http://digitalnotions.net/importing-kindle-notes-into-devonthink-pro/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=importing-kindle-notes-into-devonthink-pro</link>
		<comments>http://digitalnotions.net/importing-kindle-notes-into-devonthink-pro/#comments</comments>
		<pubDate>Fri, 31 Dec 2010 04:38:23 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Amazon Kindle]]></category>
		<category><![CDATA[DEVONthink]]></category>
		<category><![CDATA[Kindle]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1438</guid>
		<description><![CDATA[After fighting with web clippings and research type information for a couple years, earlier this year I finally broke down and bought DEVONthink Pro Office 2.0.  While it may not be for everyone, I find that it&#8217;s particularly well suited for the type of research and reading I typically perform.  Therefore, all notes, quotes, and [...]]]></description>
			<content:encoded><![CDATA[<p>After fighting with web clippings and research type information for a couple years, earlier this year I finally broke down and bought <a href="http://www.devon-technologies.com/products/devonthink/index.html">DEVONthink Pro Office 2.0</a>.  While it may not be for everyone, I find that it&#8217;s particularly well suited for the type of research and reading I typically perform.  Therefore, all notes, quotes, and other miscellaneous information I&#8217;ve found online eventually makes it&#8217;s way into this huge database.  Once there, I can perform searches, and even better, let it find &#8220;related&#8221; items. While this works great for online media which I can easily copy and paste into DEVONthink, I was still at a bit of a loss for printed media such as books and magazines.<span id="more-1438"></span></p>
<p>However, this Christmas I received an <a href="http://www.amazon.com/gp/product/B002FQJT3Q?ie=UTF8&amp;tag=digitnotio-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B002FQJT3Q">Amazon Kindle</a>.  While not everything I read is available for the Kindle, I have thus far found that it&#8217;s an almost perfect tool for reading and note taking. What&#8217;s more, any highlighted passages and notes which are taken on the device are available online at <a href="http://kindle.amazon.com">http://kindle.amazon.com</a>.  This was perfect &#8212; and I could copy and paste these quotes into DEVONthink.</p>
<p>But after a little looking, I found that Tim Wilson of <a href="http://technosavvy.org/">TechnoSavvy.org</a> had created an AppleScript web scraper which would take the Kindle notes off Amazon&#8217;s web page and import them into Evernote.  With a bit of modification, I&#8217;ve successfully modified it to work with DEVONthink.  This means that I can import my kindle annotations into DEVONthink to use later with a few clicks &#8212; no more copy and paste!</p>
<p>I don&#8217;t claim that it&#8217;s perfect, but it does seem to work just fine.  Below are instructions for setting it up.</p>
<h3>Installation Instructions</h3>
<ol>
<li>Download Tim Wilson&#8217;s NoteScraper for Evernote from <a href="http://technosavvy.org/software/">here</a>.</li>
<li>Follow the included instructions to install NoteScraper for Evernote.</li>
<li>Make a copy of the script ~/Library/Scripts/Applications/Safari/Export Kindles notes to Evernote and name it something like &#8220;Export Kindle Notes to DEVONthink Pro&#8221;</li>
<li>Edit this new script by double clicking on it.  This will bring up the AppleScript Editor.</li>
<li>Paste the text from the file below into the bottom of the script.</li>
<li>Find the line &#8220;CreateEvernotes(NoteTextList, numNotes)&#8221; and replace with &#8220;addToDTP(NoteTextList, numNotes)&#8221;</li>
<li>Enjoy!</li>
</ol>
<h3>Instructions for Use</h3>
<p>To use this script, navigate to your <a href="http://kindle.amazon.com">Amazon Kindle Page</a> and click on the &#8220;Your Books&#8221; link.  Click on one of the books titles and it should take you to a page with your annotations listed.  Once on this page, go to the AppleScript menu in your status bar (which was added by following the NoteScraper installation instructions) and select your new script named &#8220;Export Kindle Notes to DEVONthink Pro&#8221;.  Answer the prompts, and if all goes well, the currently selected database will then contain the new notes!</p>
<p>For some reason, it doesn&#8217;t appear that DEVONthink allows a script to choose which database to place the imported entries in.  Therefore, this script will use the currently selected database.</p>
<h3>Downloads</h3>
<p>By clicking the link below, you can download the latest version (whatever it may be) of the addToDTP script.  Use it by following the above instructions.  Please note &#8211; I developed this for my personal use.  I fully expect there to be glitches and bugs, but if you would be so kind as to leave a note below in the comments, I&#8217;ll do my best to try to help out and fix things.  Also note, there is no warranty of any kind associated with this.</p>
<p style="text-align: center;"><a href="http://digitalnotions.net/wp-content/uploads/2010/12/addToDTP-v0.3.rtf">Download addToDTP v0.3 (beta)</a></p>
<p style="text-align: left;"><strong>Changelog:</strong></p>
<p style="text-align: left;"><strong><em>Version 0.3 (beta) -</em></strong></p>
<ul>
<li>Fixed a bug for short notes / hightlights (under 6 words) which would cause earlier versions of the script to hang (and never quit).</li>
</ul>
<p style="text-align: left;"><strong><em>Version 0.2 (beta) &#8211; </em></strong></p>
<ul>
<li>Added progress meter popup when downloading notes into separate DEVONthink entries (moves pretty quick so you really won&#8217;t see it unless you have a LOT of notes).</li>
<li>Cleaned up some of the code</li>
</ul>
<p style="text-align: left;"><strong><em>Version 0.1 (beta) &#8211; </em><span style="font-weight: normal;">Original Release</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/importing-kindle-notes-into-devonthink-pro/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>2010 MacBook Pro &#8211; Initial Impressions</title>
		<link>http://digitalnotions.net/2010-macbook-pro-initial-impressions/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=2010-macbook-pro-initial-impressions</link>
		<comments>http://digitalnotions.net/2010-macbook-pro-initial-impressions/#comments</comments>
		<pubDate>Mon, 03 May 2010 00:42:41 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[MacBook Pro]]></category>
		<category><![CDATA[Photographer]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1254</guid>
		<description><![CDATA[After waiting close to a year, Apple announced their new line of MacBook Pro laptops.  I&#8217;d been in the market for a new laptop to replace my 3+ year old white MacBook, and the introduction of the high resolution display pushed me over the edge.  I ordered the upgraded, glossy, high resolution screen on the [...]]]></description>
			<content:encoded><![CDATA[<p>After waiting close to a year, Apple announced their new line of MacBook Pro laptops.  I&#8217;d been in the market for a new laptop to replace my 3+ year old white MacBook, and the introduction of the high resolution display pushed me over the edge.  I ordered the upgraded, glossy, high resolution screen on the base 15&#8243; model.  After waiting close to two weeks, it arrived today!</p>
<h3>Unboxing</h3>
<p>As always, Apple&#8217;s packaging is almost as beautiful as the product itself.  I tried to document the unveiling with photos, but I&#8217;m afraid they do little justice to the actual beauty of the product.</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15543-450x364.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">MacBook Pro 15" Shipping Box</div>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15544-450x267.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">Shipping Carton Open</div>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15546-450x301.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">Back of MacBook Pro 15" Box</div>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15547-450x301.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">Front of MacBook Pro 15" Box</div>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_155491-301x450.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">Box Open</div>
<p>At this point, it&#8217;s easy to see the actual beauty of the product.  (It&#8217;s really not as shiny as the photo may indicate since there is a protective plastic film covering the laptop).  Perhaps I&#8217;m a bit of the odd man out here, but I had never handled the unibody MacBooks.  There is no Mac store within 50 miles of my home and none of my friends have one.  So let me just say that taking it out of the box was quite the experience.  To start with, the engineering is simply beautiful.  It&#8217;s very easy to tell that this was made from one solid piece of aluminum.  There are virtually no seams and everything lines up perfectly.  The second noticeable thing was simply how solid it felt.  Because of it&#8217;s unibody construction, it feels oddly solid and dense, yet not overly heavy.  It&#8217;s somewhat difficult to describe.</p>
<p>Removing the plastic film and opening the display was just as stunning.  While not everyone likes the look of the glossy display, I really like them.</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15554-450x325.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">Glossy Screen and Keyboard</div>
<p>The other item which caught my attention was the black keyboard.  My white MacBook came with a white keyboard (clearly) and frankly, it always seemed to look dirty after being used for a couple of days &#8212; necessitating a good cleaning.  The black keyboard not only looks great against the aluminum housing, but I think will prove to be less revealing with regards to dirt and grime.  Great job Apple.</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15555-450x221.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">Beautiful Design!</div>
<h3>User Interface</h3>
<p>While it comes as no surprise that the user interface on an Apple product is good, I have to give very high marks to those items which have changed since my last MacBook.  The first, and most obvious, is the new trackpad design.  Apple has opted to get rid of any discrete buttons and instead equip their laptops with one very large trackpad.  Even my old MacBook had the best trackpad I&#8217;ve ever used.  This one is even better.  The entire bottom two thirds of the trackpad is physically a button (which depresses with a click).  While this may sound odd at first, it&#8217;s actually very intuitive.  Not only that, the inertial scrolling feature Apple added makes so much intuitive sense to me that using my work computer&#8217;s scroll feature (the right edge of the trackpad) seems awkward and inefficient.  For those who haven&#8217;t heard the hype, the whole idea behind inertial scrolling is that if you use two fingers to scroll up and down in a document, flicking them down makes the document keep scrolling a little even after your fingers have left the track pad.  This flicking motion makes it very easy to scroll very large documents.</p>
<p>The other huge feature that cannot go unnoticed is the display.  I absolutely love the high resolution display!  I&#8217;ve seen some negative comments regarding text sizes with the higher resolution display and will admit that packing extra pixels into a display of the same size will shrink text &#8212; that&#8217;s a given.  But personally, I don&#8217;t find anything unreadable while the laptop is comfortably sitting in my lap.  The higher resolution really shines when photos are displayed.  They are stunning!  Finally I can actually see a decent sized rendition of my photos in Lightroom while having toolbars on the side of the screen!</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/04/MJW_D200_15556-450x343.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/4.5, ISO 160</div><div style = "display: block;">My Desk with External Monitor</div>
<h3>Performance</h3>
<p>Please bear in mind that this is, indeed, an initial review.  Also please bear in mind that there are numerous speed tests available on the web for these processors.  And I really am not into benchmark numbers or other synthetic tests.  With that said, I am willing to say the performance is really good.  What do I mean by that?  I mean that I find that I no longer have to wait for previews of my photos to render in Lightroom.  I find that clicking on Firefox or Thunderbird produce almost instant windows.  In short, I rarely find myself waiting for the computer to do something.  And that, for me, is what really matters!</p>
<h3>Conclusions</h3>
<p>Thus far, I&#8217;m completely satisfied with my purchase!  I really love the solid aluminum unibody design.  I love the high resolution display!  As I&#8217;ve said before, the performance is such that I never feel that I&#8217;m having to slow down my workflow to wait for the computer to catch up.  In all actuality, I have to say that this is the best laptop I&#8217;ve ever used.  I&#8217;m not, by any means, done writing about this wonderful new tool!  In fact, I think it&#8217;s safe to say that I&#8217;ll be doing much more in-depth reviews of individual aspects.  If there is something specific you&#8217;re curious about or interested in, I&#8217;m open to suggestions!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/2010-macbook-pro-initial-impressions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New York Times: A Moment In Time</title>
		<link>http://digitalnotions.net/new-york-times-a-moment-in-time/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-york-times-a-moment-in-time</link>
		<comments>http://digitalnotions.net/new-york-times-a-moment-in-time/#comments</comments>
		<pubDate>Sat, 24 Apr 2010 01:35:18 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Photos]]></category>
		<category><![CDATA[NY Times]]></category>
		<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1238</guid>
		<description><![CDATA[This looked interesting! http://lens.blogs.nytimes.com/2010/04/20/readers-9/?hp Apparently, the NY Times is encouraging as many people as possible to take a photo on May 15th at 15:00 GMT (11:00 am for those on the East coast).  Their goal?  To make a &#8220;Moment in Time&#8221;. You will be able to submit your photo to the New York Times website [...]]]></description>
			<content:encoded><![CDATA[<p>This looked interesting!</p>
<p><a title="http://lens.blogs.nytimes.com/2010/04/20/readers-9/?hp" href="http://lens.blogs.nytimes.com/2010/04/20/readers-9/?hp">http://lens.blogs.nytimes.com/2010/04/20/readers-9/?hp</a></p>
<p>Apparently, the NY Times is encouraging as many people as possible to take a photo on May 15th at 15:00 GMT (11:00 am for those on the East coast).  Their goal?  To make a &#8220;Moment in Time&#8221;.</p>
<p>You will be able to submit your photo to the New York Times website and they will be publishing a selection.  I&#8217;m not sure exactly what this will turn into, but it could be a really neat project!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/new-york-times-a-moment-in-time/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MacBook Pro 2010 &#8211; A Photographer&#8217;s Dream?</title>
		<link>http://digitalnotions.net/macbook-pro-2010-a-photographers-dream/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=macbook-pro-2010-a-photographers-dream</link>
		<comments>http://digitalnotions.net/macbook-pro-2010-a-photographers-dream/#comments</comments>
		<pubDate>Mon, 19 Apr 2010 03:29:56 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Photography Software]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Lightroom 3]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Photography]]></category>
		<category><![CDATA[Photoshop CS5]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1230</guid>
		<description><![CDATA[After almost 10 months of waiting, Apple announced the latest upgrades to their MacBook Pro line of computers.  And while many seem disappointed with Apple&#8217;s latest product release, I&#8217;m thinking that this may represent the new standard for photographers and other media professionals. For those who haven&#8217;t been following the release closely, the latest generation [...]]]></description>
			<content:encoded><![CDATA[<p>After almost 10 months of waiting, Apple announced the latest upgrades to their MacBook Pro line of computers.  And while many seem disappointed with Apple&#8217;s latest product release, I&#8217;m thinking that this may represent the new standard for photographers and other media professionals.</p>
<p>For those who haven&#8217;t been following the release closely, the latest generation of 15&#8243; and 17&#8243; MacBook Pro models have been upgraded to use Intel&#8217;s latest Core i5 and i7 processors.  (For those curious, the 13&#8243; line of MacBook Pros has stayed with the Intel Core 2 Duo line of processors, but did see a speed bump as well as more RAM standard.)</p>
<p>In addition to the upgraded processors, the other hot news is the change in graphics cards.  All 15&#8243; models now come with a discrete graphics card &#8211; an NVIDIA GeForce GT 330M.  Models are available with either 256MB of graphics memory or, for the higher end model, 512MB.</p>
<p>For a full review of all the latest options, I suggest reading the <a href="http://www.engadget.com/2010/04/13/apple-refreshes-macbook-pro-family-with-intel-core-i5-and-core-i/" target="_blank">Engaget&#8217;s description of the updates</a>, or their <a href="http://www.engadget.com/2010/04/14/macbook-pro-core-i7-review/" target="_blank">Review of the MacBook Pro Core i7</a>.</p>
<p>So what does all of this mean to photographers?</p>
<h3>Processing Power</h3>
<p>Pure processing power has always been on the list of necessary features for a photographer&#8217;s laptop choice.  Converting RAW images, running programs such as Adobe Photoshop, Adobe Lightroom or Apple Aperture and storing / cataloging the hundreds of images taken every day is simply a processor intensive task.  And while the previous MacBook Pro machines were indeed powerful, over the course of the last 10 months, a lot of upgrades have come about in mobile processors.</p>
<p>In an effort to stay competitive, Apple made a smart decision to include the latest Core i5 and i7 processors in this generation of MacBook Pros.  Early benchmarks of these Intel processors has shown very favorable results and these should prove to provide an even better user experience to anyone doing complex computing.  While there have been many complaining about the lack of a quad core option, Apple has always been conservative with their laptop specs.  I guess, in this case, I&#8217;d rather have a rock solid laptop with slightly slower processor than the latest and greatest processor at the sacrifice of stability and build quality.  However, I&#8217;m sure many would not agree.</p>
<h3>Screen Resolution</h3>
<p>While the upgraded processor is a huge draw for running Adobe Photoshop or Adobe Lightroom, the other huge news is the ability to add a higher resolution screen to the 15&#8243; product line.  For me, this alone makes these a huge step above the previous generation MacBook Pro for any sort of photographic tasks.  And while the 17&#8243; does have an even higher resolution, many mobile professionals can&#8217;t justify the additional bulk.  In fact, most professional photographers I&#8217;ve conversed with feel that the 15&#8243; is the best option with regards to bulk and horsepower.</p>
<p>While some may argue that there is really very little gain from the new higher resolution screen, let&#8217;s do some quick math.  The 13&#8243; screen has a standard (non-upgradable) resolution of 1280&#215;800 or 1,024,000 pixels.  The standard 15&#8243; resolution of 1440&#215;900 pixels equals a total pixel count of 1,296,000 (for those doing the math, that&#8217;s only a 26.5% increase over the 13&#8243;).  And while this does indeed make a difference, if you&#8217;re anything like me, the more pixels the better &#8212; especially for a program like Adobe Lightroom.  Enter the new upgrade option from Apple.  For only $100 more (for glossy, $150 for a matte option), the latest 15&#8243; can be ordered with a 1680&#215;1050 pixel resolution for a total pixel count of 1,764,000.  This is a 36% increase over the standard 15&#8243; configuration and a whopping 72% increase over the 13&#8243; model!  That&#8217;s huge!  I&#8217;m sure we&#8217;ll see many people upgrading for that feature alone.</p>
<h3>Graphics Processing</h3>
<p>The NVIDIA GeForce GT 330M has received its fair share of criticism in the last week.  However, since this chip was manufactured exclusively for Apple, and has only been released for a week, I really feel it&#8217;s too early to pass a harsh judgment.  In fact, early reports show it being more than adequate for most users.  Also, according to many (including the above Engadget review), the latest version of Photoshop (CS5) will take full advantage of the upgraded GPU.  I can only hope that Lightroom 3 (when released) will also follow suit as rendering a couple GB of images can currently take a noticeable amount of time.  Only time will tell how well this graphics option will perform.</p>
<h3>Conclusion</h3>
<p>Personally, one of the biggest reasons I&#8217;ve stuck with my 3+ year old MacBook was the fact that the MacBook Pro line simply didn&#8217;t offer enough incentive to upgrade for my uses.  And when Apple announced the new 13&#8243; Pro models, I thought I&#8217;d finally found my next laptop.  However, with the discrete graphics option now standard on the entry level 15&#8243; models, and the option to add a higher resolution screen, I really feel that the 15&#8243; MacBook Pro is the perfect portable photographic companion!</p>
<h3>Update:</h3>
<p>The new MacBook Pro arrived and my <a href="http://digitalnotions.net/2010-macbook-pro-initial-impressions/">Initial Impressions</a> are posted (as well as unboxing photos).</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/macbook-pro-2010-a-photographers-dream/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>New Sigma Lenses Announced!</title>
		<link>http://digitalnotions.net/new-sigma-lenses-announced/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=new-sigma-lenses-announced</link>
		<comments>http://digitalnotions.net/new-sigma-lenses-announced/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 04:25:52 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Sigma]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1134</guid>
		<description><![CDATA[Finally!  Some lenses to actually get excited about!  With the recent Nikon lens announcements, many pros were more satisfied.  But what about those of us who don&#8217;t have thousands of dollars to shell out on lenses?  This is when brands like Sigma really shine. In fact, they just released two new lenses that really caught [...]]]></description>
			<content:encoded><![CDATA[<p>Finally!  Some lenses to actually get excited about!  With the <a href="http://digitalnotions.net/two-new-nikon-lenses/">recent Nikon lens announcements</a>, many pros were more satisfied.  But what about those of us who don&#8217;t have thousands of dollars to shell out on lenses?  This is when brands like <a href="http://www.sigma-photo.co.jp/english/">Sigma</a> really shine.</p>
<p>In fact, they just released two new lenses that really caught my eye.  First off was the Sigma 85mm f/1.4 EX DG HSM prime.  Those who know me know I love prime lenses!  Most of the photos I post here are shot with my <a href="http://www.amazon.com/gp/product/B00005LENO?ie=UTF8&amp;tag=digitnotio-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=B00005LENO">Nikon 50mm f/1.4D</a><img style="border: none !important; margin: 0px !important;" src="http://www.assoc-amazon.com/e/ir?t=digitnotio-20&amp;l=as2&amp;o=1&amp;a=B00005LENO" border="0" alt="" width="1" height="1" /> lens.  While an 85mm prime on a DX sensor is a bit of long, it still could be a lot of fun!</p>
<p><a href="http://digitalnotions.net/wp-content/uploads/2010/02/sigma_85_14_EX_DG_HSM_s.jpg"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1135" title="sigma_85_14_EX_DG_HSM_s" src="http://digitalnotions.net/wp-content/uploads/2010/02/sigma_85_14_EX_DG_HSM_s.jpg" alt="" width="298" height="250" /></a></p>
<p>Also, since Nikon seems loathe to update their version, this just may become a must have for many pros.</p>
<p>The other lens that fascinates me is the updated Sigma 17-50mm f/2.8 EX DC OS HSM.  It&#8217;s quite a mouthful, but the idea of a really fast zoom in this range with Optical Stabilization (OS) could be the perfect walk-around lens for most people.</p>
<p><a href="http://digitalnotions.net/wp-content/uploads/2010/02/sigma_17-50_28_EX_DC_OS_HSM_s.jpg"><img style=' display: block; margin-right: auto; margin-left: auto;'  class="aligncenter size-full wp-image-1139" title="sigma_17-50_28_EX_DC_OS_HSM_s" src="http://digitalnotions.net/wp-content/uploads/2010/02/sigma_17-50_28_EX_DC_OS_HSM_s.jpg" alt="" width="325" height="250" /></a>I&#8217;m not exactly sure when Sigma will actually start selling these as they were just announced today, but they both look really interesting!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/new-sigma-lenses-announced/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSI Wind U120 &#8211; Wireless Card Upgrade</title>
		<link>http://digitalnotions.net/msi-wind-u120-wireless-card-upgrade/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=msi-wind-u120-wireless-card-upgrade</link>
		<comments>http://digitalnotions.net/msi-wind-u120-wireless-card-upgrade/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 04:01:42 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[MSI Wind]]></category>
		<category><![CDATA[RTL8187SE]]></category>
		<category><![CDATA[U120]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1100</guid>
		<description><![CDATA[So, my wife has an MSI Wind U120.  It&#8217;s a great little netbook &#8212; especially after I installed Ubuntu Netbook Remix 9.10.  She loves it and uses it constantly.  But there&#8217;s always been a problem with this netbook.  Not the keyboard, or even the track pad buttons that some complain about.  No&#8230; our problem has [...]]]></description>
			<content:encoded><![CDATA[<p>So, my wife has an MSI Wind U120.  It&#8217;s a great little netbook &#8212; especially after I installed Ubuntu Netbook Remix 9.10.  She loves it and uses it constantly.  But there&#8217;s always been a problem with this netbook.  Not the keyboard, or even the track pad buttons that some complain about.  No&#8230; our problem has been the Wireless card.</p>
<h4>Realtek RTL8187SE</h4>
<p>Perhaps it was bad luck, or a bad card, but the Realtek RTL8187 that came with our Wind was awful.  Not simply slow, or a little bit of a pain.  Completely and totally abysmal.  It took close to  a minute to lock on to a WiFi access point that was across a small room.  It refused to stay connected to almost any wireless access point.  On a public access point with any sort of traffic, it would drop out every couple minutes.  Digging in to the problem, I found that it was dropping more packets than it was receiving!  Which means that less than 50% of the packets were ever getting to the computer.  Lets just say that watching YouTube videos was an exercise in patience.  Even going to a web page was painful.</p>
<p>Looking in to the problem, I found that I&#8217;m actually not alone in this dilemma.  Many people reported that they just lived with the issues.  Some talked about replacing the wireless card.  Hmm&#8230; Being a bit of a geek, any excuse to take apart a computer seems to be a good option.</p>
<p>So, I went to eBay and ordered an Intel 4965AGN MiniPCIe card.  Total cost, including shipping, came out to $12.18.   It came today and I installed it in a little under an hour.  Not only is this card have built-in support under Linux, but it adds Wireless N capabilities which the previous card didn&#8217;t have.  Not that I have a Wireless N router, but it never hurts to upgrade if you&#8217;re going to take the computer apart anyway.</p>
<h4>Installing the Intel 4965AGN on an MSI Wind U120</h4>
<p>I&#8217;ve taken this netbook apart already when I replaced the hard drive.  There was nothing wrong with the old hard drive, but I figured that I&#8217;d save the Windows install that came with it and install Linux on a new hard drive (that I had laying around).  This way, if my wife didn&#8217;t like the Linux experience, she could easily go back to the native Windows install by just swapping back.</p>
<p><strong><em>Please be warned &#8211; I am not responsible for you breaking your computer.  These instructions worked for me.  Also note that by the end of this whole thing, we&#8217;ll have taken the screen apart too so if you aren&#8217;t comfortable continuing, don&#8217;t.</em></strong></p>
<h4><strong>Step 1 &#8211; Remove the Back Cover</strong></h4>
<p>I won&#8217;t go in to too many details here since I believe that if you can&#8217;t remove the back cover, you probably shouldn&#8217;t undertake this project.  One word of wisdom is that there is a screw under the warranty sticker.  This means you will have to void your warranty to do this.  Another word of wisdom is that you should have removed the battery before you started.  After loosening all the screws, the back cover snaps off.  It&#8217;s a little stubborn, but if you go slow and use something plastic like a credit card to separate the cover, it shouldn&#8217;t be too bad.</p>
<h4><strong>Step 2 &#8211; Locate the Mini PCIe WiFi Card</strong></h4>
<p>A little background here.  The MSI Wind U120 has two derivatives &#8211; the normal U120, and the U120H which includes optional 3G Cellular compatibility.  It is my understanding that the instructions written here should work for either so long as you don&#8217;t use the 3G capability.  The consequence of this is that MSI moved the WiFi card from where it was on the U100 series (in the back corner) and placed it right in the middle of the netbook.  This is all well and good, but they also put a non-standard Mini PCIe card in that&#8217;s about half as long as is standard.  Not good since the Intel 4965AGW I purchased wouldn&#8217;t fit there (due to the screw hole being in the wrong place in the motherboard).  What to do.  First off, I removed the crappy RealTek card gently popping the antenna wires up using a small flat-head screwdriver and undoing the lone screw holding it in place.  It slid right out.  Tossing that in the garbage, I continued.</p>
<p>Since I don&#8217;t have the 3G capability, I had an empty Mini PCIe slot in the back right corner (as shown below).  (If you have a 120U, this will be filled with the 3G card)  So, I figured I&#8217;d just put the new card there.  Easy!</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/02/MJW_D200_15004-Edit-450x225.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/6.3, ISO 200</div>
<p>Not so fast.  While the card fits fine, the antenna wires don&#8217;t reach!  In fact, it looks like they just swapped the left and right wires from the U100 series.  These wires go through the hinge and up to the top of the screen portion of the netbook.  Time to swap them back!</p>
<h4><strong>Step 3 &#8211; Removing the Screen</strong></h4>
<p>To remove the screen, it&#8217;s necessary to remove three plugs.  These go to the screen itself, the microphone, and the webcam.  Once these wires are loose, the hinges need to be unscrewed.  There are two screws on one side, and one screw on the other.  Note the position of these screws as if you put them back in the wrong holes, you won&#8217;t be able to put the back cover on again (since its screws use the other holes).  With the hinge undone, open the netbook to about  90 degrees and it should come right off.  Easy, right?  Now look at those hinges.  The black plastic covers over the hinges are actually two pieces.  Remove the small piece on each side and keep them separate so you know which is which.</p>
<h4><strong>Step 4 &#8211; Opening the screen</strong></h4>
<p>Now comes the tricky part.  Removing the bezel (the black frame around the screen) from the screen.  There are four screws holding the bezel on located under the rubber pads at the four corners.  Remove these pads carefully as you&#8217;ll want to put them back over the screws when you are done.  Note: the top of the screen has two pads in the middle.  These don&#8217;t need to be removed.</p>
<p>With the screws removed, insert a plastic card (credit card or the like) into the groove and pop the two halves of the screen apart.  Scary popping noises may occur.  Proceed at your own comfort.  Once the bezel is removed, you should be able to see the two antenna wires going to the top of the screen and attaching to brass antenna pads.  These are the things you want to swap!  You&#8217;re getting close.  Remove the actual screen by unscrewing the four corners and gently lifting out (and setting someplace safe).  From here, I found that peeling back the sticky brass antenna (with the green piece of circuit board still attached) would peel back the foam at the same time.  Made it pretty simple to just swap the antenna.  Now the long cable is on the correct side of the screen like in the photo below!</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/02/MJW_D200_15003-3-450x207.jpg" alt="A disassembled MSI Wind computer screen." style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/6.3, ISO 200</div>
<h4><strong>Step 5 &#8211; Re-Assemble the Screen and Re-Attach</strong></h4>
<p>Again, I&#8217;m assuming that if you&#8217;ve come this far, you can safely re-assemble the computer.  Just reverse the following steps until you have the screen re-attached to the computer and the wires re-attached (except for the antenna wires).  No real words of warning here &#8212; just be careful and take it slow.  Everything went back together for me without a hitch.  At this point, you&#8217;re ready to install the new WiFi Card!</p>
<h4><strong>Step 6 &#8211; Install the Intel 4965AGN Card</strong></h4>
<p>This is super easy.  Just put it in the slot near the back right of the computer by sliding the front edge (with the brass connectors) into the connector and gently pressing down the back of the card.  The screw hole should line up with the stand off that is already there.  Just re-use the original screw from the old card.  At this point, you&#8217;ll notice that the two wires we swapped both reach a terminal of the card.  I attached one to the terminal labeled &#8220;1&#8243; and the other to the terminal labeled &#8220;2&#8243;.  I really don&#8217;t think it matters which wire goes where as they both lead to the brass antenna pads.  See below.</p>
<div><img class = "aligncenter" src="http://digitalnotions.net/wp-content/uploads/2010/02/MJW_D200_15006-450x232.jpg" alt="" style = "display: block;"/></div><div style = "display: block;">NIKON D200 @ 50mm &mdash; &sup1;/60 sec, &fnof;/6.3, ISO 200</div>
<h4><strong>Step 7 &#8211; Finish Reassembly, Insert Battery and Power On</strong></h4>
<p>Check for spare parts.  If you have anything left over other than the crappy Realtek card, figure out what it is and replace it.  So long as you didn&#8217;t break anything (and remember, I warned you it&#8217;s <strong>not my fault</strong>), Linux will simply recognize the new, improved, and fully functional card and connect to the network.  Easy as 1, 2, 3.  What&#8217;s more, if your experience is anything like my experience, the card will connect to the network in much less time than the old, crappy card.  Also, checking for dropped packets, I was thrilled to note that even after surfing for a long time, I had <strong>zero</strong> dropped packets.  Also, I seem to get much better signal strength.</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/msi-wind-u120-wireless-card-upgrade/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple iPad for Photographers?</title>
		<link>http://digitalnotions.net/apple-ipad-for-photographers/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apple-ipad-for-photographers</link>
		<comments>http://digitalnotions.net/apple-ipad-for-photographers/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 01:22:01 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[Photographers]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=1024</guid>
		<description><![CDATA[Just this week, Apple announced their newest product the iPad.  This tablet Mac is supposed to shake up the industry and fill the gap between mobile phone browsing and netbook computing.  Along the way, they are trying to steal some market share from Amazon and their Kindle electronic book reader.  But what about photographers?  Is [...]]]></description>
			<content:encoded><![CDATA[<p>Just this week, <a href="http://www.apple.com">Apple</a> announced their newest product the <a href="http://www.apple.com/ipad/">iPad</a>.  This tablet Mac is supposed to shake up the industry and fill the gap between mobile phone browsing and netbook computing.  Along the way, they are trying to steal some market share from <a href="http://www.amazon.com/">Amazon</a> and their <a href="http://www.amazon.com/Kindle-Wireless-Reading-Display-Generation/dp/B0015T963C/ref=amb_link_44109822_2?pf_rd_m=ATVPDKIKX0DER&amp;pf_rd_s=center-1&amp;pf_rd_r=02YBTQ13516D94YNHPNH&amp;pf_rd_t=101&amp;pf_rd_p=100451262&amp;pf_rd_i=507846">Kindle</a> electronic book reader.  But what about photographers?  Is the iPad of any interest?</p>
<p>The other day I was asked by an acquaintance if I was going to order an iPad as soon as it came out.  I was a bit taken aback by this question as I really hadn&#8217;t shown any interest in tablet computers.  It turns out that he figured that since I was a photographer, I&#8217;d order one straight away.</p>
<p>&#8220;Why?&#8221; I asked?</p>
<p>&#8220;To display your photos!&#8221; was their response.</p>
<p>So consider me one who apparently just doesn&#8217;t get it.  Especially as a photographer.  Sure, there&#8217;s the iPad Camera Connection Kit, but since I shoot in RAW, I highly doubt that even if I could download my photos to the iPad, it could actually display them.  Plus, with a 1 gigahertz processor, photo editing is out.  Let&#8217;s not mention that the largest version is only 64GB!  I know professional photographers who take that quantity of photos in a week!</p>
<p>So no.  As a photographer I really don&#8217;t see the point of the iPad.  Do you?</p>
<p>Don&#8217;t get me wrong.  For simple computing tasks such as browsing the web or reading electronic media, I can see the iPad as a great gadget.  Heck!  If someone wants to donate one to me for testing I&#8217;d be happy to review it from a photographer&#8217;s perspective.  But no.  Sadly, I won&#8217;t be forking over the cash to purchase one myself.  Instead, I&#8217;ll be happily saving for a new 15&#8243; MacBook Pro!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/apple-ipad-for-photographers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back to Mac Basics</title>
		<link>http://digitalnotions.net/back-to-mac-basics/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=back-to-mac-basics</link>
		<comments>http://digitalnotions.net/back-to-mac-basics/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 02:20:17 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Mac Software]]></category>
		<category><![CDATA[MacBook]]></category>
		<category><![CDATA[Safari]]></category>
		<category><![CDATA[Snow Leopard]]></category>
		<category><![CDATA[Thunderbird]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=641</guid>
		<description><![CDATA[Over the last few weeks, I&#8217;ve been busy cleaning up my MacBook and rethinking everything with regards to my computer productivity and workflow. I upgraded to Snow Leopard which was a huge usability improvement and then started critically evaluating my day to day computing needs. As much as I love the Mac way of doing [...]]]></description>
			<content:encoded><![CDATA[<p>Over the last few weeks, I&#8217;ve been busy cleaning up my MacBook and rethinking everything with regards to my computer productivity and workflow.  I upgraded to Snow Leopard which was a huge usability improvement and then started critically evaluating my day to day computing needs.  As much as I love the Mac way of doing things, I had never fully embraced an all Mac workflow.  I was using Firefox, Thunderbird and a host of third party software.  So, after performing a clean install of Snow Leopard, I decided to use the built-in applications for a week or two to see exactly what, if anything, I was missing.</p>
<p>I must say, I&#8217;ve been impressed.  Native Mac applications have a certain feel to them that their alternatives simply don&#8217;t match.  Therefore, Safari and Mail.app are very clean with regards to look and feel.  However, it hasn&#8217;t all been wine and roses.  </p>
<h3>Safari</h3>
<p>Frankly, I really am enjoying Safari for my browsing.  I was able to import my bookmarks via <a href="http://www.xmarks.com/">Xmarks</a> which is phenomenal.   Since this is a two-way sync, I can easily use Safari on my MacBook, Firefox on my Ubuntu server and Firefox on Windows at work and my bookmarks are all the same.  Very nice!</p>
<p>Other than a few interface differences, Safari is just as nice as Firefox and faster in many regards.  However, I do miss certain Firefox extensions.  In the end, I&#8217;m typing this blog post from within Safari.</p>
<h3>Address Book</h3>
<p>Well, it does exactly what it says.  No more, and not much less.  But, it does happily integrate into all the other made for Mac software which is really nice.</p>
<h3>Mail.app</h3>
<p>Here is where things get a little rocky.  I have about 5 IMAP email accounts comprising over 500MB of mail all stored on servers.  Frankly, Mail.app just couldn&#8217;t handle it.  It kept loosing connections to IMAP servers and just stalling.  </p>
<p>I got so desperate that I installed Thunderbird.  Presto, everything just worked.  So&#8230; what to do.  Since Thunderbird doesn&#8217;t have support for the Mac Address Book, I don&#8217;t really have any benefit to keeping anything in the address book.  Hmm&#8230;.  </p>
<p>So I went online and started looking around.  I found that Thunderbird 3 Beta (version 4 as of right now) does indeed use the Mac Address Book.  Happy day!  I can&#8217;t recommend Mail.app, but Thunderbird 3 is a huge step forward and I highly recommend it to all Mac enthusiasts who need a bit more powerful mail application.</p>
<h3>iCal</h3>
<p>iCal is much like the Address Book. Simple, effective.  No more functionality that one needs, and just enough to be useful.  However, it doesn&#8217;t sync with my BlackBerry.  Sigh.  Apparently there are third party applications to fix this, so I&#8217;ll give it a whirl when I have a chance.  I&#8217;m not holding my breath though.  And I&#8217;m certainly not switching to an iPhone (which apparently does sync happily).</p>
<h3>Conclusion</h3>
<p>I really feel that my exercise was worthwhile.  It really opened my eyes to the power of Mac applications and frankly, I find that their integration with each other is second to none.  However, they seem to be geared to the basic users.  Problems with IMAP servers are unacceptable in 2009.  And the lack of support for thousands of messages makes them a bit unrealistic for many mobile professionals.  </p>
<p>What do you think?  What are your favorite native Mac applications?</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/back-to-mac-basics/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Magnetic Photo Rope &#8212; Too Cool!</title>
		<link>http://digitalnotions.net/magnetic-photo-rope-too-cool/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=magnetic-photo-rope-too-cool</link>
		<comments>http://digitalnotions.net/magnetic-photo-rope-too-cool/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 12:46:54 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://digitalnotions.net/?p=544</guid>
		<description><![CDATA[It&#8217;s not often I see a product that seems both innovative and useful at the same time. But this Magnetic Photo Rope, by Photojojo seems like the perfect display solution for photos, artwork and just about anything else you could want to display that&#8217;s made of a thin material! Check it out here. I guess [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s not often I see a product that seems both innovative and useful at the same time.  But this Magnetic Photo Rope, by Photojojo seems like the perfect display solution for photos, artwork and just about anything else you could want to display that&#8217;s made of a thin material!</p>
<p><a href="http://photojojo.com/store/awesomeness/magnetic-photo-rope">Check it out here</a>.</p>
<p>I guess you could say it&#8217;s the sleek, modern way of hanging stuff on the refrigerator &#8212; but without all the magnets!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/magnetic-photo-rope-too-cool/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>An Organized Life</title>
		<link>http://digitalnotions.net/an-organized-life/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=an-organized-life</link>
		<comments>http://digitalnotions.net/an-organized-life/#comments</comments>
		<pubDate>Sat, 27 Jun 2009 01:49:53 +0000</pubDate>
		<dc:creator>Mark Wood</dc:creator>
				<category><![CDATA[Miscellaneous]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[GTD]]></category>

		<guid isPermaLink="false">http://www.digitalnotions.net/?p=311</guid>
		<description><![CDATA[While this may seem obvious for so many people reading, I feel it&#8217;s safe to say that over the last six months, I&#8217;ve discovered just how time consuming even the smallest photography endeavors can become.  Not only that, the quantity of work a good blog takes is much greater than I had ever imagined.  What [...]]]></description>
			<content:encoded><![CDATA[<p>While this may seem obvious for so many people reading, I feel it&#8217;s safe to say that over the last six months, I&#8217;ve discovered just how time consuming even the smallest photography endeavors can become.  Not only that, the quantity of work a good blog takes is much greater than I had ever imagined.  What this means to me is that I took a break from blogging to attempt to clear my mind (and my to do list).</p>
<p>While this break from blogging was really healthy, I realized a couple weeks ago that my to do list isn&#8217;t getting smaller anytime soon.  What&#8217;s more, I really missed the time I spent blogging about something that I&#8217;m very passionate about.  Therefore, for the last two weeks, I&#8217;ve been looking into managing my to do items in an organized fashion so I can work efficiently as possible in an effort to accomplish everything I need to &#8212; thus leaving time for doing things I want to do such as blog!</p>
<p>I&#8217;m sure those of you tied into the business productivity scene have heard of <a href="http://www.davidco.com/" target="_blank">David Allen&#8217;s famous Getting Things Done (GTD)</a> book.  For those who haven&#8217;t, here&#8217;s the premise &#8212; direct form his site.</p>
<blockquote><p>Whether you are a CEO, a student, or a stay-at-home worker, we&#8217;ll give you the keys to focus your energies without letting things fall through the cracks.  We&#8217;ll show you how to create environments and best practices for work and home to avoid burn-out and keep you relaxed, refreshed, focused, and productive.</p></blockquote>
<p>Further investigation shows that the &#8220;relaxed, refreshed, focused, and productive.&#8221; phrase may be a bit optimistic for my tastes, a lot of what he discusses is good stuff &#8212; especially for someone like me who is digitally connected via BlackBerry, Facebook, Twitter and the like.</p>
<p>The key to the whole system is to record any tasks that are going to take longer than a couple minutes into your task management system.  On a regular basis, the task management system is organized into appropriate contexts, locations and next actions.  You then work on the next actions and only the next actions.  This enables the user to stay focused and not become overwhelmed.  The part I really appreciate is that I don&#8217;t have to try to remember the hundreds of tasks I need to do at any given time.  Talk about reducing stress!</p>
<p>Finding an online task management system which can leverage my digital connectivity pulls everything together.  While I really haven&#8217;t spent enough time with this whole system to recommend anything, I am finding that my current attempt at a GTD system is working well.</p>
<p>So.  What does this mean for the readers of this blog?  From what I can tell, it means a few things.  First, I am making an active effort to schedule in tasks which include blog writing and photo organizing / keywording.  Second, I believe that jotting down blog entry ideas on the go will help me to remember all the great ideas I&#8217;ve had when not at my computer which are instantly forgotten when I try to write anything.  And thirdly, hopefully staying organized will allow me to further expand my photography through the use of defined goals.</p>
<p>Sounds great, but will it work?  Who knows.  I&#8217;m quite hopeful.  While I realize that it&#8217;s not a direct photography related topic, I do feel that it applies to the vast majority of photographers either full time or part time like myself.  There is a lot to running a business.  Without good organization, I really feel that businesses will lack momentum and focus.</p>
<p>If you&#8217;d like to hear more on this topic as I struggle to organize my life, let me know!  If you&#8217;d rather this be kept a purely photographic oriented blog, let me know that too.  Your opinions are important.  Finally, if you have any advice, please let me know that too!</p>
]]></content:encoded>
			<wfw:commentRss>http://digitalnotions.net/an-organized-life/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk: basic (Feed is rejected)
Page Caching using disk: enhanced (User agent is rejected)
Database Caching 17/74 queries in 0.056 seconds using disk: basic

Served from: digitalnotions.net @ 2012-02-06 01:39:15 -->
