<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Marketing Notes, Ideas, Comments, and Productivity</title>
	<atom:link href="http://jeffevora.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://jeffevora.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Sun, 29 Aug 2010 16:59:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='jeffevora.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Marketing Notes, Ideas, Comments, and Productivity</title>
		<link>http://jeffevora.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://jeffevora.wordpress.com/osd.xml" title="Marketing Notes, Ideas, Comments, and Productivity" />
	<atom:link rel='hub' href='http://jeffevora.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Removing Duplicates from Databases</title>
		<link>http://jeffevora.wordpress.com/2010/08/29/removing-duplicates-from-databases/</link>
		<comments>http://jeffevora.wordpress.com/2010/08/29/removing-duplicates-from-databases/#comments</comments>
		<pubDate>Sun, 29 Aug 2010 16:59:22 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/?p=81</guid>
		<description><![CDATA[Removal of duplicate records is a perennial challenge among database marketing professionals, either for purposes of mailing or analyses.  Keep in mind that not everyone can afford postal software to remove duplicates from address databases. Of course, using MS-Access, one &#8230; <a href="http://jeffevora.wordpress.com/2010/08/29/removing-duplicates-from-databases/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=81&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://jeffevora.files.wordpress.com/2010/08/duplicate.jpg"><img class="alignleft size-medium wp-image-82" title="Duplicate" src="http://jeffevora.files.wordpress.com/2010/08/duplicate.jpg?w=300&#038;h=225" alt="" width="300" height="225" /></a>Removal of duplicate records is a perennial challenge among database marketing professionals, either for purposes of mailing or analyses.  Keep in mind that not everyone can afford postal software to remove duplicates from address databases.</p>
<p>Of course, using MS-Access, one can create a solution using the &#8220;Find Duplicates Query Wizard&#8221; that comes with the software, but what if the data is NOT EXACTLY the same?  The tips below may help in the cleansing of databases, and hopefully save some dollars and frustration in the end.</p>
<ol>
<li>Using the MS-Access Query &#8220;Find Duplicates&#8221; Wizard, looking for EXACT MATCHES
<ol>
<li>Always remember the simple stuff, like Social Security Numbers.  Each number is unique to all and thus can be a simple solution</li>
<li>The Birthday/Last Name combination also may work, but care must be taken before any deletions are done.  I would probably suggest a tighter Birthday/Last Name/ZIP Code matching be done first.</li>
<li>The First Name/Last Name/ZIP Code may bring some results when the Birthday field is not strictly filled, although this may be the least effective</li>
</ol>
</li>
<li>Creating your own query
<ol>
<li>Create a field in the table and name it UNIQUER.  This will contain the database that will identify a unique field for each record.</li>
<li>Think of what applies to your particular needs as far as what to place in the UNIQUER field.  Most of the time, for address databases, I use the following combinations
<ol>
<li>First 3 letters of the first name + the first 3 letters of the last name + the first 5 digits of the ZIP code</li>
<li>First 3 letters of the last name + first 3 digits of the ZIP code + birth month + birth day</li>
<li>You get the picture; play with what works best with your needs.</li>
</ol>
</li>
</ol>
</li>
</ol>
<p>Always ensure that all your records follow the same format rules; in other words, ZIP codes must follow the same rules for spaces, numerics are formatted in the same manner, and the dates as well.  Use an Update Query to fill the Uniquer field with the selection and combinations that have been selected.</p>
<p>Once the fields have been populated, it is only a matter of creating a duplicate table shell of the original database by copying the original database and pasting &#8220;Structure Only&#8221;, edit that shell to Index the Uniquer field, and then create an Append Query to that shell to eliminate the duplicates.</p>
<p>Prior to doing the Append Query, one may go through several steps and create temporary tables to ensure that the records are placed first in the order in which the preferred ones may be selected.  An example may be that the records are sorted by Total Sales in descending order.  When appending this information on the table shell, then at least one is assured that the records that are most deserving actually are the ones that are used.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/81/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/81/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/81/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=81&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2010/08/29/removing-duplicates-from-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://jeffevora.files.wordpress.com/2010/08/duplicate.jpg?w=300" medium="image">
			<media:title type="html">Duplicate</media:title>
		</media:content>
	</item>
		<item>
		<title>Manipulating Data in MS-Access</title>
		<link>http://jeffevora.wordpress.com/2009/04/04/deleting-spaces-in-ms-access/</link>
		<comments>http://jeffevora.wordpress.com/2009/04/04/deleting-spaces-in-ms-access/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 11:36:35 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[access]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[database marketing]]></category>
		<category><![CDATA[direct mail]]></category>
		<category><![CDATA[direct marketing]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/?p=70</guid>
		<description><![CDATA[Manipulating data has always been a source of constant challenge with so-called &#8220;propeller-heads;&#8221; a big part of the fun of trying to outsmart yourself.  At first, I try to figure this out for myself, without having to &#8220;cheat&#8221; and find &#8230; <a href="http://jeffevora.wordpress.com/2009/04/04/deleting-spaces-in-ms-access/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=70&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://jeffevora.files.wordpress.com/2009/04/microsoft_access_2007_training.jpg"><img class="alignleft size-medium wp-image-78" title="microsoft_access_2007_training" src="http://jeffevora.files.wordpress.com/2009/04/microsoft_access_2007_training.jpg?w=300&#038;h=163" alt="" width="300" height="163" /></a>Manipulating data has always been a source of constant challenge with so-called &#8220;propeller-heads;&#8221; a big part of the fun of trying to outsmart yourself.  At first, I try to figure this out for myself, without having to &#8220;cheat&#8221; and find the answer on the Internet.  But sometimes you just have to give up, pop up Google, and do the search and figure out how someone else outsmarted you.</p>
<p>In my world, where nothing is perfect, we sometimes have to find ways to transform data to what we need them to be. Take ZIP codes, for example. Some distance software uses only the first 3, some only the first 5, hardly the entire 9 characters of US ZIP codes. And don&#8217;t get me started on Canadian Postal Codes, where many Americans are not aware of the proper format.</p>
<p>I use the following commands in MS-Access to format data as I need them, as an UPDATE QUERY for FIELD [Data]:</p>
<ul>
<li>Deleting Spaces:  REPLACE ([DATA],&#8221; &#8220;,&#8221;")</li>
<li>Changing characters (usually for Canadian Addresses):  REPLACE ([DATA],&#8221;O&#8221;,&#8221;0&#8243;)</li>
<li>Adding a space (again, for Canadian Postal Codes):  LEFT([DATA],3)&amp;&#8221; &#8220;&amp;MID([DATA],4,3)</li>
</ul>
<p>I hope this post has been helpful.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/70/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/70/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/70/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=70&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/04/04/deleting-spaces-in-ms-access/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://jeffevora.files.wordpress.com/2009/04/microsoft_access_2007_training.jpg?w=300" medium="image">
			<media:title type="html">microsoft_access_2007_training</media:title>
		</media:content>
	</item>
		<item>
		<title>The demise of traditional marketing tactics?</title>
		<link>http://jeffevora.wordpress.com/2009/03/03/the-demise-of-traditional-marketing-tactics/</link>
		<comments>http://jeffevora.wordpress.com/2009/03/03/the-demise-of-traditional-marketing-tactics/#comments</comments>
		<pubDate>Tue, 03 Mar 2009 23:16:52 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[database marketing]]></category>
		<category><![CDATA[direct mail]]></category>
		<category><![CDATA[direct marketing]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[social media]]></category>
		<category><![CDATA[social networking]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/?p=66</guid>
		<description><![CDATA[This question was posed to our group on LinkedIn:   &#8220;I have been hearing buzz about traditional advertising tactics being abandoned by companies in favor of using social media (SM) and &#8220;real-time&#8221; conversations to promote businesses. I would like to &#8230; <a href="http://jeffevora.wordpress.com/2009/03/03/the-demise-of-traditional-marketing-tactics/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=66&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This question was posed to our group on LinkedIn:  </p>
<p><em>&#8220;I have been hearing buzz about traditional advertising tactics being abandoned by companies in favor of using social media (SM) and &#8220;real-time&#8221; conversations to promote businesses. I would like to hear thoughts on social media as the only area of growth in the advertising/marketing arena. Are traditional methods being abandoned and replaced by the &#8220;Twitter-type&#8221; tactics? Are there any markets where SM tactics are better suited and vice versa? How are you integrating SM into your marketing mix?&#8221;</em></p>
<p>The following is my response:</p>
<p>&#8220;I strongly disagree with this statement.</p>
<p>The emergence of new technology and conveniences do not necessarily coincide with the adaptation of your target market to these.  Traditional marketing tactics are still alive and well, especially when my target demographic consists of patrons who are 56 years old or more, with no great distinction in income level and location of residence.  We are using standard direct mail and telephone blasts heavily; and although the methods are the same, the tactics have changed with results from tests and analyses.  Our patrons clamor and complain when they do not receive that mail piece before the beginning of the month.  We have invested heavily in the education of our patrons that I believe even if we adopt new methods to reach out to them, they will still be looking at their mailboxes at home.</p>
<p>Also, there is somehow a prevailing distrust of anything electronic among our loyal patrons.</p>
<p>It is not to say that new marketing tactics cannot be adopted; however, for our patrons, it will probably take several years before we can fully replace our delivery methods electronically.</p>
<p>I am curious, though, to hear results coming from other industries on their adoption of social media marketing.&#8221;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/66/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/66/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/66/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=66&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/03/03/the-demise-of-traditional-marketing-tactics/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>
	</item>
		<item>
		<title>My Everything Folder</title>
		<link>http://jeffevora.wordpress.com/2009/02/28/my-everything-folder/</link>
		<comments>http://jeffevora.wordpress.com/2009/02/28/my-everything-folder/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 19:01:12 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[lifehack]]></category>
		<category><![CDATA[Notes]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[information]]></category>
		<category><![CDATA[one stop]]></category>
		<category><![CDATA[organization]]></category>
		<category><![CDATA[organizer]]></category>
		<category><![CDATA[Productivity]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/?p=15</guid>
		<description><![CDATA[When you&#8217;re in a position where you&#8217;re expected to know EVERYTHING, you can&#8217;t possible KNOW everything, and if you&#8217;re in a bind trying to find the subject matter expert who reports to you for information you need NOW, you may &#8230; <a href="http://jeffevora.wordpress.com/2009/02/28/my-everything-folder/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=15&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-14" title="803759_sk_lg1" src="http://jeffevora.files.wordpress.com/2009/02/803759_sk_lg1.jpg?w=500" alt="803759_sk_lg1"   />When you&#8217;re in a position where you&#8217;re expected to know EVERYTHING, you can&#8217;t possible KNOW everything, and if you&#8217;re in a bind trying to find the subject matter expert who reports to you for information you need NOW, you may think that you&#8217;re out of luck.</p>
<p>Don&#8217;t fret&#8211;there is a solution:  I call it my EVERYTHING FOLDER.</p>
<p>It is a legal-sized, 6-partition folder that contains all the itsy-bitsy details that I&#8217;m supposed to carry around in my brain, but otherwise need for thinking of new ideas to make more money or save on expenses.  I carry this around with me EVERYWHERE; you just can&#8217;t be sure when you&#8217;ll get asked the population of your VIP patrons who live within 240 miles of your property!</p>
<p>Each partition contains current reports or facts, along with the two previous versions, just in case you need to refer to it or need to see a trend.</p>
<p>My version contains the following:</p>
<ol>
<li>Marketing Calendar</li>
<li>Patron Segmentation</li>
<li>Event/Response Analysis</li>
<li>Mail Drop Calendar/Direct Marketing Fact Sheets</li>
<li>Promotions/Event/Entertainment Fact Sheets</li>
<li>Advertising Media Plan</li>
</ol>
<p>You can, of course, tailor your folder to your own needs.</p>
<p>Let me know how you plan on having yours look.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=15&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/02/28/my-everything-folder/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://jeffevora.files.wordpress.com/2009/02/803759_sk_lg1.jpg" medium="image">
			<media:title type="html">803759_sk_lg1</media:title>
		</media:content>
	</item>
		<item>
		<title>Formula for Rounding Up in Multiples of Five</title>
		<link>http://jeffevora.wordpress.com/2009/02/28/formula-for-rounding-up-in-multiples-of-five/</link>
		<comments>http://jeffevora.wordpress.com/2009/02/28/formula-for-rounding-up-in-multiples-of-five/#comments</comments>
		<pubDate>Sat, 28 Feb 2009 05:26:36 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[Notes]]></category>
		<category><![CDATA[excel]]></category>
		<category><![CDATA[formula]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[rounding]]></category>
		<category><![CDATA[shortcut]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/?p=6</guid>
		<description><![CDATA[Sometimes you just need a simple formula to just give you what you need without having to strain your brain. This came out of trying to increase reinvestment by 25%, rounded up, and at the same time keeping the values &#8230; <a href="http://jeffevora.wordpress.com/2009/02/28/formula-for-rounding-up-in-multiples-of-five/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=6&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft size-full wp-image-17" title="calculatorjpg" src="http://jeffevora.files.wordpress.com/2009/02/calculatorjpg.jpeg?w=500" alt="calculatorjpg"   />Sometimes you just need a simple formula to just give you what you need without having to strain your brain.</p>
<p>This came out of trying to increase reinvestment by 25%, rounded up, and at the same time keeping the values in multiples of five using MS-Excel and MS-Access:</p>
<p>Assuming Cell A1 contains the original value</p>
<p>=INT((A1*1.25)/5+0.99)*5</p>
<p>I&#8217;ll leave it up to you to convert it for MS-Access.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/6/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/6/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/6/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=6&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/02/28/formula-for-rounding-up-in-multiples-of-five/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://jeffevora.files.wordpress.com/2009/02/calculatorjpg.jpeg" medium="image">
			<media:title type="html">calculatorjpg</media:title>
		</media:content>
	</item>
		<item>
		<title>What is GTD and How Do I Get One?</title>
		<link>http://jeffevora.wordpress.com/2009/01/27/what-is-gtd-and-how-do-i-get-one/</link>
		<comments>http://jeffevora.wordpress.com/2009/01/27/what-is-gtd-and-how-do-i-get-one/#comments</comments>
		<pubDate>Tue, 27 Jan 2009 03:09:00 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[faq]]></category>
		<category><![CDATA[start]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/2009/01/27/what-is-gtd-and-how-do-i-get-one/</guid>
		<description><![CDATA[GTD is short for Getting Things Done, which comes from a productivity book by author David Allen, &#8220;Getting Things Done, The Art of Stress-Free Productivity.&#8221;   There are countless sites that could explain the philosophy better than I can, so &#8230; <a href="http://jeffevora.wordpress.com/2009/01/27/what-is-gtd-and-how-do-i-get-one/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=31&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://4.bp.blogspot.com/_hRgO4o5Ufis/SX576P_L60I/AAAAAAAAC_c/j-wWgH3CQlQ/s1600-h/pile.jpg"><img style="float:left;cursor:hand;width:276px;height:320px;margin:0 10px 10px 0;" src="http://4.bp.blogspot.com/_hRgO4o5Ufis/SX576P_L60I/AAAAAAAAC_c/j-wWgH3CQlQ/s320/pile.jpg" border="0" alt="" /></a></p>
<p>GTD is short for Getting Things Done, which comes from a productivity book by author David Allen, &#8220;Getting Things Done, The Art of Stress-Free Productivity.&#8221;  </p>
<p>There are countless sites that could explain the philosophy better than I can, so please feel free to click on this site: <a href="http://zenhabits.net/2007/02/beginners-guide-to-gtd"><span style="color:#000000;text-decoration:none;">http://zenhabits.net/2007/02/beginners-guide-to-gtd/</span></a> for a collection of the websites that explain GTD.  I would also suggest searching for GTD on the Image Search of your favorite search engine so you can get a visual of the flow that is GTD.</p>
<p>This is by no way a silver bullet; you still have to be disciplined to review your inbox daily, but the dividends are worth it.</p>
<p>For me, the biggest advantage of doing GTD is that my mind is kept clear&#8211;this way, I am able to process the work that I need to do better, faster, stronger.  Okay, well not stronger, but I do feel more confident of my skills and that nothing else is in my head to muck up my thoughts.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/31/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/31/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/31/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=31&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/01/27/what-is-gtd-and-how-do-i-get-one/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://4.bp.blogspot.com/_hRgO4o5Ufis/SX576P_L60I/AAAAAAAAC_c/j-wWgH3CQlQ/s320/pile.jpg" medium="image" />
	</item>
		<item>
		<title>Getting Started</title>
		<link>http://jeffevora.wordpress.com/2009/01/24/getting-started/</link>
		<comments>http://jeffevora.wordpress.com/2009/01/24/getting-started/#comments</comments>
		<pubDate>Sat, 24 Jan 2009 21:00:00 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/2009/01/24/getting-started/</guid>
		<description><![CDATA[I have been doing GTD on and off for the last couple of years; I seem to be going through the same cycles, and it was always getting back on the wagon that was always the hardest. The question always &#8230; <a href="http://jeffevora.wordpress.com/2009/01/24/getting-started/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=30&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://3.bp.blogspot.com/_hRgO4o5Ufis/SXuBqRnY_4I/AAAAAAAAC7k/q-rv8u8ALzg/s1600-h/wondering_man1.jpg"><img style="float:left;width:287px;cursor:hand;height:212px;margin:0 10px 10px 0;" src="http://3.bp.blogspot.com/_hRgO4o5Ufis/SXuBqRnY_4I/AAAAAAAAC7k/q-rv8u8ALzg/s320/wondering_man1.jpg" border="0" alt="" /></a></p>
<div>I have been doing GTD on and off for the last couple of years; I seem to be going through the same cycles, and it was always getting back on the wagon that was always the hardest. The question always has been trying to gather everything from your inbox and start putting them into projects and contexts, and that task alone needs a day after several months of not doing the system. This last time, I decided to try something a little bit radical, and it seems to work just fine. The first thing I did was prioritize those in my inbox by requestor. My superiors had certain expectancies that cannot be ignored. After choosing these tasks, I then sorted what was left by date, and set aside (ie IGNORED) anything that was older than 2 weeks. </p>
<p>At first I was nervous, not really knowing what to expect. I organized my recent inbox items and it gave me a sense of accomplishment, but I was still careful to look at those that were set aside, just in case something came up. After the first week, some of these tasks resurfaced, but I treated them as a new item on my inbox. This became the case for the next several weeks, and I was able to get by just fine.</p>
<p>I was able to get back to doing GTD in a manageable way, without being overwhelmed by the seemingly endless to-do list that was facing me just before, and now I feel that I have more control on my days and getting things done.</p>
<p> </p></div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/30/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/30/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/30/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=30&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/01/24/getting-started/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://3.bp.blogspot.com/_hRgO4o5Ufis/SXuBqRnY_4I/AAAAAAAAC7k/q-rv8u8ALzg/s320/wondering_man1.jpg" medium="image" />
	</item>
		<item>
		<title>iPhone Apps I Use the Most</title>
		<link>http://jeffevora.wordpress.com/2009/01/10/iphone-apps-i-use-the-most/</link>
		<comments>http://jeffevora.wordpress.com/2009/01/10/iphone-apps-i-use-the-most/#comments</comments>
		<pubDate>Sat, 10 Jan 2009 04:13:00 +0000</pubDate>
		<dc:creator>jrevorajr</dc:creator>
				<category><![CDATA[GTD]]></category>
		<category><![CDATA[iphone]]></category>
		<category><![CDATA[lifehack]]></category>
		<category><![CDATA[Productivity]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[time management]]></category>

		<guid isPermaLink="false">http://jeffevora.wordpress.com/2009/01/10/iphone-apps-i-use-the-most/</guid>
		<description><![CDATA[I&#8217;ve found that my iPhone has absolutely changed the way I organize my life and work. It has proven to be an invaluable tool, and now I can&#8217;t imagine life without it. I don&#8217;t even really consider it a &#8220;phone,&#8221; &#8230; <a href="http://jeffevora.wordpress.com/2009/01/10/iphone-apps-i-use-the-most/">Continue reading <span class="meta-nav">&#8594;</span></a><img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=29&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://1.bp.blogspot.com/_hRgO4o5Ufis/SWjJbQ017dI/AAAAAAAACsQ/aKox-x9oYzA/s1600-h/iphone%2520apps.jpg"><img style="float:left;cursor:hand;width:157px;height:320px;margin:0 10px 10px 0;" src="http://1.bp.blogspot.com/_hRgO4o5Ufis/SWjJbQ017dI/AAAAAAAACsQ/aKox-x9oYzA/s320/iphone%2520apps.jpg" border="0" alt="" /></a></p>
<p><a href="http://1.bp.blogspot.com/_hRgO4o5Ufis/SWjJbQ017dI/AAAAAAAACsQ/aKox-x9oYzA/s1600-h/iphone%2520apps.jpg"></a> I&#8217;ve found that my iPhone has absolutely changed the way I organize my life and work.  It has proven to be an invaluable tool, and now I can&#8217;t imagine life without it.  I don&#8217;t even really consider it a &#8220;phone,&#8221; but rather a computer that just has the capability of receiving and making telephone calls.</p>
<p>Listed below are the iPhone Apps that I use most of the time, and which I think is crucial to getting my life in order:</p>
<p>Default Applications</p>
<p>Calendar &amp; Email - I use these to keep mainly my work in order.  Support for MS-Exchange was greatly appreciated (and needed!), and I was glad to find out that I did not have to subscribe to AT&amp;T&#8217;s Enterprise subscription to use it!  I also found out that I had to change my FETCH options so that the battery on my iPhone does not run out.</p>
<p> Google Maps &#8211; When searching for places and businesses, nothing beats this application.  Not only does it locate Points of Interest, but it provides you with their telephone number, directions, and any restaurant ratings if it is applicable.</p>
<p> Downloaded Applications (Free)</p>
<p>Evernote &#8211; This is the do-it-all note-taking application, hands down.  My favorite feature is being able to take a picture of words and the application actually making those words searchable.  Of course, I would recommend installing the application on your home computer as well.</p>
<p> vlingo - The feature that iPhone forgot.  With the press of a button, you can use your voice to dial anyone from your contact list, a telephone number, search the web, or locate on Google Maps.  It is truly invaluable to me, especially when my hands are not free to type.</p>
<p> iDicto &#8211; Need to jot down a quick note while on the run?  Just record it for now and then recall it later once you&#8217;re at your desk.  Although calling your own voicemail also works, you wouldn&#8217;t have to wait for all the prompts to go through before recording.</p>
<p> Free RSS &#8211; Free RSS has a feature that automatically seeks the RSS feed just by letting it know the main webpage that you are interested in.  If the page has more than one feed, it allows you to select which feed you would like to add on your RSS.</p>
<p> Facebook &#8211; Even though Facebook can prove to be a time-consumer, it has also been a valuable resource for me when I am in need of assistance.  As most of my friends in FB are former co-workers, this gives you an avenue to post a question or concern and receive responses in a minimally invasive environment.</p>
<p> Darkroom &#8211; I have replaced the default Camera application with this.  Darkroom prevents any blurred images by actually waiting for the iPhone to be steady before actually taking the photograph.  This is important, especially when I have to take a picture of the contents of my whiteboard.</p>
<p> Speed Dial (1-4) &#8211; Place this on the first page of your iPhone and you save several keystrokes when trying to contact your top 4 contacts!  Set up was very intuitive and easy.</p>
<p> Downloaded Applications (Fee)</p>
<p>Toodledo &#8211; I have used several To-Do applications, both web- and application-based, and so far, this is the closest I have ever used that follows the needs that most GTD&#8217;ers have for their Inbox, Next Actions, Waiting For, and Someday lists.  It costs $2.99, which I believe is a steal!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/jeffevora.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/jeffevora.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/jeffevora.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/jeffevora.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/jeffevora.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/jeffevora.wordpress.com/29/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/jeffevora.wordpress.com/29/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/jeffevora.wordpress.com/29/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=jeffevora.wordpress.com&amp;blog=6767315&amp;post=29&amp;subd=jeffevora&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://jeffevora.wordpress.com/2009/01/10/iphone-apps-i-use-the-most/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/a00e372d187cb636fc6d6cea9a828bce?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jrevorajr</media:title>
		</media:content>

		<media:content url="http://1.bp.blogspot.com/_hRgO4o5Ufis/SWjJbQ017dI/AAAAAAAACsQ/aKox-x9oYzA/s320/iphone%2520apps.jpg" medium="image" />
	</item>
	</channel>
</rss>
