<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_一个程序员的自省_分类_07-JavaScript</title><id>http://feed.cnblogs.com/blog/u/15645/category/73994/rss</id><updated>2012-05-29T01:17:26Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/category/73994.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/15645/category/73994/rss"/><entry><id>http://www.cnblogs.com/anderslly/archive/2008/06/19/javascript-resources.html</id><title type="text">JavaScript 资源列表</title><summary type="text">近期学习JavaScript所收集的一些资源，当前不多，但会持续更新。还有一些关于编程的感想，也是近段时间自己的感悟，不想再另起随笔，就放在一起了。</summary><published>2008-06-19T09:31:00Z</published><updated>2008-06-19T09:31:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2008/06/19/javascript-resources.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2008/06/19/javascript-resources.html"/><content type="text">近期学习JavaScript所收集的一些资源，当前不多，但会持续更新。还有一些关于编程的感想，也是近段时间自己的感悟，不想再另起随笔，就放在一起了。</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/11/15/javascriptwindow1.html</id><title type="text">改变浏览器窗口的大小和位置</title><summary type="text">通过脚本改变窗口的大小和位置，还有如何将窗口最大化，其中有些细节也许值得你一读。</summary><published>2006-11-15T13:53:00Z</published><updated>2006-11-15T13:53:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/11/15/javascriptwindow1.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/11/15/javascriptwindow1.html"/><content type="text">通过脚本改变窗口的大小和位置，还有如何将窗口最大化，其中有些细节也许值得你一读。</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/11/14/newstart.html</id><title type="text">新的开始，认真地写博客</title><summary type="text">  自己对写博客的一点感想，最后还提供了两本电子书下载：JavaScript: The Definitive Guide和JavaScript And Dhtml Cookbook</summary><published>2006-11-14T04:38:00Z</published><updated>2006-11-14T04:38:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/11/14/newstart.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/11/14/newstart.html"/><content type="text">  自己对写博客的一点感想，最后还提供了两本电子书下载：JavaScript: The Definitive Guide和JavaScript And Dhtml Cookbook</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/11/09/javascriptstring.html</id><title type="text">JavaScript中的字符串操作</title><summary type="text">介绍了JavaScript中字符串相关的一些常见操作，如：访问字符串的子字符串；字符串的大小写转换；判断两个字符串是否相等；字符串的查找；Unicode值和字符间的转换；</summary><published>2006-11-09T11:37:00Z</published><updated>2006-11-09T11:37:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/11/09/javascriptstring.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/11/09/javascriptstring.html"/><content type="text">介绍了JavaScript中字符串相关的一些常见操作，如：访问字符串的子字符串；字符串的大小写转换；判断两个字符串是否相等；字符串的查找；Unicode值和字符间的转换；</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/10/25/browserfeature.html</id><title type="text">使用JavaScript检测浏览器的相关特性</title><summary type="text">一、检测浏览器的名称;二、检测浏览器的版本号;三、检测客户端的操作系统类型;四、检测浏览器对特定对象的支持;五、检测浏览器对特定属性和方法的支持.</summary><published>2006-10-25T10:53:00Z</published><updated>2006-10-25T10:53:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/10/25/browserfeature.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/10/25/browserfeature.html"/><content type="text">一、检测浏览器的名称;二、检测浏览器的版本号;三、检测客户端的操作系统类型;四、检测浏览器对特定对象的支持;五、检测浏览器对特定属性和方法的支持.</content></entry><entry><id>http://www.cnblogs.com/anderslly/archive/2006/10/15/javascriptexception.html</id><title type="text">javascript中的异常处理</title><summary type="text">有时希望在用户视图之外处理脚本错误(异常)，避免浏览器向用户报告错误信息。JavaScript有自己的异常处理机制。</summary><published>2006-10-15T13:38:00Z</published><updated>2006-10-15T13:38:00Z</updated><author><name>Anders Cui</name><uri>http://www.cnblogs.com/anderslly/</uri></author><link rel="alternate" href="http://www.cnblogs.com/anderslly/archive/2006/10/15/javascriptexception.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/anderslly/archive/2006/10/15/javascriptexception.html"/><content type="text">有时希望在用户视图之外处理脚本错误(异常)，避免浏览器向用户报告错误信息。JavaScript有自己的异常处理机制。</content></entry></feed>
