<?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>VIT Blog</title>
	<atom:link href="http://blog.v-i.us/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.v-i.us</link>
	<description>Visual Impact Tech. Inc. Blog</description>
	<lastBuildDate>Fri, 30 Sep 2011 15:22:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Host BlackBerry apps for download on IIS</title>
		<link>http://blog.v-i.us/servers/host-blackberry-apps-for-download-on-iis/</link>
		<comments>http://blog.v-i.us/servers/host-blackberry-apps-for-download-on-iis/#comments</comments>
		<pubDate>Fri, 30 Sep 2011 15:11:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[BlackBerry]]></category>
		<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=130</guid>
		<description><![CDATA[You can host your compiled and Signed app on your website for end-users to download to their phones without uploading to the BlackBerry app store. After you compile and sign your app, copy all the output files to a directory on your webserver Create an html page that points to the .jad file Example: &#60;a [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/servers/host-blackberry-apps-for-download-on-iis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Deploy ReportViewer 10 in Visual Studio 2010 to production site</title>
		<link>http://blog.v-i.us/sql/deploy-reportviewer-10-in-visual-studio-2010-to-production-site/</link>
		<comments>http://blog.v-i.us/sql/deploy-reportviewer-10-in-visual-studio-2010-to-production-site/#comments</comments>
		<pubDate>Wed, 06 Apr 2011 16:35:26 +0000</pubDate>
		<dc:creator>shadi</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[ReportViewer]]></category>
		<category><![CDATA[Visual Studio 2010]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/sql/deploy-reportviewer-10-in-visual-studio-2010-to-production-site/</guid>
		<description><![CDATA[If you have developed a .Net 4 website in Visual Studio 10 that that uses a client reportviewer control, then you are likely to run into problems with running reportviewer on the production server. Here’s the steps to get it running: Install ReportViewer 10 on your production machine. Go to Microsoft Download Center and search [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/sql/deploy-reportviewer-10-in-visual-studio-2010-to-production-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Programmatically call ImageButton_Click</title>
		<link>http://blog.v-i.us/dotnet/programmatically-call-imagebutton_click/</link>
		<comments>http://blog.v-i.us/dotnet/programmatically-call-imagebutton_click/#comments</comments>
		<pubDate>Tue, 11 Jan 2011 19:35:20 +0000</pubDate>
		<dc:creator>shadi</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP]]></category>
		<category><![CDATA[ImageButton]]></category>
		<category><![CDATA[ImageClickEventArgs]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=117</guid>
		<description><![CDATA[with a regular button, you can programmatically call the Button_Click by calling: Button1_Click(Me, EventArgs.Empty); However, with an ImageButton, you get an error if you use the above method. You need an extra line of code: ImageClickEventArgs args = new ImageClickEventArgs(1, 1); ImageButton1_Click(this, args);]]></description>
		<wfw:commentRss>http://blog.v-i.us/dotnet/programmatically-call-imagebutton_click/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pop Up Window refresh parent</title>
		<link>http://blog.v-i.us/html/pop-up-window-refresh-parent/</link>
		<comments>http://blog.v-i.us/html/pop-up-window-refresh-parent/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:21:28 +0000</pubDate>
		<dc:creator>shadi</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[JavaScript]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=112</guid>
		<description><![CDATA[If you have a script that opens up a new window using JavaScript: window.open() on the child window, if you want to close the window and refresh the parent window, use the following code: window.close(); if (window.opener &#38;&#38; !window.opener.closed) {     window.opener.location.reload(); }]]></description>
		<wfw:commentRss>http://blog.v-i.us/html/pop-up-window-refresh-parent/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Sitefinity Custom Download List</title>
		<link>http://blog.v-i.us/dotnet/sitefinity-custom-download-list/</link>
		<comments>http://blog.v-i.us/dotnet/sitefinity-custom-download-list/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 22:30:40 +0000</pubDate>
		<dc:creator>shadi</dc:creator>
				<category><![CDATA[.Net]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=106</guid>
		<description><![CDATA[Problem: create a file-download-list that you can filter by tag, category, or other criteria Solution: create a library and upload your files to it categories and/or tag the files the way you want them to be filtered download the following sample code from the Telerik team: http://www.sitefinity.com/ClientsFiles/143126_customdownloadlist.zip (for more information on this download refer to [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/dotnet/sitefinity-custom-download-list/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fix ASP.net menu in Safari and Chrome</title>
		<link>http://blog.v-i.us/dotnet/fix-asp-net-menu-in-safari-and-chrome/</link>
		<comments>http://blog.v-i.us/dotnet/fix-asp-net-menu-in-safari-and-chrome/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:14:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=104</guid>
		<description><![CDATA[If you use the standard ASP.NET menu (or toolbar) in your web application, it works well in most browsers except for Safari &#38; Chrome. In these 2 browsers, each menu item appears on a new line. The fix I found was placing the following code in my MaterPage code-behind: if (Request.UserAgent.IndexOf(&#8220;AppleWebKit&#8221;) &#62; 0)         { [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/dotnet/fix-asp-net-menu-in-safari-and-chrome/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Silverlight on IIS 6</title>
		<link>http://blog.v-i.us/dotnet/silverlight-on-iis-6/</link>
		<comments>http://blog.v-i.us/dotnet/silverlight-on-iis-6/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 17:35:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[ASP]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=102</guid>
		<description><![CDATA[In order to host a Silverlight application on IIS6 you will need to add a MIME type Open IIS, right-click and select properties for the Silverlight site. Select the tab for HTTP Headers Click on MIME Types Click New and add Extension= .xaml and Mime Type= application/xaml+xml Depending on the features used in your Silverlight [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/dotnet/silverlight-on-iis-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Multiple Exchange Accounts in Outlook</title>
		<link>http://blog.v-i.us/servers/multiple-exchange-accounts-in-outlook/</link>
		<comments>http://blog.v-i.us/servers/multiple-exchange-accounts-in-outlook/#comments</comments>
		<pubDate>Tue, 13 Oct 2009 19:39:03 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=100</guid>
		<description><![CDATA[I needed to connect to 2 accounts on the Exchange Server from my Outlook 2007. When I tried to add a second account, an error message said it is not supported. I understand that the upcoming Outlook 10 will have this support built in. In the meantime, I found this article from Microsoft: http://support.microsoft.com/kb/291626  It [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/servers/multiple-exchange-accounts-in-outlook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Outlook 2007 keeps asking for Password on Exchange 2007</title>
		<link>http://blog.v-i.us/servers/outlook-2007-keeps-asking-for-password-on-exchange-2007/</link>
		<comments>http://blog.v-i.us/servers/outlook-2007-keeps-asking-for-password-on-exchange-2007/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 01:16:45 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Servers]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/?p=98</guid>
		<description><![CDATA[I have a new installation of Outlook 2007 on Windows 7 connecting to Exchange 2007. The client is not in the domain of the Exchange server. I found 2 fixes online, together they fixed the problem. Close Outlook Delete any network passwords saved for the exchange server (in Windows 7 click Start and type Network [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/servers/outlook-2007-keeps-asking-for-password-on-exchange-2007/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>UltraWebGrid Cell and CellItem</title>
		<link>http://blog.v-i.us/dotnet/ultrawebgrid-cell-and-cellitem/</link>
		<comments>http://blog.v-i.us/dotnet/ultrawebgrid-cell-and-cellitem/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 18:04:39 +0000</pubDate>
		<dc:creator>shadi</dc:creator>
				<category><![CDATA[.Net]]></category>
		<category><![CDATA[CellItem]]></category>
		<category><![CDATA[Infragistics]]></category>
		<category><![CDATA[TemplatedColumn]]></category>
		<category><![CDATA[UltraGridCell]]></category>
		<category><![CDATA[UltraWebGrid]]></category>

		<guid isPermaLink="false">http://blog.v-i.us/dotnet/ultrawebgrid-cell-and-cellitem/</guid>
		<description><![CDATA[if you have an UltraWebGrid with a TemplatedColumn, the TemplatedColumn has a checkbox or any other control. If you want to access the control inside that column here’s what you need to do: assuming you have a loop cycling through the rows Dim rw As UltraWebGrid.UltraGridRow = UltraWebGrid1.DisplayLayout.Rows(i) Dim cl As UltraWebGrid.UltraGridCell = rw.Cells.FromKey(&#34;myColumnName&#34;) Dim [...]]]></description>
		<wfw:commentRss>http://blog.v-i.us/dotnet/ultrawebgrid-cell-and-cellitem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

