<?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>joedag32 &#187; Development</title>
	<atom:link href="http://joedag32.com/category/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://joedag32.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 02 Feb 2012 16:00:48 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Christ Episcopal Church of Somers Point</title>
		<link>http://joedag32.com/2011/12/30/christ-episcopal-church-of-somers-point/</link>
		<comments>http://joedag32.com/2011/12/30/christ-episcopal-church-of-somers-point/#comments</comments>
		<pubDate>Fri, 30 Dec 2011 20:17:10 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Projects]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=1035</guid>
		<description><![CDATA[A few months ago one of my co-workers, the Admiral told me that her mom&#8217;s church was having issues updating their website: http://christchurchsomerspoint.org. Apparently the guy who developed and was assisting them with their site had gotten busy and was no longer able to support them in a timely manner. She asked if I&#8217;d be interested [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://joedag32.com/wp-content/uploads/2011/12/christchurch.png"><img class="alignright size-medium wp-image-1037" title="Christ Episcopal Church of Somers Point" src="http://joedag32.com/wp-content/uploads/2011/12/christchurch-300x240.png" alt="Christ Episcopal Church of Somers Point" width="300" height="240" /></a>A few months ago one of my co-workers, the Admiral told me that her mom&#8217;s church was having issues updating their website: <a href="http://christchurchsomerspoint.org">http://christchurchsomerspoint.org</a>. Apparently the guy who developed and was assisting them with their site had gotten busy and was no longer able to support them in a timely manner. She asked if I&#8217;d be interested in working with them, and I said sure, why not.</p>
<p>My contact Mark came from a tech background. This really made explaining options a breeze and he had a very realistic expectation of what could be expected. He wanted to stick with the current site design and navigation with incorporating a modern CMS (content management system) so that they could manage the site&#8217;s content on their own.</p>
<p>After a short meeting and review, it became pretty apparent that <a href="http://drupal.org/">Drupal</a> would be a perfect fit for their CMS needs. I gave him a quick Drupal demo and he agreed as well. He was actually very much impressed and excited with what Drupal would offer them out of the box.</p>
<p>I also suggested that they try out <a href="http://dreamhost.com/web-hosting/">Dreamhost</a> for their hosting needs. Dreamhost offers free hosting for non-profits, and free is very hard to beat. I wasn&#8217;t sure if the free shared hosting plan would be good enough to support a Drupal site, but thus far it&#8217;s been great and looks to be a perfect fit for them.</p>
<p>The majority of their content needs were rather basic, but they did want the ability to upload and share mp3&#8242;s of their weekly sermons. Thankfully there were some great modules available that we were able to build upon.</p>
<p>Here&#8217;s a list of the modules used by their site:</p>
<ul>
<li>audiofield</li>
<li>calendar</li>
<li>ctools</li>
<li>date</li>
<li>entity</li>
<li>file_entity</li>
<li>libraries</li>
<li>media</li>
<li>pathauto</li>
<li>token</li>
<li>views</li>
<li>views_slideshow</li>
<li>webform</li>
<li>wysiwyg</li>
</ul>
<p>As you can see most are the standard site modules, but the audiofield was a new one to me and really solved the issue of uploading and playing mp3 files. It worked great.</p>
<p>I built the site on the Zen theme, which really made things easy to get started. Just chunked up their existing site into regions and blocks and styled things up from there.</p>
<p>After meeting with them to train them on using Drupal to manage their site, they were extremely pleased and enthusiastic to get started. It really felt great to know that I was able to deliver such and excellent solution for them at a very affordable price. I&#8217;m really glad I took on this project and can&#8217;t wait to see how well they do keeping content up to date.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2011/12/30/christ-episcopal-church-of-somers-point/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PayPal Buy Now add quantity with HTML</title>
		<link>http://joedag32.com/2011/10/14/paypal-buy-now-add-quantity-with-html/</link>
		<comments>http://joedag32.com/2011/10/14/paypal-buy-now-add-quantity-with-html/#comments</comments>
		<pubDate>Fri, 14 Oct 2011 14:30:17 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[paypal]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=955</guid>
		<description><![CDATA[I was working on a project where PayPal Buy Now buttons were being generated by a widget and not allowing the quantity option to be used when a user was making a purchase. PayPal&#8217;s button generator does easily allow for quantities to be enabled with simple click, but this wasn&#8217;t an option for me in [...]]]></description>
			<content:encoded><![CDATA[<p>I was working on a project where PayPal Buy Now buttons were being generated by a widget and not allowing the quantity option to be used when a user was making a purchase. PayPal&#8217;s button generator does easily allow for quantities to be enabled with simple click, but this wasn&#8217;t an option for me in this case.</p>
<p>It was fairly difficult finding the tag to add to enable quantity on checkout, so I figured I&#8217;d share in case someone else ran into the same issue. <a href="https://cms.paypal.com/us/cgi-bin/?cmd=_render-content&amp;content_ID=developer/e_howto_html_buynow_buttons#id08A2G90K0BF">Official documentation</a> was eventually found.</p>
<p>It&#8217;s a very basic input that must be included with the form:</p>

<div class="wp_syntax"><div class="code"><pre class="javascript" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>input type<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;hidden&quot;</span> <span style="color: #000066;">name</span><span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;undefined_quantity&quot;</span> value<span style="color: #339933;">=</span><span style="color: #3366CC;">&quot;1&quot;</span><span style="color: #339933;">&gt;</span></pre></div></div>

<p>&lt;input type=&#8221;hidden&#8221; name=&#8221;undefined_quantity&#8221; value=&#8221;1&#8243;&gt;</p>
<p>That&#8217;s all, just include that with the form and you&#8217;re all set.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2011/10/14/paypal-buy-now-add-quantity-with-html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Display WordPress Child Pages as a List of Links</title>
		<link>http://joedag32.com/2011/10/04/display-wordpress-child-pages-as-a-list-of-links/</link>
		<comments>http://joedag32.com/2011/10/04/display-wordpress-child-pages-as-a-list-of-links/#comments</comments>
		<pubDate>Tue, 04 Oct 2011 14:54:03 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[template]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=945</guid>
		<description><![CDATA[After figuring this one out, it&#8217;s really easy to do but I did have a hard time since I didn&#8217;t bother to check and see if a specific function already existed to do this behavior. I wanted to display all the child pages of a Page as an unordered list. I initially tried using the [...]]]></description>
			<content:encoded><![CDATA[<p>After figuring this one out, it&#8217;s really easy to do but I did have a hard time since I didn&#8217;t bother to check and see if a specific function already existed to do this behavior.</p>
<p>I wanted to display all the child pages of a Page as an unordered list. I initially tried using the <a href="http://codex.wordpress.org/Class_Reference/WP_Query#Parameters">WP_Query</a> function to make this work. I tried creating a loop and feeding it some parameters, but kept getting no results.</p>
<p>Upon some further searching I did come across the <a href="http://codex.wordpress.org/Function_Reference/wp_list_pages">wp_list_pages()</a> function. I&#8217;m not sure why I didn&#8217;t begin with this, but for some reason I was set on using WP_Query.</p>
<p>There&#8217;s a ton of parameters and some great examples found on the <a href="http://codex.wordpress.org/Function_Reference/wp_list_pages">wp_list_pages() page</a>.</p>
<p>Here&#8217;s the little bit of code I added to a template to output the child pages as a list. Notice that the parent page&#8217;s id is the 32 that you will see as a parameter below. Enter whatever your parent page&#8217;s id is in it&#8217;s place.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">wp_list_pages<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'sort_column=menu_order&amp;amp;title_li=&amp;amp;child_of=32'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>Doesn&#8217;t really get much easier that that.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2011/10/04/display-wordpress-child-pages-as-a-list-of-links/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Trashing a Draft on the Server with Adobe Contribute</title>
		<link>http://joedag32.com/2011/09/20/trashing-a-draft-on-the-server-with-adobe-contribute/</link>
		<comments>http://joedag32.com/2011/09/20/trashing-a-draft-on-the-server-with-adobe-contribute/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 20:00:24 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[contribute]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=936</guid>
		<description><![CDATA[I was dealing with a very bizarre draft issue with Adobe Contribute CS5, that we finally solved after much head scratching. A Draft was showing up for only 1 user that a Draft that she had sent to me to publish was still being reviewed by me. This wasn&#8217;t the case, however no matter how [...]]]></description>
			<content:encoded><![CDATA[<p>I was dealing with a very bizarre draft issue with Adobe Contribute CS5, that we finally solved after much head scratching.</p>
<p>A Draft was showing up for only 1 user that a Draft that she had sent to me to publish was still being reviewed by me. This wasn&#8217;t the case, however no matter how many times we tried to remove the .LCK file or edit the page again etc. it was still telling her that I was still reviewing it. So she could no longer edit that page, yet any other user could.</p>
<p>We deleted traces of the draft on the server then her local machine. However, her Contribute would recreate the draft status. So after much work, we finally went to her Draft Console and right mouse clicked on the Draft and viewed properties.</p>
<p>Up opened a wonderful little video stating the drafts filename (it&#8217;s a pretty crazy random string) as well as the URL path to where this phantom Draft existed on the server.</p>
<p>Once we had this path, we were able to delete the remnants of this Draft from the server and all is well again. Damn you Contribute, damn you to hell.</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2011/09/20/trashing-a-draft-on-the-server-with-adobe-contribute/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Theme Fields in Drupal 7</title>
		<link>http://joedag32.com/2011/09/19/theme-fields-in-drupal-7/</link>
		<comments>http://joedag32.com/2011/09/19/theme-fields-in-drupal-7/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 13:32:46 +0000</pubDate>
		<dc:creator>Joe</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[drupal]]></category>

		<guid isPermaLink="false">http://joedag32.com/?p=933</guid>
		<description><![CDATA[This is so easy now that I know how to do it, but I didn&#8217;t realize that fields could be themed similar to nodes. Just create a template file titled: field&#8211;[field_name].tpl.php and save it in your theme&#8217;s directory: /sites/all/themes/[your_theme]/ You can get the field name on the Content Type screen, Structure &#62; Content types &#62; [...]]]></description>
			<content:encoded><![CDATA[<p>This is so easy now that I know how to do it, but I didn&#8217;t realize that fields could be themed similar to nodes.</p>
<p>Just create a template file titled:</p>
<p>field&#8211;[field_name].tpl.php</p>
<p><img class="size-medium wp-image-934 alignright" title="Drupal 7 Content types" src="http://joedag32.com/wp-content/uploads/2011/09/drupal_field_themes-300x155.jpg" alt="Drupal 7 Content types" width="300" height="155" /></p>
<p>and save it in your theme&#8217;s directory:</p>
<p>/sites/all/themes/[your_theme]/</p>
<p>You can get the field name on the Content Type screen, Structure &gt; Content types &gt; [your_content_type]</p>
<p>Then you just enter your markup in the field&#8211;[field_name].tpl.php file that you&#8217;ve created.</p>
<p>You can use the field.tpl.php file located in /modules/field/theme/field.tpl.php as a starting point.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://joedag32.com/2011/09/19/theme-fields-in-drupal-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

