<?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>Trellon - Drupal Planet</title>
 <link>http://www.trellon.com/taxonomy/term/105/0</link>
 <description></description>
 <language>en</language>
<item>
 <title>Creating your own entities with Entity API</title>
 <link>http://www.trellon.com/content/blog/creating-own-entities-entity-api</link>
 <description>&lt;p&gt;There have been plenty of articles about Drupal 7 and entities already. Entities are great. They provide a unified way to work with different data units in Drupal. Drupal 7 is all about entities. They are everywhere: nodes, users, taxonomy terms, vocabularies...&lt;/p&gt;
&lt;p&gt;Let&#039;s take a closer look at how developers can create their own entities using the Entity API module, which is a great toolbox.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/creating-own-entities-entity-api&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/creating-own-entities-entity-api#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <category domain="http://www.trellon.com/category/blog-tags/entity-api">Entity API</category>
 <enclosure url="http://www.trellon.com/sites/default/files/example_task.tar.gz" length="6712" type="application/octet-stream" />
 <pubDate>Fri, 03 Feb 2012 12:25:10 +0000</pubDate>
 <dc:creator>ygerasimov</dc:creator>
 <guid isPermaLink="false">203 at http://www.trellon.com</guid>
</item>
<item>
 <title>Customizing Apachesolr facets built by FacetAPI with the power of CTools</title>
 <link>http://www.trellon.com/content/blog/apachesolr-and-facetapi</link>
 <description>&lt;p&gt;The Apachesolr module (7.x) allows us to build sites that use powerful search technology. Besides being blazingly fast, Apachesolr has another advantage: faceted search.&lt;/p&gt;
&lt;p&gt;Faceted search allows our search results to be filtered by defined criteria like category, date, author, location, or anything else that can come out of a field. We call these criteria &lt;em&gt;facets&lt;/em&gt;. With facets, you can narrow down your search more and more until you get to the desired results.&lt;/p&gt;
&lt;p&gt;Sometimes, however, the standard functionality is not enough. You might want or need to customize the way that facets work. This is controlled by &lt;a href=&quot;http://drupal.org/project/facetapi&quot;&gt;Facet API&lt;/a&gt;. Unfortunately there is not much documentation for Facet API, and the API can be difficult to understand.&lt;/p&gt;
&lt;p&gt;This post will change that!&lt;/p&gt;
&lt;p&gt;In this post, you will learn how to use FacetAPI to create powerful custom faceted searches in Drupal 7. I will take a look at the UI of the module as well as its internals, so that we can define our own widgets, filters, and dependencies using some cool ctools features.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/apachesolr-and-facetapi&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/apachesolr-and-facetapi#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/apachesolr">apachesolr</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal">Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <category domain="http://www.trellon.com/category/blog-tags/facetapi">facetapi</category>
 <category domain="http://www.trellon.com/category/blog-tags/search">search</category>
 <enclosure url="http://www.trellon.com/sites/default/files/example_facetapi.tar.gz" length="2039" type="application/octet-stream" />
 <pubDate>Mon, 14 Nov 2011 19:41:29 +0000</pubDate>
 <dc:creator>ygerasimov</dc:creator>
 <guid isPermaLink="false">198 at http://www.trellon.com</guid>
</item>
<item>
 <title>Looking ahead to Drupalcon Denver</title>
 <link>http://www.trellon.com/content/blog/looking-ahead-drupalcon-denver</link>
 <description>&lt;p&gt;With each week that DrupalCon Denver is coming nearer, the excitement in the community grows. At &lt;a href=&quot;http://www.trellon.com/&quot; rel=&quot;nofollow&quot;&gt;Trellon&lt;/a&gt;, we&#039;re not immune to that excitement, and we&#039;re proud to be a Platinum sponsor of Drupalcon Denver. We&#039;re looking forward to seeing members of the Drupal community there, both old friends and new. We&#039;re excited about the opportunity that Drupalcons give us not only to learn more about the direction of Drupal, but to help shape it. We&#039;re eager to learn what new and exciting things people around the world have been doing with Drupal.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/looking-ahead-drupalcon-denver&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/looking-ahead-drupalcon-denver#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/drupal">Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupalcon">Drupalcon</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupalcon-denver">Drupalcon Denver</category>
 <category domain="http://www.trellon.com/category/blog-tags/presentations">Presentations</category>
 <pubDate>Fri, 11 Nov 2011 18:00:35 +0000</pubDate>
 <dc:creator>sbroz</dc:creator>
 <guid isPermaLink="false">200 at http://www.trellon.com</guid>
</item>
<item>
 <title>Using CTools Access Rulesets in module development.</title>
 <link>http://www.trellon.com/content/blog/using-ctools-access-rulesets-module-development</link>
 <description>&lt;p&gt;CTools is a powerful toolbox for Drupal developers, but there are many features of this huge module that aren&#039;t well known or used. I would like to share some of my experience with using one of those lesser-known features: CTools Access Rulesets.&lt;/p&gt;
