<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://vstoolsforum.com/utility/FeedStylesheets/atom.xsl" media="screen"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><title type="html">Steve Gray</title><subtitle type="html">Random Thoughts from the 4Penny VP of Development</subtitle><id>http://vstoolsforum.com/blogs/stevegray/atom.aspx</id><link rel="alternate" type="text/html" href="http://vstoolsforum.com/blogs/stevegray/default.aspx" /><link rel="self" type="application/atom+xml" href="http://vstoolsforum.com/blogs/stevegray/atom.aspx" /><generator uri="http://communityserver.org" version="3.0.20611.960">Community Server</generator><updated>2008-09-09T07:44:00Z</updated><entry><title>SEO links</title><link rel="alternate" type="text/html" href="http://vstoolsforum.com/blogs/stevegray/archive/2008/12/05/seo-links.aspx" /><id>http://vstoolsforum.com/blogs/stevegray/archive/2008/12/05/seo-links.aspx</id><published>2008-12-05T21:49:00Z</published><updated>2008-12-05T21:49:00Z</updated><content type="html">&lt;p&gt;I get asked lots of questions about SEO (search engine optimization). Here are a few good resources:&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.ssw.com.au/SSW/Standards/Rules/RulesToBetterGoogleRankings.aspx"&gt;http://www.ssw.com.au/SSW/Standards/Rules/RulesToBetterGoogleRankings.aspx&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;a href="http://www.marketposition.com/blog/archives/2006/04/how_urls_can_af.html"&gt;http://www.marketposition.com/blog/archives/2006/04/how_urls_can_af.html&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://vstoolsforum.com/aggbug.aspx?PostID=1432" width="1" height="1"&gt;</content><author><name>Steve Gray</name><uri>http://vstoolsforum.com/members/Steve-Gray.aspx</uri></author></entry><entry><title>IIS 6.0 and Flash streaming (FLV) </title><link rel="alternate" type="text/html" href="http://vstoolsforum.com/blogs/stevegray/archive/2008/09/23/iis-6-0-and-flash-streaming-flv.aspx" /><id>http://vstoolsforum.com/blogs/stevegray/archive/2008/09/23/iis-6-0-and-flash-streaming-flv.aspx</id><published>2008-09-23T12:11:00Z</published><updated>2008-09-23T12:11:00Z</updated><content type="html">&lt;p&gt;We recently acquired an app that streams flash - but it was not working on our web servers (Winows 2003, Standard).&amp;nbsp; It was pretty aggravating to get up and running&lt;/p&gt;
&lt;p&gt;The site has .swf files that stream a flash video (.flv).&amp;nbsp; The SWF works just fine, but the FLV won&amp;#39;t stream.&amp;nbsp; After some poking and probing, realization set in that there wasn&amp;#39;t a MIME type for .FLV in IIS.&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;1. Open&amp;nbsp;IIS Manager on the&amp;nbsp;server&lt;br /&gt;2. Expand the Local Computer Server.&lt;br /&gt;3. Examine the &amp;#39;Properties&amp;#39; of the&amp;nbsp;local&amp;nbsp;server&lt;br /&gt;4. Select the MIME Types tab.&lt;br /&gt;5. Click the &amp;#39;New&amp;#39; button and enter the following:&lt;br /&gt;* Associated Extension box: .FLV&lt;br /&gt;* MIME Type box: flv-application/octet-stream&lt;br /&gt;6. Click Ok and restart IIS.&lt;/p&gt;&lt;/blockquote&gt;&lt;img src="http://vstoolsforum.com/aggbug.aspx?PostID=1285" width="1" height="1"&gt;</content><author><name>Steve Gray</name><uri>http://vstoolsforum.com/members/Steve-Gray.aspx</uri></author></entry><entry><title>Simple DOS commands</title><link rel="alternate" type="text/html" href="http://vstoolsforum.com/blogs/stevegray/archive/2008/09/09/simple-dos-commands.aspx" /><id>http://vstoolsforum.com/blogs/stevegray/archive/2008/09/09/simple-dos-commands.aspx</id><published>2008-09-09T11:44:00Z</published><updated>2008-09-09T11:44:00Z</updated><content type="html">&lt;p&gt;Every now and again I&amp;#39;ll need to write a simple DOS bat file to accomplish a task... here are a few of the commands that I use. It&amp;#39;s much easier to blog them here and have them than to search the internet for them. &lt;/p&gt;
&lt;p&gt;Copy a file from one directory to another:&lt;br /&gt;&lt;font face="courier new,courier"&gt;XCOPY source destination /Y /D /S&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Append one file to another:&lt;br /&gt;&lt;font face="courier new,courier"&gt;type source &amp;gt;&amp;gt; destination&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;Add a CR to a file:&lt;br /&gt;&lt;font face="courier new,courier"&gt;echo. &amp;gt;&amp;gt; filename&lt;/font&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;img src="http://vstoolsforum.com/aggbug.aspx?PostID=1268" width="1" height="1"&gt;</content><author><name>Steve Gray</name><uri>http://vstoolsforum.com/members/Steve-Gray.aspx</uri></author></entry></feed>