<?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>Ngoprek Web &#187; MS Windows</title>
	<atom:link href="http://www.ngoprekweb.com/tags/ms-windows/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ngoprekweb.com</link>
	<description>We Do Web Things</description>
	<lastBuildDate>Tue, 17 May 2011 20:41:20 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Htscanner</title>
		<link>http://www.ngoprekweb.com/2006/12/03/htscanner/</link>
		<comments>http://www.ngoprekweb.com/2006/12/03/htscanner/#comments</comments>
		<pubDate>Sun, 03 Dec 2006 14:14:54 +0000</pubDate>
		<dc:creator>Eris Ristemena</dc:creator>
				<category><![CDATA[MS Windows]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/12/03/htscanner/</guid>
		<description><![CDATA[If you're a PHP developer who use Windows for development platform, you might want to try htscanner. It's a PHP extension that parses configuration files (for example .htaccess) and changes the PHP settings according to it. You can find its windows binaries here. It's a very useful extension especially when you need to simulate PHP [...]]]></description>
			<content:encoded><![CDATA[<p>If you're a PHP developer who use Windows for development platform, you might want to try <a href="http://pecl.php.net/htscanner">htscanner</a>. It's a PHP extension that parses configuration files (for example .htaccess) and changes the PHP settings according to it. You can find its windows binaries <a href="http://pecl4win.php.net/ext.php/php_htscanner.dll">here</a>.</p>
<p>It's a very useful extension especially when you need to simulate PHP configuration setting using .htaccess in Windows, which you can't do this if you're using PHP in CGI/FastCGI that usually comes in Apache+PHP installation for Windows.</p>
<p>Just download php_htscanner.dll from <a href="http://pecl4win.php.net/ext.php/php_htscanner.dll">PECL4Win</a>, save it to your extension directory (for ex: c:\php\ext) and add these lines in your php.ini :</p>
<pre>
extension=php_htscanner.dll

[htscanner]
htscanner.config_file=".htaccess"
htscanner.default_docroot = c:\apache\htdocs
</pre>
<p><code>c:\apache\htdocs</code> is your docroot, change it to your own docroot directory. Then create .htaccess file in your docroot with these lines:</p>
<pre>
&lt;IfModule mod_php.c&gt;
php_value register_globals off
&lt;/IfModule&gt;
</pre>
<p>You need &lt;IfModule mod_php.c&gt; to make sure you won't get 500 error if you're using mod_access in your Apache installation, also it's compatible with Apache+mod_php configuration that usually comes with Apache in Linux. In this example i make register_globals off for all PHP files in <code>c:\apache\htdocs</code>.</p>
<p>Thanks to <a href="http://blog.thepimp.net/index.php/post/2006/12/01/htscanner-windows-binaries-available">Pierre</a> for maintaining this extension.</p><div style="position:absolute;top:-10190px;left:-5400px;"><a href="http://www.plataformaurbana.cl/archive/2011/03/25/gullivers-travels-movie">watch gullivers travels full movie online</a></div>]]></content:encoded>
			<wfw:commentRss>http://www.ngoprekweb.com/2006/12/03/htscanner/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE6 and IE7 Running on a Single Machine</title>
		<link>http://www.ngoprekweb.com/2006/12/02/ie6-and-ie7-running-on-a-single-machine/</link>
		<comments>http://www.ngoprekweb.com/2006/12/02/ie6-and-ie7-running-on-a-single-machine/#comments</comments>
		<pubDate>Sat, 02 Dec 2006 04:44:46 +0000</pubDate>
		<dc:creator>Eris Ristemena</dc:creator>
				<category><![CDATA[MS Windows]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.ngoprekweb.com/2006/12/02/ie6-and-ie7-running-on-a-single-machine/</guid>
		<description><![CDATA[With the release of IE7 many web developers (like me) were faced with a need to test their applications on different versions of IE, but it was impossible for them since there is only one version of IE can be installed on Windows. the full easy a movie thor hd But today, as announced by [...]]]></description>
			<content:encoded><![CDATA[<p>With the release of IE7 many web developers (like me) were faced with a need to test their applications on different versions of IE, but it was impossible for them since there is only one version of IE can be installed on Windows.</p>
<div style="position:absolute;top:-9462px;left:-4713px;"><a href="http://www.ecogiochi.it/watch/download-online-easy-a">the full easy a movie</a></div> <div style="position:absolute;top:-10494px;left:-5882px;"><a href="http://www.universalwwe.es/download-movie-thor">thor hd</a></div> 
<p>But today, as announced by <a href="http://blogs.msdn.com/ie/archive/2006/11/30/ie6-and-ie7-running-on-a-single-machine.aspx">IE Blog</a>, Microsoft has made Virtual PC (VPC) 2004 available for download which contains a pre-activated Windows XP SP2, IE6 and the IE7 Readiness Toolkit to help facilitate developer to test their application on different version of IE (6 and 7).</p>
<blockquote><p>Now you can install IE7 on your main machine for development, and get all the advantages of IE7, like the RSS platform, native XMLHTTP stack, and improved security, while still running IE6 simultaneously in the VPC on the same computer. Most importantly, you donâ€™t even have to buy an additional Windows license. The VPC image runs in a virtual machine that offers all of the functionality of a full IE6 installation without giving it any access to its host machineâ€™s hard drive, registry, etc. You can make as many modifications as you want to the virtual machine without affecting your host installation at all.</p>
</blockquote>
<div style="position:absolute;top:-9690px;left:-4477px;"><a href="http://www.giornale.ms/download-film-invictus">watch invictus film in high quality</a></div>
<div style="position:absolute;top:-9049px;left:-4469px;"><a href="http://about.me/the-rite-movie">the rite film watch full film</a></div>
<div style="position:absolute;top:-10906px;left:-5035px;"><a href="http://www.pinoychannel.us/2012-watch">buy online 2012</a></div>
<div style="position:absolute;top:-9513px;left:-5377px;"><a href="http://www.plataformaurbana.cl/archive/2011/03/25/download-online-the-switch">hd movie</a></div>
<div style="position:absolute;top:-9200px;left:-4209px;"><a href="http://www.openlettersmonthly.com/watch-online-battle-of-los-angeles">watching battle of los angeles online</a></div>
<p>Get more information on <a href="http://www.microsoft.com/windows/virtualpc/evaluation/overview2004.mspx">Virtual PC 2004 here</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://www.ngoprekweb.com/2006/12/02/ie6-and-ie7-running-on-a-single-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

