<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.trellon.com"  xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>mhrabovcin&#039;s blog</title>
 <link>http://www.trellon.com/blog/8</link>
 <description></description>
 <language>en</language>
<item>
 <title>20 APIs in 20 Days: Feeds and Aggregation</title>
 <link>http://www.trellon.com/content/blog/data-aggregation-using-feeds</link>
 <description>&lt;p&gt;&lt;i&gt;This post is an entry in our &lt;a href=&quot;http://www.trellon.com/content/blog/20-apis-20-days&quot; target=&quot;_blank&quot;&gt;20 APIs in 20 Days series.&lt;/a&gt; Learn more about how best practices lead to sustainable development at &lt;a href=&quot;http://www.trellon.com&quot; target=&quot;_blank&quot;&gt;www.trellon.com&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/data-aggregation-using-feeds&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/data-aggregation-using-feeds#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/20-apis-20-days">20 APIs in 20 Days</category>
 <category domain="http://www.trellon.com/category/blog-tags/code">code</category>
 <category domain="http://www.trellon.com/category/blog-tags/development">development</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal">Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/open-source">open source</category>
 <pubDate>Fri, 15 Oct 2010 19:41:46 +0000</pubDate>
 <dc:creator>mhrabovcin</dc:creator>
 <guid isPermaLink="false">139 at http://www.trellon.com</guid>
</item>
<item>
 <title>20 APIs in 20 Days: View on Views API</title>
 <link>http://www.trellon.com/content/blog/view-views-api</link>
 <description>&lt;p&gt;&lt;i&gt;This post is an entry in our &lt;a href=&quot;http://www.trellon.com/content/blog/20-apis-20-days&quot; target=&quot;_blank&quot;&gt;20 APIs in 20 Days series.&lt;/a&gt; Learn more about how best practices lead to sustainable development at &lt;a href=&quot;http://www.trellon.com&quot; target=&quot;_blank&quot;&gt;www.trellon.com&lt;/a&gt;.&lt;/i&gt;&lt;/p&gt;
&lt;p&gt;Views is the most widely used of all the contributed modules for Drupal. It offers the ability to easily create pages and blocks of dynamic content, which can be authored through a web based interface. It also allows site admins to attach filters to views, providing useful ways to drill down on data without too much effort.&lt;/p&gt;
&lt;p&gt;The Views module also possesses a well defined API for working with views in code. Developers can call views within their modules, modify the way views are displayed, and even create new views programmatically. There is &lt;a href=&quot;http://views2.logrus.com/doc/html/index.html&quot; target=&quot;_blank&quot;&gt;extensive documentation&lt;/a&gt; and &lt;a href=&quot;http://drupal.org/node/235062&quot; target=&quot;_blank&quot;&gt;community discussion&lt;/a&gt; about the different ways you can work with views in your code. This edition of the 20 APIs in 20 Days series seeks to provide an overview of some of the less well-known features of the API, that our team often finds useful when developing sites for clients.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/view-views-api&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/view-views-api#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/20-apis-20-days">20 APIs in 20 Days</category>
 <category domain="http://www.trellon.com/category/blog-tags/code">code</category>
 <category domain="http://www.trellon.com/category/blog-tags/development">development</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal">Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/open-source">open source</category>
 <pubDate>Mon, 05 Apr 2010 14:16:17 +0000</pubDate>
 <dc:creator>mhrabovcin</dc:creator>
 <guid isPermaLink="false">137 at http://www.trellon.com</guid>
</item>
<item>
 <title>Adding New Fields to File Uploads</title>
 <link>http://www.trellon.com/content/blog/adding-new-fields-to-file-uploads</link>
 <description>&lt;p&gt;Handling file uploads have always been a bit of a challenge with Drupal. Uploads work, so long as you want them to work exactly the way they have been implemented through CCK or the upload module. Changing this default functionality, in versions going back to 4.6, has always been something of a pain, involving hacks to core or building one-off upload fields to handle things the way you want. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/adding-new-fields-to-file-uploads&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/adding-new-fields-to-file-uploads#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/cck">cck</category>
 <category domain="http://www.trellon.com/category/blog-tags/extending-drupal">extending Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/file-uploads">file uploads</category>
 <category domain="http://www.trellon.com/category/blog-tags/hacks">hacks</category>
 <pubDate>Wed, 01 Apr 2009 01:12:21 +0000</pubDate>
 <dc:creator>mhrabovcin</dc:creator>
 <guid isPermaLink="false">93 at http://www.trellon.com</guid>
</item>
</channel>
</rss>


