<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_Jim dot NET_分类_JavaScript</title><id>http://feed.cnblogs.com/blog/u/39116/category/142056/rss</id><updated>2012-06-02T15:29:14Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/category/142056.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/39116/category/142056/rss"/><entry><id>http://www.cnblogs.com/jimnox/archive/2011/04/07/javascript-lazy-singleton.html</id><title type="text">JavaScript Lazy单件 - 延迟到第一次访问才执行构造函数</title><summary type="text">var LazySingleton = function(){ var val = 1, _instance; var lazy_init = function(){ alert('Lazy init, exec no more than once.'); return { getVal : function(){ return val; }, setVal : function(v){ val = v; } }; }; var init = function(){ init = function(){ return _instance; }; return _instance</summary><published>2011-04-07T09:41:00Z</published><updated>2011-04-07T09:41:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2011/04/07/javascript-lazy-singleton.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2011/04/07/javascript-lazy-singleton.html"/><content type="html"/></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/04/14/chromium5-sucks-on-canvas-pixel-manipulate.html</id><title type="text">Chromium的Canvas实现中PixelManipulate有bug...吗？</title><summary type="text">在Chromium5中对Canvas Context2D使用getImageData和putImageData，会出现画面错位的问题。</summary><published>2010-04-14T14:37:00Z</published><updated>2010-04-14T14:37:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/04/14/chromium5-sucks-on-canvas-pixel-manipulate.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/04/14/chromium5-sucks-on-canvas-pixel-manipulate.html"/><content type="text">在Chromium5中对Canvas Context2D使用getImageData和putImageData，会出现画面错位的问题。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/02/18/1669048.html</id><title type="text">自留地</title><summary type="text">App Store浏览器ECMAScript5和HTML5部分支持情况测试FEYour browser doesn't support Canvas.</summary><published>2010-02-17T16:04:00Z</published><updated>2010-02-17T16:04:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/02/18/1669048.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/02/18/1669048.html"/><content type="text">App Store浏览器ECMAScript5和HTML5部分支持情况测试FEYour browser doesn't support Canvas.</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/01/16/bad-apple-js-edition-details-and-browser-testing.html</id><title type="text">《Bad Apple》JavaScript版-创作全解析+浏览器横测</title><summary type="text">在上一篇日志中，小弟向大家展示了一个用JavaScript制作的《Bad Apple》，这次我将对这个程序创作过程中的一些有意思的细节做解释。</summary><published>2010-01-16T02:57:00Z</published><updated>2010-01-16T02:57:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/01/16/bad-apple-js-edition-details-and-browser-testing.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/01/16/bad-apple-js-edition-details-and-browser-testing.html"/><content type="text">在上一篇日志中，小弟向大家展示了一个用JavaScript制作的《Bad Apple》，这次我将对这个程序创作过程中的一些有意思的细节做解释。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2010/01/15/bad-apple-js-edition-online-demo.html</id><title type="text">《Bad Apple》之JavaScript版（在线Demo和视频）</title><summary type="text">这个视频很流行，有了很多版本，这次我们做的版本是javascript的，所有动画都是通过js编程控制HTML元素来实现。经过多次优化最终能够流畅的播放，并且通过程序控制播放速度以求同步，再通过屏幕录像，后期配上音乐。希望大家喜欢~~</summary><published>2010-01-15T08:18:00Z</published><updated>2010-01-15T08:18:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2010/01/15/bad-apple-js-edition-online-demo.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2010/01/15/bad-apple-js-edition-online-demo.html"/><content type="text">这个视频很流行，有了很多版本，这次我们做的版本是javascript的，所有动画都是通过js编程控制HTML元素来实现。经过多次优化最终能够流畅的播放，并且通过程序控制播放速度以求同步，再通过屏幕录像，后期配上音乐。希望大家喜欢~~</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/12/21/1359395.html</id><title type="text">我的第一个开源作品：jUEditor - 基于jQuery的轻量级UBB可视化编辑器</title><summary type="text">jUEditor是一个基于jQuery的轻量级UBB可视化编辑器，这是我的第一个开源作品，希望能对大家有所帮助。</summary><published>2008-12-21T12:20:00Z</published><updated>2008-12-21T12:20:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/12/21/1359395.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/12/21/1359395.html"/><content type="text">jUEditor是一个基于jQuery的轻量级UBB可视化编辑器，这是我的第一个开源作品，希望能对大家有所帮助。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/08/25/1276049.html</id><title type="text">谈谈前段时间Xiaonei的XSS漏洞，及从中的一些想法</title><summary type="text">“校内涂鸦板”这个校内网的“众矢之的”虽然一修再修，终究还是不完美，本人无意间发现这个漏洞，一直没有公开，现在这个漏洞得到了修复，本人也就可以公开了。</summary><published>2008-08-25T11:18:00Z</published><updated>2008-08-25T11:18:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/08/25/1276049.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/08/25/1276049.html"/><content type="text">“校内涂鸦板”这个校内网的“众矢之的”虽然一修再修，终究还是不完美，本人无意间发现这个漏洞，一直没有公开，现在这个漏洞得到了修复，本人也就可以公开了。</content></entry><entry><id>http://www.cnblogs.com/jimnox/archive/2008/06/29/1232140.html</id><title type="text">第一次用jQuery就爱上了它</title><summary type="text">jQuery的风格让我一下子就爱上了它！</summary><published>2008-06-29T13:38:00Z</published><updated>2008-06-29T13:38:00Z</updated><author><name>JimLiu</name><uri>http://www.cnblogs.com/jimnox/</uri></author><link rel="alternate" href="http://www.cnblogs.com/jimnox/archive/2008/06/29/1232140.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/jimnox/archive/2008/06/29/1232140.html"/><content type="text">jQuery的风格让我一下子就爱上了它！</content></entry></feed>
