<?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>Dan Beland &#187; Windows</title>
	<atom:link href="http://www.danbeland.com/category/win/feed" rel="self" type="application/rss+xml" />
	<link>http://www.danbeland.com</link>
	<description>Website Development Services</description>
	<lastBuildDate>Sat, 13 Nov 2010 00:15:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Standalone PHP Apps in Windows</title>
		<link>http://www.danbeland.com/php/standalone-php-apps-windows</link>
		<comments>http://www.danbeland.com/php/standalone-php-apps-windows#comments</comments>
		<pubDate>Wed, 03 Nov 2010 20:56:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=446</guid>
		<description><![CDATA[If you want to make simple standalone command-line apps in Windows using PHP, go download the Bambalam PHP EXE Compiler/Embedder. It can&#8217;t get much simpler. Write your code, run compile.bat, and Bambalam! you&#8217;ve got you app. For using command-line parameters, check out these variables: $_SERVER['argc']; // number of arguments $_SERVER['argv']; // array of arguments]]></description>
		<wfw:commentRss>http://www.danbeland.com/php/standalone-php-apps-windows/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to quickly open a webpage in all browsers</title>
		<link>http://www.danbeland.com/scripts/how-quickly-open-webpage-all-browsers</link>
		<comments>http://www.danbeland.com/scripts/how-quickly-open-webpage-all-browsers#comments</comments>
		<pubDate>Fri, 08 Oct 2010 17:19:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=406</guid>
		<description><![CDATA[While developing a website you should routinely check to make sure your pages are working properly in many major browsers.  This is a DOS Batch script that will let you open a specific page in all your browsers with a single command. Source @ECHO OFF IF &#34;%1&#34;==&#34;&#34; GOTO Continue start iexplore %1 start firefox %1 [...]]]></description>
		<wfw:commentRss>http://www.danbeland.com/scripts/how-quickly-open-webpage-all-browsers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reset Windows Networking</title>
		<link>http://www.danbeland.com/win/reset-windows-networking</link>
		<comments>http://www.danbeland.com/win/reset-windows-networking#comments</comments>
		<pubDate>Tue, 05 May 2009 17:40:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.danbeland.com/?p=182</guid>
		<description><![CDATA[When all else fails and your Windows network just won&#8217;t behave, nuke it! Open up the Console (Start -&#62; Run: cmd [Enter]) and issue the following 2 commands. Reset WINSOCK entries to installation defaults: netsh winsock reset catalog Reset TCP/IP stack to installation defaults: netsh int ip reset [log_file_name]]]></description>
		<wfw:commentRss>http://www.danbeland.com/win/reset-windows-networking/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

