<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Tarotoast's Stuff &#187; lmj.tw</title>
	<atom:link href="http://blog.tarotoast.com/category/server-diary/lmjtw/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.tarotoast.com</link>
	<description>Personal blog</description>
	<lastBuildDate>Tue, 04 May 2010 08:49:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Joomla 1.1.0 alpha 2 to 1.5.0 beta</title>
		<link>http://blog.tarotoast.com/2006/12/30/329/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-110-alpha-2-to-150-beta</link>
		<comments>http://blog.tarotoast.com/2006/12/30/329/#comments</comments>
		<pubDate>Sun, 31 Dec 2006 01:52:12 +0000</pubDate>
		<dc:creator>tarotoast</dc:creator>
				<category><![CDATA[Joomla]]></category>
		<category><![CDATA[Server Diary]]></category>
		<category><![CDATA[lmj.tw]]></category>

		<guid isPermaLink="false">http://blog.tarotoast.com/2006/12/30/329/</guid>
		<description><![CDATA[The meat of a site lies in the table `jos_content`. To import the old dump of `jos_content` from Joomla 1.1.0 alpha 2 into the latest 1.5.0 beta, you must take account of the new row presented in 1.5. To do this, use any text editor that has a replace string function and open up the [...]]]></description>
			<content:encoded><![CDATA[<p>The meat of a site lies in the table `jos_content`. To import the old dump of `jos_content` from Joomla 1.1.0 alpha 2 into the latest 1.5.0 beta, you must take account of the new row presented in 1.5. To do this, use any text editor that has a replace string function and open up the sql dump of the `jos_content` section.</p>
<p>Replace <code>);</code> with <code>,'');</code> and save the file in UTF-8 if it contains special characters. Then simply import the file into phpmyadmin and then all the previous articles are imported.</p>
<p>You might have different Section/Category ID in the new Site, to update the database to reflect change:<br />
<code>UPDATE jos_content<br />
SET `sectionid`=NEWID<br />
WHERE `sectionid`=OLDID</code><br />
replace `sectionid` with `catid` for categories.</p>
<p>雖然說昨天就把 <a href="http://lmj.tw/">http://lmj.tw/</a> 弄好了，但是忘記把 Apache 密碼拿掉，大概會被認為又沒有弄好吧.. XD 不過現在還長的真醜，晚點來把網頁美化。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tarotoast.com/2006/12/30/329/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla Template 更新 &amp; innerHTML</title>
		<link>http://blog.tarotoast.com/2006/02/15/196/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-template-%25e6%259b%25b4%25e6%2596%25b0-innerhtml</link>
		<comments>http://blog.tarotoast.com/2006/02/15/196/#comments</comments>
		<pubDate>Wed, 15 Feb 2006 15:39:28 +0000</pubDate>
		<dc:creator>tarotoast</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Server Diary]]></category>
		<category><![CDATA[lmj.tw]]></category>

		<guid isPermaLink="false">http://blog.tarotoast.com/2006/02/15/196/</guid>
		<description><![CDATA[四處找了找, Joomlashack 裡面有幾個還可以看的免費 template , 於是順手將診所原本使用的那個預設 template 換掉. 診所文章內容順便也重新分類了一次, 並直接由 HTML 修改了一些編輯不完善的文章, 看來 Joomla 本身的 WYSIWYG Editor 還有待加強阿. 雖然說多了 table 與 class 和其他的支援, 但是問題還是一大堆. 相對比起來 WordPress 的強太多了. 在著手開始弄診所網站之前, 剛好在 Digg 上面看到了這篇 Image Cross Fader, 於是呢, 就整合進診所首頁了&#8230; XD 比較好奇的是 javascript 裡面 .innerHTML 的用法. 雖然這應該不是什麼新的東西, 但是對不常接觸這些東西的我來說很神奇了. 考完 (不知道多久以後的事情) 之後再來弄個比較像樣的 Logo.]]></description>
			<content:encoded><![CDATA[<p>四處找了找, <a href="http://www.joomlashack.com/">Joomlashack</a> 裡面有幾個還可以看的<a href="http://www.joomlashack.com/joomla/free-joomla-templates.html">免費 template</a> , 於是順手將<a href="http://lmj.tw/">診所</a>原本使用的那個預設 template 換掉. 診所文章內容順便也重新分類了一次, 並直接由 HTML 修改了一些編輯不完善的文章, 看來 <a href="http://joomla.org/">Joomla</a> 本身的 WYSIWYG Editor 還有待加強阿. 雖然說多了 table 與 class 和其他的支援, 但是問題還是一大堆. 相對比起來 WordPress 的強太多了.</p>
<p>在著手開始弄診所網站之前, 剛好在 <a href="http://digg.com/programming/Javascript_effect_to_fade_between_images">Digg</a> 上面看到了這篇 <a href="http://slayeroffice.com/code/imageCrossFade/">Image Cross Fader</a>, 於是呢, 就整合進<a href="http://lmj.tw/">診所首頁</a>了&#8230; XD</p>
<p><img id="image197" alt="crossfaderlmj.png" src="http://blog.tarotoast.com/wp-content/uploads/2006/02/crossfaderlmj.png" /></p>
<p>比較好奇的是 javascript 裡面 .innerHTML 的用法. 雖然這應該不是什麼新的東西, 但是對不常接觸這些東西的我來說很神奇了.</p>
<p>考完 (不知道多久以後的事情) 之後再來弄個比較像樣的 Logo.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tarotoast.com/2006/02/15/196/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Joomla! CMS</title>
		<link>http://blog.tarotoast.com/2005/11/09/76/#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=joomla-cms</link>
		<comments>http://blog.tarotoast.com/2005/11/09/76/#comments</comments>
		<pubDate>Wed, 09 Nov 2005 08:31:31 +0000</pubDate>
		<dc:creator>tarotoast</dc:creator>
				<category><![CDATA[Server Diary]]></category>
		<category><![CDATA[lmj.tw]]></category>

		<guid isPermaLink="false">http://blog.tarotoast.com/2005/11/09/76/</guid>
		<description><![CDATA[上個禮拜在找要用什麼軟體來幫老北診所+台語的網站, 本來想說用 1&#038;1 送的 Plesk SiteBuilder, 可是設定(好像)好麻煩, 根本不想也沒時間去翻 doc, 所以 forget about it. 於是逛去 CMSMatrix, 發現了一個陌生的臉孔: Joomla! 翻了一陣子後發現, 原來 Joomla! 是由 Mambo 4.5.2 來的, 難怪裝起一 login 畫面幾乎一樣. 最後考量大部份台灣長大的合法老百姓們都會被迫學習繁體中文, 所以裝了 Joomla 繁體中文 UTF-8 版. 安裝非常的簡單, 因為才一個禮拜, 詳細就已經忘記了 XD 大致上就是丟到要安裝的目錄, chmod 一些子目錄確認讀寫權, 然後再設定 mysql db 然後就解決了. 初 步的摸了一兩個小時, 大略的使用方法就了解的差不多了. 排版和管理比較不夠人性化就是了, 說不定是中文翻譯的誤導也不一定. 所以再來的方法就是丟給老北玩了. 功略很簡單: Play with it, messed [...]]]></description>
			<content:encoded><![CDATA[<p>上個禮拜在找要用什麼軟體來幫老北診所+台語的網站, 本來想說用 1&#038;1 送的 Plesk SiteBuilder, 可是設定(好像)好麻煩, 根本不想也沒時間去翻 doc, 所以 forget about it. 於是逛去 <a href="http://www.cmsmatrix.org/">CMSMatrix</a>, 發現了一個陌生的臉孔: <a href="http://www.joomla.org/">Joomla!</a></p>
<p><span id="more-76"></span> 翻了一陣子後發現, 原來 Joomla! 是由 Mambo 4.5.2 來的, 難怪裝起一 login 畫面幾乎一樣. 最後考量大部份台灣長大的合法老百姓們都會被迫學習繁體中文, 所以裝了 <a href="http://www.taiwanmambo.com/component/option,com_remository/Itemid,0/func,select/id,18/lang,tw/">Joomla 繁體中文 UTF-8 版</a>. 安裝非常的簡單, 因為才一個禮拜, 詳細就已經忘記了 XD 大致上就是丟到要安裝的目錄, chmod 一些子目錄確認讀寫權, 然後再設定 mysql db 然後就解決了.</p>
<p>初 步的摸了一兩個小時, 大略的使用方法就了解的差不多了. 排版和管理比較不夠人性化就是了, 說不定是中文翻譯的誤導也不一定. 所以再來的方法就是丟給老北玩了. 功略很簡單: Play with it, messed it up, and try to put things back. 就像是要把吉他玩好的話不是從書開始讀, 而是丟一把吉他模仿, 開始玩.</p>
<p>嘿嘿&#8230; Addoil 老北~</p>
<p><a href="http://www.taiwanjoomla.com/">Taiwan Joomla</a> 的官方介紹: [<a href="http://www.taiwanmambo.com/content/view/136/121/">link</a>]</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.tarotoast.com/2005/11/09/76/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
