<?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:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Silent Killer</title>
	<atom:link href="http://binzthomas.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://binzthomas.wordpress.com</link>
	<description>Tips and tricks on asp.net</description>
	<lastBuildDate>Fri, 27 May 2011 11:29:15 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='binzthomas.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Silent Killer</title>
		<link>http://binzthomas.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://binzthomas.wordpress.com/osd.xml" title="Silent Killer" />
	<atom:link rel='hub' href='http://binzthomas.wordpress.com/?pushpress=hub'/>
		<item>
		<title>FCK Editor Validation</title>
		<link>http://binzthomas.wordpress.com/2011/03/09/fck-editor-validation/</link>
		<comments>http://binzthomas.wordpress.com/2011/03/09/fck-editor-validation/#comments</comments>
		<pubDate>Wed, 09 Mar 2011 11:11:44 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[FCK editor required filed validator]]></category>
		<category><![CDATA[FCK editor validator]]></category>
		<category><![CDATA[FCK validator]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=197</guid>
		<description><![CDATA[Here is a good example for FCK editor validation. Declare a Custom Validator; &#60;asp:CustomValidator runat="server" ID="cvBody" SetFocusOnError="true" Display="dynamic" Text="The Body is required" ClientValidationFunction="ValidateContentText"&#62;&#60;/asp:CustomValidator&#62; Add this Javascript function to your page function ValidateContentText(source,args) { var fckBody= FCKeditorAPI.GetInstance('&#60;%=FCKeditor1.ClientID %&#62;'); args.IsValid = fckBody.GetXHTML(true) != ""; } Ref: &#8220;fck validation&#8220;<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=197&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a good example for FCK editor validation.</p>
<p>Declare a Custom Validator;</p>
<p><code><span style="color:#993300;">&lt;asp:CustomValidator runat="server" ID="cvBody"  SetFocusOnError="true" Display="dynamic" Text="The Body is required"  ClientValidationFunction="ValidateContentText"&gt;&lt;/asp:CustomValidator&gt;</span></code></p>
<p>Add this Javascript function to your page</p>
<p><code><span style="color:#993300;">function ValidateContentText(source,args)<br />
{<br />
var fckBody= FCKeditorAPI.GetInstance('&lt;%=FCKeditor1.ClientID %&gt;');<br />
args.IsValid = fckBody.GetXHTML(true) != "";<br />
}</span></code></p>
<p>Ref: &#8220;<a href="http://forums.asp.net/t/1021255.aspx/1/10?cannot+validate+field+in+fckeditor">fck validation</a>&#8220;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/197/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/197/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/197/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=197&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2011/03/09/fck-editor-validation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>Dynamic Data-Driven User Interface</title>
		<link>http://binzthomas.wordpress.com/2011/03/08/dynamic-data-driven-user-interface/</link>
		<comments>http://binzthomas.wordpress.com/2011/03/08/dynamic-data-driven-user-interface/#comments</comments>
		<pubDate>Tue, 08 Mar 2011 06:36:53 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Data-Driven User Interface]]></category>
		<category><![CDATA[Dynamic User Interface]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=189</guid>
		<description><![CDATA[In the below link, you can see how we can implement a dynamic data-driven user interface. That means, the administrator of a web application can determine, what all controls are to be displayed in the user-side. Very useful article to begin with. Creating a Dynamic Data-Driven User Interface<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=189&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In the below link, you can see how we can implement a dynamic data-driven user interface.</p>
<p>That means, the administrator of a web application can determine, what all controls are to be displayed in the user-side.  Very useful article to begin with.</p>
<p><a href="http://www.4guysfromrolla.com/articles/082008-1.aspx">Creating a Dynamic Data-Driven User Interface</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/189/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/189/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/189/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=189&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2011/03/08/dynamic-data-driven-user-interface/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>Critical Vulnerability in ASP.Net</title>
		<link>http://binzthomas.wordpress.com/2010/09/24/critical-vulnerability-in-asp-net/</link>
		<comments>http://binzthomas.wordpress.com/2010/09/24/critical-vulnerability-in-asp-net/#comments</comments>
		<pubDate>Fri, 24 Sep 2010 08:32:13 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Vulnerability in ASP.Net]]></category>
		<category><![CDATA[web.config vulnerability]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=184</guid>
		<description><![CDATA[A major security vulnerability was discovered in ASP.net last week and Microsoft has released a workaround to fix this issue. Using this vulnerability a hacker can gain access to any files in a web server which includes web.config file which mostly contains sensitive data. I would recommend all of those who are working on ASP.Net [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=184&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A major security vulnerability was discovered in  ASP.net last week and Microsoft has released a workaround to fix this issue. Using this vulnerability a hacker can gain access to any files in a web  server which includes web.config file which mostly contains sensitive data.</p>
<p>I would recommend all of those who are working on ASP.Net application to read this:</p>
<p><a class="alignleft" title="Asp.net Vulnerability workaround" href="http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx" target="_blank">http://weblogs.asp.net/scottgu/archive/2010/09/18/important-asp-net-security-vulnerability.aspx</a></p>
<p>_</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/184/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/184/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/184/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=184&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2010/09/24/critical-vulnerability-in-asp-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>Importing XML to SQL table</title>
		<link>http://binzthomas.wordpress.com/2009/11/10/169/</link>
		<comments>http://binzthomas.wordpress.com/2009/11/10/169/#comments</comments>
		<pubDate>Tue, 10 Nov 2009 10:15:25 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Import XML to SQL table]]></category>
		<category><![CDATA[XML to database table]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=169</guid>
		<description><![CDATA[This post demonstrate importing the data expressed in XML to Microsoft SQL Server using the SqlBulkCopy class. Before importing, you should create a table to receive the data that the SqlBulkCopy class process. Here in this example we will use a table &#8220;DummyEmails&#8221; to receive the data. The XML file which we use to import [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=169&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>This post demonstrate importing the data expressed in XML to Microsoft SQL Server using the SqlBulkCopy class.</p>
<p>Before importing, you should create a table to receive the data that the SqlBulkCopy class process. Here in this example we will use a table &#8220;DummyEmails&#8221; to receive the data. The XML file which we use to import is &#8220;Email.xml&#8221;.</p>
<p><code><span style="color:#993300;">try<br />
{</span><br />
<span style="color:#993300;">DataSet xmlDS = new DataSet();<br />
xmlDS.ReadXml(Server.MapPath("Email.xml"));</span> <span style="color:#339966;"> /</span><span style="color:#339966;">/Name of the XML file</span></code></p>
<p><code><span style="color:#339966;">//Create the connection object</span><br />
<span style="color:#993300;">SqlConnection connection = new SqlConnection(ConfigurationManager.ConnectionStrings[ "LMSConnectionString"].ToString());</span></code></p>
<p><code><span style="color:#993300;"> </span><br />
<span style="color:#339966;">//Creating the SqlBulkCopy object</span><br />
<span style="color:#993300;">SqlBulkCopy sqlBC = new SqlBulkCopy(connection);</span></code></p>
<p><code><br />
<span style="color:#339966;">//Specify the destination database table name</span><br />
<span style="color:#993300;">sqlBC.DestinationTableName = "DummyEmails";</span></code></p>
<p><code><span style="color:#339966;">//If the destination database table's column names doesn't match with the XML element names,<br />
//then we have to relate the XML elements and the table column name.<br />
//For that you can use the below code;<br />
//<strong>sqlBC.ColumnMappings.Add("EmailId", "Email_id");</strong><br />
//<strong>sqlBC.ColumnMappings.Add("EmailAddress",</strong> "<strong>Email</strong>_<strong>Address</strong>"<strong>);</strong><br />
//1st Parameter:Source Column, 2nd Parameter:Destination Column<br />
//You may use the Column index too</span><br />
</code><br />
<span style="color:#993300;"><code>connection.Open();<br />
sqlBC.WriteToServer(xmlDS.Tables[0]);</code></span></p>
<p><span style="color:#993300;"><code>connection.Close();<br />
}<br />
catch { }</code></span></p>
<p>The SqlBulkCopy class can be used to write data only to SQL Server tables. However, the data source is not limited to XML file; any data source can be used, as long as the data can be loaded to a DataTable instance or read with a IDataReader instance.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/169/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/169/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/169/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=169&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/11/10/169/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>Database table to XML file</title>
		<link>http://binzthomas.wordpress.com/2009/10/27/database-table-to-xml-file/</link>
		<comments>http://binzthomas.wordpress.com/2009/10/27/database-table-to-xml-file/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 12:56:46 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[database table to XML]]></category>
		<category><![CDATA[database to xml conversion]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=146</guid>
		<description><![CDATA[Here I give an example of how we can create a XML file from a database table. In this example, I had populated a dropdownlist with the tables in a database. Then I choose a table from the list, which needs to be generated as a XML file. We will generate the XML file in [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=146&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here I give an example of how we can create a XML file from a database table.</p>
<p>In this example, I had populated a dropdownlist with the tables in a database. Then I choose a table from the list, which needs to be generated as a XML file.</p>
<div id="attachment_157" class="wp-caption aligncenter" style="width: 418px"><img class="size-full wp-image-157" title="DB_to_XML" src="http://binzthomas.files.wordpress.com/2009/10/db_to_xml1.jpg?w=780" alt="Listing all the tables in the Database"   /><p class="wp-caption-text">Listing all the tables in the Database</p></div>
<p>We will generate the XML file in the &#8216;SelectedIndexChanged&#8217; event of the DropDownList.</p>
<p><code><span style="color:#993300;">protected void DropDownList1_SelectedIndexChanged(object sender, EventArgs e)<br />
{<br />
try<br />
{<br />
DataSet ds = new DataSet();</span><br />
<span style="color:#339966;">//Create the connection object</span><br />
<span style="color:#993300;">SqlConnection sqlConn = new SqlConnection(ConfigurationManager.ConnectionStrings[ "LMSConnectionString"].ToString());</span></code></p>
<p><code><span style="color:#993300;"><br />
string strQuery = "Select * from " + DropDownList1.SelectedItem.Text;</span><br />
</code></p>
<p><code><span style="color:#993300;">SqlCommand sqlCmd = new SqlCommand(strQuery, sqlConn);<br />
SqlDataAdapter sqlAdptr = new SqlDataAdapter(sqlCmd);<br />
sqlAdptr.Fill(ds);</span></code></p>
<p><code><span style="color:#993300;"><br />
XmlDataDocument doc = new XmlDataDocument(ds);</span></code></p>
<p><code><span style="color:#993300;"><br />
doc.Save(MapPath(DropDownList1.SelectedItem.Text+".xml"));</span> <span style="color:#339966;">//The name of the XML file to be generated</span><br />
<span style="color:#993300;">}<br />
catch{ }<br />
}</span></code></p>
<p>The above code will generate an XML file with the same name of the database table selected, in the root directory.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/146/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/146/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/146/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=146&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/10/27/database-table-to-xml-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>

		<media:content url="http://binzthomas.files.wordpress.com/2009/10/db_to_xml1.jpg" medium="image">
			<media:title type="html">DB_to_XML</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft&#8217;s WebsiteSpark Program</title>
		<link>http://binzthomas.wordpress.com/2009/10/09/microsofts-websitespark-program/</link>
		<comments>http://binzthomas.wordpress.com/2009/10/09/microsofts-websitespark-program/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 07:23:03 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Free software licence]]></category>
		<category><![CDATA[Microsoft's WebsiteSpark]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=141</guid>
		<description><![CDATA[Microsoft announced a new program which is designed for independent web developers and web development companies that build web applications and web sites on behalf of others. This program offers software licence that we can use for three years at no cost. Here is a list of software which can be downloaded once you enrolled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=141&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft announced a new program which is designed for independent web developers and web development companies that build web applications and web sites on behalf of others. This program offers software licence that we can use for three years at no cost.</p>
<p>Here is a list of software which can be downloaded once you enrolled in to this program:</p>
<ul>
<li>3 licenses of Visual Studio 2008 Professional Edition</li>
<li>1 license of Expression Studio 3 (which includes Expression Blend, Sketchflow, and Web)</li>
<li>2 licenses of Expression Web 3</li>
<li>4 processor licenses of Windows Web Server 2008 R2</li>
<li>4 processor licenses of SQL Server 2008 Web Edition</li>
<li>DotNetPanel control panel (enabling easy remote/hosted management of your servers)</li>
</ul>
<p>The only two requirements to join the program are:</p>
<ul>
<li>Your company builds web sites and web application on behalf of others.</li>
<li>Your company currently has less than 10 employees.</li>
</ul>
<p>For more information check:</p>
<p><a class="alignleft" href="http://weblogs.asp.net/scottgu/archive/2009/09/24/announcing-the-websitespark-program.aspx" target="_blank">ScottGu&#8217;s</a>&nbsp;Blog or <a href="http://www.microsoft.com/web/websitespark/" target="_blank">Microsoft&#8217;s</a> site.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/141/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/141/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/141/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=141&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/10/09/microsofts-websitespark-program/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>Ajax Loading Images</title>
		<link>http://binzthomas.wordpress.com/2009/10/05/ajax-loading-images/</link>
		<comments>http://binzthomas.wordpress.com/2009/10/05/ajax-loading-images/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 09:05:41 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Ajax loading image]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/2009/10/05/ajax-loading-images/</guid>
		<description><![CDATA[Here is a site from where you can generate your-own ajax loading images. http://www.ajaxload.info Easy as 1-2-3 1. Select type of indicator, background color and foreground color. 2. Generate the image. 3. Download the generated image.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=139&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here is a site from where you can generate your-own ajax loading images.</p>
<p>http://www.ajaxload.info</p>
<p>Easy as 1-2-3</p>
<p>1. Select type of indicator, background color and foreground color.<br />
2. Generate the image.<br />
3. Download the generated image.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/139/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/139/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/139/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=139&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/10/05/ajax-loading-images/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft&#8217;s Bing</title>
		<link>http://binzthomas.wordpress.com/2009/06/10/microsofts-bing/</link>
		<comments>http://binzthomas.wordpress.com/2009/06/10/microsofts-bing/#comments</comments>
		<pubDate>Wed, 10 Jun 2009 08:33:44 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Bing]]></category>
		<category><![CDATA[Decision Engine]]></category>
		<category><![CDATA[Microsoft Bing]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=131</guid>
		<description><![CDATA[Microsoft&#8217;s new search engine &#8216;Bing&#8216; unveiled by Microsoft CEO Steve Ballmer on May 28, 2009. Bing went fully online on June 3, 2009. It is a replacement for Live Search(Windows Live Search, MSN Search). The homepage is crisp and clear and the image will change daily. The Bing interface is refreshingly clean and results are displayed [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=131&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft&#8217;s new search engine &#8216;<a title="Bing" href="http://www.bing.com" target="_blank">Bing</a>&#8216; unveiled by Microsoft CEO Steve Ballmer on May 28, 2009. Bing went fully online on June 3, 2009. It is a replacement for Live Search(Windows Live Search, MSN Search).</p>
<p>The homepage is crisp and clear and the image will change daily. The Bing interface is refreshingly clean and results are displayed by helpful categories. For example, I type books and results are grouped by History, Electronic, Best Sellers, Publishing and Writing. &#8220;Simple Organized System, thats Bing&#8221;</p>
<p>The Indian version currently doesn&#8217;t have the full functionality.</p>

<a href='http://binzthomas.wordpress.com/2009/06/10/microsofts-bing/bing-us/' title='bing US'><img data-attachment-id='132' data-orig-size='1024,671' data-liked='0'width="150" height="98" src="http://binzthomas.files.wordpress.com/2009/06/bing-us.jpg?w=150&#038;h=98" class="attachment-thumbnail" alt="bing US" title="bing US" /></a>
<a href='http://binzthomas.wordpress.com/2009/06/10/microsofts-bing/bing-india/' title='bing India'><img data-attachment-id='133' data-orig-size='1024,673' data-liked='0'width="150" height="98" src="http://binzthomas.files.wordpress.com/2009/06/bing-india.jpg?w=150&#038;h=98" class="attachment-thumbnail" alt="bing India" title="bing India" /></a>

<p>The Indian version doesn’t Have Search History And The Image On The Bing Home Page Here Is Not Interactive As In The Us Version To Explore The Full Version Of Bing. You can change the Indian version to the US version by clicking on the &#8216;India&#8217; link at the top right of the page and selecting the United States from the country list.</p>
<p>Some of the interesting features that you will notice at first glance:</p>
<p>When you hover on a search result, you will see the orange icon – which gives you a quick preview of the site (text preview). Very useful, if you are still not sure of clicking.</p>
<p>Just search for any video on Bing Videos and hover the mouse over any of the video thumbnail to watch a short clip.(WOW!)</p>
<p>Bing is such a decision engine. It provides an easy way to make more informed choices. It organizes popular results by category to help you get the answers you’re looking for without having to guess at the right way to formulate your query.</p>
<span style="text-align:center; display: block;"><a href="http://binzthomas.wordpress.com/2009/06/10/microsofts-bing/"><img src="http://img.youtube.com/vi/et0rUzRAXGE/2.jpg" alt="" /></a></span>
<p>Now is Bing a real competitor for Google? Check the <a title="Bing.com; Is it Worth Switching from Google?" href="http://www.marketingpilgrim.com/2009/05/microsoft-bing-search-engine.html" target="_blank">here </a>to get a comparision of Bing with Google</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/131/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/131/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/131/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=131&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/06/10/microsofts-bing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>

		<media:content url="http://binzthomas.files.wordpress.com/2009/06/bing-us.jpg?w=150" medium="image">
			<media:title type="html">bing US</media:title>
		</media:content>

		<media:content url="http://binzthomas.files.wordpress.com/2009/06/bing-india.jpg?w=150" medium="image">
			<media:title type="html">bing India</media:title>
		</media:content>
	</item>
		<item>
		<title>Read Data From an Excel File in ASP.NET</title>
		<link>http://binzthomas.wordpress.com/2009/02/04/read-data-from-an-excel-file-in-aspnet/</link>
		<comments>http://binzthomas.wordpress.com/2009/02/04/read-data-from-an-excel-file-in-aspnet/#comments</comments>
		<pubDate>Wed, 04 Feb 2009 10:53:44 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[Asp.net]]></category>
		<category><![CDATA[Read Data From an Excel File  in ASP.NET]]></category>
		<category><![CDATA[Read Excel files from ASP.NET]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=121</guid>
		<description><![CDATA[The following example shows how to display data from an excel spread sheet in a GridView. We will connect to a Microsoft Excel workbook using the OLEDB.NET data provider, extract data and then display the data in a GridView. In the aspx page; &#60;body&#62; &#60;form id="form1" runat="server"&#62; &#60;div&#62; &#60;asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="true"&#62; &#60;/asp:GridView&#62; &#60;/div&#62; &#60;/form&#62; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=121&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The following example shows how to display data from an excel spread sheet  in a GridView. We will connect to a Microsoft Excel workbook using the OLEDB.NET data provider, extract data and then display the data in a GridView.</p>
<p>In the aspx page;</p>
<pre><span style="color:#d76244;">
&lt;body&gt;
    &lt;form id="form1" runat="server"&gt;
    &lt;div&gt;
        &lt;asp:GridView ID="GridView1" runat="server" AutoGenerateColumns="true"&gt;
        &lt;/asp:GridView&gt;
    &lt;/div&gt;
    &lt;/form&gt;
&lt;/body&gt;
</span></pre>
<p>In the aspx.cs page;</p>
<pre><span style="color:#d76244;">
using System.Data.OleDb;

    protected void Page_Load(object sender, EventArgs e)
    {
        string strConn = "Provider=Microsoft.ACE.OLEDB.12.0;data source=E:/DummyProject/Excel/Contacts.xlsx;Extended Properties=Excel 12.0;";
        OleDbConnection objConn = new OleDbConnection(strConn);
<span class="txtplain1">        //You must use the $ after the object you refer in the spreadsheet</span>
        string strSql = "Select * From [Sheet1$]";
        OleDbCommand objCmd = new OleDbCommand(strSql, objConn);
        try
        {
            objConn.Open();
            GridView1.DataSource = objCmd.ExecuteReader();
            GridView1.DataBind();
        }
        catch (Exception exc)
        {
            Response.Write(exc.ToString());
        }
        finally
        {
            objConn.Dispose();
        }
    }

</span></pre>
<p>As you see in the connection string &#8216;<span style="font-family:Verdana;font-size:x-small;">Microsoft.</span><span style="font-family:Verdana;font-size:x-small;">ACE.OLEDB.12.0&#8242;</span> is the new Access database engine OLE DB driver and is also capable of reading Excel 2003. For older versions of excel files, you can use the connection string <span style="font-family:Verdana;font-size:x-small;">&#8216;Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:/DummyProject/Excel/Contacts.xls;Extended Properties=Excel 8.0&#8242;</span></p>
<p><span style="font-family:Verdana;font-size:x-small;"><br />
</span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/121/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/121/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/121/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=121&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/02/04/read-data-from-an-excel-file-in-aspnet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
		<item>
		<title>FLV video not streaming</title>
		<link>http://binzthomas.wordpress.com/2009/01/29/flv-video-not-streaming/</link>
		<comments>http://binzthomas.wordpress.com/2009/01/29/flv-video-not-streaming/#comments</comments>
		<pubDate>Thu, 29 Jan 2009 11:54:27 +0000</pubDate>
		<dc:creator>binzthomas</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[FLV file not showing]]></category>
		<category><![CDATA[FLV in Windows 2003]]></category>
		<category><![CDATA[Flv video not streaming]]></category>
		<category><![CDATA[MIME type for flv files]]></category>
		<category><![CDATA[Windows 2003 Server does not stream FLV videos]]></category>

		<guid isPermaLink="false">http://binzthomas.wordpress.com/?p=114</guid>
		<description><![CDATA[In one of my web application, there was one FLV file that has to be shown when the home page is viewed in a browser. During the development time it was working fine. However when I put the files in the server and tried to access the home page, then the flv file didn’t show [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=114&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>In one of my web application, there was one FLV file that has to be shown when the home page is viewed in a browser. During the development time it was working fine. However when I put the files in the server and tried to access the home page, then the flv file didn’t show up. Instead it showed the space for .flv file with black color.</p>
<p>After some googling I found the reason: ‘With IIS 6.0, Microsoft changed the way streaming media is handled. Previous versions of IIS did not require any modification to stream Flash Video. Microsoft IIS 6.0, the default web server that ships with Windows 2003, requires a MIME type to recognize that FLV files are streamed media.’<br />
To overcome the above difficulties just follow the blow steps;</p>
<p><span style="color:#d76244;"><br />
1.	On the Windows 2003 server, open the Internet Information Services Manager.<br />
2.	Expand the Local Computer Server.<br />
3.	Right-click the local computer server and select Properties.<br />
4.	Select the MIME Types tab.<br />
5.	Click New and enter the following information:<br />
&nbsp;&nbsp;&nbsp;&nbsp;o	Associated Extension box: .FLV<br />
&nbsp;&nbsp;&nbsp;&nbsp;o	MIME Type box:flv-application/octet-stream<br />
6.	Click OK.<br />
7.	Restart the World Wide Web Publishing service.<br />
</span></p>
<p>Note: These files work correctly if tested on other operating systems. The issue affects all FLV files played via Windows 2003 server, including files made with the Flash Video Kit for Dreamweaver MX 2004.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/binzthomas.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/binzthomas.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/binzthomas.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/binzthomas.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/binzthomas.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/binzthomas.wordpress.com/114/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/binzthomas.wordpress.com/114/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/binzthomas.wordpress.com/114/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=binzthomas.wordpress.com&amp;blog=3796816&amp;post=114&amp;subd=binzthomas&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://binzthomas.wordpress.com/2009/01/29/flv-video-not-streaming/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d503b5a2f86af757f3f08a9cd62f589f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">binzthomas</media:title>
		</media:content>
	</item>
	</channel>
</rss>
