<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
	<title>iTechster.com</title>
	<description>iTechster.com Forum News</description>
	<link>http://www.itechster.com/forums/index.php</link>
	<pubDate>Mon, 06 Sep 2010 08:33:29 -0600</pubDate>
	<ttl>720</ttl>
	<item>
		<title>Remove Alias Arrows</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=94</link>
		<description><![CDATA[<b>Remove Alisa Arrows.</b><br /><br />Do you create alias on your desktop or in other locations but really don't like the arrow image that is shown.  Well here is how to remove those arrows in <b>Leopard & Tiger</b>.<br /><br /><i>To remove the arrows:</i><br />$ cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources<br />$ sudo mv AliasBadgeIcon.icns AliasBadgeIcon_OFF.icns<br />$ killall Finder<br /><br /><i>Change it Back:</i><br />$ cd /System/Library/CoreServices/CoreTypes.bundle/Contents/Resources<br />$ sudo mv AliasBadgeIcon_OFF.icns AliasBadgeIcon.icns<br />$ killall Finder<br /><br /><i>Mouse Over effect:</i><br />$ defaults write com.apple.dock mouse-over-hilte-stack -boolean YES<br />$ killall Dock<br /><br /><i>Change YES to NO to revert it back then type</i><br />$ killall Dock<br /><br />Then just restart your system & your good to go.<br /><br />If you like to see how it all looks then just watch my vid: <a href="http://www.itechster.com/2008/09/15/my-current-dock/" target="_blank">http://www.itechster.com/2008/09/15/my-current-dock/</a>]]></description>
		<pubDate>Sat, 20 Sep 2008 06:17:39 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=94</guid>
	</item>
	<item>
		<title><![CDATA[Brandon's New Intro: A new intro for a new series...]]></title>
		<link>http://www.itechster.com/forums/index.php?showtopic=93</link>
		<description><![CDATA[The following is a new intro my boi Brandon had made for a series he will be working on.  So check it out let me know what you think.  If you like I've already attached the High Quality version from YouTube as well.  Have Fun & Enjoy.<br /><br /><div align='center'><object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/NGfUaw0dzU8"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/NGfUaw0dzU8" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
</div><br /><br />]]></description>
		<pubDate>Sat, 20 Sep 2008 06:11:04 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=93</guid>
	</item>
	<item>
		<title>Creative Commons License.</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=83</link>
		<description><![CDATA[All video tutorials placed in our DOWNLOAD MANAGER will have this License prior to being able to download the files.<br /><br /><br /><b>Attribution Share Alike (by-sa)</b><br /><br />This license lets others remix, tweak, and build upon your work even for commercial reasons, as long as they credit you and license their new creations under the identical terms. This license is often compared to open source software licenses. All new works based on yours will carry the same license, so any derivatives will also allow commercial use.<br /><br /><a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://www.itechster.com/creative_commons/creative_commons-by-sa_88x31.png"/></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-sa/3.0/">Creative Commons Attribution-Share Alike 3.0 Unported License</a>.<br /><br />Or it may have this License:<br /><br /><b>Attribution (by)</b><br /><br />This license lets others distribute, remix, tweak, and build upon your work, even commercially, as long as they credit you for the original creation. This is the most accommodating of licenses offered, in terms of what others can do with your works licensed under Attribution.<br /><br /><a rel="license" href="http://creativecommons.org/licenses/by/3.0/"><img alt="Creative Commons License" style="border-width:0" src="http://www.itechster.com/creative_commons/creative_commons-by_88x31.png"/></a><br/>This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a>.]]></description>
		<pubDate>Thu, 03 Apr 2008 14:29:41 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=83</guid>
	</item>
	<item>
		<title>Running Maintenance Tasks in Terminal</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=75</link>
		<description><![CDATA[You don't really need to run any maintenance tasks on Mac OS X, because in 98% of cases it will do everything for you, the other 2% is when your computer is off every evening or it never gets the chance to run the tasks because you're doing something with the system.<br /><br />If you insist on running any maintenance tasks, you could run these commands in the Terminal:<br /><br /><b><!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->WARNING!<!--colorc--></span><!--/colorc--> The "sudo rm -f" command is <!--coloro:#FF0000--><span style="color:#FF0000"><!--/coloro-->VERY<!--colorc--></span><!--/colorc--> dangerous, and can cause data loss if used incorrectly. Please, PLEASE, ensure that you type the commands listed below correctly, double and even triple check, I will not be held responsible if you hose your system.<br /><br />1. "User-level" tasks that do not require a restart:<br /><br />Run maintenance cron tasks</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->sudo periodic daily weekly monthly<!--c2--></div><!--ec2--><br /><b>Flush logs under your home directory</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->cd ~/Library/Logs<br />sudo rm -rf ~/Library/Logs/*<!--c2--></div><!--ec2--><br /><b>Flush cache under your home directory</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->rm -rf ~/Library/Safari/Downloads.plist<br />cd ~/Library/Caches<br />sudo rm -rf ~/Library/Caches/*<!--c2--></div><!--ec2--><br /><b>Flush Directory Service resolver cache (DNS, etc)</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->dscacheutil -flushcache<!--c2--></div><!--ec2--><br /><b>Update application pre-binding</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->sudo update_prebinding -root / -force<!--c2--></div><!--ec2--><br /><b>Repair disk permissions on boot volume</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->sudo diskutil repairPermissions /<!--c2--></div><!--ec2--><br />Log out and back in to finalize the above steps.<br /><br /><b>2. "System-level" tasks that require a restart:<br /><br />Clear the global cache database</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->cd /Library/Caches<br />sudo rm -rf /Library/Caches/*<!--c2--></div><!--ec2--><br /><b>Flush system cache entries</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->cd /System/Library/Caches<br />sudo rm -rf /System/Library/Caches/*<!--c2--></div><!--ec2--><br /><b>Flush LaunchServices Database (helps with multiple "Open With" entries)</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->/System/Library/Frameworks/CoreServices.framework/Frameworks/LaunchServices.framework/Support/lsregister -kill -r -domain local -domain system -domain user<!--c2--></div><!--ec2--><br /><b>Flush Apple Type Server (ATS) cache (resolves issues with corrupt fonts some times)</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->sudo rm -rf &#96;lsof | grep com.apple.ATS/annex.aux &#092;<br />| grep Finder | cut -c 66-139&#96;<br />sudo rm -rf /private/var/folders/*/*/-Caches-/com.apple.ATS<!--c2--></div><!--ec2--><br /><b>Repair disk permissions on boot volume</b><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->sudo diskutil repairPermissions /<!--c2--></div><!--ec2--><br /><br />Finally, restart your Mac after completing any system-wide maintenance tasks.<br /><br />Info provided by: iCeFuSiOn<br />]]></description>
		<pubDate>Fri, 21 Mar 2008 07:56:43 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=75</guid>
	</item>
	<item>
		<title>New Robtos.txt Syntax Checker</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=74</link>
		<description><![CDATA[New Robtos.txt Syntax Checker: a validator for robots.txt files<br /><br />Have you ever wanted to make sure that your robots.txt file is set up correctly.  Maybe you think it right but it may not be.  Well this site offers a FREE Checker to validate it just as you would if you were validating an RSS Link.  Check it out, try it out for yourself.  A nice helpful tip for all web masters a like.<br /><br /><a href="http://tool.motoricerca.info/robots-checker.phtml" target="_blank">http://tool.motoricerca.info/robots-checker.phtml</a><br />]]></description>
		<pubDate>Tue, 18 Mar 2008 09:23:14 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=74</guid>
	</item>
	<item>
		<title>Watch Youtube Videos in Higher Resolution.</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=73</link>
		<description><![CDATA[Watch Youtube Videos in Higher Resolution.<br /><br />Most youtube videos can be viewed in a higher resolution but simply adding the following code after the URL see line below.<br /><br />&fmt=18<br /><br />So now that you have the code how to you really add it.  Well I'll show you a youtube link with & then without it.  You can try it for yourself as well.<br /><br />This is the regular low resolution version.<br />Without Code: <a href="http://www.youtube.com/watch?v=8x18-WFCdBA" target="_blank">http://www.youtube.com/watch?v=8x18-WFCdBA</a>  <br /><br />This is the high resolution version.<br />With Code: <a href="http://www.youtube.com/watch?v=8x18-WFCdBA&fmt=18" target="_blank">http://www.youtube.com/watch?v=8x18-WFCdBA&fmt=18</a><br /><br />A nice little tip I learned so I'm passing it on to you to enjoy as well.]]></description>
		<pubDate>Sat, 15 Mar 2008 16:48:17 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=73</guid>
	</item>
	<item>
		<title>Protect Your robots.txt and .htaccess Files</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=72</link>
		<description><![CDATA[Protect Your robots.txt and .htaccess Files<br /> <br />How to protect your robots.txt and .htaccess files.  In this video tutorial I will show you how to protect these files from being viewed by the public from your web server.  Please note that both of these files need to be located in your root directory of your web server.<br /><br />Best viewed in QuickTime or iTunes Player.]]></description>
		<pubDate>Sat, 15 Mar 2008 01:15:15 -0600</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=72</guid>
	</item>
	<item>
		<title>HTML to embed your  RealMedia file...</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=68</link>
		<description><![CDATA[RealMedia  - Embed a Simple Way<br /><br />Paste the following HTML to embed your  RealMedia file... <br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;?&#62; Copy & paste the following...<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin embedded RealMedia file... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;table border='0' cellpadding='0' align=&#34;left&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin video window... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;&#60;td&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;OBJECT id='rvocx' classid='clsid&#58;CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width=&#34;320&#34; height=&#34;240&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='src' value=&#34;http&#58;//servername/path/to/media.file&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='autostart' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='controls' value='imagewindow'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='console' value='video'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='loop' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;EMBED src=&#34;http&#58;//servername/path/to/media.file&#34; width=&#34;320&#34; height=&#34;240&#34; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;loop=&#34;true&#34; type='audio/x-pn-realaudio-plugin' controls='imagewindow' console='video' autostart=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/EMBED&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/OBJECT&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end video window --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin control panel... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;&#60;td&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;OBJECT id='rvocx' classid='clsid&#58;CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width=&#34;320&#34; height='30'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='src' value=&#34;http&#58;//servername/path/to/media.file&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='autostart' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='controls' value='ControlPanel'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='console' value='video'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;EMBED src=&#34;http&#58;//servername/path/to/media.file&#34; width=&#34;320&#34; height='30' <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;controls='ControlPanel' type='audio/x-pn-realaudio-plugin' console='video' autostart=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/EMBED&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/OBJECT&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end control panel --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end embedded RealMedia file --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin link to launch external media player... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;&#60;td align='center'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;a href=&#34;http&#58;//servername/path/to/media.file&#34; style='font-size&#58; 85%;' target='_blank'&#62;Launch in external player&#60;/a&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end link to launch external media player... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/table&#62;<!--c2--></div><!--ec2-->]]></description>
		<pubDate>Wed, 05 Mar 2008 00:52:04 -0700</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=68</guid>
	</item>
	<item>
		<title>HTML to embed your  Flash file...</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=67</link>
		<description><![CDATA[Flash Media  - Embed a Simple Way<br /><br />Paste the following HTML to embed your  Flash file... <br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;?&#62; Copy & paste the following...<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin embedded Flash file... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;table border='0' cellpadding='0' align=&#34;left&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;&#60;td&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;OBJECT classid='clsid&#58;D27CDB6E-AE6D-11cf-96B8-444553540000'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;codebase='http&#58;//download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width=&#34;320&#34; height=&#34;240&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='movie' value=&#34;http&#58;//servername/path/to/media.file&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='quality' value=&#34;high&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='bgcolor' value='#FFFFFF'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='loop' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;EMBED src=&#34;http&#58;//servername/path/to/media.file&#34; quality='high' bgcolor='#FFFFFF' width=&#34;320&#34;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height=&#34;240&#34; loop=&#34;true&#34; type='application/x-shockwave-flash'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pluginspage='http&#58;//www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/EMBED&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/OBJECT&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end embedded Flash file --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &#60;/table&#62;<!--c2--></div><!--ec2-->]]></description>
		<pubDate>Wed, 05 Mar 2008 00:50:10 -0700</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=67</guid>
	</item>
	<item>
		<title>HTML to embed your  WindowsMedia file...</title>
		<link>http://www.itechster.com/forums/index.php?showtopic=66</link>
		<description><![CDATA[Windows Media  - Embed a Simple Way<br /><br />Paste the following HTML to embed your  WindowsMedia file...<br /><br /><!--c1--><div class='codetop'>CODE</div><div class='codemain'><!--ec1-->&#60;?&#62; Copy & paste the following...<br /><br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin embedded WindowsMedia file... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;table border='0' cellpadding='0' align=&#34;left&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;&#60;td&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;OBJECT id='mediaPlayer' width=&#34;320&#34; height=&#34;285&#34; <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;classid='CLSID&#58;22d6f312-b0f6-11d0-94ab-0080c74c7e95' <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;codebase='http&#58;//activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;standby='Loading Microsoft Windows Media Player components...' type='application/x-oleobject'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='fileName' value=&#34;http&#58;//servername/path/to/media.file&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='animationatStart' value='true'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='transparentatStart' value='true'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='autoStart' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='showControls' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;param name='loop' value=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;EMBED type='application/x-mplayer2'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;pluginspage='http&#58;//microsoft.com/windows/mediaplayer/en/download/'<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id='mediaPlayer' name='mediaPlayer' displaysize='4' autosize='-1' <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;bgcolor='darkblue' showcontrols=&#34;true&#34; showtracker='-1' <br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;showdisplay='0' showstatusbar='-1' videoborder3d='-1' width=&#34;320&#34; height=&#34;285&#34;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src=&#34;http&#58;//servername/path/to/media.file&#34; autostart=&#34;true&#34; designtimesp='5311' loop=&#34;true&#34;&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/EMBED&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/OBJECT&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end embedded WindowsMedia file --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- begin link to launch external media player... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;tr&#62;&#60;td align='center'&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;a href=&#34;http&#58;//servername/path/to/media.file&#34; style='font-size&#58; 85%;' target='_blank'&#62;Launch in external player&#60;/a&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&lt!-- ...end link to launch external media player... --&gt;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/td&#62;&#60;/tr&#62;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&#60;/table&#62;<!--c2--></div><!--ec2-->]]></description>
		<pubDate>Wed, 05 Mar 2008 00:47:02 -0700</pubDate>
		<guid>http://www.itechster.com/forums/index.php?showtopic=66</guid>
	</item>
</channel>
</rss>