<?xml version="1.0" encoding="utf-8" ?>
<rss version="2.0">
<channel>
<title>网络编程</title>
<link>http://www.itxuexi.com/tech/list_30_1.html</link>
<description>技术应用 / 网络编程</description>
<language>zh-cn</language>
<generator><![CDATA[Copyright &amp;copy; 2009-2011 IT学习网 版权所有]]></generator>
<webmaster>no-reply@itxuexi.com</webmaster>
<item>
    <title><![CDATA[Visual Studio 2008 Team Suite简体中文正式版- 激活方法]]></title>
    <link>http://www.itxuexi.com/tech/90384.html</link>
    <description><![CDATA[2月2日在MSDN订阅上刚刚发布，绝对简体中文正式版本！不是90天试用版本！内含MSDN简体中文版。ISO文件：zh-Hans_visual_studio_team_system_2008_team_suite_x86_x64wow_dvd_X14-26452.iso大小：4.34G8(UMD5:adb8e13193431d]]></description>
    <pubDate>2010-05-05</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>|</comments>
</item>
<item>
    <title><![CDATA[PHP中处理string]]></title>
    <link>http://www.itxuexi.com/tech/90362.html</link>
    <description><![CDATA[$test_string=amp;quot;你好amp;quot;;amp;amp;nbsp;var_dump($test_string{0}.$test_string{1});amp;amp;nbsp;var_dump(ord($test_string{0}));amp;amp;nbsp;var_dump(ord($test_string{1}));amp;amp;nbsp;var_dump(dechex(196));amp;amp;nbsp;var_dump(chr(a]]></description>
    <pubDate>2010-04-07</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>|</comments>
</item>
<item>
    <title><![CDATA[PHP 正则判断中文 UTF-8 &amp;amp; GBK]]></title>
    <link>http://www.itxuexi.com/tech/90361.html</link>
    <description><![CDATA[UTF-8匹配:在javascript中，要判断字符串是中文是很简单的。比如：varstr=quot;php编程quot;;if(/^[\u4e00-\u9fa5]+$/.test(str)){alert(quot;该字符串全部是中文quot;);}else{alert(quot;该字符串不全部]]></description>
    <pubDate>2011-04-25</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>|</comments>
</item>
<item>
    <title><![CDATA[web开发人员必须知道的Unicode与字符集相关知识]]></title>
    <link>http://www.itxuexi.com/tech/90131.html</link>
    <description><![CDATA[web开发人员必须知道的Unicode与字符集相关知识.]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>ASP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[IE8内部对渲染模型的判断流程]]></title>
    <link>http://www.itxuexi.com/tech/90130.html</link>
    <description><![CDATA[下面的图详细得给出了IE8内部对渲染模型的判断流程.]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>ASP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[Javascript教程:关于深入了解JS的几个问题]]></title>
    <link>http://www.itxuexi.com/tech/90122.html</link>
    <description><![CDATA[看了DmitryBaranovskiy写的这篇So,youthinkyouknowJavaScript?，也拜读了NicholasC.Zakas的答复,对Javascript的了解又进了一步，尝试把自己的理解记录如下.]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[WEBJX收集12个非常有创意的JavaScript小游戏]]></title>
    <link>http://www.itxuexi.com/tech/90121.html</link>
    <description><![CDATA[12个高级创意JavaScript游戏.]]></description>
    <pubDate>2010-03-20</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[提高Textarea操作性能优秀的jQuery插件]]></title>
    <link>http://www.itxuexi.com/tech/89497.html</link>
    <description><![CDATA[7个提高TextArea操作性能的jQuery插件.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[jQuery.Switchable整合插件用途介绍]]></title>
    <link>http://www.itxuexi.com/tech/89496.html</link>
    <description><![CDATA[jQuery.Switchable是一款整合了Tabs、Slide、Scrollable等常见UI组件的jQuery插件。它有简单易用的API、可灵活配置的Configuration，支持自定义Effect，支持自主开发Plugin。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[修改和创建DOM节点两种方式的4种优化方案]]></title>
    <link>http://www.itxuexi.com/tech/89495.html</link>
    <description><![CDATA[在我们开发互联网富应用（RIA）时，我们经常写一些javascript脚本来修改或者增加页面元素，这些工作最终是DOM——或者说文档对象模型——来完成的，而我们的实现方式会影响到应用的响应速]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[收集国外的14个图片放大编辑的jQuery插件]]></title>
    <link>http://www.itxuexi.com/tech/89494.html</link>
    <description><![CDATA[14个jQuery图片放大编辑插件汇总。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[ImagesLazyLoad 图片延迟加载效果]]></title>
    <link>http://www.itxuexi.com/tech/89493.html</link>
    <description><![CDATA[之前在做一个图片浏览效果时，要看后面的小图必须等到前面的加载完，而且大图的位置是在大量的小图后面，导致大图要等到小图都加载完才能显示，为了解决这个问题，就想到了Lazyload效果]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[非常出色的jQuery运动特效可以和Flash媲美]]></title>
    <link>http://www.itxuexi.com/tech/89492.html</link>
    <description><![CDATA[媲美Flash的10个jQuery运动特效代码.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[Jetpack扩展案例:Gmail邮件提醒功能]]></title>
    <link>http://www.itxuexi.com/tech/89491.html</link>
    <description><![CDATA[Firefox的Jetpack扩展案例分析：Gmail邮件提醒.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[30个气泡悬浮框（Tooltip）的jQuery插件]]></title>
    <link>http://www.itxuexi.com/tech/89490.html</link>
    <description><![CDATA[30款气泡悬浮框的jQuery插件。气泡悬浮框（Tooltip）已经成为一个小个字的重要角色。在交互，提示，视觉上制造不同凡响的效果。这些基于JQuery的插件，让你可以在网站上方便地应用这些半透明]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[webjx收集45个jQuery导航插件和教程]]></title>
    <link>http://www.itxuexi.com/tech/89489.html</link>
    <description><![CDATA[45个jQuery导航插件及教程]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[jQuery教程：jQuery核心方法的使用]]></title>
    <link>http://www.itxuexi.com/tech/89488.html</link>
    <description><![CDATA[今天我们再深入的学习一下jQuery的核心。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[jQuery教程：jQuery的核心]]></title>
    <link>http://www.itxuexi.com/tech/89487.html</link>
    <description><![CDATA[jQuery教程：jQuery的核心.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[JavaScript教程:编写匿名函数的几种方法]]></title>
    <link>http://www.itxuexi.com/tech/89486.html</link>
    <description><![CDATA[匿名函数可以有效控制变量作用域，构造闭包(Closure)，防止对全局变量造成污染。在JavaScript中，编写匿名函数，有以下几种方法.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[免费资源:7个效果非常棒的jQuery 3D效果插件]]></title>
    <link>http://www.itxuexi.com/tech/89485.html</link>
    <description><![CDATA[这是一篇有关jQuery3D效果实现的文章，对应Web开发人员来说，写更少的东西，实现更多的内容是非常幸福的事情，对应js来说，jQuery就是为我们这样服务的，使用jQuery你可以用很少的代码轻松实]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[jQuery教程:整理的几个常见的初学者问题]]></title>
    <link>http://www.itxuexi.com/tech/89484.html</link>
    <description><![CDATA[初学jQuery的朋友，基本上都会问同一个问题“什么是jQuery？”等类似的问题，理解这个问题对于后面的学习会起到促进作用。以下是我整理出的大家常问的几个问题.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[web开发设计师比较费解的JavaScript]]></title>
    <link>http://www.itxuexi.com/tech/89483.html</link>
    <description><![CDATA[JavaScript可算是世界上最流行的编程语言，它曾被Web开发设计师贴上噩梦的标签，虽然真正的噩梦其实是DOMAPI，这个被大量的开发与设计师随手拈来增强他们的Web前端的脚本语言，如今越来越被]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[WEBJX收集非常有用的免费的Javascript开发工具]]></title>
    <link>http://www.itxuexi.com/tech/89482.html</link>
    <description><![CDATA[非常全面的实用JavaScript开发工具列表.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[JS教程:Chrome对数组的sort方法优化]]></title>
    <link>http://www.itxuexi.com/tech/89481.html</link>
    <description><![CDATA[JS教程:Chrome对数组的sort方法优化.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[JS教程:JavaScript全半角转换]]></title>
    <link>http://www.itxuexi.com/tech/89480.html</link>
    <description><![CDATA[规律：半角空格的charCode为32,全角空格为12288.其他半角字符(33–126)与全角(65281–65374)的对应关系是：均相差65248.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[User agent字符串将成为用户真正的隐私问题]]></title>
    <link>http://www.itxuexi.com/tech/89479.html</link>
    <description><![CDATA[Cookies和IP地址不再能保护用户隐私.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>Javascript</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[FireFox插件FirePHP调试PHP]]></title>
    <link>http://www.itxuexi.com/tech/89424.html</link>
    <description><![CDATA[使用Firebug和FirePHP调试PHP.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP教程:strtok()函数实际应用]]></title>
    <link>http://www.itxuexi.com/tech/89423.html</link>
    <description><![CDATA[PHP的strtok()函数的优点详解.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP实例教程:PHP开启gzip页面压缩]]></title>
    <link>http://www.itxuexi.com/tech/89422.html</link>
    <description><![CDATA[如何在PHP开启gzip页面压缩实例.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[Windows7系统安装Apache_pn服务失败]]></title>
    <link>http://www.itxuexi.com/tech/89421.html</link>
    <description><![CDATA[Win7安装Apache服务失败解决办法.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP实例教程:汉字转为unicode的通用函数]]></title>
    <link>http://www.itxuexi.com/tech/89420.html</link>
    <description><![CDATA[把一个汉字转为unicode的通用函数，不依赖任何库，和别的自定义函数，但有条件：本文件以及函数的输入参数应该用utf－8编码，不然要加函数转换。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[Apache 2.2.15版发布]]></title>
    <link>http://www.itxuexi.com/tech/89419.html</link>
    <description><![CDATA[ApacheHTTPServer（简称Apache）是Apache软件基金会的一个开放源码的网页服务器，可以在大多数计算机操作系统中运行，由于其跨平台和安全性被广泛使用，是最流行的Web服务器端软件之一。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP实例教程:PHP采集程序的思路]]></title>
    <link>http://www.itxuexi.com/tech/89418.html</link>
    <description><![CDATA[由于需要，要写一个简单的PHP采集程序，照例是到网上找了一堆教程，然后照猫画虎，可是发现网上的教程全是似是而非，没有一个真正能用的。苦想了几天，终于弄明白了里面的道理。在这里]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP 5.2.13版发布修复之前30多个BUG]]></title>
    <link>http://www.itxuexi.com/tech/89417.html</link>
    <description><![CDATA[PHP5.2.13正式发布，修复之前30多个BUG.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[CentOS+Nginx+PHP+MySQL环境配置]]></title>
    <link>http://www.itxuexi.com/tech/89416.html</link>
    <description><![CDATA[轻松搞定CentOS+Nginx+PHP+MySQL标准生产环境.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP教程：smarty学习指南]]></title>
    <link>http://www.itxuexi.com/tech/89415.html</link>
    <description><![CDATA[smarty半小时快速上手教程.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[用JQuery和PHP实现无刷新删除数据库数据]]></title>
    <link>http://www.itxuexi.com/tech/89414.html</link>
    <description><![CDATA[利用JQuery与PHP实现无刷新删除数据库数据，这个小功能一共需要三个文件，一个JS，两个PHP文件。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP技巧汇总:提高PHP性能的53个技巧]]></title>
    <link>http://www.itxuexi.com/tech/89413.html</link>
    <description><![CDATA[用单引号代替双引号来包含字符串，这样做会更快一些。因为PHP会在双引号包围的字符串中搜寻变量，单引号则不会，注意：只有echo能这么做，它是一种可以把多个字符串当作参数的“函数”]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[十三个WordPress SQL查询语句]]></title>
    <link>http://www.itxuexi.com/tech/89412.html</link>
    <description><![CDATA[相见恨晚的WordPressSQL实用查询的十四招.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[PHP教程:最全的CURL函数库中文说明]]></title>
    <link>http://www.itxuexi.com/tech/89411.html</link>
    <description><![CDATA[PHP采集相关教程之一：CURL函数库.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[XAMPP环境下mysql的root用户密码修改方法]]></title>
    <link>http://www.itxuexi.com/tech/89410.html</link>
    <description><![CDATA[最近有客户忘记了mysql的root用户密码，使用mysqld_safe无法正常启动mysql，也没有办法按照mysqlmanual中的方法修改root密码。]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[Google Analytics获得GOOGLE真正的收录网站数据指标]]></title>
    <link>http://www.itxuexi.com/tech/89409.html</link>
    <description><![CDATA[通过GoogleAnalytics简单五步搞定真正收录数.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[GoDaddy Backorder域名抢注经验分享]]></title>
    <link>http://www.itxuexi.com/tech/89408.html</link>
    <description><![CDATA[GoDaddyBackorder域名抢注教程.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[合理的网盟广告策略:如何规划与投放网盟广告]]></title>
    <link>http://www.itxuexi.com/tech/89407.html</link>
    <description><![CDATA[合理的网盟广告策略，可以帮助我们更精准的锁定目标群体!我们应该如何规划与投放网盟广告？]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[ASP.NET优化:Sql注入和Html注入的黑帽SEO]]></title>
    <link>http://www.itxuexi.com/tech/89406.html</link>
    <description><![CDATA[ASP.NET的优化：黑帽seoHtml注入和Nofollow.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[ASP.NET做SEO：制作架构清晰和更新及时的网站地图]]></title>
    <link>http://www.itxuexi.com/tech/89405.html</link>
    <description><![CDATA[ASP.NET的SEOLinqtoXML---网站地图和RSSFeed.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[ASP.NET教程:使用.ashx文件去除重复内容]]></title>
    <link>http://www.itxuexi.com/tech/89404.html</link>
    <description><![CDATA[ASP.NET的SEO：使用.ashx文件——排除重复内容.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[ASP.NET教程:友好的Html和JS适合SEO]]></title>
    <link>http://www.itxuexi.com/tech/89403.html</link>
    <description><![CDATA[asp.net的优化服务器控件背后友好的Html和JS.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[ASP.NET实例教程:51job网站地区选择功能]]></title>
    <link>http://www.itxuexi.com/tech/89402.html</link>
    <description><![CDATA[asp.net实现51job地区选择效果.]]></description>
    <pubDate>2010-03-17</pubDate>
    <category>ASP.NET</category>
    <author>admin</author>
    <comments>网页教学网|www.webjx.com</comments>
</item>
<item>
    <title><![CDATA[如何批量修改RAR文件注释]]></title>
    <link>http://www.itxuexi.com/tech/89400.html</link>
    <description><![CDATA[最近采集流行,可能许多朋友都尝试通过采集数据来建设一个内容丰富完善的站点.可是,在某些时候我们通常采集得到的RAR文件都被批量加了注释,这个时候如果将这些数据放到自己的站上无异于]]></description>
    <pubDate>2010-03-11</pubDate>
    <category>PHP</category>
    <author>admin</author>
    <comments>|</comments>
</item>

</channel>
</rss>

