<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>The Innovationist &#187; Politics</title>
	<atom:link href="http://theinnovationist.com/category/politics/feed/" rel="self" type="application/rss+xml" />
	<link>http://theinnovationist.com</link>
	<description>Irregular Ideas on Business, Philosophy, and Tech</description>
	<lastBuildDate>Wed, 23 Jun 2010 08:53:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Adobe Pops Above Google to Flash Apple (and Opera) Users</title>
		<link>http://theinnovationist.com/2010/05/adobe-pops-above-google-to-flash-apple-and-opera-users/</link>
		<comments>http://theinnovationist.com/2010/05/adobe-pops-above-google-to-flash-apple-and-opera-users/#comments</comments>
		<pubDate>Fri, 14 May 2010 08:57:01 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=659</guid>
		<description><![CDATA[Jesse Stay, brought to my attention earlier, with the screenshot below the code, that Adobe was activating pop-ups through Google Adsense; of course this shouldn&#8217;t happen, since Google doesn&#8217;t allow such actions, in their ads. I went to check in out for myself, and got nil. I immediately assumed that it was limited to Mac, <a href='http://theinnovationist.com/2010/05/adobe-pops-above-google-to-flash-apple-and-opera-users/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://staynalive.com">Jesse Stay</a>, brought to my attention earlier, with the screenshot below the code, that Adobe was activating pop-ups through Google Adsense; of course this shouldn&#8217;t happen, since Google doesn&#8217;t allow such actions, in their ads. I went to check in out for myself, and got nil. I immediately assumed that it was limited to Mac, and went in search of the User-Agent check, and found it after about 5 minutes.</p>
<p><strong>Update:</strong> <em>The rest of this article is a bit technical, if you would like a less technical description, you should go read <a href="http://staynalive.com/articles/2010/05/14/adobe-and-google-sitting-in-a-tree-or-did-adobe-just-pwn-google/">Adobe and Google Sitting in a Tree</a>.</em></p>
<p>Below is the source of the issue:</p>
<pre><code>
</code>document.write('&lt;!-- Template Id = 2,593 Template Name = Banner Creative (Flash) - In Page --&gt;&lt;!-- Copyright 2006 DoubleClick Inc., All rights reserved. --&gt;&lt;script src=\"http://s0.2mdn.net/879366/flashwrite_1_2.js\"&gt;&lt;\/script&gt;');document.write('\n');

function DCFlash(id,pVM){
var swf = "http://s0.2mdn.net/1295336/Adobe_Flash_WeLoveTechStandAlone_300x250_std.swf";
var gif = "http://s0.2mdn.net/1295336/Adobe_Flash_WeLoveTechTandem_300x250_img.gif";
var minV = 8;
var FWH = ' width="300" height="250" ';
var url = escape("http://ad.doubleclick.net/click%3Bh%3Dv8/399a/f/16c/%2a/z%3B224918296%3B0-0%3B0%3B48697163%3B4307-300/250%3B36759992/36777870/1%3B%3B%7Esscs%3D%3fhttp://adclick.g.doubleclick.net/aclk?sa=l&amp;ai=B7rXGceHsS9PODOThlQfNrvjSDe_sysIBAAAAEAEgr86-CjgAWM_pofIUYMnO7Y2ApfgRsgEOdGVjaGNydW5jaC5jb23IAQnaATRodHRwOi8vdGVjaGNydW5jaC5jb20vMjAxMC8wNS8xMy9jaHJvbWUtb3MtcHJvZ3Jlc3MvmAJkwAIC4AIA6gISVGVjaGNydW5jaF8zMDB4MjUw-AL00R6QA-ADmAOsAqgDAeAEAQ&amp;num=0&amp;sig=AGiWqtxB0NIJCJR5KJ5OngVkuvd_Qw20Dw&amp;client=ca-pub-6181816114362650&amp;adurl=http%3a%2f%2fwww.adobe.com/choice%3Fsdid%3DGXRVD");
var wmode = "opaque";
var bg = "same as SWF";
var dcallowscriptaccess = "never";

var openWindow = "false";
var winW = 600;
var winH = 400;
var winL = 0;
var winT = 0;

if(typeof(encodeURIComponent)=="function"){url=encodeURIComponent(unescape(url));}
var fv='"clickTag='+url+'&amp;clickTAG='+url+'&amp;clicktag='+url+'"';
var bgo=(bg=="same as SWF")?"":'&lt;param name="bgcolor" value="#'+bg+'"&gt;';
var bge=(bg=="same as SWF")?"":' bgcolor="#'+bg+'"';

function FSWin(){
 if((openWindow=="false")&amp;&amp;(id=="DCF0"))alert('openWindow is wrong.');
 if((openWindow=="center")&amp;&amp;window.screen)
 {winL=Math.floor((screen.availWidth-winW)/2);winT=Math.floor((screen.availHeight-winH)/2);}
 window.open(unescape(url),id,"width="+winW+",height="+winH+",top="+winT+",left="+winL+",status=no,toolbar=no,menubar=no,location=no");}this.FSWin = FSWin;

ua=navigator.userAgent;
if(minV&lt;=pVM&amp;&amp;(openWindow=="false"||(ua.indexOf("Mac")&lt;0&amp;&amp;ua.indexOf("Opera")&lt;0))){
 var adcode='&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" id="'+id+'"'+FWH+'&gt;'+
 '&lt;param name="movie" value="'+swf+'"&gt;&lt;param name="flashvars" value='+fv+'&gt;&lt;param name="quality" value="high"&gt;&lt;param name="wmode" value="'+wmode+'"&gt;&lt;param name="base" value="'+swf.substring(0,swf.lastIndexOf("/"))+'"&gt;&lt;PARAM NAME="AllowScriptAccess" VALUE="'+dcallowscriptaccess+'"&gt;'+bgo+
 '&lt;embed src="'+swf+'" flashvars='+fv+bge+FWH+' type="application/x-shockwave-flash" quality="high" swliveconnect="true" wmode="'+wmode+'" name="'+id+'" base="'+swf.substring(0,swf.lastIndexOf("/"))+'" AllowScriptAccess="'+dcallowscriptaccess+'"&gt;&lt;/embed&gt;&lt;/object&gt;';
 if(('j'!="j")&amp;&amp;(typeof dclkFlashWrite!="undefined")){dclkFlashWrite(adcode);}else{document.write(adcode);}
}else{
 document.write('&lt;a target="_blank" href="'+unescape(url)+'"&gt;&lt;img src="'+gif+'"'+FWH+'border="0" alt="" galleryimg="no"&gt;&lt;/a&gt;');
}}

var pVM=0;
var DCid=(isNaN("224918296"))?"DCF0":"DCF224918296";
if(navigator.plugins &amp;&amp; navigator.mimeTypes.length){
 var x=navigator.plugins["Shockwave Flash"];if(x &amp;&amp; x.description){var pVF=x.description;var y=pVF.indexOf("Flash ")+6;pVM=pVF.substring(y,pVF.indexOf(".",y));}}
else if (window.ActiveXObject &amp;&amp; window.execScript){
 window.execScript('on error resume next\npVM=2\ndo\npVM=pVM+1\nset swControl = CreateObject("ShockwaveFlash.ShockwaveFlash."&amp;pVM)\nloop while Err = 0\nOn Error Resume Next\npVM=pVM-1\nSub '+DCid+'_FSCommand(ByVal command, ByVal args)\nCall '+DCid+'_DoFSCommand(command, args)\nEnd Sub\n',"VBScript");}
eval("function "+DCid+"_DoFSCommand(c,a){if(c=='openWindow')o"+DCid+".FSWin();}o"+DCid+"=new DCFlash('"+DCid+"',pVM);");
//--&gt;

document.write('\n&lt;noscript&gt;&lt;a target=\"_blank\" href=\"http://ad.doubleclick.net/click%3Bh%3Dv8/399a/f/16c/%2a/z%3B224918296%3B0-0%3B0%3B48697163%3B4307-300/250%3B36759992/36777870/1%3B%3B%7Esscs%3D%3fhttp://adclick.g.doubleclick.net/aclk?sa=l&amp;ai=B7rXGceHsS9PODOThlQfNrvjSDe_sysIBAAAAEAEgr86-CjgAWM_pofIUYMnO7Y2ApfgRsgEOdGVjaGNydW5jaC5jb23IAQnaATRodHRwOi8vdGVjaGNydW5jaC5jb20vMjAxMC8wNS8xMy9jaHJvbWUtb3MtcHJvZ3Jlc3MvmAJkwAIC4AIA6gISVGVjaGNydW5jaF8zMDB4MjUw-AL00R6QA-ADmAOsAqgDAeAEAQ&amp;num=0&amp;sig=AGiWqtxB0NIJCJR5KJ5OngVkuvd_Qw20Dw&amp;client=ca-pub-6181816114362650&amp;adurl=http%3a%2f%2fwww.adobe.com/choice%3Fsdid%3DGXRVD\"&gt;&lt;img src=\"http://s0.2mdn.net/1295336/Adobe_Flash_WeLoveTechTandem_300x250_img.gif\" width=\"300\" height=\"250\" border=\"0\" alt=\"\" galleryimg=\"no\"&gt;&lt;/a&gt;&lt;/noscript&gt;\n');
&lt;/script&gt;

&lt;script src="http://s0.2mdn.net/879366/flashwrite_1_2.js"&gt;
function dclkToObject(id) {
 if(document.layers){
 return (document.layers[id])?eval(document.layers[id]):null;
 }
 else if(document.all &amp;&amp; !document.getElementById){
 return (eval("window."+id))?eval("window."+id):null;
 }
 else if(document.getElementById &amp;&amp; document.body.style) {
 return (document.getElementById(id))?eval(document.getElementById(id)):null;
 }
 }

function dclkFlashWrite(string){
 document.write(string);
}

function dclkFlashInnerHTML(htmlElementId,code){
 var x=dclkToObject(htmlElementId);
 if(x){
 if(document.getElementById||document.all){
 x.innerHTML='';
 x.innerHTML=code;
 }
 else if(document.layers){
 x.document.open();
 x.document.write(code);
 x.document.close();
 }
 }
}
&lt;/script&gt;
</pre>
<div id="attachment_663" class="wp-caption alignleft" style="width: 310px"><a href="http://theinnovationist.com/blog/wp-content/uploads/2010/05/adobead-e1273827062507.png"><img class="size-medium wp-image-663" title="adobead" src="http://theinnovationist.com/blog/wp-content/uploads/2010/05/adobead-e1273827026629-300x228.png" alt="Adobe Ad" width="300" height="228" /></a><p class="wp-caption-text">Adobe pops up on a Mac</p></div>
<p>The interesting thing I spotted quite quickly is that it is also going after Opera, don&#8217;t ask me why, that&#8217;s pretty obscure. I immediately tested it out, just to see, and ended up getting the pop-up.</p>
<p>After looking at the code for about a half hour, I still don&#8217;t know what everything is, and exactly how it&#8217;s getting past Google, I also don&#8217;t know how ad&#8217;s are created, because I&#8217;ve never bothered to look at it.  So I&#8217;m not sure, if this is something anyone could execute, or if Google is allowing it. So it&#8217;s possible that there is a vulnerability in Adsense.</p>
<p>What I can tell after looking at the code, is that they are targeting Apple, and Opera, users, as well as using javascript to activate flash, in the background.</p>
<p>First they are setting the DCid as either DCF0 or DCF224198296, this should always validate as false and the will set DCid as DCF224198296. Then, it goes on to check if the browser uses plugins and has at least any values, if it results in true it attempts to setup ShockwaveFlash and perform a version check on it, setting the variable pVM to the version number. If that statement failed, it assumes you are using IE and initializes using ActiveX.</p>
<p>I don&#8217;t understand exactly what is going on in the eval, so I can&#8217;t say much about it, besides it calls DCFlash with the DCid(&#8220;DCF224198296&#8243;) and the pVM(&#8220;Flash Version&#8221;).</p>
<p>I apologize if the rest of this is rushed for now, I&#8217;m getting a bit tired.</p>
<p>The DCFlash function then initializes an assortment of variables, before setting up the FSWin function.<br />
FSWin checks to see if the window is already open or the DCid was set in error to DCF0, it then checks to see if the window is centered and gather your screen size for offsets on the window border. Following FSWin is the window initialization, which disables all navigation, in that window.</p>
<p>Next,  is the User-Agent analysis, which first check to make sure that your current Flash version is at minimum Vers. 8, it then checks to see if you are using either a Mac or Opera, if you aren&#8217;t the value is less than 0, returning true, this then compares in with window==&#8221;false&#8221;, which is true, in an or statement, which will return false, if both are set. If this test of the browser conditions fail, either using an old version of Flash, or using a Mac, or Opera it will default to just the default hyperlinked gif. Otherwise, it sets up Flash to be displayed in the window pain.</p>
<p>During the course, of writing this the test ad I was using has disappeared, but I&#8217;ll see if I can gather any more of the code. One thing I found odd, is that the ad was stored within an iFrame, <span style="text-decoration: line-through;">which I couldn&#8217;t find with any of Google&#8217;s other Adsense ads</span>, I managed to find a representation of using an iFrame, after I woke up.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2008/11/the-50-who-now-stand-under-the-44th-as-1/" rel="bookmark" class="crp_title">The 50 Who Now Stand Under the 44th As 1</a></li><li><a href="http://theinnovationist.com/2008/09/back-your-shit-up/" rel="bookmark" class="crp_title">Back Your Shit Up</a></li><li><a href="http://theinnovationist.com/2008/10/some-inspiration-from-the-web/" rel="bookmark" class="crp_title">Some Inspiration From The Web</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2010/05/adobe-pops-above-google-to-flash-apple-and-opera-users/feed/</wfw:commentRss>
		<slash:comments>21</slash:comments>
		</item>
		<item>
		<title>(Social Media) Experts vs. Masters</title>
		<link>http://theinnovationist.com/2010/01/social-media-experts-vs-masters/</link>
		<comments>http://theinnovationist.com/2010/01/social-media-experts-vs-masters/#comments</comments>
		<pubDate>Mon, 11 Jan 2010 02:11:41 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Politics]]></category>
		<category><![CDATA[Socialization]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=603</guid>
		<description><![CDATA[I&#8217;m sick of all these damn &#8220;Social Media Experts&#8221;, but at least they have their name right. They are &#8220;experts&#8221; and I&#8217;m fine with that even if there are thousands of them. Maybe they should be a little bit more humble about their position, and we wouldn&#8217;t dislike the terminology as much. You don&#8217;t have <a href='http://theinnovationist.com/2010/01/social-media-experts-vs-masters/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sick of all these damn &#8220;Social Media Experts&#8221;, but at least they have their name right. They are &#8220;experts&#8221; and I&#8217;m fine with that even if there are thousands of them. Maybe they should be a little bit more humble about their position, and we wouldn&#8217;t dislike the terminology as much.</p>
<p>You don&#8217;t have to know everything about a category to be an expert. You just need to be more experienced and knowledgeable than the person who is looking for an expert. If they don&#8217;t really know what they are looking for, besides maybe a few buzzwords. You can be an expert to those people, because they know considerably less than you.</p>
<p>To be an expert though, you have to know who you&#8217;re talking too, and if they actually know more than yourself. Never call yourself an expert in front of someone who knows more than yourself, unless you’re an amazing bluffer. Of course, even a bluffer will be found out a fool if he continues to talk about the topic, and the person discovers this. The best thing to do, is not self-label yourself an expert, unless you&#8217;re truly or near being a master.</p>
<p>A master knows the ins and outs of the system in which he works. The master&#8217;s knowledge of the system allows him to do things that regular people and even the majority of experts wouldn&#8217;t be able to understand it. The master is efficient with his work, he has the answers or knows exactly where they can be found rapidly. The master is at the top of his art along with very few.</p>
<p>If you seek a master for help, quality is guaranteed, but an actual response is not. A master will teach you everything, but he will always hold one kernel of knowledge back. The master is not fooled by experts, even if he trained them; he knows that they might try to take his claim. The master uses his withheld knowledge as a way to maintain the upper hand.</p>
<p>The truth is I&#8217;m just sick of &#8220;Social Media Experts&#8221;, self-labeling themselves, but I&#8217;m also sick of people bitching about it. The reason the people are bitching however, is because they are just as or more capable of discussing social media, than the people that are self-labeled. Some of these people, may even be very close to being a Social Media Master, but they choose to be named by their peers and not by themselves. Of course, the &#8220;Social Media Experts&#8221; are experts, we just aren&#8217;t their audience, so stop bitching.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2010/02/im-a-fraud-why-you-should-trust-me/" rel="bookmark" class="crp_title">I&#8217;m A Fraud: Why You Should Trust Me</a></li><li><a href="http://theinnovationist.com/2008/10/start-me-up-dashbuzz-interview/" rel="bookmark" class="crp_title">Start Me Up: Interview With Calley Nye About Dashbuzz</a></li><li><a href="http://theinnovationist.com/2008/08/acknowledging-personal-truths-are-not-the-truths-of-others/" rel="bookmark" class="crp_title">Acknowledging Personal Truths Are Not The Truths Of Others</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2010/01/social-media-experts-vs-masters/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Some Inspiration From The Web Oct. 20 &#8211; Nov.7</title>
		<link>http://theinnovationist.com/2008/11/some-inspiration-from-the-web-oct-20-nov7/</link>
		<comments>http://theinnovationist.com/2008/11/some-inspiration-from-the-web-oct-20-nov7/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 13:00:11 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Link Dump]]></category>
		<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=304</guid>
		<description><![CDATA[Several articles that are all quite connected in that they are pushing the basic concepts to fight fear and become an idea generator. These articles all can help you be more innovative, insightful, better business person, or just a better person, apply the knowledge where you can in your life. Last week, The Next Web <a href='http://theinnovationist.com/2008/11/some-inspiration-from-the-web-oct-20-nov7/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Several articles that are all quite connected in that they are pushing the basic concepts to fight fear and become an idea generator. These articles all can help you be more innovative, insightful, better business person, or just a better person, apply the knowledge where you can in your life.</p>
<p>Last week, <a href="http://thenextweb.org/">The Next Web</a> published an article entitled <a href="http://thenextweb.org/2008/11/01/the-era-of-the-entrepreneur/"><em>The Era of Entrepreneur!</em></a>, in which they discuss 5 defining elements of an entrepreneur. These 5 elements don&#8217;t just apply to an entrepreneur but, anyone wishing to change something. The discussion won&#8217;t help too much if you&#8217;re not interested in business so, I provided the list below.</p>
<ol>
<li style="text-align: center;"><strong>Be Independent</strong></li>
<li style="text-align: center;"><strong>Think Different</strong></li>
<li style="text-align: center;"><strong>Be Prepared</strong></li>
<li style="text-align: center;"><strong>Be Patient</strong></li>
<li style="text-align: center;"><strong>Ignore Everyone</strong></li>
</ol>
<p>Over at <a href="http://www.thebridgemaker.com/">theBridgeMaker</a>, they have written <a href="http://www.thebridgemaker.com/7-must-have-personal-growth-strategies/trackback"><em>7 Must -Have Personal Growth Strategies</em></a>. This article has a more focused thought into <strong>Thinking Different</strong> and <strong>Being Independent</strong> in order to grow as a person.</p>
<p>The NYT has an article on <em><a href="http://www.nytimes.com/2008/10/23/business/smallbusiness/23sbizbox.html">Pursuing Big Ideas</a></em> that has 10 items that will help anyone seeking to get the creative juices flowing. These different approaches will provide you with plenty of ways to think differently or &#8220;<em>not think at all</em> &#8220;.</p>
<p><a href="http://spiritualblog.com/">Spiritual Blog</a> provides 2 articles, the first is <em><a href="http://spiritualblog.com/1080/10-paths-to-individualism-from-the-insight-of-socrates/trackback">10 Paths to Individualism</a></em>. The article analyzes 10 Socratic quotations into finding ones Individuality.  The second is a set of <em><a href="http://spiritualblog.com/942/10-ideas-of-great-insight-from-plato/trackback">10 Insightful quotes from Plato</a></em>, no analysis.</p>
<p>That is all of the inspiration and now I&#8217;d like to take a moment to point out another element of economic stupidity, in the secondary-education&#8217;s foundation. The NYT has posted a story that states the <strong><a href="http://www.nytimes.com/2008/10/30/education/30college.html">Downturn is driving tuition UP</a></strong>. The fact that multiple stories have been written on the subject of tight lenders even to students means that the majority of this money will be coming from the government. I&#8217;ve already done several articles, <a href="http://theinnovationist.com/2008/08/college-is-taxing-the-system/trackback">College is Taxing Our System</a> and <a href="http://theinnovationist.com/2008/07/education-pt-2-personal-economics-subsidized-education-and-the-morality-of-it-all/trackback">Education pt 2</a>. on the shear absurdity that is government subsidization in this sector</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2008/08/college-is-taxing-the-system/" rel="bookmark" class="crp_title">College Is Taxing the System</a></li><li><a href="http://theinnovationist.com/2009/01/computer-issues-a-few-ideas/" rel="bookmark" class="crp_title">Computer Issues &#038; A Few Ideas</a></li><li><a href="http://theinnovationist.com/2008/12/the-most-innovative-video-games-of-2008/" rel="bookmark" class="crp_title">The Most Innovative Video Games of 2008</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/11/some-inspiration-from-the-web-oct-20-nov7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The 50 Who Now Stand Under the 44th As 1</title>
		<link>http://theinnovationist.com/2008/11/the-50-who-now-stand-under-the-44th-as-1/</link>
		<comments>http://theinnovationist.com/2008/11/the-50-who-now-stand-under-the-44th-as-1/#comments</comments>
		<pubDate>Thu, 06 Nov 2008 01:45:22 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Spirituality]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=291</guid>
		<description><![CDATA[As everyone should know by now we have a president-elect that will be inaugurated January 20, 2009: Barack Obama Over the last year, we have seen such a division between the parties. We have faced the trials of separation on many levels, belief, color, sex, and age. This was a plague that swept our land <a href='http://theinnovationist.com/2008/11/the-50-who-now-stand-under-the-44th-as-1/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>As everyone should know by now we have a president-elect that will be inaugurated January 20, 2009:</p>
<p><strong>Barack Obama</strong></p>
<p>Over the last year, we have seen such a division between the parties. We have faced the trials of separation on many levels, belief, color, sex, and age. This was a plague that swept our land and it was going to be hard to repair.</p>
<p><em>Tuesday Night, November 4 2008</em></p>
<p>We had two men stand up and destroy these divisions with their speeches, McCain, with his Concession Speech, and Barack Obama, with his Acceptance Speech. It does not matter any longer who you wanted to win, because with these speeches they have <strong>UNITED</strong> us as the American people. We are now 50 states standing under Barack Obama, as the 44th President of the United States, as one <strong>UNITED</strong> country.</p>
<p><strong>Barack Obama&#8217;s  Acceptance Speech</strong></p>
<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/6yO0PkePR3o&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/6yO0PkePR3o&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=6yO0PkePR3o&amp;feature=related">Acceptance Speech Part 1</a>, <a href="http://www.youtube.com/watch?v=N4FlDYZcrJY&amp;feature=related">Part 2</a></p>
<p><strong>McCain&#8217;s Concession Speech</strong></p>
<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/bss6lTP8BJ8&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/bss6lTP8BJ8&amp;hl=en&amp;fs=1" allowscriptaccess="always" allowfullscreen="true"></embed></object></p>
<p><a href="http://www.youtube.com/watch?v=bss6lTP8BJ8&amp;feature=related">Concession Speech </a></p>
<blockquote>
<p style="text-align: center;">One phrase is ringing with a deafing roar in my head, right now.</p>
<p style="text-align: center;"><strong>&#8220;I am proud to be an American!&#8221;</strong></p>
</blockquote>
<p>As I was editing this I came across <a href="http://www.zefrank.com/from52to48withlove/">from52to48withlove</a>, an Idea from Ze Frank.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2008/09/back-your-shit-up/" rel="bookmark" class="crp_title">Back Your Shit Up</a></li><li><a href="http://theinnovationist.com/2008/10/some-inspiration-from-the-web/" rel="bookmark" class="crp_title">Some Inspiration From The Web</a></li><li><a href="http://theinnovationist.com/2010/05/adobe-pops-above-google-to-flash-apple-and-opera-users/" rel="bookmark" class="crp_title">Adobe Pops Above Google to Flash Apple (and Opera) Users</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/11/the-50-who-now-stand-under-the-44th-as-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Get Out And Vote! 3 Choices Pirate, Zombie, Ninja</title>
		<link>http://theinnovationist.com/2008/10/get-out-and-vote-3-choices-pirate-zombie-ninja/</link>
		<comments>http://theinnovationist.com/2008/10/get-out-and-vote-3-choices-pirate-zombie-ninja/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 12:00:15 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=282</guid>
		<description><![CDATA[So the elections are now less than a week a way and I&#8217;m still confused so I have decided to make a chart with possible candidates. Now I just have to decide which I&#8217;d rather have leading the country. Also this will be my last post until after the election. I&#8217;m trying not to offend <a href='http://theinnovationist.com/2008/10/get-out-and-vote-3-choices-pirate-zombie-ninja/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>So the elections are now less than a week a way and I&#8217;m still confused so I have decided to make a chart with possible candidates. Now I just have to decide which I&#8217;d rather have leading the country. Also this will be my last post until after the election. I&#8217;m trying not to offend anyone as I opine about who I want. Don&#8217;t worry I have plenty of stuff in the wings it just needs editing to be done. Enjoy!</p>
<p><a href="http://theinnovationist.com/blog/wp-content/uploads/2008/10/pzn-copy.jpg"><img class="aligncenter size-medium wp-image-283" title="pzn-copy" src="http://theinnovationist.com/blog/wp-content/uploads/2008/10/pzn-copy-300x225.jpg" alt="" width="499" height="373" /></a></p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2009/02/mint-for-twhirl/" rel="bookmark" class="crp_title">Mint For Twhirl</a></li><li><a href="http://theinnovationist.com/2008/08/choices/" rel="bookmark" class="crp_title">Choices</a></li><li><a href="http://theinnovationist.com/2009/11/the-social-web-defining-real-world-social-factors/" rel="bookmark" class="crp_title">The Social Web: Defining Real-World Social Factors</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/10/get-out-and-vote-3-choices-pirate-zombie-ninja/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Our Childrens Economy: Social Security</title>
		<link>http://theinnovationist.com/2008/10/our-childrens-economy-social-security/</link>
		<comments>http://theinnovationist.com/2008/10/our-childrens-economy-social-security/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 14:45:28 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Politics]]></category>
		<category><![CDATA[Strategy]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=168</guid>
		<description><![CDATA[The United States is growing ever closer towards bankruptcy and we just keep piling on more and more debt. People don&#8217;t blame Bush it&#8217;s the law of compounding interest and providing too many services. One of the more pronounced services that is out there is Social Security. I find that it is quite possibly the <a href='http://theinnovationist.com/2008/10/our-childrens-economy-social-security/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>The United States is growing ever closer towards bankruptcy and we just keep piling on more and more debt. People don&#8217;t blame Bush it&#8217;s the law of compounding interest and providing too many services. One of the more pronounced services that is out there <strong>is Social Security</strong>. I find that it is quite possibly the largest disservice for the future of the country.</p>
<p>Social Security is the funds that are taken automatically from workers pay for retirement funding, unemployment,  disability, spousal and children, and widow benefits. All of these, except for the retirement, unemployment, and widow benefits, were not part of the original bill and the widow benefits have changed from lump-sum to the continued monthly payments of the deceased spouse. The original bill proposal was highly controversial in and was opposed because it would result in the loss of jobs. However, some said that this was an advantage as it encouraged the elderly to retire, opening positions for the youth.</p>
<p>The problem is that now the elderly are working longer and are less encouraged to leave, resulting in harder positioning for the younger generations. The fact that this pay comes from the workers who should be the younger generation means that this is impacting their future coverage. The average age of workers is also beginning to go up and at ~15% per worker and at a 5.8:1 worker/retired we are slowly sliding into a Social Security deficit; projections show that the ratio will drop to 3.1:1 meaning that <strong>we won&#8217;t even be providing half the coverage that&#8217;s promised.</strong></p>
<p>While researching this, I discovered that the Social Security spending for the &#8217;07 Fiscal Year was <strong>$580 billion</strong>, this is annualized process that increases every year. Honestly, we&#8217;re worried about the government spending $900 billion just once, sure it was on bad loans, but it&#8217;s actually going to help stabilize the country while we prepare for the long run. Social Security is ripping off the future generations to pay for it&#8217;s promises.</p>
<p>I propose that we introduce a retro-active grandfather clause that will reduce the rates of which people are accustomed will be receiving.  You reduce funding to anyone who was born since January 1, 1963(45 years old as of 1/1/09) to 70% of what they where promised once they reach 67, regressing the rate by 5% for every subsequent year until age 35. Anyone between the ages of 35 and 30 shall receive 25% and anyone below 30 will recieve nothing.  We have this bill continue until the year 2100 and direct excess funding towards the federal deficit. I would not have a problem having the tax remain in my wages so long as it is going to help sustain the state of the country in the future. This isn&#8217;t even as drastic as what we need but, it is an initial idea to help us get it started.</p>
<p>This is just my two cents on my subject, and in fact this would actually be excluding myself(19 years old). Though it wouldn&#8217;t matter there is nothing left for my generation or future generations, either way. Please leave some comments on what you think of this subject.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2008/08/college-is-taxing-the-system/" rel="bookmark" class="crp_title">College Is Taxing the System</a></li><li><a href="http://theinnovationist.com/2008/07/education-personal-econ-subsidized-ed/" rel="bookmark" class="crp_title">Education Pt 2 &#8211; Personal Economics, Subsidized Education, And the Morality Of It All</a></li><li><a href="http://theinnovationist.com/2010/03/the-future-of-privacy-is-full-publicy/" rel="bookmark" class="crp_title">The Future Of Privacy Is Full Publicy</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/10/our-childrens-economy-social-security/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>College Is Taxing the System</title>
		<link>http://theinnovationist.com/2008/08/college-is-taxing-the-system/</link>
		<comments>http://theinnovationist.com/2008/08/college-is-taxing-the-system/#comments</comments>
		<pubDate>Mon, 25 Aug 2008 07:00:30 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=45</guid>
		<description><![CDATA[Something I&#8217;ve noticed the last week is that discussions on education have been popping up everywhere. Our economic system is facing collapse, and the main issues are all centrally connected to the way our secondary-education system is founded and unregulated. The payment of the tuition is resulting in the major collapse but no one wants <a href='http://theinnovationist.com/2008/08/college-is-taxing-the-system/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Something I&#8217;ve noticed the last week is that discussions on education have been popping up everywhere. Our economic system is facing collapse, and the main issues are all centrally connected to the way our secondary-education system is founded and unregulated. The payment of the tuition is resulting in the major collapse but no one wants to focus on it. You have parents taking out mortgages, the government heavily subsidizing tuition, and student lenders, all taking huge losses on college.</p>
<p>I mentioned this in an <a href="http://theinnovationist.com/2008/07/education-personal-econ-subsidized-ed/">old post</a> that was originally written in the middle of March, though it focused on only the government subsidization. The issue is not that government shouldn&#8217;t assist, but they are hurting themselves and the economy by not regulating school rates. Over a 30 year period they have wasted approximately $2.4 Trillion( with a T) on education. Meanwhile, college rates are rising doubly as fast that of interest rates.</p>
<p>The people who were taking out loans are hurting but if they claim bankruptcy that is only making it worse for everyone else. The students with 30 or 40 thousand dollars in loans are going to find it hard to pay back because of the weak job market, and the parents who took out mortgages are are probably hurting tremendously. Yet, today the NYT&#8217;s posted an <a href="http://www.nytimes.com/2008/08/24/business/24loans.html?pagewanted=1&amp;_r=1&amp;ref=todayspaper" target="_self">article</a> on how the lenders should be taking the brunt of this blow. By allowing the students to claim bankruptcy on these funds.</p>
<p>This article is fucking ridiculous( pardon my language) , this will allow for billions of dollars to be wiped from the slate. This leaves the lenders with no capital to provide for the future borrowers and no profit for their services. What needs to happen is a reformation of the collegiate system.</p>
<p>The problems of our current economic tumults are founded upon these 2 systems the collegiate and the lenders. They are the major issues that caused the collapse in the housing market collapse, outside of the pricing bubble. Colleges have been and will be taxing the lending system both private and federal, making it harder to produce revenues to reach the equilibrium needed. College is generally going to cost you more with less job security and lower standards of pay. Lenders are feeding on this fact for interest and fees.</p>
<p>So the point I&#8217;m trying to say, is that even if we find a way out of the housing bubble, we still have a huge problem. If we don&#8217;t do something to reform college funding we will see this strain the system to a point of another economic collapse. I can see this occuring anywhere from less than 5 years to 10-20 years from now, it will happen if we don&#8217;t do anything.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2008/11/some-inspiration-from-the-web-oct-20-nov7/" rel="bookmark" class="crp_title">Some Inspiration From The Web Oct. 20 &#8211; Nov.7</a></li><li><a href="http://theinnovationist.com/2008/07/education-personal-econ-subsidized-ed/" rel="bookmark" class="crp_title">Education Pt 2 &#8211; Personal Economics, Subsidized Education, And the Morality Of It All</a></li><li><a href="http://theinnovationist.com/2008/07/your-pouring-the-wrong-way/" rel="bookmark" class="crp_title">Your Pouring The Wrong Way</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/08/college-is-taxing-the-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Acknowledging Personal Truths Are Not The Truths Of Others</title>
		<link>http://theinnovationist.com/2008/08/acknowledging-personal-truths-are-not-the-truths-of-others/</link>
		<comments>http://theinnovationist.com/2008/08/acknowledging-personal-truths-are-not-the-truths-of-others/#comments</comments>
		<pubDate>Fri, 01 Aug 2008 07:00:23 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Philosophy]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=33</guid>
		<description><![CDATA[I&#8217;ve been seeing this recurring theme of intolerance pop-up almost non-stop in current media. We have the &#8217;08 election and are constantly badgered with views of racism, sexism, ageism, and religious intolerance. This is constant in modern life, no matter what you do, you will come across someone with a very different perspective on some <a href='http://theinnovationist.com/2008/08/acknowledging-personal-truths-are-not-the-truths-of-others/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been seeing this recurring theme of intolerance pop-up almost non-stop in current media. We have the &#8217;08 election and are constantly badgered with views of racism, sexism, ageism, and religious intolerance. This is constant in modern life, no matter what you do, you will come across someone with a very different perspective on some subject.</p>
<p>The story that really brought this idea to fruition in me is that I saw an interview with two 14 year-old girls on television. These girls were kicked off of a bus in Portland last year for kissing by the bus driver who called them &#8216;sickos&#8217;. He didn&#8217;t bother to wait to get to the next bus stop. This was someone who was forcing his opinion against homosexuality because he saw it as a truth, in doing so he impeded the girls&#8217; rights.</p>
<p>The election has been wrought with constant bipolar truths that are no doubt going to stay in the mainstream media until at least November. Most of them originating in the Democratic Primaries just to market to the masses on one side of the truth. You have &#8220;Hillary is a woman, a woman can&#8217;t run the country&#8221;, &#8220;Barrack is Muslim(not true), he&#8217;s going to sell this country out to the terrorists&#8221;, &#8220;McCain is too old to be president, he&#8217;ll die in office&#8221;, &#8220;Barrack is like Rev. Wright&#8221;, and &#8220;A black man isn&#8217;t capable of running this country, he&#8217;ll turn it into a ghetto&#8221;, all of these have been either explicitly or implicitly distributed by the media. Is this the representation of the beliefs of everyone in the country? No, they are marketing to their audiences, the only problem is that diffusion has occurred in media and it spreads, having it reach the people that share the other side of the truth.</p>
<p>If your trying to sell something as truth, you have to realize that what your truth is opinion only. As you age, however, your opinion shall become more refined; it needs a proper base to do so. So try to reflect on your views and the flip-side of them. You may be the intolerant bastard who you despise.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2010/01/social-media-experts-vs-masters/" rel="bookmark" class="crp_title">(Social Media) Experts vs. Masters</a></li><li><a href="http://theinnovationist.com/2009/01/technology-is-killing-our-time-of-marvel/" rel="bookmark" class="crp_title">Technology Is Killing Our Time Of Marvel</a></li><li><a href="http://theinnovationist.com/2008/10/our-childrens-economy-social-security/" rel="bookmark" class="crp_title">Our Childrens Economy: Social Security</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/08/acknowledging-personal-truths-are-not-the-truths-of-others/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Your Pouring The Wrong Way</title>
		<link>http://theinnovationist.com/2008/07/your-pouring-the-wrong-way/</link>
		<comments>http://theinnovationist.com/2008/07/your-pouring-the-wrong-way/#comments</comments>
		<pubDate>Fri, 25 Jul 2008 07:00:43 +0000</pubDate>
		<dc:creator>James Fuller</dc:creator>
				<category><![CDATA[Economy]]></category>
		<category><![CDATA[Politics]]></category>

		<guid isPermaLink="false">http://theinnovationist.com/?p=29</guid>
		<description><![CDATA[[I’m sorry for any ranting and poor writing this subject is just to dire.] Wednesday, June 23, the Housing Bill was passed through Congress and the House. I’ve reviewed what little information their giving the public and it’s only going to affect a small majority of homeowners, approximately 400,000. The main benefactors to this bill, <a href='http://theinnovationist.com/2008/07/your-pouring-the-wrong-way/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>[I’m sorry for any ranting and poor writing this subject is just to dire.]</p>
<p>Wednesday, June 23, the Housing Bill was passed through Congress and the House. I’ve reviewed what little information their giving the public and it’s only going to affect a small majority of homeowners, approximately 400,000. The main benefactors to this bill, however, are Frannie, Freddie and other lenders. The fact still stands that overtime the average American is going to be taxed for the problems of others</p>
<p>The bill will offer bailouts on houses up to $550,000 which in most cases would be relatively higher than median pricing in any area, exceptions for a few areas (i.e. California). This is just ridiculous; if you’re going to offer this to former defaulters you’re a fucking retard, or a member of Congress. This is a horrible incentive to be offering, it’s just going to show them that they weren’t responsible for their problems, each party will point the finger at the other.</p>
<p>I think someone should have thought this thing through at 600 pages you would think that it might be worth something, yet nothing except tying the government to corporations. I think if anything we need to bolster economic centers of growth but we can’t be bailing people out for every problem, yeah I’m calling you out Dems, and we need to develop a plan that can actually help rather than just boost morale for a few months. We also need to show that we don’t support weak economic decisions by people, how about starting to teach basic personal finance and economics in our Middle and High Schools.</p>
<p>Our lending market filled itself with greed and ditched common sense; they offered poorly qualified people opportunities that they could never afford. These people only thought about margins and not about the chance that everyone else would be going after the same niche in the market, subprime borrowers. Now we, the American public, get our asses taxed off until we default or our jobs get taxed to the brink and they collapse leaving us jobless and then we default. This isn’t going to help it’s just there to ease the trip down.</p>
<p>So it looks like I’m going to have fun as a responsible spender over the next several decades. Hooray for the assholes back in the 90’s and early-oughts, for flipping me and my generation over and fucking us in the ass. It really fucking stings to know that simplicity and release from branding, no matter how non-conformist, doesn’t help you separate far enough to escape bailing out the people bound to consumption. It’s time to stop praying for the money to come in, and learn responsibility for your actions.</p>
<div id="crp_related">Related Posts:<ul><li><a href="http://theinnovationist.com/2008/08/college-is-taxing-the-system/" rel="bookmark" class="crp_title">College Is Taxing the System</a></li><li><a href="http://theinnovationist.com/2008/10/following-the-green/" rel="bookmark" class="crp_title">Following The Green</a></li><li><a href="http://theinnovationist.com/2008/10/our-childrens-economy-social-security/" rel="bookmark" class="crp_title">Our Childrens Economy: Social Security</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://theinnovationist.com/2008/07/your-pouring-the-wrong-way/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
