<?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>SEM News and Free SEO Search Tool Website &#187; marcgrabanski.com-</title>
	<atom:link href="http://www.semnewsdaily.com/author/marcgrabanskicom/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.semnewsdaily.com</link>
	<description>Know It All</description>
	<lastBuildDate>Tue, 07 Feb 2012 02:10:00 +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>The Conclusion of MarcGrabanski.com</title>
		<link>http://marcgrabanski.com/articles/conclusion-marcgrabanski-com</link>
		<comments>http://marcgrabanski.com/articles/conclusion-marcgrabanski-com#comments</comments>
		<pubDate>Tue, 02 Aug 2011 14:06:38 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[It&#8217;s been a fun ride. In three and a half years, I went from a programmer with very little writing skills (just trying to not forget things I learned) to really being listened to by a wide range of people. Traffic, Oh! So Much Traffic Millions of people. I can&#8217;t imagine how many football stadiums [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been a fun ride.</p>
<p>In three and a half years, I went from a programmer with very little writing skills (just trying to not forget things I learned) to really being listened to by a wide range of people.</p>
</p>
<p>Traffic, Oh! So Much Traffic</p>
<p>Millions of people. I can&#8217;t imagine how many football stadiums that would fill up! Sure, all I was doing was pushing the knowledge needle forward for people through open source code, but it really sunk deep into my heart what I was doing&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fconclusion-marcgrabanski-com', 'The+Conclusion+of+MarcGrabanski.com')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fconclusion-marcgrabanski-com', title: '+The+Conclusion+of+MarcGrabanski.com+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/conclusion-marcgrabanski-com/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simulating Mouse Click Events in JavaScript</title>
		<link>http://marcgrabanski.com/articles/simulating-mouse-click-events-in-javascript</link>
		<comments>http://marcgrabanski.com/articles/simulating-mouse-click-events-in-javascript#comments</comments>
		<pubDate>Fri, 08 Jul 2011 18:30:05 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[As our interfaces get more complex, JavaScript testing is becoming more critical. With browser testing, you should get as close to native events as you can. Jörn Zaefferer recommended I check out jQuery Simulate. In my case I just needed a pure JavaScript way to simulate browser click events at a given location, so I [...]]]></description>
			<content:encoded><![CDATA[<p>As our interfaces get more complex, JavaScript testing is becoming more critical. With browser testing, you should get as close to native events as you can. Jörn Zaefferer recommended I check out jQuery Simulate. In my case I just needed a pure JavaScript way to simulate browser click events at a given location, so I ripped out the jQuery dependance and created a wrapper just around the mouse events&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fsimulating-mouse-click-events-in-javascript', 'Simulating+Mouse+Click+Events+in+JavaScript')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fsimulating-mouse-click-events-in-javascript', title: '+Simulating+Mouse+Click+Events+in+JavaScript+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/simulating-mouse-click-events-in-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Exciting Features in CouchDB</title>
		<link>http://marcgrabanski.com/articles/exiciting-features-in-couchdb</link>
		<comments>http://marcgrabanski.com/articles/exiciting-features-in-couchdb#comments</comments>
		<pubDate>Mon, 16 May 2011 15:13:01 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[The deeper I get into CouchDB, the more I love it. I empathize with the thread on Quora about why isn&#8217;t couchDB more popular? started by someone who was blown away like I was when I started using CouchDB. Quick FYI: this article is a high-level overview of CouchDB features, not a tutorial. Ok, so [...]]]></description>
			<content:encoded><![CDATA[<p>The deeper I get into CouchDB, the more I love it. I empathize with the thread on Quora about why isn&#8217;t couchDB more popular? started by someone who was blown away like I was when I started using CouchDB.</p>
<p>Quick FYI: this article is a high-level overview of CouchDB features, not a tutorial.</p>
</p>
<p>Ok, so what makes me so excited about CouchDB?! CouchDB is a NoSQL, schema-free JSON document storage where JavaScript can access the database directly via HTTP with no middleware required! Let me say that again&#8230;</p>
<p>JavaScript can access the database directly&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fexiciting-features-in-couchdb', 'Exciting+Features+in+CouchDB')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fexiciting-features-in-couchdb', title: '+Exciting+Features+in+CouchDB+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/exiciting-features-in-couchdb/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Entrepreneurs are Dead, Long Live the Hacker</title>
		<link>http://marcgrabanski.com/articles/long-live-the-hacker-entrepreneurs</link>
		<comments>http://marcgrabanski.com/articles/long-live-the-hacker-entrepreneurs#comments</comments>
		<pubDate>Fri, 01 Apr 2011 06:21:06 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[Society is moving at an unprecedented pace. A year ago I didn&#8217;t have the word &#8220;Android&#8221; in my vocabulary but now I use an Android phone every day. Entrepreneurs of yesterday have to wake up to this new world and realize that the rules have changed. Entrepreneurs suddenly, &#8220;cannot find good talent&#8221;. Meanwhile, hackers don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>Society is moving at an unprecedented pace. A year ago I didn&#8217;t have the word &#8220;Android&#8221; in my vocabulary but now I use an Android phone every day. Entrepreneurs of yesterday have to wake up to this new world and realize that the rules have changed. Entrepreneurs suddenly, &#8220;cannot find good talent&#8221;. Meanwhile, hackers don&#8217;t need idea people when they are the idea people&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Flong-live-the-hacker-entrepreneurs', 'Entrepreneurs+are+Dead%2C+Long+Live+the+Hacker')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Flong-live-the-hacker-entrepreneurs', title: '+Entrepreneurs+are+Dead%2C+Long+Live+the+Hacker+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/long-live-the-hacker-entrepreneurs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&quot;Are You Rich?&quot;</title>
		<link>http://marcgrabanski.com/articles/are-you-rich</link>
		<comments>http://marcgrabanski.com/articles/are-you-rich#comments</comments>
		<pubDate>Thu, 10 Feb 2011 01:37:44 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Conferences]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/misc/conferences/</guid>
		<description><![CDATA[I wrote this article looking out the window of the cheap bedroom I&#8217;m renting, while thinking about how I planned to dump significant amount of my business&#8217;s profits into creating a conference that is free for everyone. It turned into a whopping success in terms of everyone getting great education and having a good time. [...]]]></description>
			<content:encoded><![CDATA[<p>I wrote this article looking out the window of the cheap bedroom I&#8217;m renting, while thinking about how I planned to dump significant amount of my business&#8217;s profits into creating a conference that is free for everyone. It turned into a whopping success in terms of everyone getting great education and having a good time. If you are curious what I am talking about read coverage of the event&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fare-you-rich', '%26quot%3BAre+You+Rich%3F%26quot%3B')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fare-you-rich', title: '+%26quot%3BAre+You+Rich%3F%26quot%3B+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/are-you-rich/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Developing Value Stronger Than Money</title>
		<link>http://marcgrabanski.com/articles/developing-value-stronger-than-money</link>
		<comments>http://marcgrabanski.com/articles/developing-value-stronger-than-money#comments</comments>
		<pubDate>Sun, 16 Jan 2011 21:34:55 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[Increasingly people think I&#8217;m rich so this is the first in a series of articles that I&#8217;ve drafted to break down my concept of value and wealth to open up a path of discovering what real &#34;rich&#34;ness really is. Even though I am not rich financially (though they think I am), people I&#8217;ve talked to [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>Increasingly people think I&#8217;m rich so this is the first in a series of articles that I&#8217;ve drafted to break down my concept of value and wealth to open up a path of discovering what real &quot;rich&quot;ness really is. Even though I am not rich financially (though they think I am), people I&#8217;ve talked to who are making millions wonder just how I am able to make moves that are too risky for even them to take&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fdeveloping-value-stronger-than-money', 'Developing+Value+Stronger+Than+Money')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fdeveloping-value-stronger-than-money', title: '+Developing+Value+Stronger+Than+Money+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/developing-value-stronger-than-money/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paid Versus Free Educational Material</title>
		<link>http://marcgrabanski.com/articles/paid-versus-free-educational-material</link>
		<comments>http://marcgrabanski.com/articles/paid-versus-free-educational-material#comments</comments>
		<pubDate>Tue, 04 Jan 2011 11:47:46 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[I wanted to take a moment to share my views on paid versus free education as this has been a topic on my heart for a long time&#8230;education is in the core of things I think about on a daily basis. Halting Open Source for Education You could go as far to say I halted [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to take a moment to share my views on paid versus free education as this has been a topic on my heart for a long time&#8230;education is in the core of things I think about on a daily basis.</p>
</p>
<p>Halting Open Source for Education</p>
<p>You could go as far to say I halted writing open source for the sake of learning to teach (not in a classroom sense, but the broader sense of the term)&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fpaid-versus-free-educational-material', 'Paid+Versus+Free+Educational+Material')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fpaid-versus-free-educational-material', title: '+Paid+Versus+Free+Educational+Material+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/paid-versus-free-educational-material/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reflecting on my Career Path and Looking Towards 2011</title>
		<link>http://marcgrabanski.com/articles/reflecting-career-and-looking-to-2011</link>
		<comments>http://marcgrabanski.com/articles/reflecting-career-and-looking-to-2011#comments</comments>
		<pubDate>Mon, 13 Dec 2010 05:32:03 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[The most reliable way I know how to improve the future is to learn from the past. If you don&#8217;t like your past, change your ways. If you do like elements of the past, learn from them and do more. First, I&#8217;m going to do a recap of the past. Then I&#8217;ll share about what [...]]]></description>
			<content:encoded><![CDATA[<p>The most reliable way I know how to improve the future is to learn from the past. If you don&#8217;t like your past, change your ways. If you do like elements of the past, learn from them and do more.</p>
<p>First, I&#8217;m going to do a recap of the past. Then I&#8217;ll share about what happened this year.</p>
<p>Foreword: Informational Rags to Riches</p>
<p>I grew up in and still live in Minnesota&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Freflecting-career-and-looking-to-2011', 'Reflecting+on+my+Career+Path+and+Looking+Towards+2011')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Freflecting-career-and-looking-to-2011', title: '+Reflecting+on+my+Career+Path+and+Looking+Towards+2011+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/reflecting-career-and-looking-to-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Date Plugin</title>
		<link>http://marcgrabanski.com/articles/jquery-date-plugin</link>
		<comments>http://marcgrabanski.com/articles/jquery-date-plugin#comments</comments>
		<pubDate>Wed, 01 Dec 2010 07:15:43 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[Last week I started engineering a new datepicker from the ground up I&#8217;m calling jQuery UI Datepicker Lite (more info on github). Out of my efforts came a new plugin I&#8217;m calling jQuery Date. Refer to the date.js file in the github repo. The date plugin is a very lightweight plugin that provides a fairly [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I started engineering a new datepicker from the ground up I&#8217;m calling jQuery UI Datepicker Lite (more info on github). Out of my efforts came a new plugin I&#8217;m calling jQuery Date. Refer to the date.js file in the github repo.</p>
<p>The date plugin is a very lightweight plugin that provides a fairly simple API for the things I typically need to do with dates and will need for the new datepicker&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjquery-date-plugin', 'jQuery+Date+Plugin')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjquery-date-plugin', title: '+jQuery+Date+Plugin+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/jquery-date-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How WordPress Saved the Web</title>
		<link>http://marcgrabanski.com/articles/wordpress-saved-the-web</link>
		<comments>http://marcgrabanski.com/articles/wordpress-saved-the-web#comments</comments>
		<pubDate>Fri, 26 Nov 2010 20:04:40 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[After reading Tim Berners-Lee&#8217;s writings on how Facebook threatens the future of the web it occurred to me just how in the reverse argument is also true, projects like WordPress actually saved the web up until now. WordPress Saves Intellectual Property of Millions Millions of websites are self-hosted with WordPress. Along with that hundreds of [...]]]></description>
			<content:encoded><![CDATA[<p>After reading Tim Berners-Lee&#8217;s writings on how Facebook threatens the future of the web it occurred to me just how in the reverse argument is also true, projects like WordPress actually saved the web up until now.</p>
<p>WordPress Saves Intellectual Property of Millions</p>
<p>Millions of websites are self-hosted with WordPress. Along with that hundreds of millions of articles, content and words have been produced on these self-hosted domains on an open source code base&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fwordpress-saved-the-web', 'How+WordPress+Saved+the+Web')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fwordpress-saved-the-web', title: '+How+WordPress+Saved+the+Web+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/wordpress-saved-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Happy News on The jQuery Course</title>
		<link>http://marcgrabanski.com/articles/news-the-jquery-course</link>
		<comments>http://marcgrabanski.com/articles/news-the-jquery-course#comments</comments>
		<pubDate>Fri, 20 Aug 2010 16:55:47 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[It has been almost three months since I first released my Prerelease of The jQuery Course. I feel I owe it to everyone to talk about the development of the course. Happily all the news is good news! Signing on Karl Swedberg as Editor Over the next month, I will be finishing the course with [...]]]></description>
			<content:encoded><![CDATA[<p>It has been almost three months since I first released my Prerelease of The jQuery Course. I feel I owe it to everyone to talk about the development of the course. Happily all the news is good news!</p>
<p>Signing on Karl Swedberg as Editor</p>
<p>Over the next month, I will be finishing the course with Karl Swedberg as editor. He is the author of the Learning jQuery Book and also the creator of the Learning jQuery blog&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fnews-the-jquery-course', 'Happy+News+on+The+jQuery+Course')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fnews-the-jquery-course', title: '+Happy+News+on+The+jQuery+Course+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/news-the-jquery-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase Productivity Through the Mission</title>
		<link>http://marcgrabanski.com/articles/increase-productivity-mission</link>
		<comments>http://marcgrabanski.com/articles/increase-productivity-mission#comments</comments>
		<pubDate>Thu, 12 Aug 2010 20:53:55 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[One area a lot of us developers like to worry about is personal productivity tools. When I think about all the time I&#8217;ve wasted on finding out the best tools for the job, I wonder.. why am I wasting all this time? The reason is because I&#8217;ve lost site of, &#8220;The Mission&#8221;. The Key to [...]]]></description>
			<content:encoded><![CDATA[<p>One area a lot of us developers like to worry about is personal productivity tools. When I think about all the time I&#8217;ve wasted on finding out the best tools for the job, I wonder.. why am I wasting all this time? The reason is because I&#8217;ve lost site of, &#8220;The Mission&#8221;.</p>
<p>The Key to Productivity, &#8220;The Mission&#8221;</p>
<p>The first, biggest key to productivity is to define your underlying philosophy of why you do what you do&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fincrease-productivity-mission', 'Increase+Productivity+Through+the+Mission')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fincrease-productivity-mission', title: '+Increase+Productivity+Through+the+Mission+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/increase-productivity-mission/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Organizing and Sharing Knowledge</title>
		<link>http://marcgrabanski.com/articles/organizing-and-sharing-knowledge</link>
		<comments>http://marcgrabanski.com/articles/organizing-and-sharing-knowledge#comments</comments>
		<pubDate>Thu, 05 Aug 2010 17:57:23 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[This article is the all-encompassing thought train of me wrestling with the overarching concept of organizing and sharing knowledge online. I&#8217;m building an application that deals with these very concepts, so consider this market research that you get to listen to and take part in via the comments. What do we organize and share online? [...]]]></description>
			<content:encoded><![CDATA[<p>This article is the all-encompassing thought train of me wrestling with the overarching concept of organizing and sharing knowledge online. I&#8217;m building an application that deals with these very concepts, so consider this market research that you get to listen to and take part in via the comments.</p>
<p>What do we organize and share online?</p>
<p>There are a few things that a person shares online&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Forganizing-and-sharing-knowledge', 'Organizing+and+Sharing+Knowledge')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Forganizing-and-sharing-knowledge', title: '+Organizing+and+Sharing+Knowledge+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/organizing-and-sharing-knowledge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Groovy JSON String Escape Quote Nightmare</title>
		<link>http://marcgrabanski.com/articles/groovy-escape-quote-string</link>
		<comments>http://marcgrabanski.com/articles/groovy-escape-quote-string#comments</comments>
		<pubDate>Wed, 28 Jul 2010 20:00:39 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[Note: Normally I write solutions to problems, but this a problem I have no solution for. By explaining it I believe it will still be educational and therefore worth publishing. The project I&#8217;m working on at the moment is in Groovy. In order to set JSON on page load, you have to escape either single [...]]]></description>
			<content:encoded><![CDATA[<p>Note: Normally I write solutions to problems, but this a problem I have no solution for. By explaining it I believe it will still be educational and therefore worth publishing.</p>
<p>The project I&#8217;m working on at the moment is in Groovy. In order to set JSON on page load, you have to escape either single quotes or double quotes.</p>
<p>  var myJSON = &#8216;this is the cat\&#8217;s first day in Marc\&#8217;s house&#8217;; // JavaScript string</p>
<p>With groovy, you can cast something as JSON and set it to the view pretty easily&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fgroovy-escape-quote-string', 'Groovy+JSON+String+Escape+Quote+Nightmare')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fgroovy-escape-quote-string', title: '+Groovy+JSON+String+Escape+Quote+Nightmare+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/groovy-escape-quote-string/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Why Aren&#8217;t More Developers Building Businesses?</title>
		<link>http://marcgrabanski.com/articles/developers-building-businesses</link>
		<comments>http://marcgrabanski.com/articles/developers-building-businesses#comments</comments>
		<pubDate>Wed, 21 Jul 2010 20:56:26 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[Every good developer has their own independent visions, but even when visions line up developers chose to build independently instead of together. College students don&#8217;t seem to have this problem, but anyone seasoned in their career will only work for money or so it seems. The risk is gone, the emotion, the drive, the opportunism [...]]]></description>
			<content:encoded><![CDATA[<p>Every good developer has their own independent visions, but even when visions line up developers chose to build independently instead of together. College students don&#8217;t seem to have this problem, but anyone seasoned in their career will only work for money or so it seems. The risk is gone, the emotion, the drive, the opportunism to create something new that drives new businesses goes away&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fdevelopers-building-businesses', 'Why+Aren%26%238217%3Bt+More+Developers+Building+Businesses%3F')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fdevelopers-building-businesses', title: '+Why+Aren%26%238217%3Bt+More+Developers+Building+Businesses%3F+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/developers-building-businesses/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>JavaScript if Statements Syntax</title>
		<link>http://marcgrabanski.com/articles/javascript-if-statements-syntax</link>
		<comments>http://marcgrabanski.com/articles/javascript-if-statements-syntax#comments</comments>
		<pubDate>Fri, 09 Jul 2010 19:08:34 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[A very fundamental part of JavaScript is the if statement. One thing that gets people all up-tight is using ternary operators and not using curly brackets in your JavaScript. Some argue that it isn&#8217;t readable. In this article I&#8217;ll show you what practices I use and hopefully you can give me your thoughts. Normal if [...]]]></description>
			<content:encoded><![CDATA[<p>A very fundamental part of JavaScript is the if statement. One thing that gets people all up-tight is using ternary operators and not using curly brackets in your JavaScript. Some argue that it isn&#8217;t readable. In this article I&#8217;ll show you what practices I use and hopefully you can give me your thoughts.</p>
<p>Normal if statements</p>
<p>Nothing special here, just a normal if statement.</p>
<p>  foo = &quot;bar&quot;;<br />
if ( foo == &quot;bar&quot; ) {<br />
  foo = &quot;something&quot;;<br />
} else {<br />
  foo = &quot;somethingElse&quot;;<br />
}</p>
<p>If statements can be written without curly brackets</p>
<p>  foo = &quot;bar&quot;;<br />
if ( foo == &quot;bar&quot;)<br />
  foo = &quot;something&quot;;<br />
else<br />
  foo = &quot;somethingElse&quot;;</p>
<p>What people don&#8217;t like about this is if you need to do another action inside the if statement, then you have to manually go back and wrap it in curly brackets&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjavascript-if-statements-syntax', 'JavaScript+if+Statements+Syntax')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjavascript-if-statements-syntax', title: '+JavaScript+if+Statements+Syntax+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/javascript-if-statements-syntax/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax Content Type Handling in jQuery</title>
		<link>http://marcgrabanski.com/articles/jquery-ajax-content-type</link>
		<comments>http://marcgrabanski.com/articles/jquery-ajax-content-type#comments</comments>
		<pubDate>Fri, 09 Jul 2010 01:54:43 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[Before jQuery 1.4, you had to specify the dataType in all of the types of ajax requests. $.get(url, data, function, &#34;html/json/xml..&#34;); $.post(url, data, function, &#34;html/json/xml..&#34;); $.ajax({ &#8230; dataType: &#34;html/json/xml..&#34; }); Now, you can have the server respond with the mime type like application/json and jQuery will automatically switch the dataType for you! This makes more [...]]]></description>
			<content:encoded><![CDATA[<p>Before jQuery 1.4, you had to specify the dataType in all of the types of ajax requests.</p>
<p>  $.get(url, data, function, &quot;html/json/xml..&quot;);<br />
$.post(url, data, function, &quot;html/json/xml..&quot;);<br />
$.ajax({<br />
 &#8230;<br />
 dataType: &quot;html/json/xml..&quot;<br />
});</p>
<p>Now, you can have the server respond with the mime type like application/json and jQuery will automatically switch the dataType for you! This makes more sense because the server is the one sending the response, jQuery is only handling it&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjquery-ajax-content-type', 'Ajax+Content+Type+Handling+in+jQuery')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjquery-ajax-content-type', title: '+Ajax+Content+Type+Handling+in+jQuery+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/jquery-ajax-content-type/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Essentials Slideshow, Version 2</title>
		<link>http://marcgrabanski.com/articles/jquery-essentials-slideshow</link>
		<comments>http://marcgrabanski.com/articles/jquery-essentials-slideshow#comments</comments>
		<pubDate>Thu, 08 Jul 2010 16:07:06 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[jQuery Essentials on Slideshare &#8211; View more presentations from Marc Grabanski Want to download the presentation? PDF of jQuery Essentials &#8230;]]></description>
			<content:encoded><![CDATA[<p>jQuery Essentials on Slideshare &#8211; View more presentations from Marc Grabanski</p>
<p>Want to download the presentation? PDF of jQuery Essentials</p>
<p>&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjquery-essentials-slideshow', 'jQuery+Essentials+Slideshow%2C+Version+2')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fjquery-essentials-slideshow', title: '+jQuery+Essentials+Slideshow%2C+Version+2+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/jquery-essentials-slideshow/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Building HTML in jQuery and JavaScript</title>
		<link>http://marcgrabanski.com/articles/building-html-in-jquery-and-javascript</link>
		<comments>http://marcgrabanski.com/articles/building-html-in-jquery-and-javascript#comments</comments>
		<pubDate>Thu, 08 Jul 2010 15:31:50 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/programming/</guid>
		<description><![CDATA[It can be a pain to create HTML elements in JavaScript. In this article I will outline a few ways I deal with HTML. First, we&#8217;ll look at whether to use an HTML string or a jQuery object, then look at my little HTML string builder utility and finally get some links to templating libraries [...]]]></description>
			<content:encoded><![CDATA[<p>It can be a pain to create HTML elements in JavaScript. In this article I will outline a few ways I deal with HTML. First, we&#8217;ll look at whether to use an HTML string or a jQuery object, then look at my little HTML string builder utility and finally get some links to templating libraries for building more complex HTML.</p>
<p>HTML String, or jQuery Object?</p>
<p>The first question you have to ask yourself is whether or not it makes sense to build out HTML as jQuery objects, or if you require the speed of building strings&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fbuilding-html-in-jquery-and-javascript', 'Building+HTML+in+jQuery+and+JavaScript')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fbuilding-html-in-jquery-and-javascript', title: '+Building+HTML+in+jQuery+and+JavaScript+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/building-html-in-jquery-and-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby Gem Management with RVM and Bundler</title>
		<link>http://marcgrabanski.com/articles/gem-management-with-rvm-and-bundler</link>
		<comments>http://marcgrabanski.com/articles/gem-management-with-rvm-and-bundler#comments</comments>
		<pubDate>Sun, 27 Jun 2010 18:32:44 +0000</pubDate>
		<dc:creator>marcgrabanski.com-</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.semnewsdaily.com/uncategorized/</guid>
		<description><![CDATA[When I started learning Ruby, managing gems was a huge problem to the point I would make fun of it. Now I use RVM which helps you install multiple versions of ruby on one computer. Not only does it do that, but it makes gem management a breeze as well! Beyond RVM, Rails 3 provides [...]]]></description>
			<content:encoded><![CDATA[</p>
<p>When I started learning Ruby, managing gems was a huge problem to the point I would make fun of it. Now I use RVM which helps you install multiple versions of ruby on one computer. Not only does it do that, but it makes gem management a breeze as well! Beyond RVM, Rails 3 provides us with bundler, which allows you to install gems based on a list of dependancies automatically. Very slick&#8230;</p>
<div id="st200812195259" class="st-taf trans40" style="position:relative;"><script type="text/javascript" src="http://cdn.socialtwist.com/200812195259/script.js"></script><img alt="SocialTwist Tell-a-Friend" style="border:0;margin:0;padding:0;" src="http://images.socialtwist.com/200812195259/button.png" onmouseout="hideHoverMap(this)" onmouseover="showHoverMap(this, '200812195259',  'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fgem-management-with-rvm-and-bundler', 'Ruby+Gem+Management+with+RVM+and+Bundler')" onclick="cw(this, {id:'200812195259',link: 'http%3A%2F%2Fmarcgrabanski.com%2Farticles%2Fgem-management-with-rvm-and-bundler', title: '+Ruby+Gem+Management+with+RVM+and+Bundler+' })"/></div>]]></content:encoded>
			<wfw:commentRss>http://marcgrabanski.com/articles/gem-management-with-rvm-and-bundler/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

