<?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>Random bits of IT usefullness</title>
	<atom:link href="http://developerinfo.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://developerinfo.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Thu, 05 Jan 2012 09:29:35 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='developerinfo.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Random bits of IT usefullness</title>
		<link>http://developerinfo.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://developerinfo.wordpress.com/osd.xml" title="Random bits of IT usefullness" />
	<atom:link rel='hub' href='http://developerinfo.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to use an iFrame and set the URL in Server Side C#</title>
		<link>http://developerinfo.wordpress.com/2008/05/16/how-to-use-an-iframe-and-set-the-url-in-server-side-c/</link>
		<comments>http://developerinfo.wordpress.com/2008/05/16/how-to-use-an-iframe-and-set-the-url-in-server-side-c/#comments</comments>
		<pubDate>Fri, 16 May 2008 13:02:23 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/?p=22</guid>
		<description><![CDATA[//Here is the HTML for the IFrame: &#60;iframe runat=&#8221;server&#8221; id=&#8221;ifStellentViewer&#8221; width=&#8221;100%&#8221; height=&#8221;450px&#8221;&#62;&#60;/iframe&#62; //Here is the server side event code: if (_iFrameTarget != null) { _iFrameTarget.Attributes["src"] = sHTTP_URL; //eg: http://www.yahoo.com } //Here is the object defintion in case you need to cast it: private HtmlGenericControl _iFrameTarget; public HtmlGenericControl TargetFrame { get { return _iFrameTarget; } set [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=22&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>//Here is the HTML for the IFrame:</p>
<p>&lt;iframe runat=&#8221;server&#8221; id=&#8221;ifStellentViewer&#8221; width=&#8221;100%&#8221; height=&#8221;450px&#8221;&gt;&lt;/iframe&gt;</p>
<p>//Here is the server side event code:</p>
<p>if (_iFrameTarget != null)<br />
{<br />
_iFrameTarget.Attributes["src"] = sHTTP_URL; //eg: http://www.yahoo.com<br />
}</p>
<p>//Here is the object defintion in case you need to cast it:</p>
<p>private HtmlGenericControl _iFrameTarget;</p>
<p>public HtmlGenericControl TargetFrame<br />
{<br />
get<br />
{<br />
return _iFrameTarget;<br />
}<br />
set<br />
{<br />
_iFrameTarget = value;<br />
}<br />
}</p>
<p>//Then we just set the iframe as a referece like:</p>
<p>UcStellentTree1.TargetFrame = ifStellentViewer;</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/22/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/22/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/22/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/22/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/22/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=22&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2008/05/16/how-to-use-an-iframe-and-set-the-url-in-server-side-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>Some nice tools :D (Courtesy Stephan..)</title>
		<link>http://developerinfo.wordpress.com/2008/03/10/some-nice-tools-d-courtesy-stephan/</link>
		<comments>http://developerinfo.wordpress.com/2008/03/10/some-nice-tools-d-courtesy-stephan/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 17:22:11 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2008/03/10/some-nice-tools-d-courtesy-stephan/</guid>
		<description><![CDATA[Install PadDeveloper Tool Bar<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=21&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://installpad.com/">Install Pad</a><a href="http://www.microsoft.com/downloads/details.aspx?familyid=e59c3964-672d-4511-bb3e-2d5e1db91038&amp;displaylang=en" target="_blank">Developer Tool Bar</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/21/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/21/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/21/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/21/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/21/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=21&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2008/03/10/some-nice-tools-d-courtesy-stephan/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>&#8220;The project file &#8216; &#8216; has been renamed or is no longer in the solution&#8221;</title>
		<link>http://developerinfo.wordpress.com/2007/12/19/the-project-file-has-been-renamed-or-is-no-longer-in-the-solution/</link>
		<comments>http://developerinfo.wordpress.com/2007/12/19/the-project-file-has-been-renamed-or-is-no-longer-in-the-solution/#comments</comments>
		<pubDate>Wed, 19 Dec 2007 15:41:44 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/12/19/the-project-file-has-been-renamed-or-is-no-longer-in-the-solution/</guid>
		<description><![CDATA[This can cause you to go postal.. Thanks to &#8221; Michiel van Otegem  &#8221; for the solution.. &#8211; Original Article Begins &#8211; We were recently faced with the error message The project file &#8216; &#8216; has been renamed or is no longer in the solution in Visual Studio 2005. The problem is that from this message you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=20&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div class="itemTitleStyle">This can cause you to go postal..</div>
<div class="itemTitleStyle"></div>
<div class="itemTitleStyle">Thanks to &#8221;                 <a class="mailToStyle">Michiel van Otegem</a>  	&#8221; for the solution..</div>
<div class="itemTitleStyle"></div>
<p>&#8211; Original Article Begins &#8211;</p>
<div class="itemBodyStyle">We were recently faced with <span class="searchword">the</span> err<span class="searchword">or</span> message <i><span class="searchword">The</span> <span class="searchword">project</span> <span class="searchword">file</span> &#8216; &#8216; <span class="searchword">has</span> <span class="searchword">been</span> <span class="searchword">renamed</span> <span class="searchword">or</span> <span class="searchword">is</span> <span class="searchword">no</span> <span class="searchword">longer</span> <span class="searchword">in</span> <span class="searchword">the</span> <span class="searchword">solution</span></i> <span class="searchword">in</span> V<span class="searchword">is</span>ual Studio 2005. <span class="searchword">The</span> problem <span class="searchword">is</span> that from th<span class="searchword">is</span> message you have <span class="searchword">no</span> idea what <span class="searchword">is</span> actually <span class="searchword">the</span> matter. We f<span class="searchword">in</span>ally figured out that th<span class="searchword">is</span> happens when a Web <span class="searchword">Project</span> conta<span class="searchword">in</span>s references to assemblies <span class="searchword">or</span> <span class="searchword">project</span>s it can&#8217;t f<span class="searchword">in</span>d. Here&#8217;s how you solve th<span class="searchword">is</span>:</p>
<ol>
<li>Right click <span class="searchword">the</span> Web <span class="searchword">project</span> and select Property Pages.</li>
<li>A w<span class="searchword">in</span>dow will open which l<span class="searchword">is</span>ts all <span class="searchword">the</span> references, ei<span class="searchword">the</span>r to <span class="searchword">the</span> b<span class="searchword">in</span>-folder, GAC <span class="searchword">or</span> o<span class="searchword">the</span>r <span class="searchword">project</span>s <span class="searchword">in</span> <span class="searchword">the</span> <span class="searchword">solution</span>.</li>
<li>Remove those that show <i>(unavailable)</i> beh<span class="searchword">in</span>d it.</li>
<li>Chances are that <span class="searchword">no</span>w you can&#8217;t build because <span class="searchword">the</span> reference <span class="searchword">is</span> <span class="searchword">no</span>t <span class="searchword">the</span>re. Simply add <span class="searchword">the</span> reference aga<span class="searchword">in</span> and you should be OK.</li>
</ol>
<p>&#8211; Original Article Ends</p></div>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/20/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/20/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=20&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/12/19/the-project-file-has-been-renamed-or-is-no-longer-in-the-solution/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>What is the quickest way to send binary data from a web service?</title>
		<link>http://developerinfo.wordpress.com/2007/11/27/what-is-the-quickest-way-to-send-binary-data-from-a-web-service/</link>
		<comments>http://developerinfo.wordpress.com/2007/11/27/what-is-the-quickest-way-to-send-binary-data-from-a-web-service/#comments</comments>
		<pubDate>Tue, 27 Nov 2007 16:14:35 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/11/27/what-is-the-quickest-way-to-send-binary-data-from-a-web-service/</guid>
		<description><![CDATA[If the file is &#60;100mb use a byte array property on a struct or a class. If the file is &#62;=100mb use MTOM. The caveat, and there always is one, that MTOM only provides stream based access on files being downloaded from the web server and not those being uploaded.. (Yeah, sucks) -Dave<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=19&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If the file is &lt;100mb use a byte array property on a struct or a class.</p>
<p>If the file is &gt;=100mb use MTOM. The caveat, and there always is one, that MTOM only provides stream based access on files being downloaded from the web server and not those being uploaded.. (Yeah, sucks)</p>
<p>-Dave</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/19/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/19/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/19/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/19/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/19/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=19&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/11/27/what-is-the-quickest-way-to-send-binary-data-from-a-web-service/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>How can I open the stellent viewer in an iFrame?</title>
		<link>http://developerinfo.wordpress.com/2007/11/26/how-can-i-open-the-stellent-viewer-in-an-iframe/</link>
		<comments>http://developerinfo.wordpress.com/2007/11/26/how-can-i-open-the-stellent-viewer-in-an-iframe/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:04:09 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/11/26/how-can-i-open-the-stellent-viewer-in-an-iframe/</guid>
		<description><![CDATA[string.Format(&#8220;{0}/IBPMWebWIS/?ToolName=AWVWR&#38;Viewer={1}&#38;LUCID={2}&#38;MIMETYPE={3}&#38;TABLENAME={4}&#38;ROWIDENTIFIER={2}&#38;EOF=1&#8243;, host, encodeURIComponent(typ), encodeURIComponent(LucID), encodeURIComponent(MimeType), encodeURIComponent(TableName)); Yeah, I know, I&#8217;m this kewl [no seriously, go Google it, this is the ONLY refernce on the web.. nice eh?]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=18&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>string.Format(&#8220;{0}/IBPMWebWIS/?ToolName=AWVWR&amp;Viewer={1}&amp;LUCID={2}&amp;MIMETYPE={3}&amp;TABLENAME={4}&amp;ROWIDENTIFIER={2}&amp;EOF=1&#8243;, host, encodeURIComponent(typ), encodeURIComponent(LucID), encodeURIComponent(MimeType), encodeURIComponent(TableName));</p>
<p>Yeah, I know, I&#8217;m this kewl [no seriously, go Google it, this is the ONLY refernce on the web.. nice eh?]</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/18/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/18/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=18&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/11/26/how-can-i-open-the-stellent-viewer-in-an-iframe/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I encode an URL /HTML / Text in .NET?</title>
		<link>http://developerinfo.wordpress.com/2007/11/26/how-do-i-encode-an-url-html-text-in-net/</link>
		<comments>http://developerinfo.wordpress.com/2007/11/26/how-do-i-encode-an-url-html-text-in-net/#comments</comments>
		<pubDate>Mon, 26 Nov 2007 19:00:16 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/11/26/how-do-i-encode-an-url-html-text-in-net/</guid>
		<description><![CDATA[Server.HtmlEncode(strValue); is the answer.. Unless.. You want to call it from a static method (and we always do&#8230; We have two main options: System.Web.HttpContext.Current.Server.HtmlEncode(s trValue); And then  System.Web.HttpUtility.HtmlEncode (my preferred method..) Why? Because it also has methods to encode Url&#8217;s and you can get the data as a string, or byte array (nice for marshalling [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=17&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Server.HtmlEncode(strValue); is the answer.. Unless..</p>
<p>You want to call it from a static method (and we always do&#8230; <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>We have two main options:</p>
<p>System.Web.HttpContext.Current.Server.HtmlEncode(s  trValue);</p>
<p>And then  System.Web.HttpUtility.HtmlEncode (my preferred method..) Why?</p>
<p>Because it also has methods to encode Url&#8217;s and you can get the data as a string, or byte array (nice for marshalling or persisting to a data store.. )</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/17/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/17/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/17/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/17/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/17/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=17&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/11/26/how-do-i-encode-an-url-html-text-in-net/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>Ever wanted to reduce/consolidate the number of &lt;@ Register statements in your web pages?</title>
		<link>http://developerinfo.wordpress.com/2007/11/06/ever-wanted-to-reduceconsolidate-the-number-of-register-statements-in-your-web-pages/</link>
		<comments>http://developerinfo.wordpress.com/2007/11/06/ever-wanted-to-reduceconsolidate-the-number-of-register-statements-in-your-web-pages/#comments</comments>
		<pubDate>Tue, 06 Nov 2007 17:13:53 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[ComponentOne]]></category>
		<category><![CDATA[Ifragistics]]></category>
		<category><![CDATA[Telerik]]></category>
		<category><![CDATA[Upgrading Controls]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/11/06/ever-wanted-to-reduceconsolidate-the-number-of-register-statements-in-your-web-pages/</guid>
		<description><![CDATA[Click Here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=16&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><a href="http://weblogs.asp.net/scottgu/archive/2006/11/26/tip-trick-how-to-register-user-controls-and-custom-controls-in-web-config.aspx" target="_blank">Click Here</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/16/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/16/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/16/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/16/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/16/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=16&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/11/06/ever-wanted-to-reduceconsolidate-the-number-of-register-statements-in-your-web-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>Funny FedEx commercial..</title>
		<link>http://developerinfo.wordpress.com/2007/11/02/funny-fedex-commercial/</link>
		<comments>http://developerinfo.wordpress.com/2007/11/02/funny-fedex-commercial/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 15:51:51 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/11/02/funny-fedex-commercial/</guid>
		<description><![CDATA[Americans do so know Geography.. Uh Huh! Click Here<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=15&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Americans do so know Geography.. Uh Huh!</p>
<p><a href="http://www.youtube.com/watch?v=MeOkx0q1qFs" title="I don't know where Republic of Abkhazia is either.." target="_blank"> Click Here</a></p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/15/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/15/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/15/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/15/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/15/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=15&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/11/02/funny-fedex-commercial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>What the Dell?</title>
		<link>http://developerinfo.wordpress.com/2007/10/29/what-the-dell/</link>
		<comments>http://developerinfo.wordpress.com/2007/10/29/what-the-dell/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 20:33:10 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/10/29/what-the-dell/</guid>
		<description><![CDATA[I was trying to restore a Dell PC for a friend.. (Not to self.. don&#8217;t and it turns out that on a Dell PC with Norton GoBACK installed that the normal System Restore key (CTRL + F11 at boot time) don&#8217;t work, and are over ridden. you MUST use them to get GoBACK open, and [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=14&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I was trying to restore a Dell PC for a friend.. (Not to self.. don&#8217;t <img src='http://s1.wp.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  and it turns out that on a Dell PC with Norton GoBACK installed that the normal System Restore key (CTRL + F11 at boot time) don&#8217;t work, and are over ridden. you MUST use them to get GoBACK open, and then DISABLE GoBACK. Reboot (after waiting 30 minutes for it to clean up from itself) and then you can use the sequence to start the Dell PC Restore. Click on Restore and Confirm and you should be all set..</p>
<p>BTW you just ERASED all of the data, programs and settings on your PC, hope that you meant to !</p>
<p>-DMS</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/14/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/14/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=14&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/10/29/what-the-dell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
		<item>
		<title>How do I make the stupid Add Button Text Go away?</title>
		<link>http://developerinfo.wordpress.com/2007/10/29/how-do-i-make-the-stupid-add-button-text-go-away/</link>
		<comments>http://developerinfo.wordpress.com/2007/10/29/how-do-i-make-the-stupid-add-button-text-go-away/#comments</comments>
		<pubDate>Mon, 29 Oct 2007 20:30:35 +0000</pubDate>
		<dc:creator>axostech</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Infragistics Data Grid]]></category>
		<category><![CDATA[Web Grid Ultra Grid Add Button Caption Remove]]></category>

		<guid isPermaLink="false">http://developerinfo.wordpress.com/2007/10/29/how-do-i-make-the-stupid-add-button-text-go-away/</guid>
		<description><![CDATA[when using Infragistics Web Grid, the Add button can be VERY annoying.. Try this undocumented property: ug_surplus_information.Bands[0].AddButtonCaption = &#8220;&#8221;; recommended by one of my friends Stephan Kajos.. -DMS<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=13&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>when using Infragistics Web Grid, the Add button can be VERY annoying..</p>
<p>Try this undocumented property:</p>
<p>ug_surplus_information.Bands[0].AddButtonCaption = &#8220;&#8221;;</p>
<p>recommended by one of my friends Stephan Kajos..</p>
<p>-DMS</p>
<br /><img alt="" border="0" src="http://feeds.wordpress.com/1.0/categories/developerinfo.wordpress.com/13/" /> <img alt="" border="0" src="http://feeds.wordpress.com/1.0/tags/developerinfo.wordpress.com/13/" /> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/developerinfo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/developerinfo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/developerinfo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/developerinfo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/developerinfo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/developerinfo.wordpress.com/13/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/developerinfo.wordpress.com/13/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/developerinfo.wordpress.com/13/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=developerinfo.wordpress.com&amp;blog=1720590&amp;post=13&amp;subd=developerinfo&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://developerinfo.wordpress.com/2007/10/29/how-do-i-make-the-stupid-add-button-text-go-away/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/fed706dbfc1bfae6c208a8ad0c0fb66f?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">axostech</media:title>
		</media:content>
	</item>
	</channel>
</rss>
