<?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>MDBitz Development Resources</title>
	<atom:link href="http://resources.mdbitz.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://resources.mdbitz.com</link>
	<description></description>
	<lastBuildDate>Mon, 22 Nov 2010 14:25:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.4</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>How to Correctly include jQuery in your WordPress Plugin</title>
		<link>http://resources.mdbitz.com/2010/11/how-to-correctly-include-jquery-in-your-wordpress-plugin/</link>
		<comments>http://resources.mdbitz.com/2010/11/how-to-correctly-include-jquery-in-your-wordpress-plugin/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 14:25:48 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[add_action]]></category>
		<category><![CDATA[init]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[wp_enqueue_script]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1496</guid>
		<description><![CDATA[One of the most frustrating items I&#8217;ve come across recently is that alot of WordPress plugins include their own version of jQuery or similar JavaScript library. Please Stop!!!! What you may not realize is that WordPress comes bundled with the jQuery library and to boot they provide a simple method to not only include it [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/11/how-to-correctly-include-jquery-in-your-wordpress-plugin/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rendering IE 8 in IE 7 compatibility mode</title>
		<link>http://resources.mdbitz.com/2010/11/rendering-ie-8-in-ie-7-compatibility-mode/</link>
		<comments>http://resources.mdbitz.com/2010/11/rendering-ie-8-in-ie-7-compatibility-mode/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 15:58:19 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[IE7]]></category>
		<category><![CDATA[IE8]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[META]]></category>
		<category><![CDATA[X-UA-Compatible]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1488</guid>
		<description><![CDATA[Unfortunately Microsoft over the years has left us disappointed year after year with their web browser Internet Explorer. Yes, I know we all have had frustration with the little quirks that all browsers have but Internet Explorer has been the bane of the web developer. IE 8 like previous incarnations appears at first to be [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/11/rendering-ie-8-in-ie-7-compatibility-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Testing if JavaScript method Exists</title>
		<link>http://resources.mdbitz.com/2010/11/testing-if-javascript-method-exists/</link>
		<comments>http://resources.mdbitz.com/2010/11/testing-if-javascript-method-exists/#comments</comments>
		<pubDate>Fri, 05 Nov 2010 15:46:16 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Exists]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1483</guid>
		<description><![CDATA[When developing within a large web application it may be needed to check if a JavaScript function/object exists prior to being calling. The benefits to checking if the method exists are: No JavaScript errors are Generated. if needed you can dynamically load and initialize your method or object In most cases you won&#8217;t need to [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/11/testing-if-javascript-method-exists/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Performing Batch processing with iBATIS and Spring</title>
		<link>http://resources.mdbitz.com/2010/10/performing-batch-processing-with-ibatis-and-spring/</link>
		<comments>http://resources.mdbitz.com/2010/10/performing-batch-processing-with-ibatis-and-spring/#comments</comments>
		<pubDate>Tue, 19 Oct 2010 16:22:45 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Batch Processing]]></category>
		<category><![CDATA[Batching]]></category>
		<category><![CDATA[iBATIS]]></category>
		<category><![CDATA[Spring]]></category>
		<category><![CDATA[SQL Maps]]></category>
		<category><![CDATA[SqlMapClientCallback]]></category>
		<category><![CDATA[SQLMapExecutor]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1472</guid>
		<description><![CDATA[When utilizing the iBATIS framework you define your SQL Maps to perform the basic CRUD functionality and additional business logic for an individual item. Very often you will be only updating single objects at a time and this is great, but what happens on those occasions where you find yourself processing hundreds of objects at [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/10/performing-batch-processing-with-ibatis-and-spring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a Custom Feed in WordPress</title>
		<link>http://resources.mdbitz.com/2010/08/creating-a-custom-feed-in-wordpress/</link>
		<comments>http://resources.mdbitz.com/2010/08/creating-a-custom-feed-in-wordpress/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 19:05:05 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[How To]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[Feed]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP]]></category>
		<category><![CDATA[XML]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1465</guid>
		<description><![CDATA[Ever find yourself wanting to create a custom feed of your WordPress managed website? Lucky for you they have the handy add_feed hook that allows you to define as many feeds as you want, Just be careful not to duplicate any existing feeds. I personally find myself using this feature to output xml of data [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/08/creating-a-custom-feed-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>On-Demand Placeholder Images of any size</title>
		<link>http://resources.mdbitz.com/2010/08/on-demand-placeholder-images-of-any-size/</link>
		<comments>http://resources.mdbitz.com/2010/08/on-demand-placeholder-images-of-any-size/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 16:13:19 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Images]]></category>
		<category><![CDATA[placehold.it]]></category>
		<category><![CDATA[placeholder]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1458</guid>
		<description><![CDATA[Every find yourself with the need of placeholder images? Why create them yourselves when you can easily get an image of any size of the internet from placehold.it. All you need to do is append the width x height to the base url and you are returned a gif of your specified size. A very [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/08/on-demand-placeholder-images-of-any-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to obtain the full absolute path of the exectuing shell script without readlink</title>
		<link>http://resources.mdbitz.com/2010/08/how-to-obtain-the-full-absolute-path-of-the-exectuing-shell-script-without-readlink/</link>
		<comments>http://resources.mdbitz.com/2010/08/how-to-obtain-the-full-absolute-path-of-the-exectuing-shell-script-without-readlink/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 11:16:21 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[absolute path]]></category>
		<category><![CDATA[pwd]]></category>
		<category><![CDATA[readlink]]></category>
		<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1451</guid>
		<description><![CDATA[One issue that I always come across when creating a shell script is referencing files dynamically based on the location of the shell script. A hack I often used was to pass the script&#8217;s path to the script on execution because the readlink command was not available to me. However recently I have revisited this [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/08/how-to-obtain-the-full-absolute-path-of-the-exectuing-shell-script-without-readlink/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dynamically generating the Java Classpath within a shell script</title>
		<link>http://resources.mdbitz.com/2010/08/dynamically-generating-the-java-classpath-within-a-shell-script/</link>
		<comments>http://resources.mdbitz.com/2010/08/dynamically-generating-the-java-classpath-within-a-shell-script/#comments</comments>
		<pubDate>Wed, 25 Aug 2010 14:04:50 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Unix]]></category>
		<category><![CDATA[-cp]]></category>
		<category><![CDATA[bash]]></category>
		<category><![CDATA[Classpath]]></category>
		<category><![CDATA[Shell Script]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1447</guid>
		<description><![CDATA[One of the main maintenance issues with running a Java application from a shell script is keeping your classpath up-to-date with the new and updated jars. To make things more difficult you can&#8217;t specify a folder as the classpath as it doesn&#8217;t include the jars in it only .class files. However through the use of [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/08/dynamically-generating-the-java-classpath-within-a-shell-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating a WordPress Custom Page Walker</title>
		<link>http://resources.mdbitz.com/2010/08/creating-a-wordpress-custom-page-walker/</link>
		<comments>http://resources.mdbitz.com/2010/08/creating-a-wordpress-custom-page-walker/#comments</comments>
		<pubDate>Tue, 24 Aug 2010 17:40:08 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[custom]]></category>
		<category><![CDATA[end_el]]></category>
		<category><![CDATA[end_lvl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sitemap]]></category>
		<category><![CDATA[start_el]]></category>
		<category><![CDATA[Walker]]></category>
		<category><![CDATA[Walker_Page]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[WP]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1440</guid>
		<description><![CDATA[Many if not all plugin and theme developers of the popular WordPress software are familiar with the wp_list_pages function. However very few individuals are aware of the Walker classes of WordPress and how they can be extended to customize your page lists with unique and custom functionality. The following article is going to attempt to [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/08/creating-a-wordpress-custom-page-walker/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>URL Forwards and their impact on the underlying websites Page Ranking</title>
		<link>http://resources.mdbitz.com/2010/06/url-forwards-and-their-impact-on-the-underlying-websites-page-ranking/</link>
		<comments>http://resources.mdbitz.com/2010/06/url-forwards-and-their-impact-on-the-underlying-websites-page-ranking/#comments</comments>
		<pubDate>Wed, 23 Jun 2010 13:05:40 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Forwards]]></category>
		<category><![CDATA[Page Ranking]]></category>
		<category><![CDATA[Search Engine Optimization]]></category>
		<category><![CDATA[URL Forwarding]]></category>
		<category><![CDATA[URL Redirects]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1428</guid>
		<description><![CDATA[Let me put this as clearly as possible. A domain that forwards to an existing site does not provide any Page Ranking benefits to the forwarded domain. In fact the domain name that forwards to the existing website will not even be available in Search Engine Result Pages (SERPs). This is because when you do [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/06/url-forwards-and-their-impact-on-the-underlying-websites-page-ranking/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

