<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.empowerthyself.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Drupal Development</title>
 <link>http://www.empowerthyself.com/drupaldevelopment</link>
 <description>Drupal Development</description>
 <language>en</language>
<item>
 <title>Performance improvement: views caching</title>
 <link>http://www.empowerthyself.com/node/7414</link>
 <description>&lt;p&gt;
Views seems to have been completely discontinued for drupal 5, so It looks like this is one we have to do ourselves.
&lt;/p&gt;&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;&lt;p&gt;&lt;a href=&quot;http://www.empowerthyself.com/node/7414&quot; class=&quot; &quot;&gt;read more&lt;/a&gt;&lt;/p&gt;</description>
 <comments>http://www.empowerthyself.com/node/7414#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Fri, 03 Oct 2008 16:34:54 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">7414 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Make the gold stars block a link</title>
 <link>http://www.empowerthyself.com/node/3177</link>
 <description>It would be nice if the &amp;quot;you have ... gold stars&amp;quot; at the bottom of the left side bar was a link to a page that had a list of everybody&#039;s score, maybe an explanation of the gold star system. I know that we have such a page, but I can&#039;t think of the url at the moment.
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3177#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Thu, 04 Sep 2008 08:31:58 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3177 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Manage related views, with ajax support 0.1.1 Ui specs</title>
 <link>http://www.empowerthyself.com/node/3176</link>
 <description>&lt;p&gt;
We need a good design for the configuration of the ajax views fetching module. It won&#039;t be just fetching views. It is currently being used in the empowerment for some of its public helper functions. The configuration is too detailed and too error prone to be used in a production environment (its about 60 lines of json for 4 views and one menu on the test site, and one mis-placed comma renders the entire file unreadable).  We need something better. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
In addition to the problem of being huge, there is the issue of the specificity of the syntax and structure. There is no room for typos, and I am of the opinion that when there is no room for typos, then typing probably isn&#039;t the best method of data entry.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
I think that integration with the views configuration would be the way to go, and that a cck-like multipage editor for the menu structure would be best.
&lt;/p&gt;
&lt;p&gt;
The basic ideas:
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;For the view specific settings, there would be an extra tab that essentially makes a view group from the current view. The url would be something like  admin/build/vies/$viewname/edit/ajaxfetch&lt;/li&gt;
	&lt;li&gt;The configuration for each profile would be admin/build/views/$viewname/edit/ajaxfetch&lt;/li&gt;
	&lt;li&gt;The view group settings would allow the creation of profiles, the setting of the default profile, and possably editing the default settings.&lt;/li&gt;
	&lt;li&gt;It might be just as easy to tweak the way view settings are processed so that the default profile&#039;s settings are used in the place of the view&#039;s default settings (except for profile)&lt;/li&gt;
	&lt;li&gt;The profile editing pages would be admin/build/views/$viewname/edit/ajaxfetch/$profilename or something like that.&lt;/li&gt;
	&lt;li&gt;The profile editing pages would look a bit like the page for editing the actual view. There would be text boxes for typing in limits and arguments, along with some help text (particularly a list of tokens, and an explanation of arguments and context arguments).&lt;/li&gt;
	&lt;li&gt;Eventually, there will be the complete list of fields with check boxes so that specific fields can be excluded from certain profiles. This will greatly simplify site administration as the number of views we use grows.&lt;/li&gt;
	&lt;li&gt;Eventually, there will be configuration for filters that will look a lot like the viewsui&#039;s filter section. It will have check boxes to enable/dissable filters, and the op and value for the filter will be editable.&lt;/li&gt;
	&lt;li&gt;The greatest difficulty with filters right now is figuring out what to use for the op. The actual op values and their labels look nothing alike, so finding a programmatic way to get the list of available filter opps will make things much easier.&lt;/li&gt;
	&lt;li&gt;The configuration for filter values will/could be a text box where you type in a value, with substitution for arguments and tokens.&lt;/li&gt;
	&lt;li&gt;The menu configuration would have a big table that shows the entire available menu structure, with edit buttons for all and prossably collapsible field sets. I haven&#039;t yet put much thought into how this would work, so I am especially open to input.  &lt;/li&gt;
&lt;/ol&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3176#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Thu, 04 Sep 2008 08:29:34 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3176 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Manage related views, with ajax support 0.1 Design Goals</title>
 <link>http://www.empowerthyself.com/node/3175</link>
 <description>&lt;p&gt;
