<?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>Patrick Thurmond Web Development</title> <atom:link href="http://www.patrickthurmond.com/category/web-development/cms/feed/" rel="self" type="application/rss+xml" /><link>http://www.patrickthurmond.com</link> <description>Just another WordPress weblog</description> <lastBuildDate>Thu, 25 Aug 2011 22:20:40 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency><meta
name="generator" content="Obscure 1.0" /> <item><title>Diving into Drupal module development &#8211; My first public Drupal project</title><link>http://www.patrickthurmond.com/diving-into-drupal-module-development-my-first-public-drupal-project/</link> <comments>http://www.patrickthurmond.com/diving-into-drupal-module-development-my-first-public-drupal-project/#comments</comments> <pubDate>Tue, 31 May 2011 01:37:05 +0000</pubDate> <dc:creator>pthurmond</dc:creator> <category><![CDATA[CMSes]]></category> <category><![CDATA[Code Samples]]></category> <category><![CDATA[Frameworks]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[API]]></category> <category><![CDATA[Contribution]]></category> <category><![CDATA[Drupal]]></category> <category><![CDATA[Embedit]]></category> <category><![CDATA[PHP Library]]></category> <category><![CDATA[VML]]></category> <guid
isPermaLink="false">http://www.patrickthurmond.com/?p=85</guid> <description><![CDATA[For several years now I have been developing custom modules for various projects. However, up until recently, I had never submitted any of those modules to the Drupal community. I have been working for VML since the beginning of January and I have developed multiple modules for various projects. However recently I had the opportunity to create a project that I could opening contribute back to the community. My boss &#8230; <a
class="readmore" href="http://www.patrickthurmond.com/diving-into-drupal-module-development-my-first-public-drupal-project/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.patrickthurmond.com/wp-content/uploads/2011/05/embeditin_reasonably_small.jpg"><img
class="alignleft size-full wp-image-90" title="embeditin_reasonably_small" src="http://www.patrickthurmond.com/wp-content/uploads/2011/05/embeditin_reasonably_small.jpg" alt="" width="128" height="128" /></a>For several years now I have been developing custom modules for various projects. However, up until recently, I had never submitted any of those modules to the Drupal community. I have been working for <a
href="http://www.vml.com/">VML</a> since the beginning of January and I have developed multiple modules for various projects. However recently I had the opportunity to create a project that I could opening contribute back to the community. My boss even recommended that I do so.</p><p>The module that I have contributed back to the community is one that allows users to create a node for and manage documents through the <a
href="http://embedit.in">Embedit.in</a> service using their <a
href="http://embedit.in/api">API interface</a>. I have created the first publicly available PHP library for interfacing with their <a
href="http://embedit.in/api">API service</a>. It is completely independent from the module in its design so that it may be used separately.</p><p>If you would like to learn more about it, please visit my page dedicated to it at: <a
href="http://www.patrickthurmond.com/my-code-projects/embedit-in-integrator-a-drupal-6-module/">http://www.patrickthurmond.com/my-code-projects/embedit-in-integrator-a-drupal-6-module/</a></p><p>You may also visit it in the Drupal community at: <a
href="http://drupal.org/sandbox/pthurmond/1155976">http://drupal.org/sandbox/pthurmond/1155976</a></p><p>&nbsp;</p> ]]></content:encoded> <wfw:commentRss>http://www.patrickthurmond.com/diving-into-drupal-module-development-my-first-public-drupal-project/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <item><title>My First Open Cart contribution</title><link>http://www.patrickthurmond.com/my-first-open-cart-contribution/</link> <comments>http://www.patrickthurmond.com/my-first-open-cart-contribution/#comments</comments> <pubDate>Sun, 05 Dec 2010 23:21:57 +0000</pubDate> <dc:creator>pthurmond</dc:creator> <category><![CDATA[CMSes]]></category> <category><![CDATA[Code Samples]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[Contribution]]></category> <category><![CDATA[Google Base]]></category> <category><![CDATA[Open Cart]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[Product Feed]]></category> <category><![CDATA[Products]]></category> <category><![CDATA[XML]]></category> <guid
isPermaLink="false">http://www.patrickthurmond.com/?p=67</guid> <description><![CDATA[Today I submitted a contribution to the open source e-commerce project called Open Cart. My contribution is an XML product feed generator script that is compatible with Google Base. It requires not modification of the Open Cart core and is a simple upload installation. This script automatically generates a Google Base compatible product feed and it can be modified very easily by any programmer. If you would like to see &#8230; <a
class="readmore" href="http://www.patrickthurmond.com/my-first-open-cart-contribution/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p><a
href="http://www.patrickthurmond.com/wp-content/uploads/2010/12/logo.png"><img
class="alignleft size-full wp-image-92" title="logo" src="http://www.patrickthurmond.com/wp-content/uploads/2010/12/logo-e1306806378503.png" alt="" width="180" height="33" /></a>Today I submitted a contribution to the open source e-commerce project called<a
href="http://www.opencart.com"> Open Cart</a>. My contribution is an XML product feed generator script that is compatible with Google Base. It requires not modification of the Open Cart core and is a simple upload installation. This script automatically generates a Google Base compatible product feed and it can be modified very easily by any programmer.</p><p>If you would like to see my contribution just visit the Open Cart extensions site here:<br
/> <a
href="http://www.opencart.com/index.php?route=extension/extension/info&amp;extension_id=965&amp;filter_search=Simple%20Product%20Feed&amp;sort=e.date_modified&amp;order=DESC">http://www.opencart.com/index.php?route=extension/extension/info&amp;extension_id=965&amp;filter_search=Simple%20Product%20Feed&amp;sort=e.date_modified&amp;order=DESC</a></p> ]]></content:encoded> <wfw:commentRss>http://www.patrickthurmond.com/my-first-open-cart-contribution/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> </channel> </rss>
