<?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; 其他</title>
	<atom:link href="http://c.gzl.name/archives/category/others/feed" rel="self" type="application/rss+xml" />
	<link>http://c.gzl.name</link>
	<description>IPhone, Cocoa, PHP, Javascript, JQuery, Actionscript, etc...</description>
	<lastBuildDate>Thu, 29 Dec 2011 07:20:44 +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>简单的PHP应用，拼接Picasa和Youtube</title>
		<link>http://c.gzl.name/archives/612</link>
		<comments>http://c.gzl.name/archives/612#comments</comments>
		<pubDate>Sun, 11 Dec 2011 01:36:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网页开发]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[youtube]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=612</guid>
		<description><![CDATA[现代人还是很幸福的啊&#8230; 从3岁小孩到百岁老人都有电脑玩&#8230; 我的一个老年人朋友最近就有一个需求，就是给Picasa的Photo Slideshow配乐。其实是很简单的事情，但是如果全盘都让老先生写iframe的代码，是不是有些残酷了呢&#8230; 所以我就做了一个小php应用给他。 程序的目标： 通过输入Picasa的slideshow地址，和youtube的地址，来自动生成一个用iframe组合好的，可以自动播放音乐的网页 程序内容文件： 1. index.html 2. save.php 3. show.php 数据库结构 CREATE TABLE IF NOT EXISTS `main` &#40; `idx` INT&#40;11&#41; NOT NULL AUTO_INCREMENT, `picasa` text NOT NULL, `youtube` text NOT NULL, PRIMARY KEY &#40;`idx`&#41; &#41; index.html文件结构： &#60;form action=&#34;save.php&#34; method=&#34;post&#34;&#62; Picasa address : &#60;input name=&#34;picasa&#34; type=&#34;text&#34; /&#62; Youtube address: &#60;input name=&#34;youtube&#34; type=&#34;text&#34; [...]]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/612/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>基于Air的本地Google Analytics客户端</title>
		<link>http://c.gzl.name/archives/559</link>
		<comments>http://c.gzl.name/archives/559#comments</comments>
		<pubDate>Tue, 08 Jun 2010 04:37:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[网络技术]]></category>
		<category><![CDATA[Google Analytics]]></category>
		<category><![CDATA[Polaris]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=559</guid>
		<description><![CDATA[看着自己原来写的博客还有这么高的浏览量真是惭愧,愧对那些看我博客的朋友. 最近iOS开发功力恢复中,希望尽快恢复佛典的继续开发,不为别的,只为曾经说过. 看自己网站的浏览量是非常开心得事情,当然前题是你的网站流量还满意&#8230;. Polaris是一个非常简单的,免费的Google Analytics客户端. 基于Air代表着Mac, Windows都OK. 非常不错得界面,大家试试吧, 懒得登录google的好选择. 下载]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/559/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>自己的新“Mac”到手，有空继续写博客</title>
		<link>http://c.gzl.name/archives/554</link>
		<comments>http://c.gzl.name/archives/554#comments</comments>
		<pubDate>Tue, 25 May 2010 02:04:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mac相关]]></category>
		<category><![CDATA[其他]]></category>
		<category><![CDATA[Hackintosh]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=554</guid>
		<description><![CDATA[Core i3 530 H55 4GB DDR3 Geforce 8400GS 比我原来的Macbook速度快多了，而且很多都是OOB可用。tony这个名字厉害阿，不仅仅在日本是大神&#8230; http://tonymacx86.blogspot.com/  上可以学习到很多制作Hackintosh的内容和软件]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/554/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>两个简繁转换脚本</title>
		<link>http://c.gzl.name/archives/542</link>
		<comments>http://c.gzl.name/archives/542#comments</comments>
		<pubDate>Thu, 21 Jan 2010 05:11:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[网页开发]]></category>
		<category><![CDATA[dedecms]]></category>
		<category><![CDATA[GB_BIG]]></category>
		<category><![CDATA[language.js]]></category>
		<category><![CDATA[简繁转换]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=542</guid>
		<description><![CDATA[帮人做网站，结果需要简繁转换，于是在网上找了一下，找到下面两个转换脚本 GB_BIG 比较全能但是似乎性能稍差，使用方法如下： &#60;--! 转换按钮的代码 --&#62; &#60;a id=&#34;GB_BIG&#34;&#62;繁體&#60;/a&#62; &#160; &#60;--! 导入脚本的代码 --&#62; &#60;script type=&#34;text/javascript&#34; src=&#34;include/javascript/GB_BIG.js&#34;&#62;&#60;/script&#62; &#60;script type=&#34;text/javascript&#34;&#62; var defaultEncoding = 2; // 1: 繁體中文, 2: 简体中文 var translateDelay = 0; var cookieDomain = &#34;http://gzl.name&#34;; ///修改成你的网站地址 var msgToTraditionalChinese = &#34;繁體&#34;; var msgToSimplifiedChinese = &#34;简体&#34;; var translateButtonId = &#34;GB_BIG&#34;; translateInitilization(); &#60;/script&#62; language 不支持Firefox，Chrome都没有问题，使用方法就是导入这个脚本在需要点击的位置： &#60;script type=&#34;text/javascript&#34; src=&#34;include/language.js&#34;&#62;&#60;/script&#62; 这个脚本里面本身带了document.write的&#60;a&#62;，不过写错了。如果要用需要更改里面的&#60;a&#62;的name为id，就可以了]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/542/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backtrack4破解WEP密碼流程</title>
		<link>http://c.gzl.name/archives/527</link>
		<comments>http://c.gzl.name/archives/527#comments</comments>
		<pubDate>Mon, 18 Jan 2010 20:31:54 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[网络技术]]></category>
		<category><![CDATA[backtrack]]></category>
		<category><![CDATA[backtrack4]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=527</guid>
		<description><![CDATA[哥的网混正了&#8230;不需要这些了，但是还是放在博客上好 airmon-ng -&#62;得到接口信息 airodump-ng -&#62; 得到附近网络节点的信息ap BSSID, ESSID, CH airodump-ng -w wep -c 频道 &#8211;bssid MAC地址 接口名 aireplay-ng -1 0 -a MAC地址 接口名 aireplay-ng -3 -b MAC地址 接口名 aircrack-ng ~.cap -&#62; 解码开始]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/527/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>去掉DedeCMS 会员中心 的 消费中心</title>
		<link>http://c.gzl.name/archives/521</link>
		<comments>http://c.gzl.name/archives/521#comments</comments>
		<pubDate>Mon, 18 Jan 2010 03:15:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[网页开发]]></category>
		<category><![CDATA[dedecms]]></category>
		<category><![CDATA[消费中心]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=521</guid>
		<description><![CDATA[打开 /member/templets/menu.php 删除以下字段： &#60;!-- //消费管理 --&#62; &#60;div class='menuTitle mbcmoney' onclick=&#34;ShowHideMenuD('mbcmoney')&#34;&#62;&#60;/div&#62; &#60;ul class=&#34;leftNav&#34; id=&#34;mbcmoney&#34;&#62; &#60;li class=&#34;icon consume1&#34;&#62;&#60;a href=&#34;../member/operation.php&#34;&#62;财务管理&#60;/a&#62;&#60;/li&#62; &#60;li class=&#34;icon consume&#34;&#62;&#60;a href=&#34;../member/buy.php&#34;&#62;升级/充值&#60;/a&#62;&#60;/li&#62; &#60;/ul&#62;]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/521/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>收藏:魔兽3录像PHP解析器</title>
		<link>http://c.gzl.name/archives/485</link>
		<comments>http://c.gzl.name/archives/485#comments</comments>
		<pubDate>Sun, 03 Jan 2010 09:12:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[网页开发]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[录像]]></category>
		<category><![CDATA[魔兽争霸]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=485</guid>
		<description><![CDATA[曾几何时想弄一个类似Replay.net的某语言网站，但是我这人太孤单了，找不到合作伙伴阿&#8230; 算了，说正事 Warcraft III Replay Parser for PHP 是一个非常棒的w3录像文件解析器，如果你想使用服务器解析任何上传的replay文件的地图信息，比赛对手，等等等等所有的内容都是可访问的 http://w3rep.sourceforge.net/  有空看看！ w3g-julas-2.3 假使有一天那网站沉了，我这有备份！源文件的注释非常棒，大家要好好看看 慢慢肯定恢复iphone开发的话题，最近太忙太累了，身累心也累]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/485/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>1and1的500错误</title>
		<link>http://c.gzl.name/archives/424</link>
		<comments>http://c.gzl.name/archives/424#comments</comments>
		<pubDate>Fri, 28 Aug 2009 07:23:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[网页开发]]></category>
		<category><![CDATA[1and1]]></category>
		<category><![CDATA[500]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=424</guid>
		<description><![CDATA[仅防止有华人使用1and1并且和我有相同的问题的朋友。 如果你使用1and1，病情是遇到N多的500错误，那么请作一下事项： 1，确保在传输.htaccess文件的时候使用二进制数据模式 2，在.htaccess中添加以下内容 Options All -Indexes AddType x-mapp-php5 .php AddHandler x-mapp-php5 .php 因为1and1缺省是php4，上面要做的就是去强制使用php5 3，目前没有3&#8230;&#8230;.]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/424/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iPhone游戏开发新书：《iPhone Game Projects》</title>
		<link>http://c.gzl.name/archives/351</link>
		<comments>http://c.gzl.name/archives/351#comments</comments>
		<pubDate>Fri, 14 Aug 2009 19:02:26 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[book]]></category>
		<category><![CDATA[iPhone Game Projects]]></category>
		<category><![CDATA[书]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=351</guid>
		<description><![CDATA[顺藤摸瓜总是好得，APress不仅仅出版了“酷”的iPhone工程开发。也同样出版了这本《iPhone游戏工程》肯定是一本超帅的书了，不能错过阿！ 西瓜，清爽怡人，也是非常不错的选择阿！ 更多该书的英文信息可以查阅APress的主页：http://apress.com/book/view/1430219688 如果对该书有兴趣，也可以去Google一下～]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/351/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>免费iPhone软件网</title>
		<link>http://c.gzl.name/archives/348</link>
		<comments>http://c.gzl.name/archives/348#comments</comments>
		<pubDate>Fri, 14 Aug 2009 18:55:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[其他]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[iPhone开发]]></category>
		<category><![CDATA[免费]]></category>
		<category><![CDATA[免费软件]]></category>
		<category><![CDATA[软件]]></category>

		<guid isPermaLink="false">http://c.gzl.name/?p=348</guid>
		<description><![CDATA[iPhone软件开发的生意越来越难作，反而成就了某些网站&#8230; &#8230; 免费iPhone软件网：freeappalert.com 简单而精品的网站介绍新近变为免费的iPhone软件，心动不如行动，看看有没有你想要的软件！]]></description>
		<wfw:commentRss>http://c.gzl.name/archives/348/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

