<?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; Web</title>
	<atom:link href="http://log.medcl.net/item/category/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.medcl.net</link>
	<description>记录生活</description>
	<lastBuildDate>Tue, 29 Nov 2011 15:39:56 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>安装NginxHttpAccessKeyModule</title>
		<link>http://log.medcl.net/item/2011/08/installation-nginxhttpaccesskeymodule/</link>
		<comments>http://log.medcl.net/item/2011/08/installation-nginxhttpaccesskeymodule/#comments</comments>
		<pubDate>Sun, 07 Aug 2011 02:47:53 +0000</pubDate>
		<dc:creator>medcl</dc:creator>
				<category><![CDATA[VPS维护日志]]></category>
		<category><![CDATA[Web]]></category>
		<category><![CDATA[nginx]]></category>
		<category><![CDATA[vps]]></category>
		<category><![CDATA[维护日志]]></category>

		<guid isPermaLink="false">http://log.medcl.net/?p=777</guid>
		<description><![CDATA[下载：http://wiki.nginx.org/NginxHttpAccessKeyModule#accesskey cd /tmp wget http://wiki.nginx.org/images/5/51/Nginx-accesskey-2.0.3.tar.gz tar vxzf Nginx-accesskey-2.0.3.tar.gz cd nginx-accesskey-2.0.3/ &#160; vi config &#160; --content-- &#160; USE_MD5=YES USE_SHA1=YES ngx_addon_name=ngx_http_accesskey_module HTTP_MODULES=&#34;$HTTP_MODULES ngx_http_accesskey_module&#34; NGX_ADDON_SRCS=&#34;$NGX_ADDON_SRCS $ngx_addon_dir/ngx_http_accesskey_module.c&#34; &#160; &#160; cd /tmp/nginx-1.0.0 ./configure --user=www --group=www --prefix=/usr/local/nginx --with-http_stub_status_module --add-module=/tmp/nginx-accesskey-2.0.3/ vi nginx下面站点配置 location /files &#123; accesskey on; accesskey_hashmethod md5; accesskey_arg &#34;key&#34;; accesskey_signature &#34;pass$remote_addr&#34;; &#125; 重启nginx 站点下放置php文件测试一下是否正常工作。 &#60;? $ipkey= md5&#40;&#34;pass&#34;.$_SERVER&#91;'REMOTE_ADDR'&#93;&#41;; $output_add_key=&#34;&#60;a href=files/server.rar?key=&#34;.$ipkey.&#34;&#62;download_add_key&#60;/a&#62;&#60;br /&#62;&#34;; [...]]]></description>
		<wfw:commentRss>http://log.medcl.net/item/2011/08/installation-nginxhttpaccesskeymodule/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>qeephp邮件处理helper插件</title>
		<link>http://log.medcl.net/item/2010/08/qeephp-mail-processing-helper-plug-in/</link>
		<comments>http://log.medcl.net/item/2010/08/qeephp-mail-processing-helper-plug-in/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 16:55:37 +0000</pubDate>
		<dc:creator>medcl</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[qeephp]]></category>

		<guid isPermaLink="false">http://log.medcl.net/?p=537</guid>
		<description><![CDATA[1.app.yaml添加配置信息 mail_setting: smtpserver: &#34;smtp.qq.com&#34; #SMTP服务器 smtpserverport: 25 #SMTP服务器端口 smtpusermail: &#34;xxx@qq.com&#34; #SMTP服务器的用户邮箱 smtpuser: &#34;xxx&#34; #SMTP服务器的用户帐号 smtppass: &#34;pass&#34; #SMTP服务器的用户密码 emailtype: &#34;HTML&#34; #信件类型，文本:text；网页：HTML noauth: true #php必须已经配置好邮件相关配置，然后还需要设置smtpusermail 2.将下面类文件放入app\helper目录 &#60;?php &#160; // $Id: Helper_Email medcl,m@medcl.net,http://log.medcl.net$ &#160; /** &#160; * 邮件发送助手类 &#160; * @eamil m@medcl.net &#160; * @copyright medcl &#160; * @license New BSD License {@link http://qeephp.com/license/} &#160; * @version 1.1 [...]]]></description>
		<wfw:commentRss>http://log.medcl.net/item/2010/08/qeephp-mail-processing-helper-plug-in/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>my jquery toggle plugin script</title>
		<link>http://log.medcl.net/item/2010/08/my-jquery-toggle-plugin-script/</link>
		<comments>http://log.medcl.net/item/2010/08/my-jquery-toggle-plugin-script/#comments</comments>
		<pubDate>Mon, 16 Aug 2010 17:00:03 +0000</pubDate>
		<dc:creator>medcl</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jquery]]></category>

		<guid isPermaLink="false">http://log.medcl.net/?p=535</guid>
		<description><![CDATA[通过传入当前需要显示的Id，自动展开对应的条目。（$current_news_id标示当前Id） &#60;script type=&#34;text/javascript&#34;&#62; &#60;!-- $&#40;document&#41;.ready&#40;function&#40;&#41;&#123; $&#40;&#34;div&#34;&#41;.filter&#40;&#34;.handler&#34;&#41;.click&#40; function&#40;&#41; &#123; $&#40;this&#41;.next&#40;&#34;.news_detail&#34;&#41;.toggle&#40;&#41;; &#160; &#125;&#41;; $&#40;'#n&#60;? echo $current_news_id; ?&#62;'&#41;.css&#40;&#34;display&#34;,&#34;block&#34;&#41;; &#125;&#41;; //--&#62; &#60;/script&#62; &#60;style&#62; &#60;!-- .newItem{margin-bottom:10px; } .clickme{cursor:pointer;} .news_detail{display:none;} --&#62; &#60;/style&#62; &#60;? foreach &#40;$news as $newItem&#41;&#123; ?&#62; &#60;div class=&#34;newItem&#34; style=&#34;width:100%;&#34;&#62; &#60;div class=&#34;handler nav_font&#34; &#62; &#60;a&#62;&#60;?php echo $newItem-&#62;title; ?&#62;&#60;/a&#62; &#60;span style=&#34;color:#CCCCCC;font-size:12px;font-weight:400&#34;&#62;&#60;?echo date&#40;'Y年m月d日 H:i', $newItem-&#62;pubtime&#41;; ?&#62;&#60;/span&#62;&#60;/div&#62; &#60;div id=&#34;n&#60;? echo $newItem-&#62;news_id; ?&#62;&#34; class=&#34;news_detail&#34;&#62; [...]]]></description>
		<wfw:commentRss>http://log.medcl.net/item/2010/08/my-jquery-toggle-plugin-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jquery相对浮动层</title>
		<link>http://log.medcl.net/item/2010/07/floating-layer-relative-jquery/</link>
		<comments>http://log.medcl.net/item/2010/07/floating-layer-relative-jquery/#comments</comments>
		<pubDate>Thu, 29 Jul 2010 05:26:50 +0000</pubDate>
		<dc:creator>medcl</dc:creator>
				<category><![CDATA[Web]]></category>
		<category><![CDATA[资源分享]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[relative float div]]></category>

		<guid isPermaLink="false">http://log.medcl.net/?p=529</guid>
		<description><![CDATA[jquery相对浮动层，需要这样的效果，网上找了下，没找到，自己写的一个。 &#60;!DOCTYPE HTML PUBLIC &#34;-//W3C//DTD HTML 4.0 Transitional//EN&#34;&#62; &#60;HTML&#62; &#60;HEAD&#62; &#60;TITLE&#62; New Document &#60;/TITLE&#62; &#60;META NAME=&#34;Generator&#34; CONTENT=&#34;EditPlus&#34;&#62; &#60;META NAME=&#34;Author&#34; CONTENT=&#34;&#34;&#62; &#60;META NAME=&#34;Keywords&#34; CONTENT=&#34;&#34;&#62; &#60;META NAME=&#34;Description&#34; CONTENT=&#34;&#34;&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js&#34;&#62;&#60;/script&#62; &#160; &#60;/HEAD&#62; &#160; &#60;BODY&#62; &#60;div id=&#34;DivID&#34; style=&#34;background:#0F0; width:200px;height:200px;&#34;&#62;&#60;/div&#62; &#60;div id=&#34;float&#34; style=&#34;width:40px;height:20px;position:absolute;color:#f0f;background:#000&#34;&#62;删除&#60;/div&#62; &#160; &#60;script type=&#34;text/javascript&#34;&#62; &#160; var X = $&#40;'#DivID'&#41;.offset&#40;&#41;.top; var Y = $&#40;'#DivID'&#41;.offset&#40;&#41;.left; &#160; var xoffset=X+jQuery&#40;'#DivID'&#41;.outerHeight&#40;&#41;-jQuery&#40;'#float'&#41;.outerHeight&#40;&#41;; [...]]]></description>
		<wfw:commentRss>http://log.medcl.net/item/2010/07/floating-layer-relative-jquery/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

