<?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>/dev/dan</title>
	<atom:link href="http://www.threevolve.org/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.threevolve.org</link>
	<description>Better than /dev/null, I suppose</description>
	<lastBuildDate>Wed, 21 Dec 2011 18:09:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Change the crontab editor on MacOS X</title>
		<link>http://www.threevolve.org/2011/12/change-the-crontab-editor-on-macos-x/</link>
		<comments>http://www.threevolve.org/2011/12/change-the-crontab-editor-on-macos-x/#comments</comments>
		<pubDate>Tue, 20 Dec 2011 16:51:09 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Helpful Tips]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://www.threevolve.org/?p=55</guid>
		<description><![CDATA[MacOS X uses vim as its default crontab editor. That&#8217;s not too big of an issue, I know how to use vim, but it is vastly overpowered for the simple task of editing a cron file. Nano suffices just fine for this, and I&#8217;m sure most Mac users have no idea what vim is, let <a href='http://www.threevolve.org/2011/12/change-the-crontab-editor-on-macos-x/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>MacOS X uses vim as its default crontab editor. That&#8217;s not too big of an issue, I know how to use vim, but it is vastly overpowered for the simple task of editing a cron file. Nano suffices just fine for this, and I&#8217;m sure most Mac users have no idea what vim is, let alone how to use it.</p>
<p>So, here is how to switch your cron editor to nano, a much simpler command-line text editor.</p>
<ol>
<li>Press Command(⌘) + Spacebar, and type <em>terminal</em> into the spotlight search box in the upper right of your screen</li>
<li><a rel="lightbox" href="http://www.threevolve.org/wp-content/uploads/2011/12/Screen-Shot-2011-12-21-at-11.00.57-AM.png">[Pic]</a> In the terminal window, type the following exactly as it appears, yes the semicolon is important:<br />
<em>EDITOR=nano;<br />
export EDITOR</em></li>
<li>Now when you use the terminal to run <em>crontab -e</em>, it will utilize the much simpler nano editor instead of vim.</li>
</ol>
<p>If you&#8217;re afraid to run commands from the terminal, I do first have to ask why you&#8217;re using cron in the first place, and then recommend <a href="http://code.google.com/p/cronnix/" target="_blank">CronniX</a>, a graphical crontab editor for MacOS X.</p>
<p><a href="http://en.wikipedia.org/wiki/Vim_(text_editor)" target="_blank">Learn more about vim</a></p>
<p><a href="http://en.wikipedia.org/wiki/Nano_(text_editor)" target="_blank">Learn more about nano</a></p>
<p><a href="http://en.wikipedia.org/wiki/Cron" target="_blank">Learn more about cron</a><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threevolve.org/2011/12/change-the-crontab-editor-on-macos-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Windows 7 Audio/Sound Driver for IBM ThinkPad R51e</title>
		<link>http://www.threevolve.org/2011/09/windows-7-audiosound-driver-for-ibm-thinkpad-r51e/</link>
		<comments>http://www.threevolve.org/2011/09/windows-7-audiosound-driver-for-ibm-thinkpad-r51e/#comments</comments>
		<pubDate>Sun, 18 Sep 2011 14:28:04 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Geekery]]></category>
		<category><![CDATA[7]]></category>
		<category><![CDATA[audio]]></category>
		<category><![CDATA[r51e]]></category>
		<category><![CDATA[sound]]></category>
		<category><![CDATA[soundmax]]></category>
		<category><![CDATA[thinkpad]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.threevolve.org/?p=41</guid>
		<description><![CDATA[I have a (slightly) older IBM ThinkPad R51e laptop that still has a ton of life in it. I once tried installing Windows 7 on it, and it ran wonderfully with Aero turned off. The only problem was that a driver for the sound device was impossible to find. Windows update didn&#8217;t have one, and <a href='http://www.threevolve.org/2011/09/windows-7-audiosound-driver-for-ibm-thinkpad-r51e/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I have a (slightly) older IBM ThinkPad R51e laptop that still has a ton of life in it. I once tried installing Windows 7 on it, and it ran wonderfully with Aero turned off. The only problem was that a driver for the sound device was impossible to find. Windows update didn&#8217;t have one, and a tried dozens of SoundMax drivers across the interwebz in vain.</p>
<p>Then, via my MSDN subscription I obtained a copy of the Windows 8 Developer Preview. Much to my surprise, the sound worked when I tried it out on the ThinkPad! I extracted the driver from the system hoping that it would be backwards compatible with Windows 7.</p>
<p>Success! Sound now works in Windows 7 on my Thinkpad R51e! Which is great, because honestly Windows 7 runs better than XP or Ubuntu on this laptop, but without sound, it wasn&#8217;t an option. Thanks Windows 8 Developer Preview!</p>
<p>Since I am such a nice guy, I&#8217;m going to share it with anyone who wants it:</p>
<p><a href="http://www.threevolve.org/wp-content/uploads/2011/09/thinkpad_R51e_audio_win7.zip" target="_blank">Download ZIP</a> (105 KB)</p>
<p><strong>To Install:</strong></p>
<ol>
<li>Make a folder on your desktop called &#8220;audiodriver&#8221;</li>
<li>Extract the contents of the ZIP file to the audiodriver folder.</li>
<li>In the start menu, right-click on &#8220;Computer&#8221;, and click &#8220;Properties&#8221;. <a href="http://www.threevolve.org/wp-content/uploads/2011/09/windows-7-start-menu-computer-properties.jpg">[pic]</a></li>
<li>When the system properties window appears, there will be a link in the left pane labeled &#8220;Device Manager&#8221;. Click it. <a href="http://www.threevolve.org/wp-content/uploads/2011/09/Screen-Shot-2011-12-20-at-8.59.19-AM.png">[pic]</a></li>
<li>Find the audio device in the list. It will have a yellow exclamation mark on it, since it has no driver. <a href="http://www.threevolve.org/wp-content/uploads/2011/09/device-manager-no-audio-device.png">[pic]</a></li>
<li>Right click the audio device, and select &#8220;Update Driver Software&#8230;&#8221; <a href="http://www.threevolve.org/wp-content/uploads/2011/09/Screen-Shot-2011-12-20-at-8.55.44-AM.png">[pic]</a></li>
<li>When the Update Driver Software window appears, select &#8220;Browse my computer for driver software&#8221; <a href="http://www.threevolve.org/wp-content/uploads/2011/09/Screen-Shot-2011-12-20-at-8.52.56-AM.png">[pic]</a>, and navigate to the audiodriver folder on your desktop.</li>
<li>Select &#8220;smwdmat4.inf&#8221;, and proceed. The rest of the process should be automated.</li>
</ol>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threevolve.org/2011/09/windows-7-audiosound-driver-for-ibm-thinkpad-r51e/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Archival Love</title>
		<link>http://www.threevolve.org/2011/05/archival-love/</link>
		<comments>http://www.threevolve.org/2011/05/archival-love/#comments</comments>
		<pubDate>Mon, 16 May 2011 22:36:39 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.threevolve.org/?p=26</guid>
		<description><![CDATA[Thank the heavens for Google Cache and the Web Archive. I&#8217;ve found some of my old posts on there, and can restore the ones that are available, which I will be doing over the next few days]]></description>
			<content:encoded><![CDATA[<p>Thank the heavens for Google Cache and the Web Archive.</p>
<p>I&#8217;ve found some of my old posts on there, and can restore the ones that are available, which I will be doing over the next few days <img src='http://www.threevolve.org/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> <!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threevolve.org/2011/05/archival-love/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Son of a&#8230;</title>
		<link>http://www.threevolve.org/2011/05/son-of-a/</link>
		<comments>http://www.threevolve.org/2011/05/son-of-a/#comments</comments>
		<pubDate>Sun, 15 May 2011 06:46:45 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Site]]></category>

		<guid isPermaLink="false">http://www.threevolve.org/?p=4</guid>
		<description><![CDATA[Due to a corrupted database backup, I&#8217;ve lost all of my old posts. So, I&#8217;m starting from scratch. Welcome to /dev/dan, the next iteration of my blog. I might even update it once in a while]]></description>
			<content:encoded><![CDATA[<p>Due to a corrupted database backup, I&#8217;ve lost all of my old posts. So, I&#8217;m starting from scratch.</p>
<p>Welcome to /dev/dan, the next iteration of my blog.</p>
<p>I might even update it once in a while <img src='http://www.threevolve.org/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threevolve.org/2011/05/son-of-a/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Turn text URLs into HTML links with PHP</title>
		<link>http://www.threevolve.org/2009/11/automatically-turn-urls-into-html-links-with-php-autolink/</link>
		<comments>http://www.threevolve.org/2009/11/automatically-turn-urls-into-html-links-with-php-autolink/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 22:24:04 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Code]]></category>

		<guid isPermaLink="false">http://www.threevolve.org/?p=24</guid>
		<description><![CDATA[I found this while building a project at work: http://www.gidforums.com/t-1816.html I was pulling text strings from an Atom feed in a PHP script, and some of them contained URLs. Obviously it’s beneficial and makes the program more functional if those URLs are clickable. Here is the code for the function: And here is how to use <a href='http://www.threevolve.org/2009/11/automatically-turn-urls-into-html-links-with-php-autolink/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>I found this while building a project at work: <a title="[function] AutoLink (converts URLS into links inside a string) - GIDForums" href="http://www.gidforums.com/t-1816.html" target="_blank">http://www.gidforums.com/t-1816.html</a></p>
<p>I was pulling text strings from an Atom feed in a PHP script, and some of them contained URLs. Obviously it’s beneficial and makes the program more functional if those URLs are clickable.</p>
<p>Here is the code for the function:</p>
<pre class="brush: php; title: ; notranslate">&lt;?php
/**
NAME : autolink()
VERSION : 1.0
AUTHOR : J de Silva
DESCRIPTION : returns VOID; handles converting
URLs into clickable links off a string.
TYPE : functions
======================================*/

function autolink( &amp;amp;$text, $target='_blank', $nofollow=true )
{
// grab anything that looks like a URL...
$urls = _autolink_find_URLS( $text );
if( !empty($urls) ) // i.e. there were some URLS found in the text
{
array_walk( $urls, '_autolink_create_html_tags',
array('target'=&amp;gt;$target, 'nofollow'=&amp;gt;$nofollow) );
$text = strtr( $text, $urls );
}
}

function _autolink_find_URLS( $text )
 {
 // build the patterns
 $scheme = '(http:\/\/|https:\/\/)';
 $www = 'www\.';
 $ip = '\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}';
 $subdomain = '[-a-z0-9_]+\.';
 $name = '[a-z][-a-z0-9]+\.';
 $tld = '[a-z]+(\.[a-z]{2,2})?';
 $the_rest = '\/?[a-z0-9._\/~#&amp;amp;=;%+?-]+[a-z0-9\/#=?]{1,1}';
 $pattern = &quot;$scheme?(?(1)($ip|($subdomain)?$name$tld)|($www$name$tld))$the_rest&quot;;$pattern = '/'.$pattern.'/is';
 $c = preg_match_all( $pattern, $text, $m );
 unset( $text, $scheme, $www, $ip, $subdomain, $name, $tld, $the_rest, $pattern );
 if( $c )
 {
 return( array_flip($m[0]) );
 }
 return( array() );
 }

function _autolink_create_html_tags( &amp;$value, $key, $other=null )
 {
 $target = $nofollow = null;
 if( is_array($other) )
 {
 $target = ( $other['target'] ? &quot; target=\&quot;$other[target]\&quot;&quot; : null );
 // see: http://www.google.com/googleblog/2005/01/preventing-comment-spam.html
 $nofollow = ( $other['nofollow'] ? ' rel=&quot;nofollow&quot;' : null );
 }
 $value = &quot;&lt;a href=\&quot;$key\&quot;$target$nofollow&gt;$key&lt;/a&gt;&quot;;
 }
?&gt;</pre>
<p>And here is how to use it:</p>
<pre class="brush: php; title: ; notranslate">&lt;?php /* let's say we have a dummy string read
from a file or db $text = 'For more information,
visit our website http://www.desilva.biz or
www.gidforums.com/ to discuss this. This topic is
discussed here:   http://www.gidforums.com/t-1787.html';*/
// first we pass it through htmlentities()
$text = htmlentities( $text );
// include the 3 functions above
include_once( 'includes/the_3_functions_above_are_in_this_file.php' );
// NOW we run it through autolink()!
autolink( $text );
// display the text in a web page
echo $text.&quot;&lt;br /&gt;\r\n&quot;;
?&gt;</pre>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threevolve.org/2009/11/automatically-turn-urls-into-html-links-with-php-autolink/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Webbynode&#8217;s Revolutionary VPS System</title>
		<link>http://www.threevolve.org/2008/10/webbynodes-revolutionary-vps-system/</link>
		<comments>http://www.threevolve.org/2008/10/webbynodes-revolutionary-vps-system/#comments</comments>
		<pubDate>Thu, 30 Oct 2008 22:39:21 +0000</pubDate>
		<dc:creator>Dan</dc:creator>
				<category><![CDATA[Shameless Promotion]]></category>

		<guid isPermaLink="false">http://www.threevolve.org/?p=28</guid>
		<description><![CDATA[Any of you who have ever used a VPS/VDS (Virtual Private Server/Virtual Dedicated Server)for hosting know that many times, what you get is what the company you are doing business with has cut out as the “most compatible” configuration for most of its customers. This works for most clients, but unfortunately there are still those <a href='http://www.threevolve.org/2008/10/webbynodes-revolutionary-vps-system/'>[...]</a>]]></description>
			<content:encoded><![CDATA[<p>Any of you who have ever used a VPS/VDS (Virtual Private Server/Virtual Dedicated Server)for hosting know that many times, what you get is what the company you are doing business with has cut out as the “most compatible” configuration for most of its customers.</p>
<p>This works for most clients, but unfortunately there are still those who wish they had the freedom to completely individualize their VPS/VDS for their own purpose.</p>
<p>Enter Webbynode. Webbynode is a new kind of VPS service provider. It’s not a cookie-cutter mass-market profit-by-volume solution as you see from the likes of Godaddy, but rather a completely customizable system which allows you to configure your “Webby” exactly how you want it.</p>
<p>You can even easily cluster multiple “Webbies” together for redundancy and increased performance.</p>
<p>If you’re a VPS/VDS client, I recommend checking Webbynode out: <a href="http://replay.web.archive.org/20081202151706/http://www.webbynode.com/">http://www.webbynode.com/</a></p>
<p>&nbsp;<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://www.threevolve.org/2008/10/webbynodes-revolutionary-vps-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