The basic goals for the upcoming features of this module are:
&lt;/p&gt;
&lt;p&gt;
1. User Interface for the configuration. Having it all in one huge text box full of json is silly and unmanagable.
&lt;/p&gt;
&lt;p&gt;
2. More than just views. Anything that can be rendered should be renderable through the menu system.
&lt;/p&gt;
&lt;p&gt;
3. Defaults for views. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Stay tuned for more missions describing the details.  
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3175#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Thu, 04 Sep 2008 08:14:21 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3175 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Prepopulate alternative</title>
 <link>http://www.empowerthyself.com/node/3168</link>
 <description>&lt;p&gt;
Prepopulate doesn&#039;t cut it. We need a new module, or some serious additions to our cck field editing module that allows easy custom node creation forms. The limitations that we are looking at are
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Prepopulate doesn&#039;t work well with multi-value fields (multiple items)&lt;/li&gt;
	&lt;li&gt;Prepopulate doesn&#039;t handle changes in grouping.&lt;/li&gt;
	&lt;li&gt;Our cck module doesn&#039;t work with the creation of new nodes. &lt;/li&gt;
	&lt;li&gt;Editable views would be nice, because you can only display the fields that you want to change, but it also doesn&#039;t support creating new nodes.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
We need to be able to create template-based nodes. There needs to be a table of templates so that, for example, when viewing a skill, you can create a personal skill, or a mission that requires that skill. When viewing a group, there should be buttons to create a variety of things, like skills, missions, and sub-groups. What the defaults will be will depend on the node that you are viewing.
&lt;/p&gt;
&lt;p&gt;
We want to be able to
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Pre-set some of the fields&lt;/li&gt;
	&lt;li&gt;Copy fields from the node being viewed&lt;/li&gt;
	&lt;li&gt;Copy fields from nodes related to the node being viewed.&lt;/li&gt;
	&lt;li&gt;Hide some of the fields. We still want to set their values.&lt;/li&gt;
	&lt;li&gt;Have nested groups within the forms. In case the defaults aren&#039;t quite right. For example, creating a node from a skill page will set that skill as a required skill, and so the required skills field shouldn&#039;t be shown by default. If we have an &#039;advanced&#039; tab, though, then you could add additional required skills.&lt;/li&gt;
&lt;/ol&gt;
 
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3168#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Thu, 04 Sep 2008 02:05:17 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3168 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Clean up missions theming</title>
 <link>http://www.empowerthyself.com/node/3167</link>
 <description>&lt;p&gt;
Action links all need appropriate icons.
&lt;/p&gt;
&lt;p&gt;
The actions bar at the top of missions can now be removed. 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3167#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Thu, 04 Sep 2008 01:48:20 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3167 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Make the new field show up for all missions</title>
 <link>http://www.empowerthyself.com/node/3166</link>
 <description>The status and actions field isn&#039;t being rendered until a node has been edited. Find out why and fix it. This probably just ammounts to clearing out a cache, but calling cache_clear_all didn&#039;t fix it. 
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3166#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Thu, 04 Sep 2008 01:20:14 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3166 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Ajaxable actions formatter 0.0.3 multiple actions and css</title>
 <link>http://www.empowerthyself.com/node/3165</link>
 <description>&lt;p&gt;
Support for multiple links should be added back in.
&lt;/p&gt;
&lt;p&gt;
Allow css classes to be added to each anchor. For this, use a second variable, named $anchor_classes that is an array of strings.
&lt;/p&gt;
&lt;p&gt;
The keys need to match up with the keys of $anchor (the return value of the anchor body generating field) 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Once that is done, deploy the module to the empowerment and create the needed field on the empowerment site. It should contain all of the fields that only apply to non-open missions, and only display relevant content (i.e. It should hide non-relevant fields.) 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3165#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Thu, 04 Sep 2008 00:37:39 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3165 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>CCk field editing module (0.0.2)</title>
 <link>http://www.empowerthyself.com/node/3158</link>
 <description>&lt;p&gt;
Next objective: Make a function that obtains a reference to a cck field value.
&lt;/p&gt;
&lt;p&gt;
If the field instance has a single column, and a single item, then the returned reference should be to the single value.
&lt;/p&gt;
&lt;p&gt;
Also, modify existing code to use the field instance definition using content_fields, rather than the first item. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
As an intermediate step, alter the debugging function to display relevant info from content_fields. 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3158#comments</comments>
 <group domain="http://www.empowerthyself.com/developing">Developing: Code the Future</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Mon, 01 Sep 2008 03:10:06 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3158 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Ajaxable actions formatter 0.0.2</title>
 <link>http://www.empowerthyself.com/node/3157</link>
 <description>&lt;p&gt;
