<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>[Linux] Journal</title>
	<link>http://blog.ibao.net/linux</link>
	<description>A diary of my relationship with linux...</description>
	<lastBuildDate>Wed, 20 Dec 2006 09:32:39 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>ibao&#8217;s Gallery2 Theme Release</title>
		<description>If you like the theme of our gallery, you can now get it here! But before you begin, here are a few words of warning regarding this release. This is a highly customized theme based on Siriux which wasn't intended to be published so it is unlikely to "just work" ...</description>
		<link>http://blog.ibao.net/linux/2006/10/24/ibaos-gallery2-theme-release/</link>
			</item>
	<item>
		<title>Emerge multisync with evolution2</title>
		<description>After I upgraded to Evolution2 the multisync fails to emerge with the following error:

i686-pc-linux-gnu-gcc: @EVO_LDFLAGS@: No such file or directory
i686-pc-linux-gnu-gcc: @EVO_LIBS@: No such file or directory
make[2]: *** [libevolution2_sync.la] Error 1
make[2]: Leaving directory `/var/tmp/portage/multisync-0.83_pre20050414-r3/work/multisync/plugins/evolution2_sync/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/multisync-0.83_pre20050414-r3/work/multisync/plugins/evolution2_sync'
make: *** [all] Error 2

!!! ERROR: app-pda/multisync-0.83_pre20050414-r3 failed.

I found tips for ...</description>
		<link>http://blog.ibao.net/linux/2006/03/07/emerge-multisync-with-evolution2/</link>
			</item>
	<item>
		<title>How JSP &#038; JSTL access attributes</title>
		<description>Some jsp & jstl equivalence in accessing attributes

&#60;%= pageContext.getAttribute("foo") %&#62; == ${pageScope.foo} or ${foo}
&#60;%= request.getAttribute("bar") %&#62; == ${requestScope.bar}
&#60;%= session.getAttribute("frotz") %&#62; == ${sessionScope.frotz}
&#60;%= application.getAttribute("filfre") %&#62; == ${applicationScope.filfre}
 </description>
		<link>http://blog.ibao.net/linux/2006/02/25/how-jsp-jstl-access-attributes/</link>
			</item>
	<item>
		<title>WordPress 2.0 no comment count with SK2</title>
		<description>I recently upgraded to WordPress 2.0 with my Life Notes blog and noticed that the comments stopped counting.  I found in a wordpress troubleshoot that it may be caused by incompatibility with Spam Karma 2 and indeed after I deactivated SK2 new comments shows up in count. In the ...</description>
		<link>http://blog.ibao.net/linux/2006/02/14/wordpress-20-no-comment-count-with-sk2/</link>
			</item>
	<item>
		<title>Life Notes going Live! (my new blog)</title>
		<description>I opened my new blog Life Notes. This is where I'll be posting the more non technical stuff.  </description>
		<link>http://blog.ibao.net/linux/2006/02/10/life-notes-going-live-my-new-blog/</link>
			</item>
	<item>
		<title>WPG2 settings for gallery on another vhost</title>
		<description>I installed the WordPress Gallery2 plugin for my other blog. The default installation does not quite work for me since my gallery is accessed via a different vhost even though they're both on the same machine, i.e., http://blog.ibao.net/notes points to /var/www/ibao.net/blog/notes and http://gallery.ibao.net points to /var/www/ibao.net/gallery.

To get around it I ...</description>
		<link>http://blog.ibao.net/linux/2005/12/20/wpg2-settings-for-gallery-on-another-vhost/</link>
			</item>
	<item>
		<title>My del.icio.us tag &#038; linkrolls</title>
		<description>Add the following script to include del.icio.us linkroll to a webpage:

&#60;script type="text/javascript" src="http://del.icio.us/feeds/js/anniec?count=10;title=my%20del.icio.us"&#62;&#60;/script&#62;
&#60;noscript>&#60;a href="http://del.icio.us/anniec"&#62;my del.icio.us&#60;/a&#62;&#60;/noscript&#62;

and tags:

&#60;script type="text/javascript" src="http://del.icio.us/feeds/js/tags/anniec?count=20;size=12-35;color=66ff33-006633;title=my%20del.icio.us%20tags"&#62;&#60;/script&#62;
 </description>
		<link>http://blog.ibao.net/linux/2005/12/18/my-delicious-linkroll/</link>
			</item>
	<item>
		<title>Gmail Mobile</title>
		<description>When I read that Google has opened up access to Gmail for mobile phones I was eager to give it a try.  I opened up the default browser in my Sony Ericsson k700i phone and entered http://m.gmail.com. The page loaded fine, logged in, but it says I need to ...</description>
		<link>http://blog.ibao.net/linux/2005/12/16/gmail-mobile/</link>
			</item>
	<item>
		<title>WordPress 1.5 hack to search custom field values</title>
		<description>I previously installed the RustAside & RustLinkOff plugins to add sidenotes and links to my blog enty. Got it to work beautifully except that the content is not searchable. I found this Search Meta Hack that makes search queries look at custom field values in addition to post content. The ...</description>
		<link>http://blog.ibao.net/linux/2005/12/14/276/</link>
			</item>
	<item>
		<title>Start Thunderbird with Calendar</title>
		<description>You can specify thunderbird to open the sunbird calendar window on startup by running the following command:

/usr/bin/thunderbird -mail -calendar
 </description>
		<link>http://blog.ibao.net/linux/2005/12/13/start-thunderbird-with-calendar/</link>
			</item>
</channel>
</rss>