&lt;p&gt;In this article you&#039;ll learn how to utilize the nice CTools Access Rulesets GUI in combination with some custom code to limit file downloads based on certain criteria. This promotes generic code and separates the access logic out to a place where it is customizable by a site administrator.&lt;/p&gt;
&lt;p&gt;This gives you the ability to use flexible and powerful Panels selection rules outside of Panels.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/using-ctools-access-rulesets-module-development&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/using-ctools-access-rulesets-module-development#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/ctools">ctools</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal">Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-module">drupal module</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <enclosure url="http://www.trellon.com/sites/default/files/1. access_rulesets_list.png" length="39449" type="image/png" />
 <pubDate>Wed, 12 Oct 2011 15:18:29 +0000</pubDate>
 <dc:creator>ygerasimov</dc:creator>
 <guid isPermaLink="false">195 at http://www.trellon.com</guid>
</item>
<item>
 <title>Create a low bandwidth version of your site using the Context module.</title>
 <link>http://www.trellon.com/content/blog/low-bandwidth-version-site-using-context-module</link>
 <description>&lt;p&gt;In this article I would like to talk about creating low bandwidth versions of websites running on Drupal 6.x.&lt;/p&gt;
&lt;p&gt;The times of dial-up and other types of slow internet connections are (almost) over, but sometimes it&#039;s still important to give your users the option to experience a light version of your website. I will explain how to implement such functionality using the context module. This will also serve as a good example of how to write context conditions.&lt;/p&gt;
&lt;p&gt;The idea is pretty simple; If a user clicks on a &#039;Low bandwidth version&#039; link, we hide some “heavy” blocks on the site. As the &lt;a href=”http://drupal.org/project/context”&gt;context module&lt;/a&gt; can hide and show blocks, we only need to implement a condition and use it to switch between versions of the site.&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/low-bandwidth-version-site-using-context-module&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/low-bandwidth-version-site-using-context-module#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/context">context</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal">Drupal</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <enclosure url="http://www.trellon.com/sites/default/files/context_bandwidth.tar.gz" length="2179" type="application/octet-stream" />
 <pubDate>Thu, 22 Sep 2011 14:58:40 +0000</pubDate>
 <dc:creator>ygerasimov</dc:creator>
 <guid isPermaLink="false">191 at http://www.trellon.com</guid>
</item>
<item>
 <title>Activism module released!</title>
 <link>http://www.trellon.com/content/blog/activism-module-released</link>
 <description>&lt;p&gt;Back in January I wrote about using Drupal as a tool to create decentralized &lt;a href=&quot;http://trellon.com/content/blog/get-local-decentralizing-online-advocacy-drupal&quot;&gt;online advocacy campaigns&lt;/a&gt; and the upcoming release of the Activism module. We &lt;/p&gt;
&lt;p&gt;The Activism module is a framework which we hope will standardize the way in which online advocacy tools are built and deployed with Drupal based websites. The module comes packaged with three modules out of the box:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/activism-module-released&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/activism-module-released#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/activism-module">Activism module</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <category domain="http://www.trellon.com/category/blog-tags/online-advocacy">online advocacy</category>
 <pubDate>Tue, 12 May 2009 00:28:42 +0000</pubDate>
 <dc:creator>rzamor</dc:creator>
 <guid isPermaLink="false">110 at http://www.trellon.com</guid>
</item>
<item>
 <title>DC CiviCRM Meetup this Wednesday!</title>
 <link>http://www.trellon.com/content/blog/dc-civicrm-meetup-wednesday</link>
 <description>&lt;p&gt;The adoption of &lt;a href=&quot;http://www.civicrm.org&quot;&gt;CiviCRM&lt;/a&gt; in the past couple of years has boomed, and as of late we have taken on some rather large implementations of the CRM system for advocacy and international development organizations. The CiviCRM community has been lacking local user groups to support developers, administrators and persons interested in learning more about the platform. In response to this need, we have decided to start the first &lt;a href=&quot;http://www.meetup.com/dc-civicrm-meetup/&quot;&gt;Washington DC CiviCRM Meetup group&lt;/a&gt;. &lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.trellon.com/content/blog/dc-civicrm-meetup-wednesday&quot; target=&quot;_blank&quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.trellon.com/content/blog/dc-civicrm-meetup-wednesday#comments</comments>
 <category domain="http://www.trellon.com/category/blog-tags/civicrm">CiviCRM</category>
 <category domain="http://www.trellon.com/category/blog-tags/drupal-planet">Drupal Planet</category>
 <category domain="http://www.trellon.com/category/blog-tags/meetup">Meetup</category>
 <category domain="http://www.trellon.com/category/blog-tags/washington-dc">Washington DC</category>
 <pubDate>Mon, 20 Apr 2009 15:12:02 +0000</pubDate>
 <dc:creator>rzamor</dc:creator>
 <guid isPermaLink="false">104 at http://www.trellon.com</guid>
</item>
</channel>
</rss>


