<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>zeaster</title>
	<link>http://zeaster.com/blog</link>
	<description>about blank</description>
	<lastBuildDate>Sat, 01 Nov 2008 08:32:52 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Resolve grails jetty hangs problem caused by commons dbcp</title>
		<description>Recently, I'm developing a website by grails.
Few days ago, I found a problem, the web server hangs after requesting the homepage.
The latest change is that the homepage is requesting 15+ articles instead of just 2 articles.
For development environment, the articles are stored in mysql.
The article is retrieved by requesting another ...</description>
		<link>http://zeaster.com/blog/2008/11/01/resolve-grails-jetty-hangs-problem-caused-by-commons-dbcp/</link>
			</item>
	<item>
		<title>中国地震2008</title>
		<description>默哀...

使用牛博网捐款救助灾区
详情请见
http://www.bullog.cn/blogs/liuyanban/archives/136782.aspx

向军人致敬！
空15军强行空降
http://blog.sina.com.cn/s/blog_4cdb2e8301009g42.html </description>
		<link>http://zeaster.com/blog/2008/05/13/earthquake2008/</link>
			</item>
	<item>
		<title>Google Android Custom Widget RichEdit - 1</title>
		<description>I developed two custom  widgets for ZInfo.

One is called RichText that can show links with custom display text, rather than the link itself.
The other is a more powerful dialog. It will be discussed later.

Android provides a widget called TextView with auto link feature.
That means you can show this:
This is ...</description>
		<link>http://zeaster.com/blog/2008/04/24/google-android-custom-widget-richedit-1/</link>
			</item>
	<item>
		<title>ZInfo - Information sharing platfrom on Android</title>
		<description>ZInfo is finally released for Android Developer Challenge after our many hard working days.
It's an information sharing platform based on your contacts and location.
The video demo can be found at http://infosword.com/zinfo/video.html.

We gave a presentation about ZInfo on Beijing Open Party - Before the Rain.
It makes me the most excited that ...</description>
		<link>http://zeaster.com/blog/2008/04/18/zinfo-information-sharing-platfrom-on-android/</link>
			</item>
	<item>
		<title>most geek wordpress theme</title>
		<description>Never been more glad to find such wonderful wordpress theme - wordpress cli
Have a try if you like unix.
 </description>
		<link>http://zeaster.com/blog/2008/03/16/most-geek-wordpress-theme/</link>
			</item>
	<item>
		<title>Inconvenienced when using Contact Content Provider on Android</title>
		<description>These days, I've been developing an application that reads and writes entries from/into Android Contacts.
Everything goes fine until I need to insert email entry into Android Contact by Contact Content Provider API.

This is how to insert a people or phone entry into contact (people, phones table):
getContentProvider().insert(People.CONTENT_URI, values);
getContentProvider().insert(Phones.CONTENT_URI, values);

That's fine according ...</description>
		<link>http://zeaster.com/blog/2007/11/28/inconvenienced-when-using-contact-content-provider-on-android/</link>
			</item>
	<item>
		<title>How to decompile .dex file on Android</title>
		<description>Lucky to see the Google Android build-in Contacts is also developed by Android SDK.
This article will take it for example and discuss these How-To's:

1 How to find the Contacts App file on Google Android
2 How to find the Contacts App's classes.dex on Google Android
3 How to dump the Contacts App's ...</description>
		<link>http://zeaster.com/blog/2007/11/28/how-to-decompile-dex-file-on-android/</link>
			</item>
	<item>
		<title>blogsync FAQ</title>
		<description>blogsync FAQ from http://code.google.com/p/blogsync-java/wiki/BlogsyncFAQ
what is blogsync?
it is used to import wordpress posts into blogger.
how to use it?

 set jdk bin path in run.bat/run.sh
 execute run.bat/run.sh

what is new in blogsync 0.3?
The comments can be imported from wordpress rss xml file to blogger site now. However it can not preserve the published ...</description>
		<link>http://zeaster.com/blog/2007/09/08/blogsync-faq/</link>
			</item>
	<item>
		<title>python script to email me the dynamic ip from tp-link router</title>
		<description>At home, my boxes are connected to internet by Beijing ADSL.
when connected, Beijing ADSL gives me a dynamic ip and it changes about every 24 hours.
Before I get the dynamic ip by a service provided by oray.net.
However recently the service is broken.
So I have to write a python script to ...</description>
		<link>http://zeaster.com/blog/2007/09/05/python-script-to-email-me-the-dynamic-ip-from-tp-link-router/</link>
			</item>
	<item>
		<title>wake-on-lan by python script</title>
		<description>How to wake up your computer on the LAN?
the answer is just to send a Magic Packet to your computer on port 7 or 9.
However when your computer is down, it has no ip, so send it to the broadcast ip
the following python script implements the above idea.


import struct, socket

def ...</description>
		<link>http://zeaster.com/blog/2007/07/30/wake-on-lan-by-python-script/</link>
			</item>
</channel>
</rss>
