<?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>HyperSpider</title>
	<atom:link href="http://www.hyperspider.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hyperspider.com</link>
	<description>Weaving The Web A Better Place</description>
	<lastBuildDate>Mon, 02 Jan 2012 17:29:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Latest Website Developed (SilverStarTelluride.com)</title>
		<link>http://www.hyperspider.com/latest-website-developed-silverstartelluride-com/</link>
		<comments>http://www.hyperspider.com/latest-website-developed-silverstartelluride-com/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 05:57:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hyperspider.com/?p=317</guid>
		<description><![CDATA[I am very proud to announce the Version 2 of the SilverStarTelluride.com website. It contains a mixture of php server code, google maps, pulling in data from two different reservation sites. The overall look and feel uses AJAX to async load the pages. Check it out.]]></description>
			<content:encoded><![CDATA[<p>I am very proud to announce the Version 2 of the <a href="http://www.silverstartelluride.com" target="_blank">SilverStarTelluride.com</a> website.<br />
It contains a mixture of php server code, google maps, pulling in data from two different reservation sites.<br />
The overall look and feel uses AJAX to async load the pages.</p>
<p>Check it out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperspider.com/latest-website-developed-silverstartelluride-com/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Play Audio From WordPress Blog</title>
		<link>http://www.hyperspider.com/playaudio/</link>
		<comments>http://www.hyperspider.com/playaudio/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 17:20:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Audio]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Google Mp3 player]]></category>
		<category><![CDATA[mp3]]></category>
		<category><![CDATA[WPaudio]]></category>

		<guid isPermaLink="false">http://www.hyperspider.com/?p=229</guid>
		<description><![CDATA[How to play audio from your wordpress blog: Upload a mp3 file to your server, or get the web address of a mp3 file Install mp3 plugin. Place a tags/code in your blog post. Step 1: Upload a mp3 file 1)  You can use the Media Library to upload a mp3, or use ftp software. [...]]]></description>
			<content:encoded><![CDATA[<h1>How to play audio from your wordpress blog:</h1>
<ol>
<li>Upload a mp3 file to your server, or get the web address of a mp3 file</li>
<li>Install mp3 plugin.</li>
<li>Place a tags/code in your blog post.</li>
</ol>
<h2>Step 1: Upload a mp3 file</h2>
<p>1)  You can use the Media Library to upload a mp3, or use ftp software.  Once you upload the file, you determine where you copied it to.  If you used the Media Library to upload it, then the File URL can be found in the Edit Media Dialog in Media Library.  Go ahead and copy this to your clipboard for later.</p>
<div id="attachment_263" class="wp-caption alignnone" style="width: 310px"><img class="size-medium wp-image-263" title="EditMedia" src="http://www.hyperspider.com/wp-content/uploads/2009/08/EditMedia-300x187.jpg" alt="Edit Media Dialog" width="300" height="187" /><p class="wp-caption-text">Edit Media Dialog</p></div>
<h2> Step 2 and 3: Install a plugin and place code/tag into post </h2>
<p>Note: Installing the plugin is a one time step.</p>
<p>Listed below are several of the most popular approaches, each with the pro/cons:</p>
<hr />
<h4>Non-Embed player, but a standard link</h4>
<p>If you don&#8217;t want to embed a player, you can always just give them a link to the mp3 like this.  -&gt;  <a href="http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3">Click here to play the audio</a><br />
Pros:</p>
<ul>
<li>No Plugin Is Needed</li>
<li>Client Machine decides how to listen to file.</li>
</ul>
<p>Cons:</p>
<ul>
<li>Takes the user to a different page.</li>
<li>Client Machine decides how to listen to file.  This can very from machine to machine, and you have no control over this.</li>
</ul>
<p>Code:<br />
<code><br />
&lt;a href="http://www.hyperspider.com/wp-content/<br />
uploads/2009/08/WordPressBlogAudio.mp3"&gt;Click here to play the audio&lt;/a&gt;</code></p>
<hr />
<h4>WordPress Audio Plugin</h4>
<p>This is a very popular embeded mp3 player:<br />
<a href="http://www.1pixelout.net/code/audio-player-wordpress-plugin/">http://www.1pixelout.net/code/audio-player-wordpress-plugin/</a> Please follow the instruction on the site for installation steps.   No need to repeat here.</p>
<h5>Default Layout of the plugin</h5>
<p>The default layout is good enough for most people.</p>
<p>[Click here for sample Audio]<br />
[audio:http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3]</p>
<p>Code:  Once you have the plugin installed it is a matter of putting the &#91;audio: path to file&#93; in your blog post.</p>
<pre class="html">
&#91;audio:http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3&#93;</pre>
<h5>Custom Layout of the plugin</h5>
<p>However, if you want more control of the look and feel, there are many different settings you can choose from.<br />
[Click here for sample Audio]<br />
[audio:http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3|autostart=no|leftbg=0x0000FF|rightbg=0x0000CC|lefticon=0xFF0000|righticon=0xCC0000|rightbghover=0xFF0000|righticonhover=0xCC0000|slider=0x00FF00]</p>
<p>Code:</p>
<pre class="html">
&#91;audio:http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3|autostart=no|
leftbg=0x0000FF|rightbg=0x0000CC|lefticon=0xFF0000|righticon=0xCC0000|
rightbghover=0xFF0000|righticonhover=0xCC0000|slider=0x00FF00&#93;</pre>
<p>Pros:</p>
<ul>
<li>Very configurable</li>
<li>Lots of existing users</li>
<li>Looks alright</li>
</ul>
<p>Cons:</p>
<ul>
<li>Uses flash, which is not supported on many devices</li>
</ul>
<hr />
<h4>WPAudioPlugin</h4>
<p>WP Audio is another popular Audio player.  Goto <a href="http://wpaudio.com/">http://wpaudio.com/</a> for full installation instructions.</p>
<p>Default Setup<br />
[Click the arrow to play]  or [Click the Name to download]<br />
<a id='wpaudio-4fb7221b7f25c' class='wpaudio' href='http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3'>Audio in WordPress</a><br />
Code:</p>
<pre class="html">
&#91;wpaudio url="http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3"
text="Audio in WordPress"#93;
</pre>
<p>[The following doesn't allow for Download]<br />
<br />
Code:</p>
<pre class="html">
&#91;wpaudio url="http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3" 
text="Audio in WordPress" dl="0"#93;
</pre>
<p>Pros:</p>
<ul>
<li>Very simple and straight forward.</li>
<li>Does not use flash</li>
</ul>
<p>Cons:</p>
<ul>
<li>Limited options for configuration, however, website states that skinning is being worked on.</li>
<li>When doing some testing, this plugin did NOT work on Vista/IE8.  More research will need to be done, but troublesome none the less.</li>
</ul>
<hr />
<h4>Google MP3 Player.</h4>
<p>If you don&#8217;t want to install a wordpress plugin you can just use the flowing code in your post.  </p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="27" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="bgcolor" value="#ffffff" /><param name="flashvars" value="playerMode=embedded" /><param name="src" value="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3" /><param name="wmode" value="window" /><param name="quality" value="best" /><embed type="application/x-shockwave-flash" width="400" height="27" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3" quality="best" wmode="window" flashvars="playerMode=embedded" bgcolor="#ffffff"></embed></object></p>
<p>Code:</p>
<pre class="html">
&lt;object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="400" height="27" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"&gt;
&lt;param name="bgcolor" value="#ffffff" /&gt;
&lt;param name="flashvars" value="playerMode=embedded" /&gt;
&lt;param name="src" value="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3" /&gt;
&lt;param name="wmode" value="window" /&gt;
&lt;param name="quality" value="best" /&gt;
&lt;embed type="application/x-shockwave-flash" width="400" height="27" src="http://www.google.com/reader/ui/3247397568-audio-player.swf?audioUrl=http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3" quality="best" wmode="window" flashvars="playerMode=embedded" bgcolor="#ffffff"&gt;
&lt;/embed&gt;
&lt;/object&gt;
</pre>
<p>Pros:</p>
<ul>
<li>Does not need a plugin installed, so this approach can be used anywhere.  Including the sidebar, etc.</li>
</ul>
<p>Cons:</p>
<ul>
<li>Not a plugin, so all the code has to be entered in</li>
</ul>
<hr />
I hope this post gives you a feel for the different ways of playing audio in your WordPress blog.  There are many others to choose from, but these are a good representation of the most popular ones.</p>
<p>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperspider.com/playaudio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://www.hyperspider.com/wp-content/uploads/2009/08/WordPressBlogAudio.mp3" length="485585" type="audio/mpeg" />
		</item>
		<item>
		<title>Test of Email Syndication</title>
		<link>http://www.hyperspider.com/test-of-email-syndication/</link>
		<comments>http://www.hyperspider.com/test-of-email-syndication/#comments</comments>
		<pubDate>Tue, 26 May 2009 22:56:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hyperspider.com/?p=219</guid>
		<description><![CDATA[Test
]]></description>
			<content:encoded><![CDATA[<p>Test</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperspider.com/test-of-email-syndication/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Welcome to The New and Improved HyperSpider Website</title>
		<link>http://www.hyperspider.com/welcome-to-the-new-and-improved-hyperspider-website/</link>
		<comments>http://www.hyperspider.com/welcome-to-the-new-and-improved-hyperspider-website/#comments</comments>
		<pubDate>Sun, 19 Oct 2008 17:34:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Website]]></category>
		<category><![CDATA[HyperSpider]]></category>
		<category><![CDATA[New]]></category>
		<category><![CDATA[Original]]></category>

		<guid isPermaLink="false">http://www.hyperspider.com/?p=192</guid>
		<description><![CDATA[It has been close to 7 years since I have done any major changes to HyperSpider Website.   The old one can be accessed here.  Yep, it was time.  THIS site is now done via WordPress, and I look forward to using this new site to talk/blog about Development topics.  In the past I used mikemowery.blogspot.com to do [...]]]></description>
			<content:encoded><![CDATA[<p>It has been close to 7 years since I have done any major changes to HyperSpider Website.  </p>
<div id="attachment_193" class="wp-caption aligncenter" style="width: 310px"><a href="http://www.hyperspider.com/wp-content/uploads/2008/10/picture-15.png"><img class="size-medium wp-image-193 " title="Original HyperSpider Website" src="http://www.hyperspider.com/wp-content/uploads/2008/10/picture-15-300x273.png" alt="Screenshot of the original HyperSpider Website" width="300" height="273" /></a><p class="wp-caption-text">Screenshot of the ORIGINAL HyperSpider Website</p></div>
<p>The old one can be accessed <a title="Original HyperSpider Website." href="http://www.hyperspider.com/archive/index.html">here</a>.  Yep, it was time.  THIS site is now done via WordPress, and I look forward to using this new site to talk/blog about Development topics.  In the past I used <a title="Mike's Take on the world" href="http://mikemowery.blogspot.com">mikemowery.blogspot.com</a> to do this, but I am trying to separate personal from geek.  </p>
<p>Not sure if that is possible.  :)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hyperspider.com/welcome-to-the-new-and-improved-hyperspider-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

