<?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>Michael Barton &#187; Programming Languages</title>
	<atom:link href="http://www.michaelbarton.name/category/programming-languages/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.michaelbarton.name</link>
	<description>Digital Entreprenuer</description>
	<lastBuildDate>Mon, 17 Oct 2011 18:34:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>jQuery Default / JavaScript Default Options</title>
		<link>http://www.michaelbarton.name/2011/02/08/jquery-default-javascript-default-options/</link>
		<comments>http://www.michaelbarton.name/2011/02/08/jquery-default-javascript-default-options/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 13:45:17 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=959</guid>
		<description><![CDATA[This blog is more for myself than any of you readers out there. Every so often I need to have an object of some kind or a function that has its own defaults. Here&#8217;s how to do it using jQuery: 1234567891011121314// function function myFunc&#40;options&#41; &#123; &#160; &#160; var defaults = &#123;option1: 'val', option2: 'val2'&#125;; &#160; [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2011/02/08/jquery-default-javascript-default-options/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C# 4.0 &amp; Optional Parameters</title>
		<link>http://www.michaelbarton.name/2010/05/30/c-sharp-and-optional-parameters/</link>
		<comments>http://www.michaelbarton.name/2010/05/30/c-sharp-and-optional-parameters/#comments</comments>
		<pubDate>Sun, 30 May 2010 21:29:22 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[C#]]></category>
		<category><![CDATA[.net]]></category>
		<category><![CDATA[optional parameters]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=838</guid>
		<description><![CDATA[When writing a method in .NET (C# or VB), you typically have to overload that method if you want to provide default or optional parameters. Now, thanks to C# 4.0 and VB 10, you can use optional parameters. For example, prior to C# 4.0, you had to do the following: 12345678910111213// Assume we're using a [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2010/05/30/c-sharp-and-optional-parameters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check if your popup was blocked using JavaScript</title>
		<link>http://www.michaelbarton.name/2010/01/17/how-to-check-if-your-popup-was-blocked-using-javascript/</link>
		<comments>http://www.michaelbarton.name/2010/01/17/how-to-check-if-your-popup-was-blocked-using-javascript/#comments</comments>
		<pubDate>Sun, 17 Jan 2010 18:42:56 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[blocked popups]]></category>
		<category><![CDATA[popups]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=585</guid>
		<description><![CDATA[When I researched how to get pop ups to not be blocked using flash, in that research, I found out how to check and see if a popup was blocked or not. It&#8217;s such a simple solution I don&#8217;t know why I haven&#8217;t consciously noticed it before. I&#8217;ve created many popups in the past, just [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2010/01/17/how-to-check-if-your-popup-was-blocked-using-javascript/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>How to embed animated GIFs into your Flash or AIR app</title>
		<link>http://www.michaelbarton.name/2010/01/03/how-to-embed-animated-gifs-into-your-flash-or-air-app/</link>
		<comments>http://www.michaelbarton.name/2010/01/03/how-to-embed-animated-gifs-into-your-flash-or-air-app/#comments</comments>
		<pubDate>Sun, 03 Jan 2010 22:21:35 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[ActionScript 3]]></category>
		<category><![CDATA[User Interface]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[actionscript]]></category>
		<category><![CDATA[AIR]]></category>
		<category><![CDATA[as3]]></category>
		<category><![CDATA[Flash]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=465</guid>
		<description><![CDATA[I&#8217;m working on a web page thumbnail generator and a new blog post (a good one this time) about web page thumbnail generation. A topic for another day; however, when making the preloader for it&#8230;I don&#8217;t like the flash preloaders that you see every where, and I thought giving progress back wouldn&#8217;t be worth it [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2010/01/03/how-to-embed-animated-gifs-into-your-flash-or-air-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Best jQuery Lightbox Scripts</title>
		<link>http://www.michaelbarton.name/2009/12/31/the-best-jquery-lightbox-scripts/</link>
		<comments>http://www.michaelbarton.name/2009/12/31/the-best-jquery-lightbox-scripts/#comments</comments>
		<pubDate>Thu, 31 Dec 2009 21:03:30 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=445</guid>
		<description><![CDATA[I found a site for you that lists some of the best jQuery Lightbox Scripts. If you don&#8217;t already know, lightbox scripts are pretty much just javascript files that create modal pop ups. A lightbox can be used to show images, videos, and/or web pages inline without having to open a new browser window. Keep [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2009/12/31/the-best-jquery-lightbox-scripts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Forcing SSL with phpMyAdmin</title>
		<link>http://www.michaelbarton.name/2009/12/13/forcing-ssl-with-phpmyadmin/</link>
		<comments>http://www.michaelbarton.name/2009/12/13/forcing-ssl-with-phpmyadmin/#comments</comments>
		<pubDate>Mon, 14 Dec 2009 03:27:29 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[phpMyAdmin]]></category>
		<category><![CDATA[SSL]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=270</guid>
		<description><![CDATA[I installed yet another install of phpMyAdmin, and every time I forget how to configure it to force SSL. All phpMyAdmin installs should do this (use SSL). You never want to login without SSL unless you&#8217;re on a secured network. 2 ways to force SSL with phpMyAdmin 1) Using Apache .htaccess (this can also be [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2009/12/13/forcing-ssl-with-phpmyadmin/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>15 PHP regular expressions for web developers</title>
		<link>http://www.michaelbarton.name/2009/08/18/15-php-regular-expressions-for-web-developers/</link>
		<comments>http://www.michaelbarton.name/2009/08/18/15-php-regular-expressions-for-web-developers/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 03:55:32 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=247</guid>
		<description><![CDATA[This is amazing. Somebody finally put this together: http://www.catswhocode.com/blog/15-php-regular-expressions-for-web-developers Bookmark it because you&#8217;re going to need it if you&#8217;re a web developer. It&#8217;s helped me. Well, it hasn&#8217;t yet but I&#8217;m sure it will. And that&#8217;s also why I&#8217;m blogging about it. I want to remember it and I want it somewhere I&#8217;ll be sure [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2009/08/18/15-php-regular-expressions-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using PHP to format phone numbers</title>
		<link>http://www.michaelbarton.name/2009/08/18/using-php-to-format-phone-numbers/</link>
		<comments>http://www.michaelbarton.name/2009/08/18/using-php-to-format-phone-numbers/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 03:43:02 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[Free Stuff]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=240</guid>
		<description><![CDATA[Been out of the game a little while, my apologies. I know there isn&#8217;t much I can do to make it up to you (my fans); however, I&#8217;ll give you this in hopes of trying to win you back. Format phone function using PHP: 12345678910111213141516171819202122232425262728293031323334function format_phone&#40;$country, $phone&#41; &#123; $function = 'format_phone_' . $country; if&#40;function_exists&#40;$function&#41;&#41; &#123; [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2009/08/18/using-php-to-format-phone-numbers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple copyright year function</title>
		<link>http://www.michaelbarton.name/2009/04/18/simple-copyright-year-function/</link>
		<comments>http://www.michaelbarton.name/2009/04/18/simple-copyright-year-function/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 18:29:26 +0000</pubDate>
		<dc:creator>Michael Barton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming Languages]]></category>
		<category><![CDATA[Tips]]></category>
		<category><![CDATA[knowledge]]></category>
		<category><![CDATA[simple solution]]></category>
		<category><![CDATA[tip]]></category>

		<guid isPermaLink="false">http://www.michaelbarton.name/?p=79</guid>
		<description><![CDATA[I still see on a lot of sites the copyright date being outdated. Shoot, it was even outdated on mine. How embarrassing. Easy fix though. Something I do at work all the time, but since I&#8217;m not getting paid for this site, it wasn&#8217;t done. Now, let&#8217;s forget the past and move onto the future. [...]]]></description>
		<wfw:commentRss>http://www.michaelbarton.name/2009/04/18/simple-copyright-year-function/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

