<?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>Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support &#187; Developement</title>
	<atom:link href="http://www.reich-consulting.net/category/support/developement/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.reich-consulting.net</link>
	<description>WordPress, Tech Support, Networking, and Programming Services in Mifflinburg, PA</description>
	<lastBuildDate>Fri, 24 May 2013 21:40:07 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=320</generator>
		<item>
		<title>Bulk HTML Validation</title>
		<link>http://www.reich-consulting.net/2011/12/15/bulk-html-validation/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=bulk-html-validation</link>
		<comments>http://www.reich-consulting.net/2011/12/15/bulk-html-validation/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 13:46:27 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[bulk]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[validate]]></category>
		<category><![CDATA[validator]]></category>
		<category><![CDATA[w3c]]></category>
		<category><![CDATA[wdg]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=695</guid>
		<description><![CDATA[<p>I&#8217;ve recently been working on a WordPress project in which I made the mistake of starting with a commercial theme that, while beautiful and feature-rich, was a complete mess in terms of code quality. HTML validation is always a requirement on my projects, but a poorly-written WordPress theme combined with WordPress&#8217; own tendency to butcher code by inserting poorly nested &#60;p&#62;&#8217;s (more on that later) can make validation a real chore. The W3C&#8217;s Validator is [...]</p><p>The post <a href="http://www.reich-consulting.net/2011/12/15/bulk-html-validation/">Bulk HTML Validation</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2011/12/15/bulk-html-validation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Subnet Calculator in 9 Lines of PHP</title>
		<link>http://www.reich-consulting.net/2011/12/08/subnet-calculator-in-9-lines-of-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=subnet-calculator-in-9-lines-of-php</link>
		<comments>http://www.reich-consulting.net/2011/12/08/subnet-calculator-in-9-lines-of-php/#comments</comments>
		<pubDate>Thu, 08 Dec 2011 16:39:05 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[Networking]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[cidr]]></category>
		<category><![CDATA[dotted decimal]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[subnet]]></category>
		<category><![CDATA[subnet calculator]]></category>
		<category><![CDATA[subnetting]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=688</guid>
		<description><![CDATA[<p>I&#8217;ve been spending a lot of time studying for my Microsoft 70-642 exam, an important part of which is subnetting.As an intellectual exercise I wrote a subnet calculator. Enjoy: 1 2 3 4 5 6 7 8 9 function subnet&#40;$hosts&#41; &#123; $bits = decbin&#40;$hosts&#41; + 2; // Add 2 for Network ID and Broadcast $hostBits = strlen&#40;$bits&#41;; // find how many bits it takes to represent it $cidr = 32 - $hostBits; // Find slash-notation [...]</p><p>The post <a href="http://www.reich-consulting.net/2011/12/08/subnet-calculator-in-9-lines-of-php/">Subnet Calculator in 9 Lines of PHP</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2011/12/08/subnet-calculator-in-9-lines-of-php/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>JavaScript Errors in Internet Explorer? It&#8217;s Probably a Comma&#8217;s Fault</title>
		<link>http://www.reich-consulting.net/2011/02/14/javascript-errors-in-internet-explorer-its-probably-a-commas-fault/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=javascript-errors-in-internet-explorer-its-probably-a-commas-fault</link>
		<comments>http://www.reich-consulting.net/2011/02/14/javascript-errors-in-internet-explorer-its-probably-a-commas-fault/#comments</comments>
		<pubDate>Mon, 14 Feb 2011 20:36:07 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[comma]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[internet explorer]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=569</guid>
		<description><![CDATA[<p>If you're testing JavaScript code that seems to work in Firefox, Chrome, or Safari but not in Internet Explorer, a stray comma is probably to blame. This article explains why the problem occurs and offers some tips on how to avoid it.</p><p>The post <a href="http://www.reich-consulting.net/2011/02/14/javascript-errors-in-internet-explorer-its-probably-a-commas-fault/">JavaScript Errors in Internet Explorer? It&#8217;s Probably a Comma&#8217;s Fault</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2011/02/14/javascript-errors-in-internet-explorer-its-probably-a-commas-fault/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Add an Image to an Ext.TabPanel&#8217;s Header</title>
		<link>http://www.reich-consulting.net/2011/02/07/add-an-image-to-an-ext-tabpanels-header/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=add-an-image-to-an-ext-tabpanels-header</link>
		<comments>http://www.reich-consulting.net/2011/02/07/add-an-image-to-an-ext-tabpanels-header/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 17:50:29 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[background]]></category>
		<category><![CDATA[extjs]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[logo]]></category>
		<category><![CDATA[tabpanel]]></category>
		<category><![CDATA[title]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=549</guid>
		<description><![CDATA[<p>A short tutorial explaining a simple way to add logos and other background images to Panel headers in the ExtJS JavaScript library.</p><p>The post <a href="http://www.reich-consulting.net/2011/02/07/add-an-image-to-an-ext-tabpanels-header/">Add an Image to an Ext.TabPanel&#8217;s Header</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2011/02/07/add-an-image-to-an-ext-tabpanels-header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Use a Frame-Busting Redirect To Authorize Facebook Applications</title>
		<link>http://www.reich-consulting.net/2011/01/21/use-a-frame-busting-redirect-to-authorize-facebook-applications/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=use-a-frame-busting-redirect-to-authorize-facebook-applications</link>
		<comments>http://www.reich-consulting.net/2011/01/21/use-a-frame-busting-redirect-to-authorize-facebook-applications/#comments</comments>
		<pubDate>Fri, 21 Jan 2011 20:54:40 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[Developement]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[bug]]></category>
		<category><![CDATA[canvas]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[iframe]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[solution]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=492</guid>
		<description><![CDATA[<p>While developing a new Facebook application I stumbled upon a very common app development bug:  redirecting users to authorize your app from within an Iframe-based Facebook application.  This post explains how to easily solve the problem</p><p>The post <a href="http://www.reich-consulting.net/2011/01/21/use-a-frame-busting-redirect-to-authorize-facebook-applications/">Use a Frame-Busting Redirect To Authorize Facebook Applications</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2011/01/21/use-a-frame-busting-redirect-to-authorize-facebook-applications/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Making the PHP Curl Extension Work on Windows</title>
		<link>http://www.reich-consulting.net/2011/01/13/making-the-php-curl-extension-work-on-windows/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=making-the-php-curl-extension-work-on-windows</link>
		<comments>http://www.reich-consulting.net/2011/01/13/making-the-php-curl-extension-work-on-windows/#comments</comments>
		<pubDate>Thu, 13 Jan 2011 22:58:35 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[CURL]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[php_curl.dll]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=485</guid>
		<description><![CDATA[<p>Earlier tonight I was setting up some development tools on my new laptop and ran across a problem that I had never seen before.  When I began testing an application that uses the Facebook API (which depends on the CURL library), PHP insisted that the CURL extension was not loaded.  I checked and double-checked that my php.ini file was correct (it was) and that the rest of my extensions were loading (they were). Finally after [...]</p><p>The post <a href="http://www.reich-consulting.net/2011/01/13/making-the-php-curl-extension-work-on-windows/">Making the PHP Curl Extension Work on Windows</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2011/01/13/making-the-php-curl-extension-work-on-windows/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Removing Keys from an Array in PHP</title>
		<link>http://www.reich-consulting.net/2010/12/15/removing-keys-from-an-array-in-php/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=removing-keys-from-an-array-in-php</link>
		<comments>http://www.reich-consulting.net/2010/12/15/removing-keys-from-an-array-in-php/#comments</comments>
		<pubDate>Wed, 15 Dec 2010 19:03:52 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Site News]]></category>
		<category><![CDATA[array]]></category>
		<category><![CDATA[array_delete_keys]]></category>
		<category><![CDATA[array_remove_keys]]></category>
		<category><![CDATA[keys]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[removal]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=479</guid>
		<description><![CDATA[<p>Every wish PHP had a function like array_remove_keys() to delete one or more keys and their values from an array?  This post shows you how to construct one using just a couple of lines of code.</p><p>The post <a href="http://www.reich-consulting.net/2010/12/15/removing-keys-from-an-array-in-php/">Removing Keys from an Array in PHP</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2010/12/15/removing-keys-from-an-array-in-php/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What is HTML?</title>
		<link>http://www.reich-consulting.net/2010/12/12/what-is-html/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=what-is-html</link>
		<comments>http://www.reich-consulting.net/2010/12/12/what-is-html/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 17:16:34 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[HTML]]></category>
		<category><![CDATA[Site News]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=452</guid>
		<description><![CDATA[<p>Most people have heard the term HTML and have a general idea that it has something to do with the web.  But as someone who wants to create the web you need to have a better understanding.  This article will explain what HTML is and why it&#8217;s important, and it just might do it without boring you into a coma. What is HTML? Defining HTML is by far the most boring part of understanding it, [...]</p><p>The post <a href="http://www.reich-consulting.net/2010/12/12/what-is-html/">What is HTML?</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2010/12/12/what-is-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Reponse to &#8220;Web Programming is Hard!&#8221;</title>
		<link>http://www.reich-consulting.net/2010/12/12/a-reponse-to-web-programming-is-hard/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=a-reponse-to-web-programming-is-hard</link>
		<comments>http://www.reich-consulting.net/2010/12/12/a-reponse-to-web-programming-is-hard/#comments</comments>
		<pubDate>Sun, 12 Dec 2010 14:47:24 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[Developement]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[desktop programming]]></category>
		<category><![CDATA[GUI]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=449</guid>
		<description><![CDATA[<p>A response to another developers blog which discusses the fact that WEB DEVELOPMENT IS HARD, or at least very different from desktop development.</p><p>The post <a href="http://www.reich-consulting.net/2010/12/12/a-reponse-to-web-programming-is-hard/">A Reponse to &#8220;Web Programming is Hard!&#8221;</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2010/12/12/a-reponse-to-web-programming-is-hard/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Overcoming Scope Limitations in jQuery AJAX Callbacks</title>
		<link>http://www.reich-consulting.net/2010/09/23/overcoming-scope-limitations-in-jquery-ajax-callbacks/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=overcoming-scope-limitations-in-jquery-ajax-callbacks</link>
		<comments>http://www.reich-consulting.net/2010/09/23/overcoming-scope-limitations-in-jquery-ajax-callbacks/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 21:26:38 +0000</pubDate>
		<dc:creator>Brian Reich</dc:creator>
				<category><![CDATA[Developement]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[anonymous functions]]></category>
		<category><![CDATA[callbacks]]></category>
		<category><![CDATA[closures]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[scope]]></category>

		<guid isPermaLink="false">http://www.reich-consulting.net/?p=408</guid>
		<description><![CDATA[<p>This tutorial explains how to overcome the scoping limitations of jQuery's AJAX callbacks using closures.</p><p>The post <a href="http://www.reich-consulting.net/2010/09/23/overcoming-scope-limitations-in-jquery-ajax-callbacks/">Overcoming Scope Limitations in jQuery AJAX Callbacks</a> appeared first on <a href="http://www.reich-consulting.net">Reich Consulting - I do WordPress Tutorials and General Computer and Networking Support</a>.</p>]]></description>
		<wfw:commentRss>http://www.reich-consulting.net/2010/09/23/overcoming-scope-limitations-in-jquery-ajax-callbacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
