<?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/portfolio/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>My first Drupal module to reach full project status</title><link>http://www.patrickthurmond.com/my-first-drupal-module-to-reach-full-project-status/</link> <comments>http://www.patrickthurmond.com/my-first-drupal-module-to-reach-full-project-status/#comments</comments> <pubDate>Tue, 23 Aug 2011 05:05:57 +0000</pubDate> <dc:creator>pthurmond</dc:creator> <category><![CDATA[Code Samples]]></category> <category><![CDATA[Frameworks]]></category> <category><![CDATA[PHP]]></category> <category><![CDATA[Portfolio]]></category> <category><![CDATA[Web Development]]></category> <category><![CDATA[API]]></category> <category><![CDATA[Contribution]]></category> <category><![CDATA[Drupal]]></category> <category><![CDATA[Embedit]]></category> <category><![CDATA[Open Source]]></category> <category><![CDATA[PHP Library]]></category> <category><![CDATA[programming]]></category> <category><![CDATA[VML]]></category> <guid
isPermaLink="false">http://www.patrickthurmond.com/?p=102</guid> <description><![CDATA[Today my EmbedIt.in Integrator module for Drupal 6 reached full project status. It is the first project that I have submitted to the Drupal community. I have already tagged version 1.0 for Drupal 6. I hope to soon have a version for Drupal 7 available. This is an exciting milestone for me. My module helps you interface your Drupal site with the EmbedIt.in web service for your documents. It will &#8230; <a
class="readmore" href="http://www.patrickthurmond.com/my-first-drupal-module-to-reach-full-project-status/">Continue reading <span
class="meta-nav">&#8594;</span></a>]]></description> <content:encoded><![CDATA[<p>Today my EmbedIt.in Integrator module for Drupal 6 reached full project status. It is the first project that I have submitted to the Drupal community. I have already tagged version 1.0 for Drupal 6. I hope to soon have a version for Drupal 7 available. This is an exciting milestone for me.</p><p>My module helps you interface your Drupal site with the EmbedIt.in web service for your documents. It will automatically upload the files to your account and display them on your website.</p><p>You can find it here at: <a
href="http://drupal.org/project/embeditin">http://drupal.org/project/embeditin</a></p><p>If you are a Drupal user, please take the time to check out my module. Thanks!</p> ]]></content:encoded> <wfw:commentRss>http://www.patrickthurmond.com/my-first-drupal-module-to-reach-full-project-status/feed/</wfw:commentRss> <slash:comments>0</slash:comments> </item> <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> </channel> </rss>