Now that the basic functionality is in place, some helper functions and documentation is needed. Primarily the documentation on the field configuration page.
&lt;/p&gt;
&lt;p&gt;
Also, it needs to be tested. Any module that exposes the ability to modify data is a risk. 
&lt;/p&gt;
&lt;p&gt;
-Explain what should be in the fields
&lt;/p&gt;
&lt;p&gt;
-Give an example
&lt;/p&gt;
&lt;p&gt;
-Test it for functionalit.
&lt;/p&gt;
&lt;p&gt;
-Test it for security.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3157#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Sun, 31 Aug 2008 23:30:38 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3157 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Error from watchdog: Cannot modify headers... (dript)</title>
 <link>http://www.empowerthyself.com/node/3143</link>
 <description>&lt;p&gt;
The site is often unbearably slow. We periodically have to clear out the watchdog table, which contains development warnings and errors. In the last 30 days, it has logged more than 4 million entries. Since it was last cleared, there are now about 100 of them. That was less than 5 minutes ago. Its bad when adding things to the error log can make the script hang due to the shear size of the logs. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Kill the Errors!! 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3143#comments</comments>
 <group domain="http://www.empowerthyself.com/developing">Developing: Code the Future</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Fri, 29 Aug 2008 18:32:20 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3143 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Reduce error logs</title>
 <link>http://www.empowerthyself.com/node/3142</link>
 <description>&lt;p&gt;
The site is often unbearably slow. We periodically have to clear out the watchdog table, which contains development warnings and errors. In the last 30 days, it has logged more than 4 million entries. Since it was last cleared, there are now about 100 of them. That was less than 5 minutes ago. Its bad when adding things to the error log can make the script hang due to the shear size of the logs. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Kill the Errors!! 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3142#comments</comments>
 <group domain="http://www.empowerthyself.com/developing">Developing: Code the Future</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Fri, 29 Aug 2008 18:31:02 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3142 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Manage related views, with ajax support 0.0.3</title>
 <link>http://www.empowerthyself.com/node/3141</link>
 <description>&lt;p&gt;
