<?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 &#187; How To</title>
	<atom:link href="http://resources.mdbitz.com/tags/how-to/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>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>WordPress Tips &amp; Tricks: How to create a sub page navigation.</title>
		<link>http://resources.mdbitz.com/2010/03/wordpress-tips-tricks-how-to-create-a-sub-page-navigation/</link>
		<comments>http://resources.mdbitz.com/2010/03/wordpress-tips-tricks-how-to-create-a-sub-page-navigation/#comments</comments>
		<pubDate>Wed, 03 Mar 2010 18:51:41 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[get_page]]></category>
		<category><![CDATA[get_pages]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[is_page]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1020</guid>
		<description><![CDATA[Until the release of WordPress 3.0 due out later in the year, creating a sub navigation is still a somewhat obscure and tricky task. To hopefully shed some light on how to create a Sub Navigation for your own needs I am going to walk-through how you can output a pages child or sub pages. [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/03/wordpress-tips-tricks-how-to-create-a-sub-page-navigation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Code Snippets: Performing a Single line or Inline if else statement</title>
		<link>http://resources.mdbitz.com/2010/02/java-code-snippets-performing-a-single-line-or-inline-if-else-statement/</link>
		<comments>http://resources.mdbitz.com/2010/02/java-code-snippets-performing-a-single-line-or-inline-if-else-statement/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 16:54:53 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Code Snippets]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[if]]></category>
		<category><![CDATA[IF ELSE]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1047</guid>
		<description><![CDATA[For some reason I have the utmost trouble remembering how to do a single line or inline if else statement. This article is mainly for myself so hopefully I will remember the next time I want to do an inline if else statement. The usual format for performing an if else statement is: if&#40; $val1 [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/02/java-code-snippets-performing-a-single-line-or-inline-if-else-statement/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to rename a Table, Column, or Index in Sybase T-SQL</title>
		<link>http://resources.mdbitz.com/2010/02/how-to-rename-a-table-column-or-index-in-sybase-t-sql/</link>
		<comments>http://resources.mdbitz.com/2010/02/how-to-rename-a-table-column-or-index-in-sybase-t-sql/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 14:26:17 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[T-SQL]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[sp_rename]]></category>
		<category><![CDATA[SYBASE]]></category>
		<category><![CDATA[Transact-SQL]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=1042</guid>
		<description><![CDATA[When developing a new system or software you will often find yourself unsure on the proper naming schema to utilize, or you may find out you need to comply with a company&#8217;s standard nomenclature. When this happens you may want to take note of the sp_rename stored procedure available in Sybase. This procedure allows you [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/02/how-to-rename-a-table-column-or-index-in-sybase-t-sql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips &amp; Tricks: How to split a post into multiple pages</title>
		<link>http://resources.mdbitz.com/2010/02/wordpress-tips-tricks-how-to-split-a-post-into-multiple-pages/</link>
		<comments>http://resources.mdbitz.com/2010/02/wordpress-tips-tricks-how-to-split-a-post-into-multiple-pages/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 19:26:18 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Muliple Pages]]></category>
		<category><![CDATA[Page Links]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp_link_pages]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=980</guid>
		<description><![CDATA[When writing a post to your WordPress powered blog or website have you ever wished you could split it up into multiple pages? The good news is that you can WordPress comes by default with the ability to create paginated posts by use of the Page-Link tag. This tag notifies WordPress that the following content [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/02/wordpress-tips-tricks-how-to-split-a-post-into-multiple-pages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordPress Tips &amp; Tricks: How to utilize custom fields to enhance your blog posts and main page</title>
		<link>http://resources.mdbitz.com/2010/02/wordpress-tips-tricks-how-to-utilize-custom-fields-to-enhance-your-blog-posts-and-main-page/</link>
		<comments>http://resources.mdbitz.com/2010/02/wordpress-tips-tricks-how-to-utilize-custom-fields-to-enhance-your-blog-posts-and-main-page/#comments</comments>
		<pubDate>Tue, 16 Feb 2010 17:39:12 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[Custom Field Template]]></category>
		<category><![CDATA[custom fields]]></category>
		<category><![CDATA[get_post_custom]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Wordpress]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=956</guid>
		<description><![CDATA[Very often when developing a WordPress powered blog or website you may find that you need to add custom features. One of the most common feature requests that I have come across is to add an image to the excerpts that get displayed on the main posts/articles page. Some people will try to utilize the [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/02/wordpress-tips-tricks-how-to-utilize-custom-fields-to-enhance-your-blog-posts-and-main-page/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Analytics: How to manage and use Profiles and Filters</title>
		<link>http://resources.mdbitz.com/2010/01/google-analytics-how-to-manage-and-use-profiles-and-filters/</link>
		<comments>http://resources.mdbitz.com/2010/01/google-analytics-how-to-manage-and-use-profiles-and-filters/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 16:53:39 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Analytics]]></category>
		<category><![CDATA[filters]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[profiles]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=876</guid>
		<description><![CDATA[Google Analytics has powerful filtering functionality for users to easily segment their statistics to track views of sub-directories, sub-domains, traffic sources, as well as a multitude of other filtering options. These may seem confusing the first time you use them but once you understand how filters work you will find them a handy tool. Filters [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/01/google-analytics-how-to-manage-and-use-profiles-and-filters/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to use the wp_get_archives function in your WordPress Themes.</title>
		<link>http://resources.mdbitz.com/2010/01/how-to-use-the-wp_get_archives-function-in-your-wordpress-themes/</link>
		<comments>http://resources.mdbitz.com/2010/01/how-to-use-the-wp_get_archives-function-in-your-wordpress-themes/#comments</comments>
		<pubDate>Fri, 29 Jan 2010 15:43:21 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress (WP)]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[monthly]]></category>
		<category><![CDATA[posts]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[wp_get_archives]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=870</guid>
		<description><![CDATA[It is very common to have an archive in your WordPress blog displaying a list of the months that you have created a post on your blog. This navigation is the result in most cases of the wp_get_archives function of WordPress. However you may not know that you can utilize this same function to display [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/01/how-to-use-the-wp_get_archives-function-in-your-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to have a Flint emitter follow your mouse in Flash</title>
		<link>http://resources.mdbitz.com/2010/01/how-to-have-a-flint-emitter-follow-your-mouse-in-flash/</link>
		<comments>http://resources.mdbitz.com/2010/01/how-to-have-a-flint-emitter-follow-your-mouse-in-flash/#comments</comments>
		<pubDate>Wed, 27 Jan 2010 17:00:22 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Flash]]></category>
		<category><![CDATA[AS3]]></category>
		<category><![CDATA[Example]]></category>
		<category><![CDATA[Flash AS3]]></category>
		<category><![CDATA[Flint]]></category>
		<category><![CDATA[Flint Particle System]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[Particle Generator]]></category>
		<category><![CDATA[Particle System]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=841</guid>
		<description><![CDATA[The Flint Particle System is an open source flash project with the goal of creating a base framework that is easily extensible by developers to create their own particle behaviors and effects. One of the many features it has is the ability to have your particle emitters move with your mouse. Below you can see [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2010/01/how-to-have-a-flint-emitter-follow-your-mouse-in-flash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tutorial: How to send email from a Java Application</title>
		<link>http://resources.mdbitz.com/2009/10/tutorial-how-to-send-email-from-a-java-application/</link>
		<comments>http://resources.mdbitz.com/2009/10/tutorial-how-to-send-email-from-a-java-application/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 01:58:53 +0000</pubDate>
		<dc:creator>MDBitz - Matthew Denton</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[eMail]]></category>
		<category><![CDATA[How To]]></category>
		<category><![CDATA[javax.activation]]></category>
		<category><![CDATA[javax.mail]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://resources.mdbitz.com/?p=437</guid>
		<description><![CDATA[Sending email from your java application is very straightforward when you utilize the JavaMail API.  This library contains all the functionality necessary to connect to a SMTP Mail Server and send your email to its desired recipients.  The next time you have an application performing some vital functionality instead of just logging an exception send [...]]]></description>
		<wfw:commentRss>http://resources.mdbitz.com/2009/10/tutorial-how-to-send-email-from-a-java-application/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

