<?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>theboy的起居注 &#187; Uncategorized</title>
	<atom:link href="http://qijuzhu.cn/category/uncategorized/feed/" rel="self" type="application/rss+xml" />
	<link>http://qijuzhu.cn</link>
	<description>小白+小白=小小白?我们的生活有这么多的障碍，真他妈的有意思，这种逻辑就叫做黑色幽默。</description>
	<lastBuildDate>Fri, 30 Jul 2010 00:36:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>google map api实例</title>
		<link>http://qijuzhu.cn/google-map-api%e5%ae%9e%e4%be%8b/</link>
		<comments>http://qijuzhu.cn/google-map-api%e5%ae%9e%e4%be%8b/#comments</comments>
		<pubDate>Sat, 22 Nov 2008 03:00:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qijuzhu.cn/?p=245</guid>
		<description><![CDATA[演示:http://qijuzhu.cn/googlemap/theboy_suki.html
代码:
&#60;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd&#8220;&#62;
&#60;html xmlns=&#8221;http://www.w3.org/1999/xhtml&#8220;&#62;
&#60;HEAD&#62;
&#60;TITLE&#62;theboy and suki&#60;/TITLE&#62;
&#60;META http-equiv=content-type content=&#8221;text/html; charset=utf-8&#8243;&#62;
&#60;STYLE&#62;#map {
WIDTH: 500px; HEIGHT: 500px
}
&#60;/STYLE&#62;
&#60;script src=&#8221;http://ditu.google.com/maps?file=api&#38;amp;v=2&#38;amp;key=ABQIAAAAonhupFdtg4gm3w9PneoXnhQ-4gqHLa0Z1CC2fno0ffyvRKS2qRSbv9XfzFV_A3hnXYR6E-pHoueGeg&#38;hl=zh-CN&#8221;
type=&#8221;text/javascript&#8221;&#62;&#60;/script&#62;
&#60;SCRIPT type=text/javascript&#62;
var map;
function load() {
if (GBrowserIsCompatible()) {
map = new GMap2(document.getElementById(&#8220;map&#8221;));
map.setCenter(new GLatLng(35.8616600, 114.1953970), 5);
map.addControl(new GLargeMapControl());
//theboy default google marker with a regular html info window
defaultMarker = new GMarker( new GLatLng(34.7803771, 113.6582208));
GEvent.addListener(defaultMarker, &#8216;click&#8217;, function(){
defaultMarker.openInfoWindowHtml(
&#8220;我和小米&#60;br /&#62;&#60;img src=&#8217;http://qijuzhu.cn/googlemap/theboy.gif&#8217; /&#62;&#8221;
);
});
map.addOverlay(defaultMarker);
// suki default google [...]]]></description>
			<content:encoded><![CDATA[<p>演示:<a href="http://qijuzhu.cn/googlemap/theboy_suki.html">http://qijuzhu.cn/googlemap/theboy_suki.html</a><br />
代码:</p>
<blockquote><p>&lt;!DOCTYPE HTML PUBLIC &#8220;-//W3C//DTD HTML 4.01 Transitional//EN&#8221; &#8220;<a href="http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd">http://www.w3c.org/TR/1999/REC-html401-19991224/loose.dtd</a>&#8220;&gt;<br />
&lt;html xmlns=&#8221;<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>&#8220;&gt;<br />
&lt;HEAD&gt;<br />
&lt;TITLE&gt;theboy and <a href="http://qitiao.cn"target="_blank"title="suki" >suki</a>&lt;/TITLE&gt;<br />
&lt;META http-equiv=content-type content=&#8221;text/html; charset=utf-8&#8243;&gt;</p>
<p>&lt;STYLE&gt;#map {<br />
WIDTH: 500px; HEIGHT: 500px<br />
}<br />
&lt;/STYLE&gt;</p>
<p>&lt;script src=&#8221;<a href="http://ditu.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=ABQIAAAAonhupFdtg4gm3w9PneoXnhQ-4gqHLa0Z1CC2fno0ffyvRKS2qRSbv9XfzFV_A3hnXYR6E-pHoueGeg&amp;hl=zh-CN">http://ditu.google.com/maps?file=api&amp;amp;v=2&amp;amp;key=ABQIAAAAonhupFdtg4gm3w9PneoXnhQ-4gqHLa0Z1CC2fno0ffyvRKS2qRSbv9XfzFV_A3hnXYR6E-pHoueGeg&amp;hl=zh-CN</a>&#8221;<br />
type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt;<br />
&lt;SCRIPT type=text/javascript&gt;<br />
var map;<br />
function load() {<br />
if (GBrowserIsCompatible()) {<br />
map = new GMap2(document.getElementById(&#8220;map&#8221;));<br />
map.setCenter(new GLatLng(35.8616600, 114.1953970), 5);<br />
map.addControl(new GLargeMapControl());</p>
<p>//theboy default <a href="http://qijuzhu.cn/tag/google/"target="_blank"title="google" >google</a> marker with a regular html info window<br />
defaultMarker = new GMarker( new GLatLng(34.7803771, 113.6582208));<br />
GEvent.addListener(defaultMarker, &#8216;click&#8217;, function(){<br />
defaultMarker.openInfoWindowHtml(<br />
&#8220;我和小米&lt;br /&gt;&lt;img src=&#8217;http://qijuzhu.cn/googlemap/theboy.gif&#8217; /&gt;&#8221;<br />
);<br />
});<br />
map.addOverlay(defaultMarker);</p>
<p>// suki default google marker with a regular html info window<br />
defaultMarkersuki = new GMarker( new GLatLng(39.6266725, 115.4281461));<br />
GEvent.addListener(defaultMarkersuki, &#8216;click&#8217;, function(){<br />
defaultMarkersuki.openInfoWindowHtml(<br />
&#8220;&lt;img src=&#8217;http://qijuzhu.cn/googlemap/laishui.jpg&#8217; border=&#8217;0&#8242;/&gt;&lt;br /&gt;野三坡&#8221;<br />
);<br />
});<br />
map.addOverlay(defaultMarkersuki);</p>
<p>// cangzhou default google marker with a regular html info window<br />
defaultMarkercangzhou = new GMarker( new GLatLng(38.3044528, 116.8388379));<br />
GEvent.addListener(defaultMarkercangzhou, &#8216;click&#8217;, function(){<br />
defaultMarkercangzhou.openInfoWindowHtml(<br />
&#8220;&lt;a href=&#8217;http://qijuzhu.cn/googlemap/cangzhou.jpg&#8217;&gt;&lt;img src=&#8217;http://qijuzhu.cn/googlemap/cangzhoulit.jpg&#8217; alt=&#8217;点击查看大图&#8217; border=&#8217;0&#8242;/&gt;&lt;/a&gt;&lt;br /&gt;沧州,&lt;br /&gt;我上大学的地方,&lt;br /&gt;破破烂烂的.&lt;br /&gt;现在拆了,大快人心!&lt;br /&gt;&#8221;<br />
);<br />
});<br />
map.addOverlay(defaultMarkercangzhou);</p>
<p>// zhengzhou default google marker with a regular html info window<br />
defaultMarkerzhengzhou = new GMarker( new GLatLng(32.9950049, 112.5484622));<br />
GEvent.addListener(defaultMarkerzhengzhou, &#8216;click&#8217;, function(){<br />
defaultMarkerzhengzhou.openInfoWindowHtml(<br />
&#8220;&lt;embed src=&#8217;http://player.youku.com/player.php/sid/XMjQ2MDUwNzI=/v.swf&#8217; quality=&#8217;high&#8217; width=&#8217;300&#8242; height=&#8217;300&#8242; align=&#8217;middle&#8217; allowScriptAccess=&#8217;sameDomain&#8217; type=&#8217;application/x-shockwave-flash&#8217;&gt;&lt;/embed&gt;&#8221;<br />
);<br />
});<br />
map.addOverlay(defaultMarkerzhengzhou);</p>
<p>}<br />
}<br />
&lt;/SCRIPT&gt;</p>
<p>&lt;META content=&#8221;MSHTML 6.00.6000.16735&#8243; name=GENERATOR&gt;&lt;/HEAD&gt;<br />
&lt;BODY onload=load() onunload=GUnload()&gt;<br />
&lt;DIV id=map&gt;&lt;/DIV&gt;&lt;/BODY&gt;&lt;/HTML&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://qijuzhu.cn/google-map-api%e5%ae%9e%e4%be%8b/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>恍然如梦</title>
		<link>http://qijuzhu.cn/%e6%81%8d%e7%84%b6%e5%a6%82%e6%a2%a6/</link>
		<comments>http://qijuzhu.cn/%e6%81%8d%e7%84%b6%e5%a6%82%e6%a2%a6/#comments</comments>
		<pubDate>Sat, 25 Oct 2008 13:00:23 +0000</pubDate>
		<dc:creator>theboy</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[读书]]></category>

		<guid isPermaLink="false">http://qijuzhu.cn/%e6%81%8d%e7%84%b6%e5%a6%82%e6%a2%a6/</guid>
		<description><![CDATA[最近读几本人吓人的书.一个地质堪探的,一个天下霸唱出写鬼吹灯之前写的,一个上古神迹.看得头脑浑浊,视人,个个如鬼.
]]></description>
			<content:encoded><![CDATA[<p>最近读几本人吓人的书.一个地质堪探的,一个天下霸唱出写鬼吹灯之前写的,一个上古神迹.看得头脑浑浊,视人,个个如鬼.</p>
]]></content:encoded>
			<wfw:commentRss>http://qijuzhu.cn/%e6%81%8d%e7%84%b6%e5%a6%82%e6%a2%a6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://qijuzhu.cn/hello-world/</link>
		<comments>http://qijuzhu.cn/hello-world/#comments</comments>
		<pubDate>Mon, 08 Sep 2008 08:36:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://qijuzhu.cn/?p=1</guid>
		<description><![CDATA[Welcome to WordPress. This is your first post. Edit or delete it, then start blogging!
]]></description>
			<content:encoded><![CDATA[<p>Welcome to <a href="http://qijuzhu.cn/tag/wordpress/"target="_blank"title="wordpress" >WordPress</a>. This is your first post. Edit or delete it, then start <a href="http://80blog.net"target="_blank"title="free wordpress blog" >blog</a>ging!</p>
]]></content:encoded>
			<wfw:commentRss>http://qijuzhu.cn/hello-world/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
