<?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/"
	>

<channel>
	<title>noone-special ۰ &#187; Microsoft</title>
	<atom:link href="http://www.noone-special.com/category/microsoft/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.noone-special.com</link>
	<description>perfecting the lost art of the sloth...</description>
	<pubDate>Sat, 27 Sep 2008 20:08:21 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Is you PC Vista capable ?</title>
		<link>http://www.noone-special.com/is-you-pc-vista-capable/</link>
		<comments>http://www.noone-special.com/is-you-pc-vista-capable/#comments</comments>
		<pubDate>Sat, 06 Sep 2008 05:11:50 +0000</pubDate>
		<dc:creator>graeinler</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[compatibility]]></category>

		<category><![CDATA[compatibility issues]]></category>

		<category><![CDATA[device compatibility]]></category>

		<category><![CDATA[microsoft upgrade advisor]]></category>

		<category><![CDATA[microsoft vista]]></category>

		<category><![CDATA[vista upgrade advisor]]></category>

		<category><![CDATA[windows vista upgrade]]></category>

		<guid isPermaLink="false">http://www.noone-special.com/?p=84</guid>
		<description><![CDATA[Are you thinking of upgrading your current XP computer? The Windows Vista Upgrade Advisor is a small application that you can run on your current Windows XP-based computer to check if it&#8217;s ready for an upgrade to Windows Vista. Upgrade advisor is available at the Microsoft Upgrade.

Windows Vista Upgrade Advisor will also help you choose [...]]]></description>
			<content:encoded><![CDATA[<p>Are you thinking of upgrading your current XP computer? The Windows Vista Upgrade Advisor is a small application that you can run on your current Windows XP-based computer to check if it&#8217;s ready for an upgrade to Windows Vista. Upgrade advisor is available at the <a href="http://www.microsoft.com/windowsvista/getready/upgradeadvisor/default.mspx" target="_blank">Microsoft Upgrade</a>.<br />
<span id="more-84"></span><br />
Windows Vista Upgrade Advisor will also help you choose the version of Windows Vista that is suited to your needs.</p>
<p>When you run the Upgrade Advisor, it will scan your computer and generate an easy-to-understand report of your current system and your device compatibility issues, along with recommendations on how you can resolve those.</p>
<p>The Microsoft guys are also planning to add functionality to Upgrade Advisor, such as checking how your current software applications will run with Microsoft Vista.</p>
<p>I hope this information will help you with your choice to upgrade your current Windows XP operating system.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noone-special.com/is-you-pc-vista-capable/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to block access to your website based on the IP address for MS hosting</title>
		<link>http://www.noone-special.com/how-to-block-access-to-your-website-based-on-the-ip-address-for-ms-hosting/</link>
		<comments>http://www.noone-special.com/how-to-block-access-to-your-website-based-on-the-ip-address-for-ms-hosting/#comments</comments>
		<pubDate>Sat, 14 Jun 2008 05:52:35 +0000</pubDate>
		<dc:creator>graeinler</dc:creator>
		
		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[tips - howto's]]></category>

		<category><![CDATA[webhosting]]></category>

		<category><![CDATA[websites]]></category>

		<category><![CDATA[asp script]]></category>

		<category><![CDATA[everyday computing]]></category>

		<category><![CDATA[fanboy]]></category>

		<category><![CDATA[htaccess file]]></category>

		<category><![CDATA[intruder]]></category>

		<category><![CDATA[ip address]]></category>

		<category><![CDATA[ip addresses]]></category>

		<category><![CDATA[ip request]]></category>

		<category><![CDATA[regexp]]></category>

		<category><![CDATA[request servervariables]]></category>

		<category><![CDATA[script type]]></category>

		<category><![CDATA[scripts]]></category>

		<category><![CDATA[shtml extension]]></category>

		<category><![CDATA[ssi shtml]]></category>

		<category><![CDATA[text javascript]]></category>

		<category><![CDATA[windows server]]></category>

		<guid isPermaLink="false">http://www.noone-special.com/?p=25</guid>
		<description><![CDATA[I use Windows for everyday computing generally because this is what I&#8217;ve been used. This doesn&#8217;t equate to me not being linux fanboy though. This said, I&#8217;m not, or will ever use or even suggest a Windows Server for a number of good reasons. This including the simple method of blocking an IP address to [...]]]></description>
			<content:encoded><![CDATA[<p>I use Windows for everyday computing generally because this is what I&#8217;ve been used. This doesn&#8217;t equate to me not being linux fanboy though. This said, I&#8217;m not, or will ever use or even suggest a Windows Server for a number of good reasons. This including the simple method of blocking an IP address to access your server. On linux, you can setup a script to dynamically add in the ip addresses to your .htaccess file. On windows this is quite cumbersome. The first method I have provided relies on SSI and Javascript to block the intruder (and in most cases those spam bots are not even using a browser). Nevertheless, if your on Windows the following scripts I have provided below should help you.</p>
<p><span style="color: #ff6600;">&lt;script type=&#8221;text/javascript&#8221;&gt;<br />
&#8216;var handleips=bannedips.join(&#8221;|&#8221;) handleips=new RegExp(handleips, &#8220;i&#8221;)</span></p>
<p><span style="color: #ff6600;">if (ip.search(handleips)!=-1){ alert(&#8221;Your IP has been banned from this site. Redirecting&#8230;&#8221;) window.location.replace(&#8221;http://www.google.com&#8221;) } // &#8211;&gt;</span></p>
<p>This script relies on SSI (.shtml extension) in order to work. The ip addresses listed would then be redirected to the site you have provided. Note though that if the intruder disables JavaScript in the browser, the script will become futile.</p>
<p>Here is another asp script that you can use to block certain ip as well and the one which I prefer and would strongly suggest.</p>
<p><span style="color: #ff6600;">&lt;%<br />
EnableSessionState=False<br />
ip = Request.ServerVariables(&#8221;REMOTE_HOST&#8221;)<br />
if ip = &#8220;12.123.1234.123&#8243; or host = &#8220;23.23.23.23&#8243; then<br />
response.redirect(&#8221;http://database-support.co.uk/access_deny.htm&#8221;)<br />
else<br />
response.redirect(&#8221;http://domain.com/test.html&#8221;)<br />
end if<br />
%&gt;</span></p>
<p>Do you know of any other method? Please let me know.</p>
<p>Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.noone-special.com/how-to-block-access-to-your-website-based-on-the-ip-address-for-ms-hosting/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Howto publish websites via FTP on Microsoft Frontpage</title>
		<link>http://www.noone-special.com/howto-publish-websites-via-ftp-on-microsoft-frontpage/</link>
		<comments>http://www.noone-special.com/howto-publish-websites-via-ftp-on-microsoft-frontpage/#comments</comments>
		<pubDate>Sat, 31 May 2008 21:42:16 +0000</pubDate>
		<dc:creator>graeinler</dc:creator>
		
		<category><![CDATA[FTP]]></category>

		<category><![CDATA[Microsoft]]></category>

		<category><![CDATA[applications]]></category>

		<category><![CDATA[tips - howto's]]></category>

		<category><![CDATA[websites]]></category>

		<category><![CDATA[end users]]></category>

		<category><![CDATA[Frontpage]]></category>

		<category><![CDATA[Howto]]></category>

		<category><![CDATA[microsoft expression web]]></category>

		<category><![CDATA[microsoft frontpage extensions]]></category>

		<category><![CDATA[MSFPE]]></category>

		<category><![CDATA[Publish]]></category>

		<category><![CDATA[publishing]]></category>

		<category><![CDATA[web server]]></category>

		<category><![CDATA[WebHosts]]></category>

		<guid isPermaLink="false">http://www.noone-special.com/?p=20</guid>
		<description><![CDATA[Microsoft FrontPage has been outdated for a while now and replaced by Microsoft Expression Web 2. A number of good folks still use it though and have their websites even running on FPE! (FrontPage Extensions) 
What makes things worse is that Microsoft have stopped development and support for FP leaving WebHosts no recourse but to [...]]]></description>
			<content:encoded><![CDATA[<p>Microsoft FrontPage has been outdated for a while now and replaced by <a href="http://www.microsoft.com/expression/products/Overview.aspx?key=web">Microsoft Expression Web 2</a>. A number of good folks still use it though and have their websites even running on FPE! (<a href="http://en.wikipedia.org/wiki/FrontPage_Server_Extensions">FrontPage Extensions</a>) </p>
<p>What makes things worse is that Microsoft have stopped development and support for FP leaving <a href="http://en.wikipedia.org/wiki/Web_hosting_service">WebHosts</a> no recourse but to drop FPE from their servers and leaving end-users with a broken  website.</p>
<p>An option for them then is to:</p>
<li>Publish via FTP using Frontpage</li>
<li>Switch to an MS Package where Microsoft Frontpage Extensions (MSFPE) is still available.</li>
<p>If they opt to publish via ftp, this is possible as Microsoft FrontPage supports two methods of publishing files to the web server:  HTTP POST and FTP though  HTTP POST is the default publishing feature in Microsoft FrontPage (using the PUBLISH button), and the preferred method for uploading the  Microsoft FrontPage created web site.</p>
<p>To use Microsoft FrontPage to upload a web via FTP, perform the following steps:</p>
<p>   1. Open your web in Microsoft FrontPage Explorer<br />
   2. Click FILE -> PUBLISH WEB<br />
   3. Type in the destination FTP Server name in the location box in the form of:<br />
      ftp://ftp.yourdomain.com<br />
   4. Choose whether you wish to publish all pages, or only changed pages since your last publishing session<br />
   5. Click the PUBLISH button<br />
   6. Enter your FTP username and password when prompted </p>
<p>Hope this helps and let me know just about anything. </p>
<p><img src="http://www.noone-special.com/favicon.ico" alt="graeinler smirk" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.noone-special.com/howto-publish-websites-via-ftp-on-microsoft-frontpage/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
