<?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>愆伏&#187; LBS相关</title>
	<atom:link href="http://taozhe.net/log/archives/category/lbs-relative/feed" rel="self" type="application/rss+xml" />
	<link>http://taozhe.net/log</link>
	<description>互联网路上</description>
	<lastBuildDate>Tue, 08 Jun 2010 03:50:20 +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>替换LBS站内搜索为google/baidu引擎</title>
		<link>http://taozhe.net/log/archives/87</link>
		<comments>http://taozhe.net/log/archives/87#comments</comments>
		<pubDate>Sat, 03 Feb 2007 02:10:58 +0000</pubDate>
		<dc:creator>愆伏</dc:creator>
				<category><![CDATA[LBS相关]]></category>
		<category><![CDATA[百度]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[搜索]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[LBS自带的搜索其实做的不错，但由于不是全文检索并存在日文字符溢出的问题，我决定把它换掉。 为了操作方便，准备使用现成的站内搜索引擎代码。还好百度和google都提供有相应的代码。 1.百度的： &#60;form action=&#34;http://www.baidu.com/baidu&#34; target=&#34;_blank&#34;&#62; &#60;table&#160;bgcolor=&#34;#FFFFFF&#34;&#62;&#60;tr&#62;&#60;td&#62; &#60;input&#160;name=tn type=hidden value=baidu&#62; &#60;a&#160;href=&#34;http://www.baidu.com/&#34;&#62;&#60;img src=&#34;http://img.baidu.com/img/logo-80px.gif&#34; alt=&#34;Baidu&#34; align=&#34;bottom&#34; border=&#34;0&#34;&#62;&#60;/a&#62; &#60;input&#160;type=text name=word size=30&#62; &#60;input&#160;type=&#34;submit&#34; value=&#34;百度搜索&#34;&#62; &#60;/td&#62;&#60;/tr&#62;&#60;/table&#62; &#60;/form&#62; 如果你不需要百度的logo的话，可以把 &#60;a href=&#34;http://www.baidu.com/&#34;&#62;&#60;img src=&#34;http://img.baidu.com/img/logo-80px.gif&#34; alt=&#34;Baidu&#34; align=&#34;bottom&#34; border=&#34;0&#34;&#62;&#60;/a&#62; 去除 表单的样式也可以自行定义，你可以直接给&#60;form&#62;添加一个id 例如： &#60;form action=&#34;http://www.baidu.com/baidu&#34; target=&#34;_blank&#34; id=&#34;searchBar&#34;&#62; 然后在你使用的css中，可以对searchBar及其下的元素进行定义，如： #searchBar table{background:#f4f4f4;font-size:12px;} 诸如此类。。。 改好之后，把它放在global.asp中合适的位置即可 2.google的 &#60;!-- Search Google --&#62; &#60;center&#62; &#60;form&#160;method=get action=&#34;http://www.google.com/search&#34;&#62; &#60;table&#160;bgcolor=&#34;#FFFFFF&#34;&#62;&#60;tr&#62;&#60;td&#62; &#60;a&#160;href=&#34;http://www.google.com/intl/zh-CN/&#34;&#62; &#60;img&#160;src=&#34;http://www.google.com/logos/Logo_40wht.gif&#34; border=&#34;0&#34;&#160;alt=&#34;Google&#34; align=&#34;absmiddle&#34;&#62;&#60;/a&#62; &#60;input&#160;type=text [...]]]></description>
		<wfw:commentRss>http://taozhe.net/log/archives/87/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>给blog程序做调整——LBS修改笔记[持续更新]</title>
		<link>http://taozhe.net/log/archives/83</link>
		<comments>http://taozhe.net/log/archives/83#comments</comments>
		<pubDate>Fri, 19 Jan 2007 13:53:25 +0000</pubDate>
		<dc:creator>愆伏</dc:creator>
				<category><![CDATA[LBS相关]]></category>
		<category><![CDATA[修改]]></category>
		<category><![CDATA[LBS]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[有段时间没博了,弄的hubro 把我给禁了 2007-11-10 1、将默认字号增加到14px,-修改很简单,修改当前使用css里body的font-size:14px即可 2、去除默认UBB标签[img]产生的链接-把class下面的ubbcode.asp文件中的[img]有关内容中的Anchor相关删除 2006-2-5 1、修该rssfeed中的null@null.com为gmail 2006-1-21 1、文章日期、作者、评论显示 2、非首页不显示友情链接 http://www.lbsky.cn/forum/thread-68-1-1.html 2006-1-19 下午有点空闲，把LBS又重新搞了一下 1、flash音乐播放器采用dewplayer的multi版，支持多首歌曲播放(具体使用方法稍后奉上) 2、修改了“统计数据”部分的文字样式和链接范围 3、去除了“最新日志”的显示 4、使用google的站内检索代替原来的检索功能，并调整了位置 -/log/?id=87 5、调整了日历部分的样式 6、删除了Rssfeed图标，目前还未想好放在哪里 7、将分类中的index删除，调整链接到“分类”上 8、将“友情链接”进行分组显示 9、压缩了数据库，由原来的5M压缩到现在的496k(access自带的压缩功能真猛！！) 10、将“分类”及“文章”链接的url改成形如&#34;?id=xx&#34;，利于SEO http://www.awflasher.com/blog/archives/717 11、去除未注册的用户的链接 12、关闭了&#34;trackback&#34;，防止恶心的SEO robot]]></description>
		<wfw:commentRss>http://taozhe.net/log/archives/83/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>LBS^2音乐后台管理\tag\日志置顶</title>
		<link>http://taozhe.net/log/archives/60</link>
		<comments>http://taozhe.net/log/archives/60#comments</comments>
		<pubDate>Sat, 15 Jul 2006 17:01:29 +0000</pubDate>
		<dc:creator>愆伏</dc:creator>
				<category><![CDATA[LBS相关]]></category>
		<category><![CDATA[后台]]></category>
		<category><![CDATA[音乐]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[播放器]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[昨天夜里睡不着,把上次的音乐播放器改成可后台维护的了.发现lbs写的真是好啊 具体修改细节,稍后放出]]></description>
		<wfw:commentRss>http://taozhe.net/log/archives/60/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>给LBS^2添加flash音乐播放器</title>
		<link>http://taozhe.net/log/archives/57</link>
		<comments>http://taozhe.net/log/archives/57#comments</comments>
		<pubDate>Mon, 26 Jun 2006 11:50:56 +0000</pubDate>
		<dc:creator>愆伏</dc:creator>
				<category><![CDATA[LBS相关]]></category>
		<category><![CDATA[音乐]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[播放器]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[有不少人问我的blog上为什么不弄点音乐，不是我不想弄，是我不会。。 单纯的加个embed又觉得没什么技术含量,用iframe调外部页面更不符合我的风格。 于是想到 白鸦blog上的那个睽违已久的flash播放器。 今天仔细看了一下发现原来就一个swf文件，估计是调用参数来访问外部资源的。 baidu之，发现了该播放器的官方网站 按部就班的弄好了 调用方法很简单 先下载dewplayer.swf，并上传到blog目录下 然后到global.asp里加一句 &#60;object type=&#34;application/x-shockwave-flash&#34; data=&#34;dewplayer.swf?son=votre_son.mp3&#34; width=&#34;200&#34; height=&#34;20&#34; bgcolor=&#34;#xxxxxx&#34;&#62; &#60;param&#160;name=&#34;movie&#34; value=&#34;dewplayer.swf?son=votre_son.mp3&#34; /&#62; &#60;param name=&#34;bgcolor&#34; value=&#34;#xxxxxx&#34;&#62; &#60;/object&#62; 把里面的votre_son.mp3换成你要的音乐URL,把#xxxxxx换成你要的背景颜色。 完工！ 不过更新仍然是比较静态的，需要手动修改参数。]]></description>
		<wfw:commentRss>http://taozhe.net/log/archives/57/feed</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>LBS汉化后的一个小问题</title>
		<link>http://taozhe.net/log/archives/56</link>
		<comments>http://taozhe.net/log/archives/56#comments</comments>
		<pubDate>Sun, 25 Jun 2006 23:18:07 +0000</pubDate>
		<dc:creator>愆伏</dc:creator>
				<category><![CDATA[LBS相关]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[LBS]]></category>
		<category><![CDATA[汉化]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[今天偶然发现其他人使用的lbs在打开文章页后，都有一个文字缩放功能。 可我的blog里相关位置显示的却是: &#124; &#124; 打开article.asp,在行41找到 &#60;div class=&#34;textbox-fontsize&#34;&#62; &#60;%=lang[&#34;font_size&#34;]%&#62;: &#60;a&#160;href=&#34;javascript:setFontSize(14)&#34; title=&#34;&#60;%=lang[&#34;font_size&#34;]%&#62;: &#60;%=lang[&#34;large&#34;]%&#62;&#34;&#62;&#60;%=lang[&#34;large&#34;]%&#62;&#60;/a&#62; &#124; &#60;a&#160;href=&#34;javascript:setFontSize(11)&#34; title=&#34;&#60;%=lang[&#34;font_size&#34;]%&#62;: &#60;%=lang[&#34;medium&#34;]%&#62;&#34;&#62;&#60;%=lang[&#34;medium&#34;]%&#62;&#60;/a&#62; &#124; &#60;a&#160;href=&#34;javascript:setFontSize(9)&#34; title=&#34;&#60;%=lang[&#34;font_size&#34;]%&#62;: &#60;%=lang[&#34;small&#34;]%&#62;&#34;&#62;&#60;%=lang[&#34;small&#34;]%&#62;&#60;/a&#62; &#60;/div&#62; 发现可能有几个量没定义 再打开lang/blog.asp， 找到t[&#34;quote&#34;]=&#34;引用&#34;;，在上面增加： t[&#34;font_size&#34;]=&#34;字体大小&#34;; t[&#34;large&#34;]=&#34;大&#34;; t[&#34;medium&#34;]=&#34;中&#34;; t[&#34;small&#34;]=&#34;小&#34;; 测试了一下，功能ok了。 总结原因：估计是最初安装的lbs汉化包修改了文件内的一些内容。 各位使用LBS汉化的小心检查一下吧,哈哈]]></description>
		<wfw:commentRss>http://taozhe.net/log/archives/56/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
