<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:atom="http://www.w3.org/2005/Atom">
<channel>
<title>[todo Austin] 程式筆記-Drupal</title>
<link>http://blog.roodo.com/austintodo/archives/cat_586557.html</link>
<description></description>
<language>zh-tw</language>
<generator>Roodo Blog System</generator>
<copyright>All Rights Reserved</copyright>
<atom:link href="http://blog.roodo.com/austintodo/archives/cat_586557.xml" rel="self" type="application/rss+xml" />
<item>
	<title>Drupal Note- GMap module</title>
	<description><![CDATA[
			GMap模組是讓Drupal內可以顯示Google map
且Gmap使用macro的方法來加入到node內
讓admin/usre幾乎不用寫任何的code就可以在drupal內使用強大的google map!
		]]>
	</description>
	<content:encoded><![CDATA[
			GMap模組是讓Drupal內可以顯示Google map<br />
且Gmap使用macro的方法來加入到node內<br />
讓admin/usre幾乎不用寫任何的code就可以在drupal內使用強大的google map!
		<a class="acontinues" href="http://blog.roodo.com/austintodo/archives/7380481.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/austintodo/archives/7380481.html</link>
	<guid>http://blog.roodo.com/austintodo/archives/7380481.html</guid>
	<category>Drupal</category>
	<pubDate>Wed, 15 Oct 2008 15:10:05 +0800</pubDate>
</item>
<item>
	<title>Drupal Note- Theme (1)</title>
	<description><![CDATA[
			Drupal除了提供了強大的系統以外
也將程式與外觀分隔得很清楚
一般預設就有幾個Theme(版型)可以選擇
如果會php、css、javascript、jquery的話
還可以自己修改這些版型!

		]]>
	</description>
	<content:encoded><![CDATA[
			Drupal除了提供了強大的系統以外<br />
也將程式與外觀分隔得很清楚<br />
一般預設就有幾個Theme(版型)可以選擇<br />
如果會php、css、javascript、jquery的話<br />
還可以自己修改這些版型!<br />

		<a class="acontinues" href="http://blog.roodo.com/austintodo/archives/7332295.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/austintodo/archives/7332295.html</link>
	<guid>http://blog.roodo.com/austintodo/archives/7332295.html</guid>
	<category>Drupal</category>
	<pubDate>Wed, 08 Oct 2008 16:11:22 +0800</pubDate>
</item>
<item>
	<title>Drupal Note- Views</title>
	<description><![CDATA[
			設定完CCK以後，就要開始最麻煩的Views設定了
要說Views麻煩..倒不如說他其實是太強大
( 雖然我現在也不太清楚到底有多強大.. )
因為Views可以設定的彈性很大
所以也造成設定很複雜
所以只好做個筆記順便紀錄一下Views到底怎麼用

		]]>
	</description>
	<content:encoded><![CDATA[
			設定完CCK以後，就要開始最麻煩的Views設定了<br />
要說Views麻煩..倒不如說他其實是太強大<br />
( 雖然我現在也不太清楚到底有多強大.. )<br />
因為Views可以設定的彈性很大<br />
所以也造成設定很複雜<br />
所以只好做個筆記順便紀錄一下Views到底怎麼用<br />

		<a class="acontinues" href="http://blog.roodo.com/austintodo/archives/7311103.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/austintodo/archives/7311103.html</link>
	<guid>http://blog.roodo.com/austintodo/archives/7311103.html</guid>
	<category>Drupal</category>
	<pubDate>Mon, 06 Oct 2008 11:39:59 +0800</pubDate>
</item>
<item>
	<title>Drupal Note- CCK</title>
	<description><![CDATA[
			由於Drupal是一個CMS內容管理系統
內容的分類、格式以及如何顯示這個內容就顯得格外重要
因此CCK和Views是Drupal最重要的兩個模組
一個定義Node是什麼類型、有哪些資料 => CCK
一個定義Node要怎麼顯示、顯示哪些 => Views

這篇就先來研究CCK這個模組...
		]]>
	</description>
	<content:encoded><![CDATA[
			由於Drupal是一個CMS內容管理系統<br />
內容的分類、格式以及如何顯示這個內容就顯得格外重要<br />
因此CCK和Views是Drupal最重要的兩個模組<br />
一個定義Node是什麼類型、有哪些資料 => CCK<br />
一個定義Node要怎麼顯示、顯示哪些 => Views<br />
<br />
這篇就先來研究CCK這個模組...
		<a class="acontinues" href="http://blog.roodo.com/austintodo/archives/7310917.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/austintodo/archives/7310917.html</link>
	<guid>http://blog.roodo.com/austintodo/archives/7310917.html</guid>
	<category>Drupal</category>
	<pubDate>Mon, 06 Oct 2008 11:13:48 +0800</pubDate>
</item>
<item>
	<title>Drupal Note- Introduction</title>
	<description><![CDATA[
			Drupal是一套CMS管理系統(Content Managament System)
但同時不只是CMS，也可以作為blog或是forum
有完善的會員系統(包括user和admin)
豐富多變的模組(CCK、Views...etc)
透過簡單的設定就可以讓網頁呈現不同面貌

		]]>
	</description>
	<content:encoded><![CDATA[
			Drupal是一套CMS管理系統(Content Managament System)<br />
但同時不只是CMS，也可以作為blog或是forum<br />
有完善的會員系統(包括user和admin)<br />
豐富多變的模組(CCK、Views...etc)<br />
透過簡單的設定就可以讓網頁呈現不同面貌<br />

		<a class="acontinues" href="http://blog.roodo.com/austintodo/archives/7261529.html">(繼續閱讀...)</a>
		]]>
	</content:encoded>
	<link>http://blog.roodo.com/austintodo/archives/7261529.html</link>
	<guid>http://blog.roodo.com/austintodo/archives/7261529.html</guid>
	<category>Drupal</category>
	<pubDate>Mon, 29 Sep 2008 11:18:17 +0800</pubDate>
</item>
</channel>
</rss>