<?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/"
	>

<channel>
	<title>Caker on Web</title>
	<atom:link href="http://blog.webcaker.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.webcaker.com</link>
	<description>I'd love to change the world,but they won't give me the source code.</description>
	<pubDate>Fri, 21 Nov 2008 09:45:55 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7-beta3-9771</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Translation of FrontPage of joomla</title>
		<link>http://blog.webcaker.com/2008/11/21/translation-of-frontpage-of-joomla/</link>
		<comments>http://blog.webcaker.com/2008/11/21/translation-of-frontpage-of-joomla/#comments</comments>
		<pubDate>Fri, 21 Nov 2008 09:45:55 +0000</pubDate>
		<dc:creator>caker</dc:creator>
		
		<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/2008/11/21/translation-of-frontpage-of-joomla/</guid>
		<description><![CDATA[When you using joomfish to translate your joomla frontpage,one thing you need noticed , seems you can found language file in the languages folder called &#8216;en-GB.com_frontpage.ini&#8217;, but this file never load, so if you wanna translate some text in the frontpage, you need put them to en-GB.com_content.ini,yes! this is all I wanna tell you !!
]]></description>
			<content:encoded><![CDATA[<p>When you using joomfish to translate your joomla frontpage,one thing you need noticed , seems you can found language file in the languages folder called &#8216;en-GB.com_frontpage.ini&#8217;, but this file never load, so if you wanna translate some text in the frontpage, you need put them to en-GB.com_content.ini,yes! this is all I wanna tell you !!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/11/21/translation-of-frontpage-of-joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>get lanuage code of joomfish in joomla</title>
		<link>http://blog.webcaker.com/2008/11/18/get-lanuage-code-of-joomfish-in-joomla/</link>
		<comments>http://blog.webcaker.com/2008/11/18/get-lanuage-code-of-joomfish-in-joomla/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 08:00:58 +0000</pubDate>
		<dc:creator>caker</dc:creator>
		
		<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/2008/11/18/get-lanuage-code-of-joomfish-in-joomla/</guid>
		<description><![CDATA[use  $GLOBALS['iso_client_lang'] to get current language code .
]]></description>
			<content:encoded><![CDATA[<p>use  $GLOBALS['iso_client_lang'] to get current language code .</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/11/18/get-lanuage-code-of-joomfish-in-joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Set default language of the joomfish</title>
		<link>http://blog.webcaker.com/2008/11/17/set-default-language-of-the-joomfish/</link>
		<comments>http://blog.webcaker.com/2008/11/17/set-default-language-of-the-joomfish/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 09:57:54 +0000</pubDate>
		<dc:creator>caker</dc:creator>
		
		<category><![CDATA[default]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/2008/11/17/set-default-language-of-the-joomfish/</guid>
		<description><![CDATA[in the plugin of  Joomla Basic Router , you can define the default language 
]]></description>
			<content:encoded><![CDATA[<p>in the plugin of  Joomla Basic Router , you can define the default language </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/11/17/set-default-language-of-the-joomfish/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Cannot create new user after install the juga on joomla</title>
		<link>http://blog.webcaker.com/2008/11/14/cannot-create-new-user-after-install-the-juga-on-joomla/</link>
		<comments>http://blog.webcaker.com/2008/11/14/cannot-create-new-user-after-install-the-juga-on-joomla/#comments</comments>
		<pubDate>Fri, 14 Nov 2008 09:17:23 +0000</pubDate>
		<dc:creator>caker</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=283</guid>
		<description><![CDATA[Today, I try to installed th JUGA on the joomla 1.5.7, after then , I cannot create new user with joomla user manager interface, check the file and database, cause the JUGA delete the some record from jos_core_acl_aro_sections, by default , it has a record like below :



id
value
order_value
name
hidden




10
users
1
Users
0



when I try create new record in that [...]]]></description>
			<content:encoded><![CDATA[<p>Today, I try to installed th JUGA on the joomla 1.5.7, after then , I cannot create new user with joomla user manager interface, check the file and database, cause the JUGA delete the some record from jos_core_acl_aro_sections, by default , it has a record like below :</p>
<table border="1" width="337">
<thead>
<tr>
<th>id</th>
<th>value</th>
<th>order_value</th>
<th>name</th>
<th>hidden</th>
</tr>
</thead>
<tbody>
<tr class="odd">
<td class="nowrap" align="right">10</td>
<td>users</td>
<td class="nowrap" align="right">1</td>
<td>Users</td>
<td class="nowrap" align="right">0</td>
</tr>
</tbody>
</table>
<p>when I try create new record in that talbe , I can create new user with User manager of joomla, but why ? I don&#8217;t know , kepping research &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/11/14/cannot-create-new-user-after-install-the-juga-on-joomla/feed/</wfw:commentRss>
		</item>
		<item>
		<title>将mod_perl静态嵌入到Apache2</title>
		<link>http://blog.webcaker.com/2008/11/12/%e5%b0%86mod_perl%e9%9d%99%e6%80%81%e5%b5%8c%e5%85%a5%e5%88%b0apache2/</link>
		<comments>http://blog.webcaker.com/2008/11/12/%e5%b0%86mod_perl%e9%9d%99%e6%80%81%e5%b5%8c%e5%85%a5%e5%88%b0apache2/#comments</comments>
		<pubDate>Wed, 12 Nov 2008 06:23:02 +0000</pubDate>
		<dc:creator>cdzwm</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[Apache]]></category>

		<category><![CDATA[apache2]]></category>

		<category><![CDATA[mod_perl]]></category>

		<category><![CDATA[static]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=277</guid>
		<description><![CDATA[1. 配置mod_perl
perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=$HOME/build/httpd-2.2.10  MP_AP_CONFIGURE=&#8221;&#8211;with-mpm=prefork&#8221; MP_AP_CONFIGURE=&#8221; &#8211;prefix=/usr/local/testapache2&#8243;
2. 编译
make
make test
make install
*******************
注释：
Static mod_perl
Before you proceed make sure that Apache 2.0 has been downloaded and extracted. mod_perl cannot be built before that.
If this is an svn checkout and not an official distribution tarball, you need to first run:
  % cd httpd-2.0
  % ./buildconf
To enable statically linking mod_perl [...]]]></description>
			<content:encoded><![CDATA[<p>1. 配置mod_perl<br />
perl Makefile.PL MP_USE_STATIC=1 MP_AP_PREFIX=$HOME/build/httpd-2.2.10  MP_AP_CONFIGURE=&#8221;&#8211;with-mpm=prefork&#8221; MP_AP_CONFIGURE=&#8221; &#8211;prefix=/usr/local/testapache2&#8243;</p>
<p>2. 编译</p>
<p>make<br />
make test<br />
make install</p>
<p>*******************<br />
注释：<br />
Static mod_perl<br />
Before you proceed make sure that Apache 2.0 has been downloaded and extracted. mod_perl cannot be built before that.</p>
<p>If this is an svn checkout and not an official distribution tarball, you need to first run:</p>
<p>  % cd httpd-2.0<br />
  % ./buildconf<br />
To enable statically linking mod_perl into Apache, use the MP_USE_STATIC flag like this:</p>
<p>  % perl Makefile.PL MP_USE_STATIC=1 \<br />
    MP_AP_PREFIX=$HOME/src/httpd-2.x \<br />
    MP_AP_CONFIGURE=&#8221;&#8211;with-mpm=prefork&#8221;<br />
MP_AP_PREFIX must point to an extracted Apache 2.0 source tree.</p>
<p>This will configure Apache by passing MP_AP_CONFIGURE to Apache&#8217;s ./configure script.</p>
<p>Here is an example:</p>
<p>  % cd ~/src<br />
  % tar -xvzf perl-5.8.x.tar.gz<br />
  % cd perl-5.8.x<br />
  % ./Configure -des<br />
  % make install<br />
  % cd ..<br />
  % tar -xvzf httpd-2.0.xx.tar.gz<br />
  % tar -xvzf mod_perl-2.x.x.tar.gz<br />
  % perl5.8.x Makefile.PL \<br />
    MP_USE_STATIC=1 \<br />
    MP_AP_PREFIX=&#8221;$HOME/src/httpd-2.0.xx&#8221; \<br />
    MP_AP_CONFIGURE=&#8221;&#8211;with-mpm=prefork&#8221;<br />
  % make<br />
  % make test<br />
  % make install<br />
  % ./httpd -l | grep perl<br />
     mod_perl.c<br />
**********************</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/11/12/%e5%b0%86mod_perl%e9%9d%99%e6%80%81%e5%b5%8c%e5%85%a5%e5%88%b0apache2/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Perl语言中获取本机IP地址</title>
		<link>http://blog.webcaker.com/2008/11/05/perl%e8%af%ad%e8%a8%80%e4%b8%ad%e8%8e%b7%e5%8f%96%e6%9c%ac%e6%9c%baip%e5%9c%b0%e5%9d%80/</link>
		<comments>http://blog.webcaker.com/2008/11/05/perl%e8%af%ad%e8%a8%80%e4%b8%ad%e8%8e%b7%e5%8f%96%e6%9c%ac%e6%9c%baip%e5%9c%b0%e5%9d%80/#comments</comments>
		<pubDate>Wed, 05 Nov 2008 08:21:35 +0000</pubDate>
		<dc:creator>cdzwm</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[host]]></category>

		<category><![CDATA[ip address]]></category>

		<category><![CDATA[perl]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=275</guid>
		<description><![CDATA[使用Sys::HostIP包。
用法：
         use Sys::HostIP;
         my $ip_address = Sys::HostIP-&#62;ip;
         print $ip_address;
]]></description>
			<content:encoded><![CDATA[<p>使用Sys::HostIP包。</p>
<p>用法：</p>
<p>         use Sys::HostIP;<br />
         my $ip_address = Sys::HostIP-&gt;ip;<br />
         print $ip_address;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/11/05/perl%e8%af%ad%e8%a8%80%e4%b8%ad%e8%8e%b7%e5%8f%96%e6%9c%ac%e6%9c%baip%e5%9c%b0%e5%9d%80/feed/</wfw:commentRss>
		</item>
		<item>
		<title>jfalternative plugin of joomfish</title>
		<link>http://blog.webcaker.com/2008/10/29/jfalternative-plugin-of-joomfish/</link>
		<comments>http://blog.webcaker.com/2008/10/29/jfalternative-plugin-of-joomfish/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 08:26:38 +0000</pubDate>
		<dc:creator>caker</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[Joomla]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=271</guid>
		<description><![CDATA[syntax : {jfalternative}5&#124;content&#124;FRONTPAGE_NO_TRANSLATION_AVAILABLE{/jfalternative}
5 - content id
content  - table name
FRONTPAGE&#8230;. text
function :  display another translation of this content if you translate yet with current language &#8230;
]]></description>
			<content:encoded><![CDATA[<p>syntax : {jfalternative}5|content|FRONTPAGE_NO_TRANSLATION_AVAILABLE{/jfalternative}</p>
<p>5 - content id<br />
content  - table name<br />
FRONTPAGE&#8230;. text</p>
<p>function :  display another translation of this content if you translate yet with current language &#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/10/29/jfalternative-plugin-of-joomfish/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Perl中正则表达式的特性</title>
		<link>http://blog.webcaker.com/2008/10/29/perl%e4%b8%ad%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e7%9a%84%e7%89%b9%e6%80%a7/</link>
		<comments>http://blog.webcaker.com/2008/10/29/perl%e4%b8%ad%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e7%9a%84%e7%89%b9%e6%80%a7/#comments</comments>
		<pubDate>Wed, 29 Oct 2008 02:32:52 +0000</pubDate>
		<dc:creator>cdzwm</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[perl]]></category>

		<category><![CDATA[regular expression]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=269</guid>
		<description><![CDATA[在Perl语言中，当正则式为空的时候，指的是前一次成功匹配的正则式。
]]></description>
			<content:encoded><![CDATA[<p>在Perl语言中，当正则式为空的时候，指的是前一次成功匹配的正则式。</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/10/29/perl%e4%b8%ad%e6%ad%a3%e5%88%99%e8%a1%a8%e8%be%be%e5%bc%8f%e7%9a%84%e7%89%b9%e6%80%a7/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How to remove &#8216;Welcome to the Frontpage&#8217; title in Joomla! 1.5</title>
		<link>http://blog.webcaker.com/2008/10/28/how-to-remove-welcome-to-the-frontpage-title-in-joomla-15/</link>
		<comments>http://blog.webcaker.com/2008/10/28/how-to-remove-welcome-to-the-frontpage-title-in-joomla-15/#comments</comments>
		<pubDate>Tue, 28 Oct 2008 01:59:43 +0000</pubDate>
		<dc:creator>caker</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[how tos]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=266</guid>
		<description><![CDATA[If you install new Joomla! 1.5 on your server, you get the &#8216;Welcome to the Frontpage&#8217; title on your Frontpage. Sometimes, it is difficult to find, where you can change this title.
Go to your Joomla! 1.5 Administration site and login. In your administration site go to:

Menus - Main Menu (now you are in: Menu Item [...]]]></description>
			<content:encoded><![CDATA[<p>If you install new Joomla! 1.5 on your server, you get the &#8216;Welcome to the Frontpage&#8217; title on your Frontpage. Sometimes, it is difficult to find, where you can change this title.</p>
<p>Go to your Joomla! 1.5 Administration site and login. In your administration site go to:</p>
<ul>
<li><strong>Menus</strong> - <strong>Main Menu</strong> (now you are in: <strong>Menu Item Manager: mainmenu</strong>).</li>
<li>Click on <strong>&#8216;Home&#8217;</strong> link to edit this link (you are now in: <strong>Menu Item: Edit</strong>).</li>
<li>Click on <strong>Parameters System</strong> and change or delete the <strong>Page title</strong>.
<ul>
<li>If you change the <strong>Page title</strong>, changed title will be displayed on your Frontpage as a title.</li>
<li>If you delete the <strong>Page title</strong>, Menu link will be displayed on your Frontpage as a title (in the present case <strong>&#8216;Home&#8217;</strong> will be displayed as title, because <strong>&#8216;Home&#8217;</strong> is the name of the link to the Frontpage).</li>
<li>If you don&#8217;t want to display any title, set <strong>Show Page Title</strong> below <strong>Page title</strong> parameter to <strong>&#8216;No&#8217;</strong>.</li>
</ul>
</li>
<li>Don&#8217;t forget to save changes.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/10/28/how-to-remove-welcome-to-the-frontpage-title-in-joomla-15/feed/</wfw:commentRss>
		</item>
		<item>
		<title>自动启动Oracle</title>
		<link>http://blog.webcaker.com/2008/10/27/%e8%87%aa%e5%8a%a8%e5%90%af%e5%8a%a8oracle/</link>
		<comments>http://blog.webcaker.com/2008/10/27/%e8%87%aa%e5%8a%a8%e5%90%af%e5%8a%a8oracle/#comments</comments>
		<pubDate>Mon, 27 Oct 2008 13:38:01 +0000</pubDate>
		<dc:creator>cdzwm</dc:creator>
		
		<category><![CDATA[default]]></category>

		<category><![CDATA[auto]]></category>

		<category><![CDATA[oracle]]></category>

		<category><![CDATA[shutdown]]></category>

		<category><![CDATA[start]]></category>

		<guid isPermaLink="false">http://blog.webcaker.com/?p=263</guid>
		<description><![CDATA[http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php
]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php">http://www.oracle-base.com/articles/linux/AutomatingDatabaseStartupAndShutdownOnLinux.php</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.webcaker.com/2008/10/27/%e8%87%aa%e5%8a%a8%e5%90%af%e5%8a%a8oracle/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
