<?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>hqlong&#039;s blog &#187; php/javascript</title>
	<atom:link href="http://hqlong.com/category/webapp/feed" rel="self" type="application/rss+xml" />
	<link>http://hqlong.com</link>
	<description></description>
	<lastBuildDate>Wed, 30 Jun 2010 14:25:12 +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>Iframe跨域访问Cookie和Session的问题</title>
		<link>http://hqlong.com/2010/03/1283.html</link>
		<comments>http://hqlong.com/2010/03/1283.html#comments</comments>
		<pubDate>Wed, 17 Mar 2010 14:30:17 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[cookie]]></category>
		<category><![CDATA[session]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1283</guid>
		<description><![CDATA[最近忙的一个项目，主要是做一些登录系统的整合，其中遇到的一个最关键的问题为在一个统一的后台里需要无障碍的访问另外一个系统后台，这个系统是第三方提供的一个加过密的系统，后... ]]></description>
		<wfw:commentRss>http://hqlong.com/2010/03/1283.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>php中，怎么对大文件进行读取操作</title>
		<link>http://hqlong.com/2009/12/1108.html</link>
		<comments>http://hqlong.com/2009/12/1108.html#comments</comments>
		<pubDate>Thu, 03 Dec 2009 09:59:23 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[文件读取]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1108</guid>
		<description><![CDATA[在php中，对于文件的读取时，最快捷的方式莫过于使用一些诸如file、file_get_contents之类的函数，简简单单的几行代码就能很漂亮的完成我们所需要的功能。但当所操作的文件是一个比较大的文... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/12/1108.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>抽空做的一个网址缩短服务</title>
		<link>http://hqlong.com/2009/09/1003.html</link>
		<comments>http://hqlong.com/2009/09/1003.html#comments</comments>
		<pubDate>Wed, 02 Sep 2009 05:24:09 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[linux/server]]></category>
		<category><![CDATA[mylife]]></category>
		<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[服务，网址缩短]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=1003</guid>
		<description><![CDATA[用过 twitter的用户都知道，整个输入框只能输入140个字符，如果需要发布一些URL地址，但这些地址又比较长的话，会占用很多字符，然后自己能输入的字符就十分有限，为了解决这个问题，随之... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/09/1003.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>这样的一个需求的实现</title>
		<link>http://hqlong.com/2009/06/930.html</link>
		<comments>http://hqlong.com/2009/06/930.html#comments</comments>
		<pubDate>Mon, 29 Jun 2009 08:21:57 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[算法，php]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=930</guid>
		<description><![CDATA[需求： 一个表格的单元格所对应的坐标由字母组合而成，具体排列方式如下： 第  1  行： A          B         C          D           E      &#8230;..     Z 第  2  行：AA ... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/930.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>vim执行php或者c/c++的快捷键</title>
		<link>http://hqlong.com/2009/06/832.html</link>
		<comments>http://hqlong.com/2009/06/832.html#comments</comments>
		<pubDate>Tue, 23 Jun 2009 14:59:45 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[c/c++]]></category>
		<category><![CDATA[linux/server]]></category>
		<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[phpoo]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[添加新标签]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=832</guid>
		<description><![CDATA[经常我们会编写一些测试代码，这些代码一般只是临时测试某一个函数，测试过后基本上就没什么用了。 如果使用IDE，这好办，基本上都有一些快速运行的键，比如在ZendStudio里，将代码编写好... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/06/832.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IE浏览器的专有条件注释</title>
		<link>http://hqlong.com/2009/04/707.html</link>
		<comments>http://hqlong.com/2009/04/707.html#comments</comments>
		<pubDate>Wed, 22 Apr 2009 03:27:59 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[IE]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=707</guid>
		<description><![CDATA[1. &#60;!&#8211;[if !IE]&#62;&#60;!&#8211;&#62; 除IE外都可识别 &#60;!&#8211;&#60;![endif]&#8211;&#62; 2. &#60;!&#8211;[if IE]&#62; 所有的IE可识别 &#60; ![endif]&#8211;&#62; 3. &#60;!&#8211;[if IE 5.0]&#62; 只有IE5.0可以识别 &#60; ![endi... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/04/707.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>html q标签的问题</title>
		<link>http://hqlong.com/2009/04/694.html</link>
		<comments>http://hqlong.com/2009/04/694.html#comments</comments>
		<pubDate>Thu, 09 Apr 2009 07:26:38 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[chrome]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[html]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=694</guid>
		<description><![CDATA[对字符加引号,默认情况下，IE没有，FF有！！ q {quotes:none} 或者 q:before,q:after {content:&#8221;;} 去年引号。 但前者在google chrome中不管用。 只能使用后者 机器人 2009-04-09 15:26 于 北... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/04/694.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>收藏：Viewport Dimensions in Javascript</title>
		<link>http://hqlong.com/2009/03/679.html</link>
		<comments>http://hqlong.com/2009/03/679.html#comments</comments>
		<pubDate>Fri, 20 Mar 2009 05:20:35 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=679</guid>
		<description><![CDATA[var Client = &#123; viewportWidth: function&#40;&#41; &#123; return self.innerWidth &#124;&#124; &#40;document.documentElement.clientWidth &#124;&#124; document.body.clientWidth&#41;; &#125;, &#160; viewportHeight: function&#40;&#41; &#123; return self.i... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/03/679.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>apache之mod_expires</title>
		<link>http://hqlong.com/2009/03/675.html</link>
		<comments>http://hqlong.com/2009/03/675.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 16:06:41 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=675</guid>
		<description><![CDATA[前面提前过yahoo前端工程师提出的14条网站性能优化的建议，第四条是通过mod-deflate模块来对网站内容进行压缩，从而减少页面大小。 其中第三条也提到了这里的mod_expires,就是通过延长页面组件... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/03/675.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>收藏：js绝对尺寸</title>
		<link>http://hqlong.com/2009/03/672.html</link>
		<comments>http://hqlong.com/2009/03/672.html#comments</comments>
		<pubDate>Wed, 18 Mar 2009 15:34:36 +0000</pubDate>
		<dc:creator>机器人</dc:creator>
				<category><![CDATA[php/javascript]]></category>
		<category><![CDATA[javascript]]></category>

		<guid isPermaLink="false">http://hqlong.com/?p=672</guid>
		<description><![CDATA[function getAbsHeight&#40;ob&#41;&#123;return ob.offsetHeight;&#125; function getAbsWidth&#40;ob&#41;&#123;return ob.offsetWidth;&#125; function getAbsLeft&#40;ob&#41;&#123; var s_el=0;el=ob; while&#40;el&#41;&#123; s_el=s_el+el.offsetLeft; el=el.offsetP... ]]></description>
		<wfw:commentRss>http://hqlong.com/2009/03/672.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
