<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>David Sparks</title>
	
	<link>http://davidsparks.me</link>
	<description>Blog &amp; Social Media Hub for David Sparks of Memphis TN.</description>
	<lastBuildDate>Fri, 12 Aug 2011 20:34:37 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/DavidSparks" /><feedburner:info uri="davidsparks" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>TextExpander for Web Developers, Your Snippets on Steroids</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/ag4BhX9Wuho/</link>
		<comments>http://davidsparks.me/web/textexpander-for-web-developers-your-snippets-on-steroids/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 20:27:57 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Cascading Style Sheets]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[HTML element]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Snippets]]></category>
		<category><![CDATA[TextExpander]]></category>
		<category><![CDATA[Uniform Resource Locator]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=347</guid>
		<description><![CDATA[I use TexExpander in my web development work flow to save time, my fingers and wrists by loading it chock full of various types of snippets. Snippets ranging from basic html tags to fully functioning html template structures to start from when beginning a new web project. I searched far and wide for a good snippets manager. [...]]]></description>
			<content:encoded><![CDATA[<p>I use TexExpander in my web development work flow to save time, my fingers and wrists by loading it chock full of various types of snippets. Snippets ranging from basic html tags to fully functioning html template structures to start from when beginning a new web project.</p>
<p><span id="more-347"></span></p>
<p>I searched far and wide for a good snippets manager. I even wrote an <a href="http://davidsparks.me/web/code-collector-pro-vs-snippley/" target="_blank">old blog post about two snippets managers</a>.</p>
<p>I wanted an easy way to get snippets in and out of my <a class="zem_slink" title="Integrated development environment" href="http://en.wikipedia.org/wiki/Integrated_development_environment" rel="wikipedia">IDEs</a>, or other places maybe. I liked being able to have notes and things like that but it wasn&#8217;t totally a must. I needed to create groups/folders so I could find things quickly.</p>
<p>I had often heard about <a class="zem_slink" title="TextExpander" href="http://www.smileonmymac.com/TextExpander/" rel="homepage">TextExpander</a> but didn&#8217;t want to pay for it, thought I wouldn&#8217;t use it much, and didn&#8217;t see how it would assist me in any practical way. Turned out to simply be a matter of understanding. I wasn&#8217;t quite sure what the app did and how it did it.</p>
<p><a href="http://davidsparks.me/wp-content/uploads/2011/08/Screen-shot-2011-08-12-at-3.20.21-PM.png"><img class="alignright size-medium wp-image-356" title="Screen shot 2011-08-12 at 3.20.21 PM" src="http://davidsparks.me/wp-content/uploads/2011/08/Screen-shot-2011-08-12-at-3.20.21-PM-300x273.png" alt="" width="300" height="273" /></a></p>
<p>My way of using TextExpander may not be the most practical or common use of the app. But it works for me. Not long ago I was talking to another developer friend and mentioned how I have a needed snippet in TextExpander and they responded in a manner that implied they didn&#8217;t fully understand why I had my snippets in there. I briefly explained and it occurred to me that maybe I should write a post about this. Perhaps using it the way I am is less common that I thought.</p>
<p>So, hopefully you can find this beneficial in some way.</p>
<p>For the lay person, at it&#8217;s simplest explanation, I&#8217;m using TextExpander to hold and organize very large and very small snippets of code.</p>
<h3>What does TextExpander do exactly?</h3>
<p>basically you type a string of characters, configurable a few different ways, and once that string is typed, the text &#8220;expands&#8221; and turns into the content that you have associated it with in TextExpander.</p>
<p>For example, my favorite and most used snippet is very short. I use CSS borders on all sorts of elements to see exactly what they&#8217;re doing during the building and debugging phase. Maybe a topic for another post, but if you&#8217;re not using a simple CSS border on elements during the initial development phase you should start. I have done a hand ful of sites that browser tested perfect first try and spent no time fixing issues. I directly attribute that to using borders during the build before anything is broken.</p>
<p>In TextExpander you have 3 elements. The Content, the Label and the Shortcut.</p>
<p>So here&#8217;s an example of a snippet I use every single day:</p>
<ul>
<li>Content: &#8220;border:1px solid red;&#8221;</li>
<li>Label: 1px red border</li>
<li>Shortcut: &#8220;borred&#8221; (my abbreviation for <strong>bor</strong>der <strong>red</strong>)</li>
</ul>
<p>once I&#8217;ve typed &#8220;borred&#8221; it turns into the associated content.</p>
<p>Another I use a lot is a simple case of a background replace on various elements like h1. Any time I need to remove text from an element and show a background image i use the following shortcut.</p>
<ul>
<li>Content: &#8221;<br />
background: left top no-repeat;<br />
display: block;<br />
width:px;<br />
height:px;<br />
margin:0;<br />
padding:0;<br />
text-indent: -9999px;<br />
&#8220;</li>
<li>Label: &#8220;Basic Background Replacement &#8220;</li>
<li>Shortcut: &#8220;bgReplace&#8221;</li>
</ul>
<p>As you can probably predict, I type the selector, brackets and then type my shortcut which deliberately has no width and height since those will be specific to each instance and boom. Time saved.</p>
<p>That&#8217;s the simple stuff that was obvious to me when I first got the app. Stuff that I was typing over and over. Another is &#8220;marpad&#8221; which turns into &#8220;margin:0; padding:0;&#8221;. What I found though was that I could put much longer items in there and then determined that I could group them together logically to aid in speed of use.</p>
<p>So the heavy lifting stuff is my &#8220;HTML5 Layout&#8221; group. Within that I house various common layouts in both the HTML5 variety as well as their associated CSS. For example. Most every site breaks down by having a header, content area, 1 or 2 sidebars and a footer. Once you create a bare bones browser tested starting point there&#8217;s no reason to recode those structures anymore. It may seem illogical to have CSS snippets in the HTML5 Layout folder but I do that to keep them grouped together. I don&#8217;t need the other CSS content in any situation than the starting point of building a site. So having it in the CSS folder for semantics makes little sense. It would take longer to find the needed CSS to use with the HTML5 structure if it were in the CSS group, likewise it would make it harder for me to find other things.</p>
<p>Might be important to note at this point, I have so many entries into TextExpander that remembering the shortcuts at this point is near impossible. The things I use every day, I&#8217;ve memorized. Like the ones above for example.<br />
What makes this ok is that TextExpander adds an icon to the menu bar that makes looking up items very easy. You can both search or just drill down into the folders if you know where something is.</p>
<p><a href="http://davidsparks.me/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-10.07.55-PM.png"><img title="Screen shot 2011-08-11 at 10.07.55 PM" src="http://davidsparks.me/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-10.07.55-PM-192x300.png" alt="" width="192" height="300" /></a></p>
<p>As you can see, I have many groups organized in a particular way with the most used at the top. Its easy to drill down into a group, click on the needed item and it expands wherever your cursor was in whatever text editor.</p>
<p>Here&#8217;s a view of the actual TextExpander app open looking into the HTML5 Layout group.</p>
<p><a href="http://davidsparks.me/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-10.11.35-PM.png"><img class="alignnone size-medium wp-image-350" title="Screen shot 2011-08-11 at 10.11.35 PM" src="http://davidsparks.me/wp-content/uploads/2011/08/Screen-shot-2011-08-11-at-10.11.35-PM-300x206.png" alt="" width="300" height="206" /></a></p>
<p>I think now you may have an idea of how I&#8217;m using TextExpander as my snippets manager. If you would like some more details specifically feel free to leave a comment or contact me. I&#8217;m happy to help.</p>
<p>With that, I&#8217;m going to wrap this up by sharing some ideas for snippets that you can use. It took me a while to think of using the app to this extent so you get to have my trial and error knowledge without the pain. Maybe it&#8217;ll lead you to some new ideas and you can come back to share as well.</p>
<p>Here are some snippet ideas.</p>
<p>HTML Tags:</p>
<ul>
<li>h1/ = &lt;h1&gt;&lt;/h1&gt;</li>
<li>p/ = &lt;p&gt;&lt;/p&gt;</li>
<li>em/ = &lt;em&gt;&lt;/em&gt;</li>
<li>ul/ = &lt;ul&gt;&lt;/ul&gt;</li>
<li>li/ = &lt;li&gt;&lt;/li&gt;</li>
<li>a/ = &lt;a href=&#8221;" title=&#8221;"&gt;&lt;/a&gt;</li>
<li>?/ =  &lt;?php ?&gt; (yes i know it&#8217;s not html. Thought it would be helpful to include it)</li>
</ul>
<p>I think you get the idea there.</p>
<h3>The trick to making good shortcuts is finding things you wouldn&#8217;t normally type. I don&#8217;t believe I&#8217;ve ever typed &#8220;ul/&#8221; until using it in TextExpander.</h3>
<p>URLs:</p>
<ul>
<li>h/ = http://</li>
<li>h/w = http://www.</li>
<li>h/goo = http://www.google.com</li>
<li>h/dav = http://www.davidsparks.me</li>
</ul>
<p>You see the many uses. I have all URLs that I may need to type on a regular basis. You may be saying &#8220;um… thats what bookmarks are for nerd&#8221;. Well, I first had this idea when i was sick of typing &#8220;http://&#8221; in various needs. Once I got to that point i found myself typing &#8220;h/w&#8221; many times and then following it up with something like this sites URL. Some needs are in comments, often you&#8217;ll be asked to list your site. Perhaps a forum, on twitter or tumblr. You start to notice how often you type URLs that aren&#8217;t in the address bar.</p>
<p>Email Addresses:</p>
<ul>
<li>@pem = <strong>P</strong>ersonal <strong>EM</strong>ail</li>
<li>@wem = <strong>W</strong>ork <strong>EM</strong>ail</li>
</ul>
<p>I have a hand ful of email addresses that I&#8217;m always typing. Typing emails is freaking annoying. I hate having to type the whole &#8220;@gmail.com&#8221; or whatever. It sucks, it&#8217;s a lot to type.</p>
<p>I have shortcuts for CSS, HTML, HTML Emails, Facebook tab development, words I always misspell, HTML5 tags, jQuery, php, javascript etc etc etc.</p>
<p>Hopefully this has provided you with some ideas or a starting point on what you can do with TextExpander as a web developer. I&#8217;ve already saved myself 13.5 hours of typing since using it which is quite a lot.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://thinkvitamin.com/code/cross-platform-snippet-syncing-with-dropbox-textexpander-and-breevy/">Cross-platform snippet syncing with Dropbox, TextExpander and Breevy</a> (thinkvitamin.com)</li>
<li class="zemanta-article-ul-li"><a href="http://alternativeto.net/software/textexpander/">TextExpander Alternatives and Similar Software &#8211; AlternativeTo.net</a> (alternativeto.net)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=acdd1011-741d-49d7-9fb9-a4d90fd8d22e" alt="Enhanced by Zemanta" /></a></div>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/web/textexpander-for-web-developers-your-snippets-on-steroids/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/web/textexpander-for-web-developers-your-snippets-on-steroids/</feedburner:origLink></item>
		<item>
		<title>My New Clothing &amp; Toy Line, Astrobot!</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/Dhd-jZX6eSM/</link>
		<comments>http://davidsparks.me/personal/my-new-clothing-toy-line-astrobot/#comments</comments>
		<pubDate>Sat, 11 Jun 2011 20:31:54 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=335</guid>
		<description><![CDATA[Astrobot is a new clothing &#38; toy line from yours truly, David Sparks. The toys will be very done in very limited runs &#38; many of the apparel designs will be done once &#38; never sold again. Continue reading for more information on my most recent creative endeavor. It all started many years ago when I was [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Astrobot</strong> is a new clothing &amp; toy line from yours truly, <strong>David Sparks</strong>. The toys will be very done in very limited runs &amp; many of the apparel designs will be done once &amp; never sold again. Continue reading for more information on my most recent creative endeavor.<span id="more-335"></span></p>
<p><a href="http://davidsparks.me/wp-content/uploads/2011/06/rocket-logo.png"><img class="alignright size-medium wp-image-339" title="rocket-logo" src="http://davidsparks.me/wp-content/uploads/2011/06/rocket-logo-300x300.png" alt="" width="210" height="210" /></a>It all started many years ago when I was in a signed touring metal band. I was in charge of the merch. After working with a friend in our big brother band who was already established &amp; making t-shirts for other bands &amp; picking his brain on how to design shirts, I tried my first design. Subsequent designs were created &amp; printed. I was hooked &amp; people seemed to like them. I was then requested to make some designs for other bands &amp; venues.</p>
<p>I was hooked &amp; wanted to try &amp; start a clothing line myself. That same friend who did our first initial shirts &amp; helped me out had his own line at the time. It was something that had never occurred to me despite the fact that my band had played with <a class="zem_slink" title="Johnny Cupcakes" rel="homepage" href="http://www.JohnnyCupcakes.com">Johnny Cupcakes</a> band, at the venue I used to run with some friends in <a class="zem_slink" title="Memphis, Tennessee" rel="geolocation" href="http://maps.google.com/maps?ll=35.1175,-89.9711111111&amp;spn=0.1,0.1&amp;q=35.1175,-89.9711111111 (Memphis%2C%20Tennessee)&amp;t=h">Memphis TN</a>, &amp; I saw what he was doing when he had first gotten started. Long before what he is today. I even asked him on twitter if he remembered playing there a year or so ago which he said he did. Pretty cool!</p>
<p>I had convinced myself that I was going to start my own line. A friend had a clothing store in town &amp; she had agreed to sell my designs in her store, I just had to get them made. I wanted to start printing them myself &amp; do everything on my own. That&#8217;s as far as it went though. I wasn&#8217;t in love with my designs &amp; there was somebody that was around me at the time that had discouraged me citing difficulty screen printing, which I had no experience in, &amp; expenses. So I slowly gave up.</p>
<p>Looking back it was for the better I think. The name I was using was probably one of the worst names I could imagine, the designs were cliche, sub par &amp; not that inspiring &amp; if I had failed then, I probably wouldn&#8217;t be giving it a go now.</p>
<p>Fast forward a few years &amp; I&#8217;m reading various magazines like Computer Arts, trying to teach myself better graphic &amp; web design after getting my first full time web job. In one of the magazines I saw a custom painted <a class="zem_slink" title="Munny" rel="wikipedia" href="http://en.wikipedia.org/wiki/Munny">Munny</a>. I had no idea what it was, but I thought it was the coolest thing I&#8217;d ever seen. I set out to discover the <a class="zem_slink" title="Designer toys" rel="wikipedia" href="http://en.wikipedia.org/wiki/Designer_toys">designer toy</a> scene then proceeded to spend a ridiculous amount of money on it. Slowly but surely the bug started to build up again only this time I wanted to start a toy company. However, some point along the way of researching how to get toys made I started to again get more &amp; more interested in doing shirts. I had decided that shirts were more easily accessible and familiar to me, with already having experience, &amp; that since I wanted to do both, starting off with shirts would be the best option.</p>
<p>The capacity &amp; type of toys I produce is still being debated within my own head. Weather it&#8217;s actual vinyl or super limited boutique resin. Toys are in the plans though.</p>
<p>So here I am. Gearing up to launch my first line of shirts. Ducks are still being placed in a row so the exact launch date of the line is still a litte hazy but imminent no less.</p>
<p>I&#8217;m very inspired by 1950&#8242;s-1960&#8242;s advertising &amp; design, typography, character illustration &amp; the NASA space program. The designs will be very minimalist &amp; simple pulling from these inspirations.</p>
<p>I also plan to work with other artists to produce shirts through my line once things get rolling. I&#8217;m very excited about my new line &amp; I hope everybody else is too.</p>
<p>I&#8217;m considering having a launch party pop up shop somewhere on S. Main at some point on trolly night too.</p>
<p>To wrap this up, I&#8217;m throwing a contest where you can win a free shirt from the first line of shirts &amp; there are 4 ways to win.</p>
<ol>
<li>Sign up for the mailing list at <a title="Astrobot.co" href="http://www.astrobot.co" target="_blank">Astrobot.co</a></li>
<li>Follow <a title="TheAstrobot on Twitter" href="http://www.twitter.com/TheAstrobot" target="_blank">TheAstrobot</a> on Twitter</li>
<li>Like <a title="TheAstrobot on Facebook" href="http://www.facebook.com/TheAstrobot" target="_blank">TheAstrobot</a> on Facebook (You can also sign up for the mailing list through facebook on the mailing list tab)</li>
<li>Follow <a title="TheAstrobot on Tumblr" href="http://TheAstrobot.tumblr.com" target="_blank">TheAstrobot</a> on Tumblr.</li>
</ol>
<p>Doing each of these increases your chances to win. 1 random person will be selected from each of those categories &amp; will receive a free t-shirt! Doesn&#8217;t get much easier than that.</p>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/personal/my-new-clothing-toy-line-astrobot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/personal/my-new-clothing-toy-line-astrobot/</feedburner:origLink></item>
		<item>
		<title>Twitter Background Template PSD</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/gvIDMMwEcKA/</link>
		<comments>http://davidsparks.me/web/twitter-background-template-psd/#comments</comments>
		<pubDate>Fri, 29 Oct 2010 18:58:07 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=315</guid>
		<description><![CDATA[A few weeks ago I gave a lecture for AIGA Memphis on Designing Social Media. It was my first speaking engagement and I think went really well. Met some people I had talked with a few times over Twitter, shared and learned a lot. Had a great time. Image via CrunchBase One of the things [...]]]></description>
			<content:encoded><![CDATA[<p>A few weeks ago I gave a lecture for AIGA Memphis on Designing <a class="zem_slink" title="Social media" rel="wikipedia" href="http://en.wikipedia.org/wiki/Social_media">Social Media</a>. It was my first speaking engagement and I think went really well. Met some people I had talked with a few times over <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>, shared and learned a lot. Had a great time.</p>
<p><span id="more-315"></span></p>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div>
<dl class="wp-caption alignright" style="width: 230px;">
<dt class="wp-caption-dt"><a href="http://www.crunchbase.com/company/twitter"><img title="Image representing Twitter as depicted in Crun..." src="http://www.crunchbase.com/assets/images/resized/0000/2755/2755v30-max-450x450.png" alt="Image representing Twitter as depicted in Crun..." width="220" height="61" /></a></dt>
<dd class="wp-caption-dd zemanta-img-attribution" style="font-size: 0.8em;">Image via <a href="http://www.crunchbase.com">CrunchBase</a></dd>
</dl>
</div>
</div>
<p>One of the things I did for my talk was provide everybody with the PSD file that i personally use when designing a new Twitter background. It has background mock up examples, guides, common resolution demonstrations and a twitter content area to simulate what things will look like live.</p>
<p>I figured others may also find this useful and maybe somebody forgot to write down the full url and hasn&#8217;t been able to download it etc. So here it is. If you would like to use the Twitter template I use, have at it!</p>
<p><a title="Twitter Background Design Template PSD" href="http://davidsparks.me/downloads/aiga.zip">Twitter Background Design Template PSD</a></p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.fuelyourcreativity.com/free-new-twitter-psd-background-template/">Free New Twitter PSD Background Template</a> (fuelyourcreativity.com)</li>
<li class="zemanta-article-ul-li"><a href="http://speckyboy.com/2010/10/27/30-fresh-web-ui-mobile-ui-and-wireframe-kits/">30 Fresh Web UI, Mobile UI and Wireframe Kits</a> (speckyboy.com)</li>
<li class="zemanta-article-ul-li"><a href="http://sixrevisions.com/freebies/web-page-templates/free-psd-template-6r-wooden-portfolio/">Free PSD Template: 6R Wooden Portfolio</a> (sixrevisions.com)</li>
<li class="zemanta-article-ul-li"><a href="http://laughingsquid.com/photoshop-dexterity-psd-using-photoshop-tools-in-real-life/">Photoshop Dexterity (PSD) &#8211; Using Photoshop Tools In Real Life</a> (laughingsquid.com)</li>
<li class="zemanta-article-ul-li"><a href="http://resources.savedelete.com/10-beautiful-psd-web-templates-of-july-2010-for-free-downlaod.html">10 Beautiful PSD Web Templates Of July 2010 For Free Download</a> (resources.savedelete.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=ad6d05ba-9a35-4acf-a9b6-990f10d18217" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/web/twitter-background-template-psd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/web/twitter-background-template-psd/</feedburner:origLink></item>
		<item>
		<title>Your Privacy and The Future of Geo Location Services</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/6eL8ITlvlFo/</link>
		<comments>http://davidsparks.me/rants/your-privacy-and-the-future-of-geolocation-services/#comments</comments>
		<pubDate>Tue, 28 Sep 2010 21:25:56 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Rants]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Foursquare Solutions]]></category>
		<category><![CDATA[Privacy]]></category>
		<category><![CDATA[Social network]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Website]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=284</guid>
		<description><![CDATA[If you didn&#8217;t know, Geo location or Geo Tagging services are the next big thing. They arguably already are. The next frontier in the world of advanced mobile technology and web related products. If you&#8217;re a young aspiring web developer and have dreams of grandeur in the industry where you&#8217;re the next big player with [...]]]></description>
			<content:encoded><![CDATA[<p>If you didn&#8217;t know, Geo location or Geo Tagging services are the next big thing. They arguably already are. The next frontier in the world of advanced mobile technology and web related products. If you&#8217;re a young aspiring web developer and have dreams of grandeur in the industry where you&#8217;re the next big player with the Facebooks and Twitters of the world instead of working a web, advertising or marketing company, I would encourage that person to spend time innovating in the Geo craze. Still in it&#8217;s infant stages the most annoying and common goof on the service is similar to twitters at first: &#8220;Why would i want to know where somebody is 24/7&#8243;? When <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a> was getting started it was &#8220;why would i want to know somebody is going to the bathroom or making a sandwich at all times&#8221;?</p>
<p><span id="more-284"></span></p>
<p>The truth is, that isn&#8217;t how people are using these services and those people who made those gripes are almost certainly members of <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a> who routinely make ports or spins on those blossoming trendy technologies and they&#8217;re now common place. First it was a reworking of their statuses. Then it was a reworking of the feed that looks just like twitter. then pictures and video showed up in your feed and you could check them out without leaving. Now twitter is reworking it&#8217;s feed to do the same. Now Places has been created to capitalize on <a class="zem_slink" title="Foursquare Solutions" rel="homepage" href="http://foursquare.com/">Foursquare</a> though Places has a glaring problem that gives FS an advantage. Places has no badges, specials or mayor ships. No incentives to using the service. To date people just keep using Foursquare and like services with a few exceptions.</p>
<div class="zemanta-img" style="margin: 1em; display: block;">
<div class="wp-caption alignright" style="width: 190px"><a href="http://www.crunchbase.com/company/foursquare-solutions"><img title="Image representing Foursquare Solutions as dep..." src="http://www.crunchbase.com/assets/images/resized/0009/2518/92518v1-max-450x450.png" alt="Image representing Foursquare Solutions as dep..." width="180" height="48" /></a><p class="wp-caption-text">Image via CrunchBase</p></div>
</div>
<p>Those same people that complained about those services now see their favorite site adopting those practices.</p>
<p>Geo Location/Tagging is much more interesting though because of the privacy challenges it will face as well as the eventual benefits it will provide when more advances are made.</p>
<p>For me personally, I&#8217;m very interested in politics, <a class="zem_slink" title="Civil and political rights" rel="wikipedia" href="http://en.wikipedia.org/wiki/Civil_and_political_rights">civil rights</a>, being aware of what your rights are in general as a citizen and protecting them. One of those rights does include privacy however, the Internet has caused us all to rethink what privacy actually means. In ye olden days privacy meant you lived out on a farm a couple hours horse ride into town where nobody could see in your windows. Later it meant nobody could watch you change clothes in a department store dressing room. At the core though privacy has remained the same in 1 way. We as individuals decide what our <a class="zem_slink" title="Privacy" rel="wikipedia" href="http://en.wikipedia.org/wiki/Privacy">personal privacy</a> level is. Choice is the key word. Old timers chose to relinquish their privacy when they would ride into town. People chose to relinquish a little privacy when they step out of the dressing room in the new outfit to show a friend or look in the mirror. Today, we chose where we check in. Where and when we broadcast our location. There&#8217;s another level though and that&#8217;s who we allow that broadcast to be intercepted by which is the purpose of this post.</p>
<p>On facebook we chose who our friends are and within those sometimes we chose to hide certain things from them as well with privacy settings. On twitter you can have a private profile or not sync your foursqare to it. On foursquare you approve or decline friendship requests etc.</p>
<p>Recently I had an automated service retweet my foursqaure post without my approval. That service is <a href="https://twitter.com/locationtweet">locationtweet</a>. Before that, months ago when i first started using foursqaure there was a website that was collecting twitter posts from foursquare and archiving them on their site. Without my permission. I tweeted them telling them that they remove my location tweets permanently because I didn&#8217;t grant them permission. They responded quickly letting me know it had been taken down. This twitter account, locationtweet did not respond to my demand to no longer list me in their service.</p>
<p>To me, this is the core of the privacy issue regarding location services and the first thing that needs to be addressed, by whom, I&#8217;m not sure. Government, isp, foursquare or twitter them self. I&#8217;m not particular about who does it but I absolutely want it to happen. It may seem harmless and insignificant but entertain me.</p>
<p>I broadcast my physical location to the world, but I do so understanding in generalities who can see it. I have a decent understanding of my twitter followers, who i&#8217;m friends with on Foursquare and Facebook. Sometimes I check in without sharing with friends. Sometimes I only share it with Foursquare, sometimes just Foursquare and Twitter. The point is I&#8217;m in control and every check in is a conscious decision to do so while understanding the conditions.</p>
<p>Services like locationtweet and the other i mentioned exploit this use of technology without the permision or choice of the individual. Their obvious argument is that it&#8217;s there for all to see anyway. My response is that yes, all can see it, but i know who all generally is, all aren&#8217;t seeing it and their aiding in others seeing it i have no idea about. You&#8217;ve likely heard about the <a href="http://pleaserobme.com">pleaserobme.com</a> which now appears to be shut down. The premise was them posting your location implying that you&#8217;re not home so go break into my house. I can appreciate the humor in such an effort but it&#8217;s also offensive, potentially dangerous and could end up putting some body&#8217;s life in danger. Maybe unlikely but all that aside it gets to the core of what I&#8217;m talking about. Services should not be allowed or permitted to use my location, my content and the content i generate for services I&#8217;m a willing member of for their personal gain without my permission. If foursquare gave them permission to do so, I would look at what they offered and brought to the table. If nothing I would try to opt out and if I couldn&#8217;t i would legitimately stop using the service.</p>
<p>Privacy is choice. The conscious decision to share information about yourself and your location. It&#8217;s no longer living in your house with the doors and blinds shut. Services that remove my choice from me is an exploit and violation of my privacy and it&#8217;s wrong.</p>
<p>There are exciting things in store for location based services. It is the next frontier but something will have to be done on this front to protect our choice in the hopefully near future.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://mashable.com/2010/08/17/foursquare-focuses-on-privacy-on-eve-of-expected-facebook-location-launch/">Foursquare Focuses on Privacy on Eve of Expected Facebook Location Launch</a> (mashable.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.theglobeandmail.com/news/technology/personal-tech/facebook-tries-to-head-privacy-critics-off-at-the-pass/article1726683/?cmpid=rss1">Facebook tries to head privacy critics off at the pass</a> (theglobeandmail.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.dailyfinance.com/story/company-news/exclusive-top-privacy-group-to-discuss-facebook-places-with-ftc/19600158/?icid=zemanta">Exclusive: Top Privacy Group to Discuss Facebook Places With FTC</a> (dailyfinance.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.bloggingot.com/social-media-marketing/5-geo-location-services-you-should-know-about/">5 Geo-Location Services You Should Know About</a> (bloggingot.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.newscientist.com/article/mg20727795.200-foursquare-founder-privacy-fears-are-exaggerated.html?DCMP=OTC-rss&amp;nsref=online-news">Foursquare founder: Privacy fears are exaggerated</a> (newscientist.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.socialtimes.com/2010/09/create-a-geoprofile-for-your-location-based-life-interview/">Create a Geoprofile for your Location-Based Life [Interview]</a> (socialtimes.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=4d716f74-e449-4b88-80d7-9992f584a980" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/rants/your-privacy-and-the-future-of-geolocation-services/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		<feedburner:origLink>http://davidsparks.me/rants/your-privacy-and-the-future-of-geolocation-services/</feedburner:origLink></item>
		<item>
		<title>Googles New Social Circle in Search Results</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/4DwoRDHmsyE/</link>
		<comments>http://davidsparks.me/web/googles-new-social-circle-in-search-results/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 00:59:38 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Google Profile]]></category>
		<category><![CDATA[iPhone 3G]]></category>
		<category><![CDATA[James White]]></category>
		<category><![CDATA[Search Engines]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=97</guid>
		<description><![CDATA[Google has added a new feature to it’s search results based on networks that you let Google know you’re a member of. It finds connections, looks for people you know who have content available in Google searches and presents the information to you in a nice way. So I&#8217;m not sure when this happened, but [...]]]></description>
			<content:encoded><![CDATA[<p>Google has added a new feature to it’s search results based on networks that you let Google know you’re a member of. It finds connections, looks for people you know who have content available in Google searches and presents the information to you in a nice way.<span id="more-97"></span></p>
<p>So I&#8217;m not sure when this happened, but I just noticed it.</p>
<p><a href="http://img.skitch.com/20100621-x3nsg8in1etw94kwx84arg242p.jpg"><img class="alignnone" title="Social Circle" src="http://img.skitch.com/20100621-x3nsg8in1etw94kwx84arg242p.jpg" alt="" width="594" height="337" /></a></p>
<p>While doing an image search for <a class="zem_slink" title="iPhone 3G" rel="homepage" href="http://www.apple.com/iphone">iPhone</a> Wallpapers I noticed one of my favorite digital artists&#8217;, <a class="zem_slink" title="James White" rel="homepage" href="http://blog.signalnoise.com/">James White</a>&#8216;s images on the page. At first I thought that was really bizarre that <a class="zem_slink" title="Google" rel="homepage" href="http://google.com">google</a> would just happen to show one of my favorite artists stuff in the results. Then I noticed that they added something new. I wasn&#8217;t sure how exactly they figured out any kind of connection with James White but upon clicking &#8220;My Social Circle&#8221; I discovered the quite lengthy answer.</p>
<h3>It appears google uses 3 ways to created connections.</h3>
<ol>
<li><em>gChat and Gmail contacts</em></li>
<li><em>Contacts found through your extended network via google profile. Meaning, I have my facebook and twitter linked to my </em><a class="zem_slink" title="Google" rel="homepage" href="http://google.com"><em>Google</em></a><em> Profile among other sites. It checks for matches through whatever sites i seemingly have listed on my Google Profile and gets relevant content.</em></li>
<li><em>Other people. Information pulled from other peoples links. So if I pop up in your information and have some pictures on my flickr or blog you might be looking for, there they are.</em></li>
</ol>
<p>Quickly scrolling through, it would appear about 80% of my connections are established through my <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a> account while the other 20% is split up between <a class="zem_slink" title="Flickr" rel="homepage" href="http://www.flickr.com">Flickr</a> and my email contacts.</p>
<p>This is pretty interesting and provides for some cool opportunities. If my friend posts a picture I thought was funny and I wanted to find it again, this should make that process MUCH easier. With everybody branching out more and more in terms of how many services their a part of, remembering if my friend posted that lolcat on <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a>, in an email or on Twitter might be unnecessary now. as long as Google knows how many connections I have with that person, it should be able to find the images.</p>
<h3>My Social Content.</h3>
<p>The other aspect of the new feature is seeing what content you&#8217;re providing. A quick look at the links you&#8217;ve listed on your google profile and you get a broad picture of where content is coming from. Maybe you want to add some more, maybe you need to take some off. I&#8217;ll be adding my <a title="Tumblr" rel="homepage" href="http://davidsparks.tumblr.com" target="_blank">Tumblr</a> accounts for sure.</p>
<p>All cool new features that i think are very welcome to most. Should make some aspects of searching a lot easier. And that&#8217;s why we use Google in the first place.</p>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.leehower.com/2009/04/why-google-profiles-wont-kill-facebook.html">Why Google Profiles Won&#8217;t Kill Facebook or LinkedIn</a> (leehower.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.blogherald.com/2010/06/08/will-wordpress-gravatars-kill-off-google-profiles/">Will WordPress Gravatars Kill Off Google Profiles?</a> (blogherald.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.socialmediatoday.com/SMC/185207">3 Myths About Google Profiles and 2 Reasons to Have One Anyway</a> (socialmediatoday.com)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=576cff8b-3a60-4f5f-bebc-f3c5b6bfcd2a" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/web/googles-new-social-circle-in-search-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/web/googles-new-social-circle-in-search-results/</feedburner:origLink></item>
		<item>
		<title>Wu-Tangs Incredible Branding Opportunity That They’ve Never Cared About</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/O8yV3LH1AsY/</link>
		<comments>http://davidsparks.me/rants/wu-tangs-incredible-branding-opportunity-that-theyve-never-cared-about/#comments</comments>
		<pubDate>Thu, 10 Jun 2010 23:00:42 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Rants]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=90</guid>
		<description><![CDATA[If you know me, you know I LOVE Wu-Tang Clan. There is one aspect of the band/group that has always driven me crazy though. Their visuals. The album covers and designs have always left me feeling cheated. Like the full experience was never realized. Like they’ve been misunderstood and mishandled this whole time and that [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>If you know me, you know I LOVE Wu-Tang Clan. There is one aspect of the band/group that has always driven me crazy though. Their visuals. The album covers and designs have always left me feeling cheated. Like the full experience was never realized. Like they’ve been misunderstood and mishandled this whole time and that they’ve never been told or know any better.<span id="more-90"></span></p>
<p>If you know me, you know I LOVE <a class="zem_slink" title="Wu-Tang Clan" rel="lastfm" href="http://www.last.fm/music/Wu-Tang%2BClan">Wu-Tang Clan</a>. There is one aspect of the band/group that has always driven me crazy though. Their visuals. The album covers and designs have always left me feeling cheated. Like the full experience was never realized. Like they&#8217;ve been misunderstood and mishandled this whole time and that they&#8217;ve never been told or know any better.</p>
<p>I wish they would let me design their album covers. The subject matter they rap about and particularly the eastern aspects like kung fu, shaolin monks, religion, various martial arts references, old movie samples and dialog. Even NYC &amp; <a class="zem_slink" title="Staten Island" rel="geolocation" href="http://maps.google.com/maps?ll=40.5762805556,-74.1448388889&amp;spn=0.1,0.1&amp;q=40.5762805556,-74.1448388889 (Staten%20Island)&amp;t=h">Staten Island</a>. The wealth of inspiration to draw from is and always has been endless.  The ability to reinforce their identity established in their lyrics via previously listed subject matter through visual design elements is maybe better than any other group or band i can think of. For sure hip hop. They are more rich with original content than almost anybody else.</p>
<p>I think its one thing that metal, hardcore, punk, rock n roll, indie etc bands have all mastered. Even lame ass hipster bands know they have a look and they reinforce it when they can. MC&#8217;s and Rappers live it, look it and breath it just the same. But they seemingly forget or take shortcuts on the design. <a class="zem_slink" title="T.I." rel="imdb" href="http://www.imdb.com/name/nm1939267/">T.I.</a> for example seems to present at least some semblance of an identity that he&#8217;s high class rapping about every day stuff. This is what you get from his CD covers. <a class="zem_slink" title="Jay-Z" rel="imdb" href="http://www.imdb.com/name/nm0419650/">Jay-Z</a> on the other hand is all over the map.</p>
<p>Rap and Hip Hop have only done this in one way with exceptions and they all do it the same. They also deviate from the path most times. The problem is… not all rap and hip hop is the same. Even though i HATE Kanye hes an exception. Teaming up with Kaws and various artists to create a look that matches what you think his sounds would visualize into. the poppy attitude his tracks have a feeling that is backed up by the attitude of the visuals. When you think Kanye you think about these colors and shapes along side certain songs and hooks.</p>
<p>Tribe called quest had a look and stuck with the the traditional African color pallet.</p>
<p>There is no reason, for a band rich with solid legitimate content like Wu-Tang to have these lame album covers that have no valid relation to them as people, artists or the lyrics. Each one is completely different. They even have what most bands lack. An incredible logo mark that functions perfectly without any accompanying type. I have a Wu-Tang belt buckle on right now. When you see the shape you know its Wu-Tang despite not saying it anywhere. That is so rare for a band to have, and such a luxury I&#8217;m not entirely sure I can come up with a good enough example to convey its significance. I&#8217;m sure their best selling merchandise consists of the yellow logo on something. Like a black t-shirt. Because fans like their brand. Wu-Tang doesnt seem to know what their sitting on or care too much about their brand outside of the music they create.</p>
<p><img class="alignnone" title="36 chambers" src="http://2.bp.blogspot.com/_LQ1xRhBUvQU/RfXAZ_prHpI/AAAAAAAAACo/4D_oz-Wk0_E/s320/Wu-Tang-36Chambers.jpg" alt="" width="297" height="300" /></p>
<p><img class="alignnone" title="forever" src="http://static.rateyourmusic.com/album_images/456b288b030a6be6f5e936d6392f61a4/11093.jpg" alt="" width="296" height="300" /></p>
<p><img class="alignnone" title="8 diagrams" src="http://www.scenepointblank.com/reviews/covers/01756.jpg" alt="" width="300" height="300" /></p>
<p><img class="alignnone" title="iron flag" src="http://images.uulyrics.com/cover/w/wu-tang-clan/album-wu-tang-iron-flag.jpg" alt="" width="285" height="285" /></p>
<p><img class="alignnone" title="W" src="http://static.rateyourmusic.com/album_images/7785692eaacf57e32e8863fecf5873e2/6148.jpg" alt="" width="300" height="300" /></p>
<p>As you can see from some of the albums… there&#8217;s no real representation of the group in any of them. No visual clues as to what their about. None of them are necessarily bad designs. They&#8217;re all just opportunities missed/cop outs. The first one sets the tone for what could have been very interesting. Faceless Urban Ninjas but then the ball is dropped swiftly with the Forever album. I will say my personal taste, that one is bad. the squished image of a hug show, unrelated head shots transformed strange and the pointless globe behind the too large logo.</p>
<p>I may not be the best artist for the job, but i could do better than what they currently have had to date and I understand branding and marketing better than most artists.</p>
<p>While the bellow falls a little short of its potential, like i said. I may not be the best artist for the job. but this is definitely close to what i had in mind. More of a mixture of hip hop/nyc style with eastern traditional style. It&#8217;s not incredible by any means, but its better than the above in my opinion simply because you get a feel for what wu-tang represents.</p>
<p><img class="alignnone" title="chamber music" src="http://www.shoptradition.com/store/blog/uploaded_images/wutang-chamber-music-759136.jpg" alt="" width="480" height="480" /></p>
</div>
<h6 class="zemanta-related-title" style="font-size: 1em;">Related articles by Zemanta</h6>
<ul class="zemanta-article-ul">
<li class="zemanta-article-ul-li"><a href="http://www.idiomag.com/peek/105918/wu">Wu-Tang Clan &#8211; Return of the Wu: Mixed by Mathematics</a> (idiomag.com)</li>
<li class="zemanta-article-ul-li"><a href="http://current.com/entertainment/music/92402856_rza-confirms-liquid-swords-2.htm?xid=RSSfeed">RZA Confirms Liquid Swords 2</a> (current.com)</li>
<li class="zemanta-article-ul-li"><a href="http://current.com/items/92316064_method-man-says-wu-tang-album-was-rushed-by-label.htm?xid=RSSfeed">Method Man Says Wu Tang Album was Rushed by Label</a> (current.com)</li>
<li class="zemanta-article-ul-li"><a href="http://www.idiomag.com/peek/108305/method_man">Wu-Tang Clan members get their own covers on âWu Massacreâ</a> (idiomag.com)</li>
<li class="zemanta-article-ul-li"><a href="http://r.zemanta.com/?u=http%3A//www.guardian.co.uk/music/2010/apr/29/wu-tang-clan-gza&amp;a=17301252&amp;rid=43314a7c-d56a-4f69-8f81-fc7a32cad020&amp;e=80b7f70c3a0c9ff05cccb17bfc429ad6">Wu-Tang Clan&#8217;s GZA to release Liquid Swords sequel</a> (guardian.co.uk)</li>
</ul>
<div class="zemanta-pixie" style="margin-top: 10px; height: 15px;"><a class="zemanta-pixie-a" title="Enhanced by Zemanta" href="http://www.zemanta.com/"><img class="zemanta-pixie-img" style="border: none; float: right;" src="http://img.zemanta.com/zemified_e.png?x-id=43314a7c-d56a-4f69-8f81-fc7a32cad020" alt="Enhanced by Zemanta" /></a><span class="zem-script more-related pretty-attribution"><script src="http://static.zemanta.com/readside/loader.js" type="text/javascript"></script></span></div>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/rants/wu-tangs-incredible-branding-opportunity-that-theyve-never-cared-about/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/rants/wu-tangs-incredible-branding-opportunity-that-theyve-never-cared-about/</feedburner:origLink></item>
		<item>
		<title>My New Site: YourMemphis.net</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/XPzzjj95Ssk/</link>
		<comments>http://davidsparks.me/web/my-new-site-yourmemphis-net/#comments</comments>
		<pubDate>Fri, 23 Apr 2010 12:00:37 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=76</guid>
		<description><![CDATA[A new site called YourMemphis.net where anybody can submit, vote &#038; comment on ideas to improve Memphis. And you log in with services you're already a member of like Facebook &#038; Twitter!]]></description>
			<content:encoded><![CDATA[<p>A new site called YourMemphis.net where anybody can submit, vote &amp; comment on ideas to improve Memphis. And you log in with services you&#8217;re already a member of like <a class="zem_slink" title="Facebook" rel="homepage" href="http://facebook.com">Facebook</a> &amp; <a class="zem_slink" title="Twitter" rel="homepage" href="http://twitter.com">Twitter</a>!<span id="more-76"></span><br />
So recently I&#8217;ve spent a months worth of weekends or so working on this idea I had. I&#8217;m not sure where I got the idea, or exactly when it happened.</p>
<p>Many moons ago I ran a website called OurMemphis.net. You can read the history of that site and how it eventually turned into <strong><a href="http://www.yourmemphis.net/" target="_blank">YourMemphis.net </a></strong>on the <em><a href="http://www.yourmemphis.net/back-story/" target="_blank">YourMemphis Back Story</a></em> page. Since it&#8217;s already there I wont go on and on about it here but in short the url holds some sentimental value. Only a few months ago I turned down an offer for the domain name that priced at a couple thousand.</p>
<p>The purpose of <em>YourMemphis</em> is to have a place where anyone can submit ideas on how to make Memphis a better place to live, work, play and raise a family. You can also vote on others ideas as well as comment on them and discuss at length. It&#8217;s like Digg for Memphis improvements. The cool thing is you can log in using many of the services you&#8217;re already a member of like Twitter, Facebook, Myspace, Google, WordPress or many others. You sign in with those and it automatically creates you an account on <em>YourMemphis</em> and you&#8217;re ready to go! Couldn&#8217;t be any easier.</p>
<p>So be sure to go share your ideas on how you would like to improve Memphis. Maybe it&#8217;s something you wish Memphis had. More museums, a theme park, something cooler than Bass Pro in the Pyramid etc etc. The List is endless and you can submit every idea you have even if its silly. Then Promote your idea by getting your friends to vote and comment on it.</p>
<p>I can also tell you that important people in the city government are already looking at this and are hoping it can become a useful tool for development so you&#8217;re voice will not only be heard, but it&#8217;ll be heard by people you want it to be heard by. It&#8217;s like the Pepsi Refresh project but exclusive to Memphis. Submit ideas and vote on others.</p>
<p>A great way to encourage discussion on what this city needs as well as letting elected officials know what the public wants, what they don&#8217;t want and allowing them an easy way to stay in touch with the community.</p>
<p>So spread the word! Tell your mom &#8216;n them! </p>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/web/my-new-site-yourmemphis-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/web/my-new-site-yourmemphis-net/</feedburner:origLink></item>
		<item>
		<title>20 Movies To Be Excited About In 2010</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/m5CG4SuvwFI/</link>
		<comments>http://davidsparks.me/film/20-movies-to-be-excited-about-in-2010/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 23:14:36 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Film]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=57</guid>
		<description><![CDATA[A round up of 20 movies coming out in 2010 that could be or will at least hopefully be bad ass. Also included in the bonus category, 10 movies slated for 2011 to keep an eye on. What will be a box office hit or miss?]]></description>
			<content:encoded><![CDATA[<p>I love movies. I have over 300 DVD’s in my ownership. Seemed only logical I do a write up about some of the movies coming out this year. From duds like Robin Hood to home runs like Tron Legacy (prediction), I cover most here. At the time of the writing little was known about Inception so you’ll have to excuse the absence. May end up being the best movie of the year. Hope you enjoy and let me know what you think of the movies that are out.</p>
<p><span id="more-57"></span></p>
<p>Being that it&#8217;s mid February, sort of, and being the huge movie fan that I am I decided to make a little post about the topic. But first, a back story.</p>
<p>I love movies! I have over 300 dvd&#8217;s but to be more specific I love documentaries (the most)! I had the idea to do a blog were I reviewed documentaries only but all the good domain names i could think of were obviously gone. With this new post I think I&#8217;m going to add a dimension to my blog. A movies category. It&#8217;ll allow me an opportunity to rant regarding bad movies which i do regularly and also review documentaries.</p>
<p>That said, it&#8217;s not really the point of this post. I was trying to list some up coming movies for this year to a friend and couldn&#8217;t come up with as many as i liked off the top of my head so i decided to look them up and was quite surprised to see some of the titles. In a fit of inspiration i Decided it&#8217;s time to list my top 20 most anticipated movies of 2010.</p>
<ol>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Iron Man 2</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/t9pOp99gdMc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/t9pOp99gdMc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>The first Iron Man was incredible. I can&#8217;t really think of any flaws off the top of my head. I&#8217;m sure some snobby Kid obsessed with the comic can find something to gripe about, but in comparison to Comic to Movie ports, this is easily one of the best. Dark Knight, Spider Man 2, Xmen 1, Dare Devil (kidding) and Iron Man. I love Rourke and he&#8217;ll make a bad ass Whiplash.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Machete</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/W8cCzltPD6Y&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/W8cCzltPD6Y&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>As a huge fan of Death Proof and Planet Terror, I&#8217;m super excited about this movie. The trailer was featured before Grind House and I was super excited. Danny Treio is pretty awesome. This could end up being his best movie.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Tron Legacy</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/iVcM-v3BCgc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/iVcM-v3BCgc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>This is probably my most anticipated movie of 2010. I love the first tron and getting Bridges back in there is beyond awesome. One of the early places I found out about Tron Legacy was from <a href="http://blog.signalnoise.com/2009/07/27/tron-legacy-poster-by-james-white/">James White</a> when he did his own version of a poster design for it. <a href="http://www.youtube.com/watch?v=6HcsDc_9LX8">Here&#8217;s the Official Tron Trailer</a> (embed Disabled)</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Alice in Wonder Land</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/kkuvgxkcw2c&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/kkuvgxkcw2c&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I have some back story relating to me being a very big Alice in Wonderland fan that i don&#8217;t feel like getting into. however I&#8217;m fairly excited about this movie. Not as excited as all my friends for some reason but none the less excited. I don&#8217;t Like everything Tim Burton has done to be honest and I&#8217;m a little concerned he didn&#8217;t make this to my standards of what it should be. we&#8217;ll see though. <a href="http://www.youtube.com/watch?v=DeWsZ2b_pK4&amp;feature=related">Here&#8217;s the Official Alice in Wonderland Trailer</a> (embed disabled)</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">The Last Airbender</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/SxbHooiZRGE&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/SxbHooiZRGE&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Formerly Avatar: The Last Airbender Based of the Nickelodeon series my girlfriend is obsessed with. It&#8217;s pretty good and I expect the movie will be better than the tv show. We shall see. I&#8217;m sure you can guess the reason behind the name change. The show is geared for kids and as such the humor is fairly cheesey. Because of this I would suggest you watch the first season at least before seeing the movie both for the back story but also so that you can know what to expect in a sense. If the movie is cheesey like the show it, having seen the show it probably wont be a reason for you to dislike it.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Scream 4</h5>
<p>The first Scream movie was a game changer in my opinion. It lead the way for a lot of movie norms we see today. At least in the horror genre. I&#8217;m hoping this one is closer to the quality of the first one and not the 3rd one. No trailer at the moment.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Predators</h5>
<p>I believe Robert Rodriguez made this as well as Machete. Alien is my all time favorite movie. By proximity I of course love Predator. I&#8217;m sure with Rodriguez&#8217;s gritty style and retro flare it&#8217;ll be pretty killer. Currently no trailer, just a bunch of fake ones like Scream 4 but I&#8217;m definitely hoping there&#8217;s a legit one very soon.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Thundercats</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/3_npg6PFXII&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/3_npg6PFXII&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I was always more concerned with a billion other things going on as a kid than i was with Thundercats. it was never my main interest by any means but going off the casting… It looks like it could be pretty cool. Hopefully more Xmen 1 than Transformers 2. The fan made trailer is beyond hilarious. Props to whoever made it.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">The A-Team</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/z93AADd2Dpo&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/z93AADd2Dpo&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I&#8217;m not sure how many of you out there reading are men around the age of 24 to 35 but if you find yourself in that age category, the odds that you watched The A-Team religiously are quite good. I easily fall within that category. I loved the A-Team. one of my favorite shows without question when i was pretty young. The casting looks pretty good and believable. I don&#8217;t think it&#8217;ll be bad… but I&#8217;m not expecting it to hold up to most of our high standards of what the A-team should be. Hopefully, I&#8217;m wrong and they knock it out of the park.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Salt</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/N_5C08PP9TM&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/N_5C08PP9TM&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>If you like the crazy modern action movie and conspiracy genres I suppose you&#8217;ll flip over this. Nothing in it looks painfully stupid like Mr. &amp; Mrs. Smith did. That doesn&#8217;t mean there&#8217;s not potential for it though. I&#8217;m skeptical for sure. I imaging that I&#8217;ll end up in the theater seeing it but it&#8217;ll probably be the first and last time I watch it.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Clash of the Titans</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/TKEiLVxDw0A&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/TKEiLVxDw0A&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>A remake of a classic that I wasn&#8217;t that into when i was younger. This remake does look very good though. Solid at least. The monsters look well done, the action looks decent. I didn&#8217;t see any bullet time which sometimes all that&#8217;s needed for a passing grade in my book. Should be a good movie.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Nightmare on Elm Street 2010</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/0AytCMB0YW8&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/0AytCMB0YW8&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I have a few friends that are pretty upset about so many remakes, or remakes of classics that are badly done. Sometimes I&#8217;m one of those people. The new Charlie and the Chocolate Factory was a travesty set upon Gene Wilder and the Umpa Loompas. That said there are many movies that are perfect for remakes. Lost on previous generations (wonka wasn&#8217;t) or movies that had in the past reached the limit of their effects technology. The Rob Zombie Halloweens are great. I think something like the Freddy movies is perfect for a remake because of the effects that are able to be done now. It would be cooler if it were without typical Hollywood cheese but the ones of yesteryear had their cheese as well. It&#8217;s part of what made them cool. I think this will be pretty awesome. I&#8217;ve heard a few arguments that <a href="http://www.imdb.com/name/nm0000387/">Robert Englund</a> made the movies and nobody can do a better job (Wilder &gt; Depp) but if there was ever a guy to play a new Freddy, <a href="http://www.imdb.com/name/nm0355097/">Jackie Earl Haley</a> is absolutely the guy. If he didn&#8217;t convince you of that in The Watchmen you&#8217;re crazy. He&#8217;ll be downright frightening. I&#8217;m pretty pumped about this. The only valid argument is that Wes Cravens vision for the movie considering he wrote and directed it will be stronger and more genuine than<br />
Samuel Bayer (director), Wesley Strick (screenplay)/Eric Heisserer (screenplay) and Wesley Strick (story). That&#8217;s a lot of cooks in the kitchen which increases the chance for Hollywood crap always resulting in dumbing down for the lowest common denominator where as a single provider for a vision will stick to his guns. All that said, It&#8217;ll be good. maybe not as good, but justifiable in being remade.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Kick Ass</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/DrKHu2UX1vA&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/DrKHu2UX1vA&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I dont know how to feel about this. The first couple minutes it looks cool. Looks like somebody taking a decent run off the laurels of The Watchmen when a different twist, then it gets really apparent being geared for kids. To me it would be cool to see a kid take on a persona/costume, beat up on some bad dudes, get beat up on etc and manage to do some damage over time without any powers. In watchmen they did seem to have some level of super strength. A normal punch or kick and the guy goes flying. It would be cool if this had less of that but then the other kids enter and it seems to take a step in the wrong direction. In the trailer i was on board till &#8220;Hit Girl&#8221; and &#8220;Big Daddy&#8221; get in on the action. Why is this little girl fighting grown men and winning. stop it. why is Nick Cage firing guns? That&#8217;s what made super heroes cool, they didnt need guns. Granted you had some who did. Cable, Punisher etc. But even Kick Ass has some batons and Hit Girl has a staff. I don&#8217;t know. Hopefully it&#8217;s good anyway. Doesnt look bad, just that it probably misses the mark.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Agora</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/RbuEhwselE0&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/RbuEhwselE0&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I don&#8217;t know much about this movie but I like the subject of ancient Rome and can&#8217;t go wrong with Rachel Wise. Not sure what to make of it, but doesn&#8217;t look bad.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Showgirls 2</h5>
<p>The Rest of the titles have no trailers that I can find. I included Showgirls 2 simply because the first one wasn&#8217;t exactly winning any awards, that ship has sailed and they&#8217;re just now making a sequel? That&#8217;s pretty hilarious.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Rambo 5</h5>
<p>I didn&#8217;t see the newest one but my friends tell me its the bloddiest movie ever. Seems only natural to expect they attempt to one up the last.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">The Green Hornet</h5>
<p>I love comic ports however they anger me deeply when done poorly. SpiderMan 3. Both Punishers, Wolverine, Dare Devil (a favorite comic growing up). From what i&#8217;ve been told, this will be in the company of those titles which depresses me. I&#8217;ll reserve full judgment until a trailer is revealed.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Stone</h5>
<p>I know little about this movie but am intrigued simply because of the names Dinero and Norton attached to it.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Robin Hood</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="560" height="340" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/KSqL9ygBCck&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="560" height="340" src="http://www.youtube.com/v/KSqL9ygBCck&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>I won&#8217;t lie to you. The only reason this movie made my list is because it has a trailer and I needed one more for 20. As you will see, I&#8217;m not at all excited about this movie.. Like Sherlock Holmes which I didn&#8217;t like at all, this movie has little to no resemblance to what we all know as Robin Hood. At least going by the trailer. Add that to Robin Hood being played by Russel Crowe and you have a pretty big recipe for disaster in my opinion. It&#8217;s almost certain I&#8217;ll be very angry at the end of this movie. Robin Hood is supposed to be your out spoken, in the public eye clever hero that cant be caught. Gingerly leaping from one enemies head to the next to swing from a near by pole onto the roof. Sure he has the bow and arrow but it&#8217;s only for hunting. It&#8217;s only saving grace is that it&#8217;s directy by Ridley Scott who I recognize, i give to much credit for still based on my favorite movie Alien. That said, I first saw the trailer in the theater. Watching closely I was at first a little interested. until the very last frame of the trailer when the text &#8220;Robin Hood&#8221; appeared on screen. Please, somebody tell me. What in the trailer looks like anything you would know as Robin Hood? Nothing. It&#8217;s freaking Robin Hood man! Not William Wallace part 2! Insult to injury is the over played juxtaposition of movie genre / music genre. There is no reason to have industrial sounding music during Robin Hood as well as massive battle scenes. If you can&#8217;t tell. I&#8217;m not happy.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Red Dawn 2010</h5>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="src" value="http://www.youtube.com/v/1_I4WgBfETc&amp;hl=en_US&amp;fs=1&amp;" /><param name="allowfullscreen" value="true" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/1_I4WgBfETc&amp;hl=en_US&amp;fs=1&amp;" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p>Ok I lied. Here&#8217;s a trailer but it&#8217;s for the original Red Dawn. I never saw the original but I imagine at the time it was pretty terrifying. Speaking of terrified, I&#8217;m extremely nervous they&#8217;re going to put some &#8220;terrorist&#8221; spin and ruin the movie. My reason for thinking that is I&#8217;m not exactly sure how well a Russian invasion of America is going to translate to todays movie goer. When i go to the theater it&#8217;s primarily young kids who ashamedly probably know next to nothing about the cold war. So the movie can stick to its guns, so to speak, or roots and attract the older crowd, guys like me, or it can throw in some &#8220;terrorists&#8221; and joe blow will watch. I know little about the 2010 version so my suspicion is high will my expectation is low.</li>
</ol>
<p>And to spice things up, 10 Movies Slated for 2011 That Might Rule:</p>
<ol>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Green Lantern</h5>
<p>Growing up my favorite comics in no order were Green Lantern, Dare Devil and Deadpool. You can Imagine the life of agony I&#8217;ve had to endure with Deadpool being a travesty in that crap Wolverine movie and Dare Devil being even more destroyed by Ben Freaking Afleck. I&#8217;ll be mortally wounded if i go 3 for 3. Please, just give me Green Lantern. To say the least I&#8217;m terrified.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Conan 2011</h5>
<p>Loved the old ones when i was a kid. Assuming Arnold is still on his acting hiatus, I&#8217;m not sure who would be a good replacement. I&#8217;m also unsure how well this will translate. You accept the goofiness of the old ones because they&#8217;re so old. Don&#8217;t think the new one will receive such grace</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Robocop 2011</h5>
<p>Now this is what I&#8217;m talking about. I even liked Robocop 3! It&#8217;ll have to be pretty awful for me to not love this. I had the toys and everything growing up.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Thor</h5>
<p>I was really hoping for a good thor movie. I have no reason to suspect this will be bad considering the Iron Man franchise as well as the last hulk is gearing up for the Avengers movie. I might guess that Thor comes out first to establish the ground work then Captain America actually kicks off the Avenger Genisis.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Silver Surfer</h5>
<p>I didn&#8217;t read a lot of Silver Surver when i was little but i thought he was one of the coolest characters ever created. He definitely made the newer Fantastic 4. A whole movie about him should be pretty awesome.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Cloverfield 2</h5>
<p>Cloverfield is probably one of the worst movies to sequel. everybody died, you supposedly got the monster and the first one had the whole viral marketing thing that had people interested in the first place. Now the viral marketing wont work because there&#8217;s no mystique with the cat being out of the bag and no characters to relate to. That said, it wasn&#8217;t a bad movie and they&#8217;ll have another shot at fixing what sucked in it the first one. I doubt they&#8217;ll pull it off though.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">First Avenger: Captain America</h5>
<p>Another Comic port I&#8217;m very much looking forward to. In my mind Captain America has 2 personas. The dorky kind and the bad ass dont mess with that dude kind. the ladder is beyond awesome. The kinda bad ass we saw in the Civil War series. I thought the Avengers were great growing up. I even have a Captain America and Thor bobble head on my desk right next to me as i type. <a href="http://photos-a.ak.fbcdn.net/photos-ak-snc1/v263/25/62/1183576647/n1183576647_112725_1579.jpg">See</a></li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Halo</h5>
<p>Let me clarify. I don&#8217;t think this is going to be good. It could be, but I doubt it however. They do have a sizable market that will absolutely see this even if they know it&#8217;s going to suck. So it gets a spot on the list.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Pirates of the Caribean 4</h5>
<p>Kind of surprised to see another one. I didn&#8217;t expect they would do more. I was ho hum about the 3rd one. Not my favorite but it was good.</li>
<li>
<h5 style="color: #350050; font-family: georgia; font-size: 30px; font-style: italic;">Red Sonja 2011</h5>
<p>Directed by Rodriquez and startin Rose McGowan. What&#8217;s not to like. Well maybe the 2008 comic con confirmation and now pushed back till 2011. Who knows if this gets made. If both of them are involved it&#8217;ll probably be decent. We shall see</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/film/20-movies-to-be-excited-about-in-2010/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/film/20-movies-to-be-excited-about-in-2010/</feedburner:origLink></item>
		<item>
		<title>Does Fire Disprove Creationism?</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/_nUlp-eHLnk/</link>
		<comments>http://davidsparks.me/philosophy/does-fire-disprove-creationism/#comments</comments>
		<pubDate>Mon, 15 Feb 2010 22:03:02 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=46</guid>
		<description><![CDATA[Regarding the invention or discovery of fire, does the absence of one of the most important moments in human history in the Bible disprove the creationist or intelligent design story? I think so. You be the judge.]]></description>
			<content:encoded><![CDATA[<p>I regularly have thoughts that bring on an immediate “AH HAH!” type feeling however the Internet has changed things. Not to far back a man with an idea such as mine might have the market cornered because it took so long for information to travel and it was so hard to nurture ideas. But now, everybody has access to the fastest information around and with there being no original thought left in the world, my “AH HAH’s” are immediately followed by “I’m sure this is already on the Internet somewhere” as well as “no way I’m the only one to think of this” lol. That said, i had such a moment last night before nodding off and have been thinking about it non stop. Far as I’m concerned, these thoughts/ideas were conjured up in my head are mine. Somebody has likely already thought about this, but it’s a new concept to me, and in the unlikely case that this actually hasn’t been considered before, it shall now be documented. So here we go!</p>
<p><span id="more-46"></span><br />
<a href="http://davidsparks.me/wp-content/uploads/2010/02/1251041_28507439.jpg"><img class="alignnone size-full wp-image-47" title="1251041_28507439" src="http://davidsparks.me/wp-content/uploads/2010/02/1251041_28507439.jpg" alt="" width="518" height="246" /></a></p>
<p>Fire. The greatest achievement man has ever accomplished. All animals run from fire. There are two scenarios in which man laid claim to fire.</p>
<ol>
<li>He found it. Maybe a fire in the heat of summer. Maybe lightening stuck.</li>
<li>He accidentally created it.</li>
</ol>
<p>Either way, the following step showed a clear difference between man and animal. We didn’t run. Instead we curiously conquered. Fire immediately became a game changer. Providing heat during the cold, a weapon, a way to clean and cook things, protection from predators etc. Any adult and probably child could easily comprehend the importance of fire.</p>
<p>Up to this point, these statements should be accepted by anybody regardless of really any affiliation. There’s nothing revolutionary or mind boggling here, nothing controversial. But then comes the “AH HAH”.</p>
<p>I grew up as a Christian. In a Christian home. Went to a private Christian elementary school. Grew up going to one of the biggest churches in the US. My point here is make it clear, I was constantly absorbing in one form or another the bible. Though I’m not as “on point” as I once was, I do know the bible very well. I’ve been studying it all my life up till my mid 20’s I’d say. 22, 23 or so. And while I may not be actively studying the book itself, I am still driven by an incurable desire to know what the hell is up with this book. Having the answers to all it’s questions and filling in the blanks has been a main motivating factor for me since my teens when I realized the concept of cuss words had nothing to do with the bible or Christianity but the human mind in all its splendor &lt;/sarcasm&gt;.</p>
<p><span style="color: #000000;"><em>The thought that’s been driving me crazy is this: If fire was the greatest achievement of man, which it should be considered such, and God created man a long with the plants, animals, clouds, lightening, etc etc etc… Then why does the bible never document the arrival of fire or the harnessing of its power?</em></span></p>
<p>According to Christianity, the origin of the human species takes place in the garden of Eden when God takes some dirt and breathes life into it. 3 or 4,000 years ago, give or take (which is also scientifically absurd but beside the point). This takes place in the book of Genesis which goes down the list of where all this got started. Laying in bed I quickly ran through all areas of the bible that mentioned fire aside from “lakes of fire” and hell. Meaning literal, ouch i just burned my hand with this bic liter, fire. I could only recall a few. The burning bush which hardly counts. Only one man saw it, isn&#8217;t that always the case, they already had it because as i recall they burned their idols etc that they created while Mosses was up on the mountain (or so the movie goes hah), but if that was the origin surely bringing a torch down would have further validated the importance of the stone tablets. “God gave me these commandments as well as this thing called fire to prove it”. Didn&#8217;t happen.</p>
<p>Enter the 2nd greatest invention after fire, the Internet. Turns out, there’s a fully search-able bible online. Enter your keyword and viola, all instances are before you. The burning-non-burning bush occurred in Exodus 3:1-3. Man arrived in Genesis so that’s close but not close enough. Issac tried to burn his son alive and was such a con had his son himself convinced this was a good idea. This was probably the most memorable early occurrence, chronologically, any of you have of fire. They burned a goat instead that was caught in a bush no less, I see a pattern. Regardless. In Genesis 22:6 Issac carries the <strong>fire </strong>and knife up the mountain. Meaning, pre-made, in a container, fire.</p>
<p>there’s only one more left but you can see for yourself. <a href="http://www.biblegateway.com/keyword/?search=fire&amp;version1=31&amp;searchtype=all&amp;limit=none&amp;wholewordsonly=no" target="_blank">http://www.biblegateway.com/keyword/?search=fire&amp;version1=31&amp;searchtype=all&amp;limit=none&amp;wholewordsonly=no</a></p>
<p>In Genesis 15:17 there is reference to a smoking <strong>fire</strong>pot and a blazing torch. That’s it. the earliest mention of fire, and it’s not a new concept, or new word, or idea or invention. Just plain, old, regular boring run of the mill fire.</p>
<p>So my Issue is this, like I already stated. If God created all, and fire is the most important achievement in human life, why is it not stated that God either himself created fire being that it’s so important, after all, Lucifer had to have somewhere to go correct? Or that his creation, man, discovered, harnessed or created fire himself? All mentions in the bible show no indication of fire being a new concept but one that was common and an everyday part of life.</p>
<p>I’m of the belief that if one part of the bible is incorrect then by proximity and principle all parts have to be considered incorrect or at minimum be taken with an epic grain of salt. I find most Christians agree and believe all parts of the bible have to be true for it to be accurate and that you believe in all of the bible or none of it. Of course until some part is proven wrong. Then that rule is tossed aside. For me, the fact that the bible does nothing in terms of resolving the invention or capturing of fire is a huge flaw and gap in the reality of the origin of man therefore proof that the bible is wrong and as a result that religion is a farce. Most every religion is actually the documentation on the origin of a culture or civilization. They all have creation stories, all very similar. Science has proven the earth is older than the bible claims and that such a claim is impossible. Instead it’s more likely that Christianity and the bible are actually documenting the origin of Jewish people and their ancestors. Which is funny to me because I’ve known so many Christians who believe Jewish people are going to hell for not believing in Christ. This would make sense when taking into account that at the very first mention of fire, its already considered common knowledge what fire even is. By then it would have been used for hundreds of thousands of years. Possibly even a million or 2.</p>
<p>So that’s my “AH HAH!”. My deep thought, my proof of the fallibility of the bible therefore Christianity and then logically of all religion</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/philosophy/does-fire-disprove-creationism/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/philosophy/does-fire-disprove-creationism/</feedburner:origLink></item>
		<item>
		<title>Bending Notes on the Harmonica</title>
		<link>http://feedproxy.google.com/~r/DavidSparks/~3/cQGAMtLyld4/</link>
		<comments>http://davidsparks.me/inspiration/bending-notes-on-the-harmonica/#comments</comments>
		<pubDate>Sun, 14 Feb 2010 23:02:40 +0000</pubDate>
		<dc:creator>David Sparks</dc:creator>
				<category><![CDATA[Inspiration]]></category>

		<guid isPermaLink="false">http://davidsparks.me/?p=38</guid>
		<description><![CDATA[Is a total son of a bitch. I’m pretty sure this is probably the hardest thing to learn when starting out. I’ve been learning the harmonica with some serious man hours for a few weeks now. If you’re just starting out first thing you gotta do is work on single notes. Weather you’re tongue blocking [...]]]></description>
			<content:encoded><![CDATA[<p>Is a total son of a bitch. I’m pretty sure this is probably the hardest thing to learn when starting out. I’ve been learning the harmonica with some serious man hours for a few weeks now. If you’re just starting out first thing you gotta do is work on single notes.</p>
<p><span id="more-38"></span></p>
<p>Weather you’re tongue blocking or lip pursing, gotta get it. I’m not going down the tongue blocking route. I’ll use the technique for octaves and things like that but i dont plan on focusing on that any time soon which is neither here nor there.</p>
<p>This <a href="http://www.harmonica.com/harmonica_note_bending.html" target="_blank">site</a> is so far the best i’ve found for learning to bend notes. That said, I’ve watched hours of youtube videos, read tons of sites and when skimming through this I realized this site helped me only because I pieced so many of everything together. So, I’m going to put all those pieces together here and maybe somebody will find them and it’ll help.</p>
<p>That said, I’m just now starting to be able to bend. so far only on the A and C harp and just a few holes. I also cant hold it well yet. It’s likely I’m still doing things wrong but the point of this in my search I wasnt even sure when somebody was bending, what a bend was exactly, how to know if i was bending, i was doing something with my tongue and thought it was bending. Turns out it wasn’t etc. So this is also to help identify all those things.</p>
<p>This <a href="http://www.harmonicaclub.com/common/note_bending_for_harmonica.htm" target="_blank">site</a> has an animated image that shows you how your tongue should behave. This along with one other tip I’m going to give when pieced together in my head was what helped me finally bend a note.</p>
<p>That diagram that’s listed however illustrates how you would do it if you wanted to go the tongue blocking route which seems incredibly advanced and when you factor in bending, it makes my head hurt. So ignore that. The visual of how your tongue should look will help you though. I can also assure you, if you think you’re doing it, you’re not. When you do it, you’ll know. When your tongue does drop the air will fly past that part of your tongue very fast and it wont feel like anything you’ve ever felt before. I grew up playing Saxophone and I never did anything like this for sure. Now you may not be bending it all the way, but when you finally get it, you’ll definitely know, and not just think you’re doing it. So:</p>
<p><em><strong>Tip 1</strong></em>: Tape. If you’re not good at single notes yet this will help. Even if you are you should try this anyway. I’m decent at single notes now and doing this gave me 1 less thing to think about allowing me to fully concentrate on my tongue, not be distracted by other notes invading the sound.</p>
<p>My first bend cam on a C harp’s 2 hole draw so I’ll recommend you use the same. Also helps bc at the bottom of the first link there’s audio and he uses a C. Doing the same will allow you to confirm you got a bend with his.</p>
<p>Take some tape and cover the 1 hole as well as the remaining holes while leaving the 2 open. You can now fully press your lips against the harp and think only about your tongue.</p>
<p><em><strong>Tip 2</strong></em>: Saying words. In the first link he asks you to pronounce Weeeee Oooooo. This never helped me a ton but it might have been because of the way i pronounce the sound. i think the sound you want is a long O sound instead of and “ew” type O sound if that makes sense. I saw another video that said his magic phrase to learning was saying “Weedle Doodle”. So there must be something to that, but so far It hasnt unlocked anything for me just yet. Maybe it will as i progress or need to change back and forth in notes.</p>
<p><em><strong>Tip 3</strong></em>: This is the piece. This is the thing that finally helped me when i put everything together. After taping the harp, reading and listening to that first link over and over, I did what Adam Gussow mentioned in one of his MANY youtube videos. While doing a 2 hole draw on the C harp, tap the roof of your mouth with the tip of your tongue effectively pointing it up. As you tap it, move the tip of your tongue backwards as if its going down your throat. If you do this right and enough times, the back of your tongue will finally lay down which is what causes more air pressure to rush in faster thus bending the note.</p>
<p>not having to worry about my lips with the tape helped a lot.</p>
<p>You have to remember to try and force your tongue to lay down in the back while tapping and moving the tip backwards also. That’s an important part. If you do it over and over I think you’ll eventually get it.</p>
<p>I’m not sure it’s really how hard you draw but i see no harm in trying to draw hard at first. Another thing that i think helped me was i would try it on 4 different harps over and over back and forth between them all and each time i would frantically move my tongue all over the place just looking for any kind of signal that i was in the ball park of a bend. I never came close this way, but it helped me know what wasnt a bend as well as knowing for sure what a bend was when i finally got it.</p>
<p><strong>So recap!</strong></p>
<p><strong>* Use tape for now!<br />
* Tap the the roof of your mouth with the tip of your tongue while doing a 2 hole draw.<br />
* Gradually move the tip of your tongue back.<br />
* Do that repeatedly till you’re able to not think about it and then as your tongue gets further and further in the back, try to force your tongue to lay down. like an exagerated yawn but instead of it being in your esophagus, its still in the oral cavity. kind of at the drop off point for the tongue and throat.<br />
* Sit up straight.<br />
* Point your jaw up a little. that helped me at first some.<br />
* Dropping your jaw may help also when you move your tongue back and down.<br />
* To release the bend you can pull your jaw in or point your chin down.<br />
</strong><br />
Hopefully that will help somebody. You’re now up to speed with me. I cant do it on other harps yet without tape really. so im still working on keeping my ambushers correct while dropping my tongue. Insanely hard. </p>
]]></content:encoded>
			<wfw:commentRss>http://davidsparks.me/inspiration/bending-notes-on-the-harmonica/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://davidsparks.me/inspiration/bending-notes-on-the-harmonica/</feedburner:origLink></item>
	</channel>
</rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: davidsparks.me @ 2012-01-22 14:15:24 -->