Move most of the js out of the rendered block and into an external file.
&lt;/p&gt;
&lt;p&gt;
Use shared arrays to manage data instead of including the id in the variable and function names.
&lt;/p&gt;
&lt;p&gt;
Not only will page loads be smaller, but  the client side js should be a little faster when there are several embedded items.
&lt;/p&gt;
&lt;p&gt;
This js should be the framework and establish the client side data storage and transport methods that will be used for all the empowerment js projects. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Move the creation of ids into separate functions.
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;1 for obtaining unique html ids&lt;/li&gt;
	&lt;li&gt;1 for obtaining selectors for the unique ids (simply put the # in front of the id)&lt;/li&gt;
	&lt;li&gt;1 for generating the semi-random elements of the ids&lt;/li&gt;
	&lt;li&gt;1 and 2 should be available client side&lt;/li&gt;
&lt;/ol&gt;
&lt;br /&gt;
Allow for things other than views. Use a &#039;#action&#039; field with the menus that contains &#039;#view&#039; when a view is being rendered. This will work much like view profiles.&lt;br /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3141#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Fri, 29 Aug 2008 17:13:16 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3141 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Ajaxable actions formatter</title>
 <link>http://www.empowerthyself.com/node/3140</link>
 <description>&lt;p&gt;
We need a module that lets us create a field that can create ajaxable actions.
&lt;/p&gt;
&lt;p&gt;
Supported actions
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;High priority
	&lt;ul&gt;
		&lt;li&gt;cloning the current node, with modifications&lt;/li&gt;
		&lt;li&gt;changing certain properties of the current node&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Medium priority
	&lt;ul&gt;
		&lt;li&gt;Getting specific forms, with custom modifications
		&lt;ul&gt;
			&lt;li&gt;Hide fields&lt;/li&gt;
			&lt;li&gt;Set values to fields&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Creating new nodes that are not based on the current node
		&lt;ul&gt;
			&lt;li&gt;For now, we can use some pre-defined templates when in doubt&lt;/li&gt;
			&lt;li&gt;Cloning other node, based on the properties of the current node &lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;Low priority &lt;br /&gt;
	&lt;ul&gt;
		&lt;li&gt;Table and list view compatability
		&lt;ul&gt;
			&lt;li&gt;Needs to be able to determine whether the node is fully loaded (When in a table or list view, only the needed properties are loaded.&lt;/li&gt;
			&lt;li&gt;Needs to be able to load nodes on demand&lt;/li&gt;
			&lt;li&gt;Needs to avoid using forms whenever possible. Nested forms aren&#039;t standards compliant, and some of our modules can make table and list views forms.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Loading indicator while fetching new stuff&lt;/li&gt;
		&lt;li&gt;AHAH-like forms... possably using the ahah module.&lt;/li&gt;
		&lt;li&gt;Submissions should not be done with a submit control... It should be an xmlhttprequest that manually includes the required data. &lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;
Configuration
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;It should be exposed as a field type. &lt;/li&gt;
	&lt;li&gt;The config is done on a per field-instance bases. When the field is added to a type, the wigit and general field settings are available after the user selects the wigit to use. It should have separate form elements to enter the various needed settings.&lt;/li&gt;
	&lt;li&gt;One wigit should be created. It should never render anything because the actions should not be available when rendering the edit page. They should simply be missing.&lt;/li&gt;
	&lt;li&gt;There should be one formatter at first. Additional formatters could be used to create &#039;profiles&#039; so that a single action can be presented in several ways. &lt;/li&gt;
	&lt;li&gt;The information that the user will need to provide when adding the action to a type:
	&lt;ul&gt;
		&lt;li&gt;A code snipit to render the element.
		&lt;ul&gt;
			&lt;li&gt;It will be enclosed in an anchor tag that is enclosed in a div.&lt;/li&gt;
			&lt;li&gt;The ajax setup, etc are handled elsewhere. This should just be &lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Any custom classes that should be added to the enclosing anchor tag&lt;/li&gt;
		&lt;li&gt;Any css classes that need to be added to the enclosing div tag&lt;/li&gt;
		&lt;li&gt;A code snipit to execute when the element is clicked
		&lt;ul&gt;
			&lt;li&gt;This code needs to be able to specify how to respond... client side redirects should be possible.&lt;/li&gt;
			&lt;li&gt;For now, php should be used. &lt;br /&gt;
			&lt;ul&gt;
				&lt;li&gt;While php is less safe and typos may render the content type un viewable until they are fixed&lt;/li&gt;
				&lt;li&gt;it is easy to impliment, and should allow just about anything to be done.&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;An object that will be saved on the client side and passed back when viewing the result of the action.
		&lt;ul&gt;
			&lt;li&gt;Additional information will also be sent... the recieving php callback needs to be able to locate the field, node, etc.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
 &lt;br /&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3140#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Fri, 29 Aug 2008 17:01:42 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3140 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Manage related views, with ajax support 0.0.2</title>
 <link>http://www.empowerthyself.com/node/3139</link>
 <description>&lt;p&gt;
Now, make it themable.
&lt;/p&gt;
&lt;p&gt;
Use nice menus in the default theme.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Its time for some serious configuration. An example config file will be added as a comment.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Some explanation:
&lt;/p&gt;
&lt;p&gt;
Views are organized into groups. While the groups can be arranged arbitrarily, the intention is for them to be grouped based on the types of nodes they are displaying, and what types of arguments the views take. 
&lt;/p&gt;
&lt;p&gt;
Each group is broken into profiles. Each profile should have enough information to render the view. Profiles can use the same views, or different views. 4 default profiles are defined, but any profile name should be accepted, provided that it isn&#039;t a reserved key. The group can define settings, but the settings for the profile superseed the settings for the group. That way there is no need to repeat settings that are used in most of the profiles.
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Menus can also over-ride view settings, including the default profile. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
The order or precidence for settings is:
&lt;/p&gt;
&lt;p&gt;
1. Arguments passed in the url
&lt;/p&gt;
&lt;p&gt;
2. Values defined in the menu
&lt;/p&gt;
&lt;p&gt;
3. Values defined in the view profile
&lt;/p&gt;
&lt;p&gt;
4. Values defined in the view group
&lt;/p&gt;
&lt;p&gt;
5. The defaults for that view (taken from view_get_view)
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
Note that cascading the properties isn&#039;t as simple as it sounds because switching some properties will affect how others are interpreted. For example, setting the viewid in the menu will over-ride the viewid in the profile or view group. Which profile is going to be used depends can be changed by the url or by the menu. 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3139#comments</comments>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Thu, 28 Aug 2008 21:34:21 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3139 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Manage related views, with ajax support</title>
 <link>http://www.empowerthyself.com/node/3138</link>
 <description>&lt;p&gt;
Create a drupal module that 
&lt;/p&gt;
&lt;ol&gt;
	&lt;li&gt;Allows a logical grouping of related views&lt;/li&gt;
	&lt;li&gt;Can customize views&lt;/li&gt;
	&lt;li&gt;can load views dynamically or as full page loads&lt;/li&gt;
	&lt;li&gt;Can draw themable menus that ajax load the views.&lt;/li&gt;
	&lt;li&gt;Exposes the full range of flexability offered by the views api.&lt;/li&gt;
	&lt;li&gt;Use a cascading configuration.&lt;/li&gt;
&lt;/ol&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
More specific missions will be created for each step. 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3138#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Thu, 28 Aug 2008 21:30:44 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3138 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>CCk field editing module first mile stone (0.0.1)</title>
 <link>http://www.empowerthyself.com/node/3137</link>
 <description>&lt;p&gt;
This version has only a few requirements.
&lt;/p&gt;
&lt;ul&gt;
	&lt;li&gt;A function that edits  a single field. 
	&lt;ul&gt;
		&lt;li&gt;Arguments: &lt;br /&gt;
		&lt;ol&gt;
			&lt;li&gt;The node id, or a loaded node object.&lt;/li&gt;
			&lt;li&gt;The name of the field to edit (the field_prefix is optionsl)&lt;/li&gt;
			&lt;li&gt;The value(s) to store&lt;/li&gt;
			&lt;li&gt;A boolean value (true by default) stating whether the node should be saved&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
		&lt;li&gt;Return Value:
		&lt;ol&gt;
			&lt;li&gt;True if the value was successfully changed.&lt;/li&gt;
			&lt;li&gt;Errors are reported with drupal_set_message()&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
		&lt;li&gt;Caveats
		&lt;ol&gt;
			&lt;li&gt;If a loaded node is passed as the first argument, then it is modified in place.&lt;/li&gt;
			&lt;li&gt;You don&#039;t have to save values each time you call this function. You can obtain your own node reference,and the function and use it several times. Just remember to save it when you are done.&lt;/li&gt;
			&lt;li&gt;The format of the value argument can be a little trickey, depending on the type of the node. This function will attempt to make as much sense out of what you give it as it can.
			&lt;ul&gt;
				&lt;li&gt;The way that it is stored in the node object is a numerically indexed array of keyed arrays. The outer array contains one inner array for each item. If it isn&#039;t a multi-value field (as in you can select several nodes) then there is allways one inner array. The contents of the inner array is a set of key value pairs, keyed by the internal column names that the field uses. Most fileds have a single column, and many of them simply call it &#039;value&#039;.&lt;/li&gt;
				&lt;li&gt;This function makes things a bit easier. It will allways accept the normal type of array, and you can leave out unnecessary information. What is unnecessary?
				&lt;ol&gt;
					&lt;li&gt;The column name when there is only one column. This function figures it out for you.&lt;/li&gt;
					&lt;li&gt;The outer array when you are setting a single item. &lt;/li&gt;
					&lt;li&gt;In multiple-column fields, you can include extra fields(to annotate the data). They are silently ignored. &lt;/li&gt;
					&lt;li&gt;The field_ at the beginning of the field name is options. &lt;/li&gt;
					&lt;li&gt;In the very common case where there is only one column and only one row, then the value can be passed without being enclosed in any arrays. &lt;/li&gt;
				&lt;/ol&gt;
				&lt;/li&gt;
				&lt;li&gt;Some things can&#039;t be left out. &lt;br /&gt;
				&lt;ol&gt;
					&lt;li&gt;All the columns that the field uses must be included in each of the inner arrays. If there is more than one column, then they must be specified by name.&lt;/li&gt;
					&lt;li&gt;When passing an array of arrays for a field that only has one column,  the inner arrays have to be keyed correctly, or the first value is used. (the one that can be indexed with 0)&lt;/li&gt;
				&lt;/ol&gt;
				&lt;/li&gt;
			&lt;/ul&gt;
			&lt;/li&gt;
			&lt;li&gt;No validation is performed. Noramlly when a node is edited, submitted, and saved, the module that defines the node gets a chance to make sure everything is working correctly. It isn&#039;t given the changce. Most hooks involved with editing a node are still evoked. Specifically the hooks for loading and saving nodes. Only forms-api and some cck-api based hooks are not evoked.  &lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
	&lt;li&gt;A function that inserts an item into a field
	&lt;ul&gt;
		&lt;li&gt;Arguments are the same as above, but with one addition
		&lt;ol&gt;
			&lt;li&gt;There is a 5th argument, which is also optional, that specifies whether to prevent duplicating an existing item.&lt;/li&gt;
			&lt;li&gt;This function only accepts single item (rows), so the outer array is not required or allowed. The value must be either a simple value, or an array keyed by column name.&lt;/li&gt;
		&lt;/ol&gt;
		&lt;/li&gt;
		&lt;li&gt;Return
		&lt;ul&gt;
			&lt;li&gt;The same as above, true on success, false if nothing happened or there was an error. drupal_set_message is used to return any error message.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
		&lt;li&gt;Caveats
		&lt;ul&gt;
			&lt;li&gt;Only sets a single item. Make multiple calls to set multiple items.&lt;/li&gt;
			&lt;li&gt;This function is very similar to the one above.&lt;/li&gt;
		&lt;/ul&gt;
		&lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;An ajax interface for both functions
	&lt;ul&gt;
		&lt;li&gt;Can accept arguments on the url or in a header variable.&lt;/li&gt;
		&lt;li&gt;Can accept arguments from both url and header at the same time. The ones passed in the url have higher precidence.&lt;/li&gt;
		&lt;li&gt;URL arguments aren&#039;t unescaped before processing. They are separated with slashes, and must be in the correct order. &lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;ul&gt;
	&lt;li&gt;A function that displays node contents
	&lt;ul&gt;
		&lt;li&gt;One argument, the node id, which must be specified in the url if evoked from the client side&lt;/li&gt;
		&lt;li&gt;The result is the contents of the php variable representing the fully loaded node, in a human readable format.&lt;/li&gt;
		&lt;li&gt;After the dump of the node contents, the cck fields are displayed again for emphasis and easy finding.&lt;/li&gt;
		&lt;li&gt;This will often be the easiest way to get column names. &lt;/li&gt;
	&lt;/ul&gt;
	&lt;/li&gt;
&lt;/ul&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3137#comments</comments>
 <group domain="http://www.empowerthyself.com/developing">Developing: Code the Future</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Thu, 28 Aug 2008 21:16:10 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3137 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Create a module that makes modifying cck fields easier and safer.</title>
 <link>http://www.empowerthyself.com/node/3136</link>
 <description>&lt;p&gt;
We are going to be doing a lot of monkeying with cck fields, and not allways using the forms that the cck creates for you. We have already seen that minor rearrangements of the structure of the node type (such as putting a field in a group) breakes any prepopulate code that altered the values in the form. We need to be able to alter values, save them, in a safe, easy, and consistant manner. 
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
This mission will have several steps, which will be associated with version numbers. Each version will add features. 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupalgroup&quot; class=&quot;og_links &quot;&gt;Empowerment Drupal Dev&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3136#comments</comments>
 <group domain="http://www.empowerthyself.com/developing">Developing: Code the Future</group>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <group domain="http://www.empowerthyself.com/drupalmoduledevelopment">Drupal Module Development</group>
 <group domain="http://www.empowerthyself.com/drupalgroup">Empowerment Drupal Dev</group>
 <pubDate>Thu, 28 Aug 2008 20:32:54 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3136 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Drupal Development</title>
 <link>http://www.empowerthyself.com/node/3006</link>
 <description>Drupal often makes me want to pull my hair out.
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/3006#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Sat, 09 Aug 2008 06:47:21 -0400</pubDate>
 <dc:creator>Agent0x45</dc:creator>
 <guid isPermaLink="false">3006 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Drupal Development</title>
 <link>http://www.empowerthyself.com/node/1807</link>
 <description>I&#039;ve been developing Drupal sites for a couple years now since I began working on empowerthyself.com and now I use it for virtually every web site I work on. I love the power of well-integrated Drupal modules and I am excited to finally begin developing new modules.
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/1807#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Sun, 23 Mar 2008 09:47:29 -0400</pubDate>
 <dc:creator>lxpk</dc:creator>
 <guid isPermaLink="false">1807 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Optimize for Search Engines</title>
 <link>http://www.empowerthyself.com/node/1745</link>
 <description>&lt;p&gt;
One of the most important things for a website is garnering more attention.  Search Engine Optimization is a HUGE part of that.  
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://www.crawlscore.com/blog/optimising-drupal-site-seo-part-1&quot; title=&quot;http://www.crawlscore.com/blog/optimising-drupal-site-seo-part-1&quot;&gt;http://www.crawlscore.com/blog/optimising-drupal-site-seo-part-1&lt;/a&gt;
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/1745#comments</comments>
 <category domain="http://www.empowerthyself.com/taxonomy/term/176">drupal</category>
 <category domain="http://www.empowerthyself.com/taxonomy/term/1012">seo</category>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Sun, 09 Mar 2008 17:33:36 -0400</pubDate>
 <dc:creator>RiZeN</dc:creator>
 <guid isPermaLink="false">1745 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Drupal Development</title>
 <link>http://www.empowerthyself.com/node/1723</link>
 <description>I am currently learning how to be a drupal developer so I can one day teach others, and help the empowerment site toward further success. &lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/1723#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Fri, 07 Mar 2008 19:03:17 -0500</pubDate>
 <dc:creator>Taylor</dc:creator>
 <guid isPermaLink="false">1723 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Create a view for unassigned missions</title>
 <link>http://www.empowerthyself.com/node/1702</link>
 <description>There should be a view that can show just the missions which are unassigned.  Ideally it would just be a filter that could be set easily.  But it does not currently work, I&#039;ll get it figured out soon.
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/1702#comments</comments>
 <category domain="http://www.empowerthyself.com/taxonomy/term/206">dev</category>
 <category domain="http://www.empowerthyself.com/taxonomy/term/176">drupal</category>
 <category domain="http://www.empowerthyself.com/taxonomy/term/1005">missions</category>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Wed, 05 Mar 2008 03:09:27 -0500</pubDate>
 <dc:creator>RiZeN</dc:creator>
 <guid isPermaLink="false">1702 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>Add Module for Contact Grabber</title>
 <link>http://www.empowerthyself.com/node/1664</link>
 <description>&lt;p&gt;
The usage of a module such as this could help expand the userbase on the site.  
&lt;/p&gt;
&lt;p&gt;
&amp;nbsp;
&lt;/p&gt;
&lt;p&gt;
&lt;a href=&quot;http://drupal.org/project/dcl_importer&quot; title=&quot;http://drupal.org/project/dcl_importer&quot;&gt;http://drupal.org/project/dcl_importer&lt;/a&gt; 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/1664#comments</comments>
 <category domain="http://www.empowerthyself.com/taxonomy/term/176">drupal</category>
 <category domain="http://www.empowerthyself.com/taxonomy/term/398">module</category>
 <category domain="http://www.empowerthyself.com/taxonomy/term/993">request</category>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Fri, 29 Feb 2008 20:25:33 -0500</pubDate>
 <dc:creator>RiZeN</dc:creator>
 <guid isPermaLink="false">1664 at http://www.empowerthyself.com</guid>
</item>
<item>
 <title>&quot;Add personal item to my profile&quot; buttons for ideas, skills and techs</title>
 <link>http://www.empowerthyself.com/node/1183</link>
 <description>&lt;p&gt;
&amp;quot;Add personal item to my profile&amp;quot; buttons for ideas, skills and techs
&lt;/p&gt;
&lt;p&gt;
I think I can do this using the node templates so that it appears at the top of the node itself. 
&lt;/p&gt;
&lt;div class=&quot;og_rss_groups&quot;&gt;&lt;ul class=&quot;links&quot;&gt;&lt;li class=&quot;first last og_links&quot;&gt;&lt;a href=&quot;/drupaldevelopment&quot; class=&quot;og_links drupal&quot;&gt;Drupal Development&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;&lt;/div&gt;</description>
 <comments>http://www.empowerthyself.com/node/1183#comments</comments>
 <group domain="http://www.empowerthyself.com/drupaldevelopment">Drupal Development</group>
 <pubDate>Mon, 03 Dec 2007 20:42:05 -0500</pubDate>
 <dc:creator>lxpk</dc:creator>
 <guid isPermaLink="false">1183 at http://www.empowerthyself.com</guid>
</item>
</channel>
</rss>
