<?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>Blake Imeson &#187; Wikipedia</title>
	<atom:link href="http://www.blakeimeson.com/tag/wikipedia/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blakeimeson.com</link>
	<description>Web Entrepreneur &#124; WordPress Geek</description>
	<lastBuildDate>Wed, 04 Jan 2012 04:10:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4-alpha-19719</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Style Wikipedia Links Automatically &#8211; CSS and RegEx</title>
		<link>http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/</link>
		<comments>http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 16:48:41 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[icon]]></category>
		<category><![CDATA[RegEx]]></category>
		<category><![CDATA[Wiki]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/?p=443</guid>
		<description><![CDATA[<p>I recently got the idea to have all my external links to Wikipedia have a little &#8220;W&#8221; icon next to them in order to indicate that the links went to Wikipedia. The solution I came up with is to use some CSS and Regular Expressions to automatically add the image to any URLs that have http://en.wikipedia.org/ [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/">Style Wikipedia Links Automatically &#8211; CSS and RegEx</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://content.screencast.com/users/Imeson/folders/Jing/media/0196e55f-cbb2-4a7c-a014-23b8e9283062/css%20and%20regex.png" width="240" title="Style Wikipedia Links Automatically   CSS and RegEx" alt="css%20and%20regex Style Wikipedia Links Automatically   CSS and RegEx" />
		</p><p>I recently got the idea to have all my external links to Wikipedia have a little &#8220;W&#8221; icon next to them in order to indicate that the links went to Wikipedia.</p>
<p>The solution I came up with is to use some CSS and Regular Expressions to automatically add the image to any URLs that have http://en.wikipedia.org/ in them.</p>
<p>Here is a link to <a href="http://en.wikipedia.org/">Wikipedia</a>. (if you are not viewing my blog on a modern browser like <a href="http://www.google.com/chrome/intl/en/landing_chrome.html?hl=en">Chrome</a>/<a href="http://www.mozilla.com/en-US/?from=sfx&amp;amp;uid=283880&amp;amp;t=434">Firefox </a>this may not work)</p>
<p>Here is an image in case you can&#8217;t see.</p>
<p><img class="aligncenter" title="CSS and Wikipedia Icon" src="http://content.screencast.com/users/Imeson/folders/Jing/media/0196e55f-cbb2-4a7c-a014-23b8e9283062/css%20and%20regex.png" alt="css%20and%20regex Style Wikipedia Links Automatically   CSS and RegEx" width="195" height="93" /></p>
<p>&nbsp;</p>

<div class="wp_syntax"><div class="code"><pre class="css" style="font-family:monospace;"><span style="color: #808080; font-style: italic;">/* Wikipedia */</span>
a<span style="color: #00AA00;">&#91;</span>href<span style="color: #00AA00;">^=</span><span style="color: #ff0000;">&quot;http://en.wikipedia.org&quot;</span><span style="color: #00AA00;">&#93;</span>
<span style="color: #00AA00;">&#123;</span>
<span style="color: #000000; font-weight: bold;">padding-right</span><span style="color: #00AA00;">:</span> <span style="color: #933;">15px</span><span style="color: #00AA00;">;</span>
<span style="color: #000000; font-weight: bold;">background</span><span style="color: #00AA00;">:</span> <span style="color: #993333;">url</span><span style="color: #00AA00;">&#40;</span><span style="color: #ff0000;">&quot;/images/wikipedia.png&quot;</span><span style="color: #00AA00;">&#41;</span> <span style="color: #993333;">no-repeat</span> <span style="color: #993333;">scroll</span> <span style="color: #000000; font-weight: bold;">right</span> <span style="color: #000000; font-weight: bold;">top</span> <span style="color: #993333;">transparent</span><span style="color: #00AA00;">;</span>
<span style="color: #00AA00;">&#125;</span></pre></div></div>

<p>&nbsp;</p>
<p>You can download my little &#8220;W&#8221; icon at <a href="http://www.blakeimeson.com/images/wikipedia.png">http://www.blakeimeson.com/images/wikipedia.png</a></p>
<p>I am sure there may be a more elegant and versatile solution to this, if you know of a way to do this better please comment below!</p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/">Style Wikipedia Links Automatically &#8211; CSS and RegEx</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/style-wikipedia-links-automatically-css-and-regex/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Solved the knowledge problem?</title>
		<link>http://www.blakeimeson.com/solved-the-knowledge-problem/</link>
		<comments>http://www.blakeimeson.com/solved-the-knowledge-problem/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 04:27:26 +0000</pubDate>
		<dc:creator>Blake Imeson</dc:creator>
				<category><![CDATA[Innovation]]></category>
		<category><![CDATA[Hayek]]></category>
		<category><![CDATA[Jimmy Wales]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[Wikipedia]]></category>

		<guid isPermaLink="false">http://www.blakeimeson.com/old-site/solved-the-knowledge-problem/</guid>
		<description><![CDATA[<p>Quick philosophical random thought hit me and I thought I’d share. The internet has solved a large part of the “knowledge problem.” What that has meant historically is that there is all this large body of knowledge spread out over many people in many regions. Because this knowledge has historically been disparate and not a [...]</p><p>Thanks for reading. <a href="http://www.blakeimeson.com/solved-the-knowledge-problem/">Solved the knowledge problem?</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></description>
			<content:encoded><![CDATA[<p style="float:right; margin:0 0 10px 15px; width:240px;">
		<img src="http://www.blakeimeson.com/wp-content/Uploads/Solvedtheknowledgeproblem_14DF1/image.png" width="240" title="Solved the knowledge problem?" alt="image Solved the knowledge problem?" />
		</p><p>Quick <strike>philosophical</strike> random thought hit me and I thought I’d share.</p>
<p>The internet has solved a large part of the “knowledge problem.” What that has meant historically is that there is all this large body of <strong>knowledge spread out over many people in many regions</strong>. Because this knowledge has historically been disparate and not a cohesive whole there has been much inefficiency and waste of resources. </p>
<p>I was reflecting on how I am not a “coder” by training or inclination. (meaning I do not have the mind of a programmer) This has not stopped me from creating websites and solving difficult problems of web development.</p>
<p><a href="http://wikipedia.org"><img style="border-bottom: 0px; border-left: 0px; margin: 5px 3px 0px 0px; display: inline; border-top: 0px; border-right: 0px" title="Wikipedia-logo" border="0" alt="Wikipedialogo Solved the knowledge problem?" align="left" src="http://www.blakeimeson.com/wp-content/Uploads/Solvedtheknowledgeproblem_14DF1/Wikipedialogo.jpg" width="117" height="191" /></a>I am able to move forward, not because I am really smart (I’m not) or have had special education but because of the <strong>tremendous wealth of information available online</strong>. And this is not just web development. No, most certainly not. Every body of study man has undertaken is available online. In many languages, with many different viewpoints.</p>
<p> This is an incredible freedom and blessing that humanity has never had before. </p>
<p><a href="http://en.wikipedia.org/wiki/Ludwig_von_Mises">Mises</a> and then <a href="http://en.wikipedia.org/wiki/Friedrich_Hayek">Friedrich Von Hayek</a> <a href="http://www.econlib.org/library/Essays/hykKnw1.html">wrote about</a> this <a href="http://en.wikipedia.org/wiki/Economic_calculation_problem">issue in relation</a> to the inevitable failure of socialist central planning. Hold on…this does relate. <a href="http://en.wikipedia.org/wiki/Jimmy_Wales">Jimmy Wales</a>, the founder of <a href="http://wikipedia.org">Wikipedia</a>, was actually <a href="http://www.econtalk.org/archives/2009/03/wales_on_wikipe.html">inspired by Hayek</a> when <a href="http://www.rob-matthews.com/index.php?/project/wikipedia/"><img style="border-bottom: 0px; border-left: 0px; margin: 5px 15px 10px 0px; display: inline; border-top: 0px; border-right: 0px" title="image" border="0" alt="image Solved the knowledge problem?" align="right" src="http://www.blakeimeson.com/wp-content/Uploads/Solvedtheknowledgeproblem_14DF1/image.png" width="154" height="154" /></a>he started Wikipedia.&#160; </p>
<p><a href="http://www.rob-matthews.com/index.php?/project/wikipedia/">This guy</a> (picture on right) put just 5,000 of the almost 3 million articles into book form. (Wikipedia contains <a href="http://en.wikipedia.org/wiki/Wikipedia:Size_comparisons">over a billion words</a>)</p>
<p>Here is my point. We live in an age that if you want to teach yourself…programming, Dutch, cheese making, raising <a href="http://www.youtube.com/watch?v=we9_CdNPuJg&amp;fmt=18&amp;checkedhd=t">fainting goats</a> or basically anything… it is there for the reaping.&#160; </p>
<p> That, my friends is amazing. </p>
<p>Thanks for reading. <a href="http://www.blakeimeson.com/solved-the-knowledge-problem/">Solved the knowledge problem?</a> is a post from <a href="http://www.blakeimeson.com">Blake Imeson</a></p>]]></content:encoded>
			<wfw:commentRss>http://www.blakeimeson.com/solved-the-knowledge-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

