<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>Dr. Bill: The Computer Curmudgeon &#187; Geek Projects</title>
	<atom:link href="http://www.DrBill.CC/category/geek-projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.DrBill.CC</link>
	<description>Dr. Bill Bailey ruminates on computers, the web, life, the universe... and everything!</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:53:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<!-- podcast_generator="Blubrry PowerPress/2.0.4" -->
	<itunes:summary>Tech Tips, Tech News, the Web and other various musings from Dr. Bill Bailey at Dr. Bill Bailey.NET.  Join Dr. Bill as he makes pointed, funny, and sometimes, controversial observations on Tech Life.</itunes:summary>
	<itunes:author>Dr. Bill Bailey</itunes:author>
	<itunes:explicit>clean</itunes:explicit>
	<itunes:image href="http://www.drbill.tv/images/DrBillTVimage300.png" />
	<itunes:owner>
		<itunes:name>Dr. Bill Bailey</itunes:name>
		<itunes:email>DrBill@DrBill.CC</itunes:email>
	</itunes:owner>
	<managingEditor>DrBill@DrBill.CC (Dr. Bill Bailey)</managingEditor>
	<copyright>Dr. Bill Bailey</copyright>
	<itunes:subtitle>Tech Tips, Tech News, the Web and other various musings from Dr. Bill Bailey at Dr. Bill Bailey.NET.  Join Dr. Bill as he makes pointed, funny, and sometimes, controversial observations on Tech Life.</itunes:subtitle>
	<itunes:keywords>computers, systems, open source, linux, windows, web, internet, tech, technology</itunes:keywords>
	<image>
		<title>Dr. Bill: The Computer Curmudgeon &#187; Geek Projects</title>
		<url>http://www.drbill.tv/images/DrBillTVimage300.png</url>
		<link>http://www.DrBill.CC/category/geek-projects/</link>
	</image>
	<itunes:category text="Technology">
		<itunes:category text="Tech News" />
		<itunes:category text="Gadgets" />
	</itunes:category>
		<rawvoice:rating>TV-Y</rawvoice:rating>
		<rawvoice:location>High Point, NC</rawvoice:location>
		<rawvoice:frequency>Weekly</rawvoice:frequency>
		<item>
		<title>Experimenting with HTML5 and WebM Video Format</title>
		<link>http://www.DrBill.CC/2011/02/23/experimenting-with-html5-and-webm-video-format/</link>
		<comments>http://www.DrBill.CC/2011/02/23/experimenting-with-html5-and-webm-video-format/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 03:55:36 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/?p=2059</guid>
		<description><![CDATA[Interesting! I read an article in Streaming Media magazine about methods of transcoding video to WebM format. Two seemed interesting, both free, one was Miro&#8217;s Video Converter: http://www.mirovideoconverter.com/ The other was nice in that besides being free, it also allowed a lot more granular control of the transcoding process. It is a Firefox Plug-in called [...]]]></description>
			<content:encoded><![CDATA[<p>Interesting!  I read an article in <em>Streaming Media</em> magazine about methods of transcoding video to WebM format.  Two seemed interesting, both free, one was Miro&#8217;s Video Converter:</p>
<p><a target="_blank" href="http://www.mirovideoconverter.com/">http://www.mirovideoconverter.com/</a></p>
<p>The other was nice in that besides being free, it also allowed a lot more granular control of the transcoding process.  It is a Firefox Plug-in called &#8220;<strong>FireFogg</strong>&#8220;:</p>
<p><a target="_blank" href="http://firefogg.org/">http://firefogg.org/</a></p>
<p>It requires Firefox 3.5 or later.  I tried it on my last Netcast video file, and the results were pretty impressive, here&#8217;s the HTML5 code used to stream it once the file was transcoded to WebM format:</p>
<hr />
&#60;!DOCTYPE HTML&#62;<br />
&#60;html&#62;<br />
&#60;body&#62; </p>
<p>&#60;center&#62;<br />
&#60;video controls width=&#8221;640&#8243; height=&#8221;420&#8243;&#62;<br />
    &#60;source src=&#8221;DrBillTV021911V-176.webm&#8221;&#62;<br />
Your browser does not support the video tag.<br />
&#60;&#47;video&#62;<br />
&#60;&#47;center&#62; </p>
<p>&#60;&#47;body&#62;<br />
&#60;&#47;html&#62;</p>
<hr />
View it at this link: <a target="_blank" href="http://www.drbill.tv/webm/html5test.html"><strong>Dr. Bill.TV Netcast #176</strong></a> </p>
<p>Also, try this&#8230; &#8220;click&#8221; along the timeline that appears as you &#8220;float&#8221; your mouse over it.  Notice that you can &#8220;jump around&#8221; in the streamed video timeline to &#8220;pick up&#8221; anywhere along the timeline.  Pretty nice!  There are &#8220;high end&#8221; video streaming software that allows this, but this is <strong>VERY</strong> simple and totally <strong>free!</strong></p>
<p><strong>Pretty cool!</strong>  Of course, you&#8217;ll have to use either Firefox or Chrome, or another browser that supports HTML5 to view it.  <strong>For now, IE is right out!</strong>  However, this may, indeed, be the future of webcasting!  It sure is simple!</p>
<p>It was a fun Geek Project!  Try it yourself if you have a need to!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2011/02/23/experimenting-with-html5-and-webm-video-format/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Geek Project: Using Google Maps for Fun and Frivolity!</title>
		<link>http://www.DrBill.CC/2010/11/05/geek-project-using-google-maps-for-fun-and-frivolity/</link>
		<comments>http://www.DrBill.CC/2010/11/05/geek-project-using-google-maps-for-fun-and-frivolity/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 20:15:43 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/?p=1775</guid>
		<description><![CDATA[1. Go to Google maps. 2. Go to &#8220;Get Directions.&#8221; 3. Type Japan as the start location. 4. Type China as the end location. 5. Scroll down to direction #43 6. Read it 7. Laugh!]]></description>
			<content:encoded><![CDATA[<p>1. Go to Google maps.<br />
2. Go to &#8220;Get Directions.&#8221;<br />
3. Type Japan as the start location.<br />
4. Type China as the end location.<br />
5. Scroll down to direction #43<br />
6. Read it<br />
7. Laugh!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2010/11/05/geek-project-using-google-maps-for-fun-and-frivolity/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>“Installing Ubuntu &#8211; Netbook Edition 10.10” A Special Edition of the Dr. Bill Netcast #160!</title>
		<link>http://www.DrBill.CC/2010/10/23/%e2%80%9cinstalling-ubuntu-netbook-edition-10-10%e2%80%9d-a-special-edition-of-the-dr-bill-netcast-160/</link>
		<comments>http://www.DrBill.CC/2010/10/23/%e2%80%9cinstalling-ubuntu-netbook-edition-10-10%e2%80%9d-a-special-edition-of-the-dr-bill-netcast-160/#comments</comments>
		<pubDate>Sun, 24 Oct 2010 01:49:26 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Dr. Bill Netcasts]]></category>
		<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/?p=1651</guid>
		<description><![CDATA[Dr. Bill Netcast – 160 – (10/23/10) Netcast Show Notes: A SPECIAL EDITION Netcast showing how to install Ubuntu &#8211; Netbook Edition 10.10! Dr. Bill uses VMware Workstation 7.1 to allow us to install Ubuntu 10.10 Netbook Edition &#8211; and uses BB Flashback Express to record the process for the Netcast. BE SURE TO STAY [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Dr. Bill Netcast – 160 – (10/23/10)</strong></p>
<p><strong>Netcast Show Notes:</strong></p>
<p><strong>A SPECIAL EDITION</strong> Netcast showing how to install Ubuntu &#8211; Netbook Edition 10.10!  Dr. Bill uses <strong>VMware Workstation 7.1</strong> to allow us to install <strong>Ubuntu 10.10 Netbook Edition</strong> &#8211; and uses <strong>BB Flashback Express</strong> to record the process for the Netcast.  <strong>BE SURE TO STAY TUNED</strong> for our <strong>REGULAR</strong> Netcast, which will be released tomorrow!  (<strong>LATE ADDDITION:</strong> Due to scheduling issues over the weekend&#8230;. looks like it will be Monday evening before I can get the next (regular) show out&#8230; but, hey, only late by a day!)</p>
<p><strong>Links that pertain to this Geek Project:</strong></p>
<p><a target="_blank" href="http://www.ubuntu.com/netbook/get-ubuntu/download">Ubuntu 10.10 Netbook Edition</a></p>
<p><a target="_blank" href="http://www.vmware.com/products/workstation/">VMware Workstation 7.1</a></p>
<p><a target="_blank" href="http://www.bbsoftware.co.uk/BBFlashBack_FreePlayer.aspx">BB Flashback Express</a></p>
<hr />
<div style="text-align: center;"><small>Start the Video Netcast in the Blubrry Video Player above by<br />clicking on the &#8220;Play&#8221; Button in the center of the screen.</small></div>
<hr />
<div style="text-align: center;"><small>(Click on the buttons below to Stream the Netcast in your &#8220;format of choice&#8221;)</small></div>
<table style="text-align: left; width: 100%;" border="0" cellpadding="2" cellspacing="2">
<tbody>
<tr>
<td style="text-align: center;"><a target="_blank" href="http://www.DrBill.TV/medialister/viewer.html?t=160"><img title="Streaming FLV Video" style="border: 0px solid ; width: 80px; height: 15px;" alt="Streaming FLV Video" src="http://www.DrBill.TV/images/streaming_FLV_badge.png"/></a><br /><small>&nbsp;<a href="http://media.techpodcasts.com/drbilltv/http://www.DrBill.TV/medialister/DrBillTV-160.flv">Download FLV</a></small></td>
<td style="text-align: center;"><a href="http://media.techpodcasts.com/drbilltv/http://video.DrBill.TV/DrBillTV-160.m4v"><img title="Streaming M4V Video" style="border: 0px solid ; width: 80px; height: 15px;" alt="Streaming M4V Video" src="http://www.DrBill.TV/images/streaming_M4V_badge.png"/></a><br /><small>&nbsp;<a href="http://media.techpodcasts.com/drbilltv/http://video.DrBill.TV/DrBillTV-160.m4v">Download M4V</a></small></td>
<td style="text-align: center;"><a href="http://media.techpodcasts.com/drbilltv/http://webm.DrBill.TV/DrBillTV-160.webm"><img title="Streaming WebM Video" style="border: 0px solid ; width: 80px; height: 15px;" alt="Streaming WebM Video" src="http://www.DrBill.TV/images/streaming_WebM_badge.png"/></a><br /><small>&nbsp;<a href="http://media.techpodcasts.com/drbilltv/http://webm.DrBill.TV/DrBillTV-160.webm">Download WebM</a></small></td>
<td style="text-align: center;"><a href="http://media.techpodcasts.com/drbilltv/http://audio.DrBill.TV/DrBillTV-160.m3u"><img title="Streaming MP3 Audio" style="border: 0px solid ; width: 80px; height: 15px;" alt="Streaming MP3 Audio" src="http://www.DrBill.TV/images/streaming_MP3_badge.png"/></a><br /><small>&nbsp;<a href="http://media.techpodcasts.com/drbilltv/http://audio.DrBill.TV/DrBillTV-160.mp3">Download MP3</a></small></td>
<td style="text-align: center;"><a href="http://media.techpodcasts.com/drbilltv/http://ogg.DrBill.TV/DrBillTV-160.pls"><img title="Streaming Ogg Audio" style="border: 0px solid ; width: 80px; height: 15px;" alt="Streaming Ogg Audio" src="http://www.DrBill.TV/images/streaming_Ogg_badge.png"/></a><br /><small>&nbsp;<a href="http://media.techpodcasts.com/drbilltv/http://ogg.DrBill.TV/DrBillTV-160.ogg">Download Ogg</a></small></td>
</tr>
</tbody>
</table>
<div style="text-align: center;"><small>(&#8220;Right-Click&#8221; on the &#8220;Download&#8221; link under the format button<br />and choose &#8220;Save link as&#8230;&#8221; to save the file locally on your PC)</small></div>
<hr />
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2010/10/23/%e2%80%9cinstalling-ubuntu-netbook-edition-10-10%e2%80%9d-a-special-edition-of-the-dr-bill-netcast-160/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
<enclosure url="http://media.techpodcasts.com/drbilltv/media.blubrry.com/drbilltv/video.drbill.tv/DrBillTV-160.m4v" length="154322935" type="video/x-m4v" />
			<itunes:subtitle>Dr. Bill Netcast – 160 – (10/23/10) - Netcast Show Notes: - A SPECIAL EDITION Netcast showing how to install Ubuntu - Netbook Edition 10.10!  Dr. Bill uses VMware Workstation 7.1 to allow us to install Ubuntu 10.</itunes:subtitle>
		<itunes:summary>Dr. Bill Netcast – 160 – (10/23/10)

Netcast Show Notes:

A SPECIAL EDITION Netcast showing how to install Ubuntu - Netbook Edition 10.10!  Dr. Bill uses VMware Workstation 7.1 to allow us to install Ubuntu 10.10 Netbook Edition - and uses BB Flashback Express to record the process for the Netcast.  BE SURE TO STAY TUNED for our REGULAR Netcast, which will be released tomorrow!  (LATE ADDDITION: Due to scheduling issues over the weekend.... looks like it will be Monday evening before I can get the next (regular) show out... but, hey, only late by a day!)

Links that pertain to this Geek Project:

Ubuntu 10.10 Netbook Edition

VMware Workstation 7.1

BB Flashback Express


Start the Video Netcast in the Blubrry Video Player above byclicking on the &quot;Play&quot; Button in the center of the screen.

(Click on the buttons below to Stream the Netcast in your &quot;format of choice&quot;)


  
    
       Download FLV
       Download M4V
       Download WebM
       Download MP3
       Download Ogg
    
  

(&quot;Right-Click&quot; on the &quot;Download&quot; link under the format buttonand choose &quot;Save link as...&quot; to save the file locally on your PC)</itunes:summary>
		<itunes:author>Dr. Bill Bailey</itunes:author>
		<itunes:explicit>clean</itunes:explicit>
		<rawvoice:isHD>yes</rawvoice:isHD>
		<rawvoice:poster url="http://www.drbill.tv/images/DrBillTV-160.png" />
		<rawvoice:embed>&lt;iframe width=&quot;540&quot; height=&quot;328&quot; src=&quot;http://www.DrBill.CC/?powerpress_embed=1651-podcast&amp;amp;powerpress_player=html5video&quot; frameborder=&quot;0&quot; scrolling=&quot;no&quot;&gt;&lt;/iframe&gt;</rawvoice:embed>
		<rawvoice:webm src="http://media.techpodcasts.com/drbilltv/media.blubrry.com/drbilltv/webm.drbill.tv/DrBillTV-160.webm" length="9756" type="video/webm" />
	</item>
		<item>
		<title>Geek Project: Using the JW Player for the Dr. Bill Show!</title>
		<link>http://www.DrBill.CC/2010/10/21/geek-project-using-the-jw-player-for-the-dr-bill-show/</link>
		<comments>http://www.DrBill.CC/2010/10/21/geek-project-using-the-jw-player-for-the-dr-bill-show/#comments</comments>
		<pubDate>Thu, 21 Oct 2010 14:42:08 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/?p=1644</guid>
		<description><![CDATA[I have highlighted the awesome JW Player for flash as a &#8220;Geek Software of the Week&#8221; before, and it rocks! But, with the re-launch of the &#8220;Dr. Bill &#8211; The Computer Curmudgeon&#8221; show, I decided to &#8220;go all out&#8221; and purchase a full copy of the player from Longtail Video (Jeroen &#8220;JW&#8221; Wijering&#8217;s brainchild) and [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="http://www.drbill.cc/images/JW-Player-Screens.png" alt="JW Player"/>I have highlighted the awesome <strong>JW Player</strong> for flash as a &#8220;Geek Software of the Week&#8221; before, and it rocks!  But, with the re-launch of the &#8220;Dr. Bill &#8211; The Computer Curmudgeon&#8221; show, I decided to &#8220;go all out&#8221; and purchase a full copy of the player from Longtail Video (Jeroen &#8220;JW&#8221; Wijering&#8217;s brainchild) and go for it!  I had used the &#8220;freebie&#8221; player before, and was <strong>very</strong> impressed, but, since one day, if the stars align, I hope to make a little spending money from the show (we can only hope!) &#8230; legally (and you guys know, the Doctor is all about the legal!) I had to purchase the full version.</p>
<p>I must say, it rocks!  Since I am using <strong>WordPress</strong> to power the web site (on my server) and since I am using <strong>Viper&#8217;s Video Quicktags plugin for WordPress</strong>, it was a simple matter to download the full player after my purchase, and replace the files (after renaming the old ones) in the correct sub-directory.  In this case:</p>
<p>../wp-content/plugins/vipers-video-quicktags/resources/jw-flv-player/</p>
<p>Replace the two files:</p>
<p>player.swf and yt.swf</p>
<p>with the ones from the paid-for full version of the JW Player.  Then, go into the WordPress Plugin control panel for Viper&#8217;s Video Quicktags and add your cool options, to the line:</p>
<p>&#8220;<strong>Advanced Parameters</strong>&#8221; (at the bottom of the control panel screen)</p>
<p>Add this string (with <strong>your</strong> appropriate information, of course) in this format:<br />
image=http://www.drbill.cc/images/DrBillTV-Screen-Image.png&#038;logo=http://www.drbill.cc/images/drbilltv-logo.png</p>
<p>And, <strong>bazinga!</strong>  You have the cool feature of briefly flashing your own logo, rather than the JW Player logo!  Of course, the new latest version of the JW Player does <strong>much more</strong> than this&#8230; in fact, it now supports Flash, HTML5, and many, many other formats!  By the way, you can create your own transparent logo, by using <strong>The GIMP</strong>, setting your background to &#8220;transparency&#8221; then saving in as a PNG file (<strong>Portable Network Graphic</strong>).  <strong>PNG</strong> is an open source image format that supports transparency, so I use it for everything!  And, it is quite compact!  Here are some neat links used in this project:</p>
<p><a target="_blank" href="http://www.longtailvideo.com/players/">The JW Player from Longtail Video</a><br />
<a target="_blank" href="http://www.gimp.org/windows/">The GIMP for Windows</a><br />
<a target="_blank" href="http://wordpress.org/">WordPress</a><br />
<a target="_blank" href="http://www.viper007bond.com/wordpress-plugins/vipers-video-quicktags/">Viper&#8217;s Video Quicktags</a><br />
<a target="_blank" href="http://www.libpng.org/pub/png/">Information on the PNG Image Format</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2010/10/21/geek-project-using-the-jw-player-for-the-dr-bill-show/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Project: Flash Video Streaming!</title>
		<link>http://www.DrBill.CC/2008/11/18/geek-project-flash-video-streaming/</link>
		<comments>http://www.DrBill.CC/2008/11/18/geek-project-flash-video-streaming/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 16:37:10 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/?p=1304</guid>
		<description><![CDATA[If you have ever looked into adding flash video streaming to your own web site, you know that it can be an expensive proposition! Streaming Video Server software can run as high as $1000.00 per server! I figured that there HAD to be a cheaper, or Open Source, solution. Surely SOMEBODY had come up with [...]]]></description>
			<content:encoded><![CDATA[<p>If you have ever looked into adding flash video streaming to your own web site, you know that it can be an expensive proposition!  Streaming Video Server software can run as high as $1000.00 per server!  I figured that there <strong>HAD</strong> to be a cheaper, or Open Source, solution.  Surely <strong>SOMEBODY</strong> had come up with a way.  Well, they did.  It is called PHP Flash Streaming.  PHP, of course, is a server side scripting language that is free (Open Source) and works well with either Apache, or Internet Information Server.  PHP Streaming is great, and, best of all, it is <strong>FREE!</strong>  I like free, it is in my price range.</p>
<p>For an actual example of PHP Video Streaming of my Spirit of Faith Netcast, click <strong><a target="_blank" href="http://24.28.227.18/111608/netcast.html">HERE</a></strong>.  Notice, when you do, that you can click on the Flash Player&#8217;s &#8220;time line&#8221; at the bottom of the player at any point, and the video will &#8220;pick up&#8221; at that point immediately.  <strong>Very cool!</strong></p>
<p>So, how does it work?  Well, the &#8220;trick&#8221; is that there is a tool that can inject metadata into the FLV flash video file that works like a &#8220;time mark&#8221; for video frames within the file.  Then, the PHP code &#8220;dribbles out&#8221; the video while &#8220;keeping up&#8221; with the location of the frame &#8220;markers&#8221; in the file as it does.  Neat, huh?  So, what you have to do is download the free flvmdi tool to &#8220;tag&#8221; your FLV file with these internal metatags&#8230; that is available here:</p>
<p><a target="_blank" href="http://www.buraks.com/flvmdi/">http://www.buraks.com/flvmdi/</a></p>
<p>Also, there is a GUI for this package as well (flvmdi is a command line tool for Windows.)  The GUI for flvmdi is available at the same web site as above.</p>
<p>Just download and follow the instructions for encoding!  Here&#8217;s a shot of my settings in the GUI:</p>
<p><img align="left" src="http://www.drbill.cc/images/flvmdi-gui.png" alt="flvmdi gui" hspace="5" vspace="5"/></p>
<p>Then, set up your web page.  Download the &#8220;PHPstreamer.zip&#8221; Zip file of the code, available here:</p>
<p><a target="_blank" href="http://www.drbillbailey.net/files/PHPstreamer.zip">http://www.drbillbailey.net/files/PHPstreamer.zip</a></p>
<p>Then, read the ReadMe.1st file, and look at my &#8220;netcast.html&#8221; code for an example for your site.  (You can change the HTML to your taste, as I did.)  Just be sure that all the accompanying &#8220;support files&#8221; are in the same directory as the &#8220;netcast.html&#8221; file.  Obviously, the more bandwidth that you can throw at your web site is good!  Good luck with <strong>that</strong>!</p>
<p>Thanks to the FlashComGuru for his article:</p>
<p><a target="_blank" href="http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two">http://www.flashcomguru.com/index.cfm/2005/11/2/Streaming-flv-video-via-PHP-take-two</a></p>
<p>So, look over the examples, read the &#8220;ReadMe.1st&#8221; files in a text editor, and happy Flash Video Streaming!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2008/11/18/geek-project-flash-video-streaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Project: Run Linux Apps on Windows!</title>
		<link>http://www.DrBill.CC/2008/02/21/geek-project-run-linux-apps-on-windows/</link>
		<comments>http://www.DrBill.CC/2008/02/21/geek-project-run-linux-apps-on-windows/#comments</comments>
		<pubDate>Fri, 22 Feb 2008 03:39:32 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/2008/02/21/geek-project-run-linux-apps-on-windows/</guid>
		<description><![CDATA[You read that right! Run Linux applications on Windows! How cool is that?! Seamlessly Run Linux Apps on Your Windows Desktop &#8220;There&#8217;s no doubt that Linuxâ€”particularly Ubuntuâ€”is a killer operating system full of excellent apps, but for about a million reasons, you&#8217;re stuck running Windows as your main operating system. We understand, these things happen. [...]]]></description>
			<content:encoded><![CDATA[<p>You read that right!  Run Linux applications on Windows!  How cool is that?!</p>
<p><a target="_blank" href="http://lifehacker.com/358208/seamlessly-run-linux-apps-on-your-windows-desktop">Seamlessly Run Linux Apps on Your Windows Desktop</a></p>
<p>&#8220;There&#8217;s no doubt that Linuxâ€”particularly Ubuntuâ€”is a killer operating system full of excellent apps, but for about a million reasons, you&#8217;re stuck running Windows as your main operating system. We understand, these things happen. But what about all those killer Linux apps you&#8217;ve left behind when you decided to live the Windows life? Sure you could dual-boot or run Linux in the confines of a virtual machine window, but wouldn&#8217;t it be great if you could run those apps side-by-side with your Windows appsâ€”like Linux users can do with WINE or OS X can do with Parallels or VMWare? You can, and today I&#8217;ll show you how to seamlessly run your favorite Linux applications directly in Windows with a free software called andLinux.&#8221;</p>
<p>Check out the article link above for instructions on getting and using andLinux and do it as a Geek Project!  Rock on!</p>
<p><a target="_blank" href="http://www.andlinux.org/">andLinux Web Site</a></p>
<p>andLinux uses the coLinux Project code to operate:  &#8220;Cooperative Linux is the first working free and open source method for optimally running Linux on Microsoft Windows natively. More generally, Cooperative Linux (short-named coLinux) is a port of the Linux kernel that allows it to run cooperatively alongside another operating system on a single machine. For instance, it allows one to freely run Linux on Windows 2000/XP, without using a commercial PC virtualization software such as VMware, in a way which is much more optimal than using any general purpose PC virtualization software.&#8221;</p>
<p><a target="_blank" href="http://www.colinux.org/">coLinux Web Site</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2008/02/21/geek-project-run-linux-apps-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Project: Get WPA to Work in Ubuntu</title>
		<link>http://www.DrBill.CC/2008/01/30/geek-project-get-wpa-to-work-in-ubuntu/</link>
		<comments>http://www.DrBill.CC/2008/01/30/geek-project-get-wpa-to-work-in-ubuntu/#comments</comments>
		<pubDate>Wed, 30 Jan 2008 14:45:45 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/2008/01/30/geek-project-get-wpa-to-work-in-ubuntu/</guid>
		<description><![CDATA[This is a great tutorial to get WPA wireless security to work with your Ubuntu Linux system with a wireless card. WEP is lousy security&#8230; so you REALLY need to use WPA! But, &#8220;out of the box&#8221; WPA isn&#8217;t available for your wireless card&#8230; so how do you do it? Enable WPA Wireless access point [...]]]></description>
			<content:encoded><![CDATA[<p>This is a great tutorial to get WPA wireless security to work with your Ubuntu Linux system with a wireless card.  WEP is lousy security&#8230; so you <strong>REALLY</strong> need to use WPA!  But, &#8220;out of the box&#8221; WPA isn&#8217;t available for your wireless card&#8230; so how do you do it?</p>
<p><a target="_blank" href="http://www.ubuntugeek.com/enable-wpa-wireless-access-point-in-ubuntu.html">Enable WPA Wireless access point in Ubuntu</a></p>
<p>The tutorial has nice screenshots and details on setting up WPA.  Go for it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2008/01/30/geek-project-get-wpa-to-work-in-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Project: How to Drastically Limit Spam on phpBB Forums</title>
		<link>http://www.DrBill.CC/2008/01/04/geek-project-how-to-drastically-limit-spam-on-phpbb-forums/</link>
		<comments>http://www.DrBill.CC/2008/01/04/geek-project-how-to-drastically-limit-spam-on-phpbb-forums/#comments</comments>
		<pubDate>Fri, 04 Jan 2008 14:09:07 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/2008/01/04/geek-project-how-to-drastically-limit-spam-on-phpbb-forums/</guid>
		<description><![CDATA[So, you run a phpBB forum&#8230; and you spend most of your time deleting spam, deleting bogus new forum members&#8230; and you are about to just give up and close the sucker down! WAIT! Try these steps first! It could drastically reduce the spam that you have to clean up! And THAT would be worthwhile! [...]]]></description>
			<content:encoded><![CDATA[<p><img align="left" src="http://www.drbill.cc/images/phpbb.png" alt="phpBB"/>So, you run a phpBB forum&#8230; and you spend most of your time deleting spam, deleting bogus new forum members&#8230; and you are about to just give up and close the sucker down!  <strong>WAIT!</strong>  Try these steps first!  It could drastically reduce the spam that you have to clean up!  And <strong>THAT</strong> would be worthwhile!  I sure do hate what spammers do to both e-mail and on-line communities&#8230; there outta be a law!</p>
<p>(Below info from the phpBB Anti-Spam Project)</p>
<p><strong>1)</strong> Use spam blocking IP blacklists.  Where do you get them?  Check the link below:</p>
<p><a target="_blank" href="http://www.sumbit.com/phpbb_spam.htm">The phpBB Anti Spam Project</a></p>
<p><strong>2)</strong> Enable your forums Captcha -Turn on your captcha in your ACP, most bots work around this, but it may help eliminate a small percentage of older bots.  &#8220;Bots&#8221; are spammer scanning software robots that spammers set up to spam sites.</p>
<p><strong>3)</strong> Enable &#8220;Account Activation&#8221; (via the users email) &#8211; Using the Admin activation may eliminate spam however in the end it will be just as much work as deleting spam and your forums activity will most likely suffer as most users sign up because they wish to immediately and impulsively reply to something they&#8217;ve read&#8230;  If you enable their account manually at a later time, they may not return. </p>
<p><strong>4)</strong> Hide from spammers &#8211; Make it harder for spammers to find you, without sacrificing surfers being able to find you:</p>
<p>    <strong>A.</strong> Do not use /phpBB2/ as a forum location. &#8211; If your boards address is sitename.com/phpBB move your board to another address such as sitename.com/widgets.  &#8211; This takes less than 30 seconds to do (with the exception of changing links on any HTML pages and emailing your members about the change.<br />
    <strong>B.</strong> Remove phpBB text &#8211; Remove the &#8220;Powered by phpBB 2.0.21 Â© 2001 phpBB Group&#8221; and replace it with an image of the text (so that spammer scanning software passes do not pick up on the &#8220;phpbb&#8221;)<br />
    <strong>C.</strong> Use Robots.txt to block spammer scanning software from indexing non vital areas of your forum. If your forum url is http://yoursitename.com/widgets  create a text file and place the following in it (substituting widgets with the forums location, name it robots.txt and upload it to http://yoursitename.com/robots.txt )</p>
<p><strong>Other mods you can implement:</strong></p>
<p><strong>1)</strong> IP logged upon Registration &#8211; good for banning memberlist spammers who do not post, but continually rejoin (A recent study at the phpBB Anti-Spam site illustrated that 53.3% of signups were memberlist spam and that 60% of those that posted used a different ip address to post than what they used to sign up.)<br />
    <strong>A.</strong> URL Censor &#8211; good for censoring bad spam urls in posts, memberlist web addresses, signatures, etc.<br />
    <strong>B.</strong> AutoDelete Non-Activated Users &#8211; good for removing memberlist spammers who do not confirm<br />
    <strong>C.</strong> AntiSpam Question (easy to install and modify). We&#8217;ve made this mod more successful based on other antispam mods.. I would recommend that you change the default question &#8220;What color is a lemon?&#8221; and the answer &#8220;yellow&#8221; to something that requires thought.  Using the default question and answer will not be as effective as more people use this mod. Better yet, if your forum is a regional forum change it to something users in your country or region would know the answer to, but foreigners most likely would not.  If a spammer does figure out the answer and shares it with other spammers, simply changing the question 1-2 times will more than likely discourage them from wasting their time in the future.<br />
    <strong>D.</strong> either one of these:<br />
          <strong>*</strong> Deter Comment Spam adds a rel-nofollow tag to all urls so SE&#8217;s do not pick them up.  This also includes an add-on mod separately that will allow you to configure it to make exceptions for allowed urls (this add-on is not needed).  This is not a bot or spammer deterrent as spambots won&#8217;t know about this, however it prevents spammers from ruining your sites Google PR and eliminates the benefit of giving them SE link popularity, however they still can get surfer traffic. The downside is that good members will not have the benefit &#8220;spammer scanning software-wise&#8221; of posting their urls.  If this is an issue, the next mod may be a better alternative.<br />
          <strong>*</strong> There is another mod out there that will restrict new users from posting urls until they have reached X posts and have been a member for X days. (This creates more work for spammer, most won&#8217;t go through the trouble. However this mod can be a forum killer as many new members may also become frustrated.)</p>
<p>You will be surprised how much following the above steps will reduce your forum spam content!  And, I still say that spammers should be first up against the wall when the revolution comes!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2008/01/04/geek-project-how-to-drastically-limit-spam-on-phpbb-forums/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Project: Build a &#8220;Hackintosh Computer!&#8221;</title>
		<link>http://www.DrBill.CC/2007/11/13/geek-project-build-a-hackintosh-computer/</link>
		<comments>http://www.DrBill.CC/2007/11/13/geek-project-build-a-hackintosh-computer/#comments</comments>
		<pubDate>Tue, 13 Nov 2007 20:34:30 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.DrBill.CC/2007/11/13/geek-project-build-a-hackintosh-computer/</guid>
		<description><![CDATA[Wanna do something radical? How about building a &#8220;home-grown&#8221; Mac? &#8220;Not possible!,&#8221; you say? Well, here&#8217;s an article from someone that has &#8220;been there, done that!&#8221; Build a Hackintosh Mac for Under $800 &#8220;If the high price tag for Apple hardware has kept you from buying a Mac but you&#8217;re willing to roll up your [...]]]></description>
			<content:encoded><![CDATA[<p><img align="right" src="http://www.drbill.cc/images/hackintosh.png" alt="Hackintosh PC"/>Wanna do something radical?  How about building a &#8220;home-grown&#8221; Mac?  &#8220;Not possible!,&#8221; you say?  Well, here&#8217;s an article from someone that has &#8220;been there, done that!&#8221;</p>
<p><a target="_blank" href="http://lifehacker.com/software/hack-attack/build-a-hackintosh-mac-for-under-800-321913.php">Build a Hackintosh Mac for Under $800</a></p>
<p>&#8220;If the high price tag for Apple hardware has kept you from buying a Mac but you&#8217;re willing to roll up your sleeves and get adventurous, you can build your own &#8220;Hackintosh&#8221;â€”a PC that runs a patched version of OS X Leopard. What?!, you say. Apple&#8217;s move to Intel processors in 2006 meant that running OS X on non-Apple hardware is possible, and a community hacking project called OSx86 launched with that goal in mind. Since then, OSx86 has covered major ground, making it possible for civiliansâ€”like you and me!â€”to put together their own Hackintosh running Mac OS 10.5. Today, I&#8217;ll show you how to build your own high end computer running Leopard from start to finish for under $800.  Right now the cheapest Mac on sale at the Apple store is a $600 Mac Mini sporting a 1.83GHz proc, 1GB of RAM and an 80GB hard drive. For $200 more, your Hackintosh can boast a 2.2GHz proc with 4GB of RAM, a 500GB drive, and a completely upgradeable case for expanding your setup in the future.  Building a DIY Mac requires some work on your part, so be ready to dedicate time to this project. To make things as easy as possible, I&#8217;m going to lay out how I built my Hackintosh from start to finish, from the hardware I used to the final patches I applied to the Leopard install. If you can build a Lego set and transcribe text, you&#8217;ve got all the basic skills required.&#8221;</p>
<p>By the way, add to that $800.00 price tag a <strong>LEGAL</strong> copy of OSX.  We are not advocating stealing here!  It is quite possible that a Mac Mini would be more cost effective at this point&#8230; but it is an interesting article!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2007/11/13/geek-project-build-a-hackintosh-computer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Geek Project: Speed up Windows Boot Time by Tweaking the Windows Prefetch Cache!</title>
		<link>http://www.DrBill.CC/2006/09/08/speed-up-windows-by-tweaking-the-windows-prefetch-cache/</link>
		<comments>http://www.DrBill.CC/2006/09/08/speed-up-windows-by-tweaking-the-windows-prefetch-cache/#comments</comments>
		<pubDate>Sat, 09 Sep 2006 02:22:36 +0000</pubDate>
		<dc:creator>DrBill</dc:creator>
				<category><![CDATA[Geek Projects]]></category>

		<guid isPermaLink="false">http://www.TheComputerCurmudgeon.com/?p=455</guid>
		<description><![CDATA[[NOTE: the tweak outlined in this post has been called into serious question. It seems that it has been circulating around geek sites for a LONG time, and that there is a question as to whether it is valid. There seem to be good arguments FOR and AGAINST... as with any recommendation, I tried it [...]]]></description>
			<content:encoded><![CDATA[<p>[<strong>NOTE:</strong> the tweak outlined in this post has been called into serious question.  It seems that it has been circulating around geek sites for a <strong>LONG</strong> time, and that there is a question as to whether it is valid.  There seem to be good arguments <strong>FOR</strong> and <strong>AGAINST</strong>... as with any recommendation, I tried it myself and reported my findings... which appeared to be that it worked for me... <strong>BUT</strong>, YMMV (Your Mileage My Vary)... and, it is very possible that there were other factors that caused my apparent boot time speedup (from a minute to 30 seconds.)  Now, 50% better is pretty impressive... but it <strong>could</strong> have been the result of other factors rather than the registry setting itself.  I suggest that you read all of Andrew's comments following this post... check out the sites he points to... and make up your own mind, based on the points made.  I <strong>DO</strong> try and keep this a "fair and balanced" guide to user helpful hints... and now back to your regular reading....]</p>
<p><b>Original Post Starts Here:</b><br />
Everyone wants a faster Windows boot time, huh?  Well, here&#8217;s a cool tip!  Clean out your Windows Prefetch Cache!  A Geek Project for you!</p>
<p>In Windows Explorer, navigate to <strong>C:\Windows\Prefetch</strong></p>
<p>Once there, delete everything under the &#8220;Prefetch&#8221; directory.  (<strong>DO THIS AT YOUR OWN RISK!</strong> I ain&#8217;t responsible! <strong>REALLY!</strong>)</p>
<p>Now, reboot your system.  This reboot will be <strong>very</strong> slow, because it will be &#8220;rebuilding&#8221; the system&#8217;s prefetch cache again.  This is because Windows needs to &#8220;relearn&#8221; the prefetch for it&#8217;s system files. Subsequent boots will be <strong>MUCH</strong> faster!  However, the Winodws Prefetch cache will soon &#8220;fill up&#8221; again as you use the system and it&#8217;s applications.  Sooooo&#8230; let&#8217;s keep that from happening!</p>
<p>We will need to edit a registry key to fix that. (If you aren&#8217;t comfortable editing the Windows Registry, <strong>don&#8217;t do it</strong>&#8230; call your friendly local geek and show him this article!)  If you are &#8220;down wit&#8217;&#8221; doin&#8217; it&#8230; go for it!  Open Regedit and browse to this Registry Key:</p>
<p>HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Session Manager\Memory Management\PrefetchParameters</p>
<p>Under this key you should see a value named: EnablePrefetcher</p>
<p>It has 4 possible values:</p>
<p><strong>0</strong> &#8211; Disabled : The prefetch system is turned off.</p>
<p><strong>1</strong> &#8211; Application : The prefetch only caches applications.</p>
<p><strong>2</strong> &#8211; Boot : The prefetch only caches boot system files.</p>
<p><strong>3</strong> &#8211; All : The prefetch caches boot, and application files.</p>
<p>Now, keep in mind, we don&#8217;t want to disable the prefetch entirely! This would actually make system boot times <strong>much longer!</strong> This is because this feature is used to speed up the loading of Windows boot files. So, let&#8217;s pick the number 2 option. It allows us to keep the advantage of caching Windows system files, without filling up the prefetch with application data.</p>
<p>Set the value to 2 and reboot your system.  The next time that you boot it will be <strong>MUCH</strong> faster!  Cool, huh?  So, do this and, like me, you could do from over a minute in Windows boot time to 30 seconds!  Very, very cool!  You can also defrag your hard drive&#8230; that will help too!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.DrBill.CC/2006/09/08/speed-up-windows-by-tweaking-the-windows-prefetch-cache/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
	</channel>
</rss>

