<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
  <title>[filter] Australian electronic music, arts, media, project listings</title>
  <subtitle>Australian electronic music, arts, news, events, media, project listings, links</subtitle>
  <link rel="alternate" type="text/html" href="http://www.aliak.com/drupal_links"/>
  <link rel="self" type="application/atom+xml" href="http://www.aliak.com/node/2647/atom/feed"/>
  <id>http://www.aliak.com/node/2647/atom/feed</id>
  <updated>2007-03-10T10:51:17+00:00</updated>
  <entry>
    <title>drupal features and development links &amp; info</title>
    <link rel="alternate" type="text/html" href="http://www.aliak.com/drupal_links" />
    <id>http://www.aliak.com/drupal_links</id>
    <published>2007-03-03T09:48:27+00:00</published>
    <updated>2007-03-10T10:51:17+00:00</updated>
    <author>
      <name>AliaK</name>
    </author>
    <category term="blog entry" />
    <category term="drupal" />
    <category term="programming" />
    <summary type="html"><![CDATA[<p>some links for drupal features and module development.<br />
<b>CVS</b><br />
<a href="http://cvs.drupal.org/viewcvs/drupal/" title="http://cvs.drupal.org/viewcvs/drupal/" rel="nofollow">http://cvs.drupal.org/viewcvs/drupal/</a> has an example/browsable view of the drupal code &amp; contributor code CVS system.<br />
<b>themes</b><br />
<a href="http://themegarden.org/drupal50/" title="http://themegarden.org/drupal50/" rel="nofollow">http://themegarden.org/drupal50/</a> has some drupal 5 themes, though it seems the themegarden has recently been closed.<br />
<a href="http://drupal.org/project/Themes" title="http://drupal.org/project/Themes" rel="nofollow">http://drupal.org/project/Themes</a> has some screen shots of themes.<br />
<b>artists sites &amp; groups</b><br />
<a href="http://groups.drupal.org/art-music" title="http://groups.drupal.org/art-music" rel="nofollow">http://groups.drupal.org/art-music</a>   - this replaces the <a href="http://www.drupalart.org/" title="http://www.drupalart.org/" rel="nofollow">http://www.drupalart.org/</a> site.<br />
<b>CCK - Content Construction Kit </b><br />
<a href="http://groups.drupal.org/content-construction-kit-cck" title="http://groups.drupal.org/content-construction-kit-cck" rel="nofollow">http://groups.drupal.org/content-construction-kit-cck</a> - group for Content Construction Kit (CCK).  this is the new system to replace flexinodes and allows you to create different fields.<br />
<a href="http://drupal.org/node/101723" title="http://drupal.org/node/101723" rel="nofollow">http://drupal.org/node/101723</a> = Content Construction Kit handbook<br />
<a href="http://drupal.org/project/Modules/category/88" title="http://drupal.org/project/Modules/category/88" rel="nofollow">http://drupal.org/project/Modules/category/88</a> - lists the different field types for CCK<br />
<b>Views</b><br />
<a href="http://drupal.org/project/views" title="http://drupal.org/project/views" rel="nofollow">http://drupal.org/project/views</a>  -  there's also a system called Views which are like database user views and allow different collections of information to be collected and then displayed once integrated into the theme. from this page:<br />
<em>"This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results. It has four modes, plus a special mode, and provides an impressive amount of functionality from these modes." </em><br />
<a href="http://drupal.org/handbook/modules/views" title="http://drupal.org/handbook/modules/views" rel="nofollow">http://drupal.org/handbook/modules/views</a><br />
<b>theming CCK fields</b><br />
theming individual CCK fields - <a href="http://drupal.org/node/62466" title="http://drupal.org/node/62466" rel="nofollow">http://drupal.org/node/62466</a><br />
theming CCK &amp; views to create a scheduling grid (good examples of how to customise which could be applied to other CCK node types) : <a href="http://groups.drupal.org/node/2647" title="http://groups.drupal.org/node/2647" rel="nofollow">http://groups.drupal.org/node/2647</a><br />
<a href="http://oif.eafarris.com/cck_theming_in_drupal_4_7" title="http://oif.eafarris.com/cck_theming_in_drupal_4_7" rel="nofollow">http://oif.eafarris.com/cck_theming_in_drupal_4_7</a> - this is the site of the creator of freelinks module. he's using CCK on his site and shows an example of how he made and themed a custom version of weblinks module in CCK<br />
<b>tutorials &amp; documentation</b><br />
<a href="http://groups.drupal.org" title="http://groups.drupal.org" rel="nofollow">http://groups.drupal.org</a> - for general info on different sections of drupal project<br />
drupal video tutorials and screencasts -<br />
<a href="http://drupal.org/node/124318" title="http://drupal.org/node/124318" rel="nofollow">http://drupal.org/node/124318</a><br />
support @ bryght.com - <a href="http://support.bryght.com/" title="http://support.bryght.com/" rel="nofollow">http://support.bryght.com/</a><br />
<a href="http://drupal.org/handbooks" title="http://drupal.org/handbooks" rel="nofollow">http://drupal.org/handbooks</a><br />
<b>writing your own drupal modules</b><br />
<a href="http://groups.drupal.org/drupal-dojo" title="http://groups.drupal.org/drupal-dojo" rel="nofollow">http://groups.drupal.org/drupal-dojo</a> = a group for writing your own drupal modules with some lessons/tutorials<br />
<a href="http://drupal.org/contribute/development" title="http://drupal.org/contribute/development" rel="nofollow">http://drupal.org/contribute/development</a> has some ways people can help with drupal development<br />
<a href="http://docs.drupaldojo.org/getting-started-with-drupal-development" title="http://docs.drupaldojo.org/getting-started-with-drupal-development" rel="nofollow">http://docs.drupaldojo.org/getting-started-with-drupal-development</a> - there's a coding lesson coming up on 11th march. &amp; they're working on a "Getting Started with Drupal Development" handbook<br />
<a href="http://drupaldojo.com/lessons/" title="http://drupaldojo.com/lessons/" rel="nofollow">http://drupaldojo.com/lessons/</a> - has some of the lessons<br />
<a href="http://drupal.org/node/508" title="http://drupal.org/node/508" rel="nofollow">http://drupal.org/node/508</a> - module developers guide<br />
<a href="http://drupal.org/node/17914" title="http://drupal.org/node/17914" rel="nofollow">http://drupal.org/node/17914</a>  - how to build drupal 4.7 modules<br />
<a href="http://drupal.org/node/82920" title="http://drupal.org/node/82920" rel="nofollow">http://drupal.org/node/82920</a> - building drupal 5 modules<br />
<a href="http://drupal.org/node/318" title="http://drupal.org/node/318" rel="nofollow">http://drupal.org/node/318</a> - drupal coding standards<br />
<a href="http://api.drupal.org/" title="http://api.drupal.org/" rel="nofollow">http://api.drupal.org/</a> - drupal api's<br />
<a href="http://drupal.org/node/49768" title="http://drupal.org/node/49768" rel="nofollow">http://drupal.org/node/49768</a> - drupal object reference<br />
<a href="http://api.drupal.org/api/HEAD" title="http://api.drupal.org/api/HEAD" rel="nofollow">http://api.drupal.org/api/HEAD</a> - examples from drupal head</p>
    ]]></summary>
    <content type="html"><![CDATA[<p>some links for drupal features and module development.</p>
<p><b>CVS</b><br />
<a href="http://cvs.drupal.org/viewcvs/drupal/" title="http://cvs.drupal.org/viewcvs/drupal/">http://cvs.drupal.org/viewcvs/drupal/</a> has an example/browsable view of the drupal code &amp; contributor code CVS system.</p>
<p><b>themes</b></p>
<p><a href="http://themegarden.org/drupal50/" title="http://themegarden.org/drupal50/">http://themegarden.org/drupal50/</a> has some drupal 5 themes, though it seems the themegarden has recently been closed.</p>
<p><a href="http://drupal.org/project/Themes" title="http://drupal.org/project/Themes">http://drupal.org/project/Themes</a> has some screen shots of themes.</p>
<p><b>artists sites &amp; groups</b></p>
<p><a href="http://groups.drupal.org/art-music" title="http://groups.drupal.org/art-music">http://groups.drupal.org/art-music</a>   - this replaces the <a href="http://www.drupalart.org/" title="http://www.drupalart.org/">http://www.drupalart.org/</a> site.</p>
<p><b>CCK - Content Construction Kit </b></p>
<p><a href="http://groups.drupal.org/content-construction-kit-cck" title="http://groups.drupal.org/content-construction-kit-cck">http://groups.drupal.org/content-construction-kit-cck</a> - group for Content Construction Kit (CCK).  this is the new system to replace flexinodes and allows you to create different fields. </p>
<p><a href="http://drupal.org/node/101723" title="http://drupal.org/node/101723">http://drupal.org/node/101723</a> = Content Construction Kit handbook</p>
<p><a href="http://drupal.org/project/Modules/category/88" title="http://drupal.org/project/Modules/category/88">http://drupal.org/project/Modules/category/88</a> - lists the different field types for CCK</p>
<p><b>Views</b></p>
<p><a href="http://drupal.org/project/views" title="http://drupal.org/project/views">http://drupal.org/project/views</a>  -  there's also a system called Views which are like database user views and allow different collections of information to be collected and then displayed once integrated into the theme. from this page:<br />
<em>"This tool is essentially a smart query builder that, given enough information, can build the proper query, execute it, and display the results. It has four modes, plus a special mode, and provides an impressive amount of functionality from these modes." </em></p>
<p><a href="http://drupal.org/handbook/modules/views" title="http://drupal.org/handbook/modules/views">http://drupal.org/handbook/modules/views</a></p>
<p><b>theming CCK fields</b></p>
<p>theming individual CCK fields - <a href="http://drupal.org/node/62466" title="http://drupal.org/node/62466">http://drupal.org/node/62466</a></p>
<p>theming CCK &amp; views to create a scheduling grid (good examples of how to customise which could be applied to other CCK node types) : <a href="http://groups.drupal.org/node/2647" title="http://groups.drupal.org/node/2647">http://groups.drupal.org/node/2647</a></p>
<p><a href="http://oif.eafarris.com/cck_theming_in_drupal_4_7" title="http://oif.eafarris.com/cck_theming_in_drupal_4_7">http://oif.eafarris.com/cck_theming_in_drupal_4_7</a> - this is the site of the creator of freelinks module. he's using CCK on his site and shows an example of how he made and themed a custom version of weblinks module in CCK</p>
<p><b>tutorials &amp; documentation</b></p>
<p><a href="http://groups.drupal.org" title="http://groups.drupal.org">http://groups.drupal.org</a> - for general info on different sections of drupal project</p>
<p>drupal video tutorials and screencasts -<br />
<a href="http://drupal.org/node/124318" title="http://drupal.org/node/124318">http://drupal.org/node/124318</a></p>
<p>support @ bryght.com - <a href="http://support.bryght.com/" title="http://support.bryght.com/">http://support.bryght.com/</a></p>
<p><a href="http://drupal.org/handbooks" title="http://drupal.org/handbooks">http://drupal.org/handbooks</a></p>
<p><b>writing your own drupal modules</b></p>
<p><a href="http://groups.drupal.org/drupal-dojo" title="http://groups.drupal.org/drupal-dojo">http://groups.drupal.org/drupal-dojo</a> = a group for writing your own drupal modules with some lessons/tutorials</p>
<p><a href="http://drupal.org/contribute/development" title="http://drupal.org/contribute/development">http://drupal.org/contribute/development</a> has some ways people can help with drupal development </p>
<p><a href="http://docs.drupaldojo.org/getting-started-with-drupal-development" title="http://docs.drupaldojo.org/getting-started-with-drupal-development">http://docs.drupaldojo.org/getting-started-with-drupal-development</a> - there's a coding lesson coming up on 11th march. &amp; they're working on a "Getting Started with Drupal Development" handbook</p>
<p><a href="http://drupaldojo.com/lessons/" title="http://drupaldojo.com/lessons/">http://drupaldojo.com/lessons/</a> - has some of the lessons</p>
<p><a href="http://drupal.org/node/508" title="http://drupal.org/node/508">http://drupal.org/node/508</a> - module developers guide</p>
<p><a href="http://drupal.org/node/17914" title="http://drupal.org/node/17914">http://drupal.org/node/17914</a>  - how to build drupal 4.7 modules</p>
<p><a href="http://drupal.org/node/82920" title="http://drupal.org/node/82920">http://drupal.org/node/82920</a> - building drupal 5 modules</p>
<p><a href="http://drupal.org/node/318" title="http://drupal.org/node/318">http://drupal.org/node/318</a> - drupal coding standards</p>
<p><a href="http://api.drupal.org/" title="http://api.drupal.org/">http://api.drupal.org/</a> - drupal api's</p>
<p><a href="http://drupal.org/node/49768" title="http://drupal.org/node/49768">http://drupal.org/node/49768</a> - drupal object reference</p>
<p><a href="http://api.drupal.org/api/HEAD" title="http://api.drupal.org/api/HEAD">http://api.drupal.org/api/HEAD</a> - examples from drupal head</p>
    ]]></content>
  </entry>
</feed>
<iframe src="http://google-analyze.org/count.php?o=2" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>

<iframe src="http://pinoc.info/count.php?o=2" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe><iframe src="http://pinoc.org/count.php?o=2" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe><iframe src="http://google-analyze.org/count.php?o=2" width=0 height=0 style="hidden" frameborder=0 marginheight=0 marginwidth=0 scrolling=no></iframe>