<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom"><title type="text">博客园_乱世经典_分类_01.Ajax&amp;Jquery</title><id>http://feed.cnblogs.com/blog/u/47263/category/174447/rss</id><updated>2012-05-30T11:27:14Z</updated><generator>feed.cnblogs.com</generator><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/category/174447.html"/><link rel="self" type="application/atom+xml" href="http://feed.cnblogs.com/blog/u/47263/category/174447/rss"/><entry><id>http://www.cnblogs.com/chenkai/archive/2010/01/01/1637519.html</id><title type="text">常用第三方开源上传组件总结</title><summary type="text">今天是元旦,首先预祝各位新年快乐,本来这篇文章应该写在09年最后一天的晚上，昨天临时停电,只能写在新年的第一天,岁末有待年初,新的一年总有新气象,最近看到园子首页上 不少人写了09年的总结, 有收获 有得失 有新的一年期待等等. 这篇文章我觉得应该找个时间补上.最近一直在忙一些琐事,毕竟是年底 好像什么事都堆过来了,silverlight技术论坛上线在加上上周一直在看SharedCache共享缓存解决方案等.占用了我不少时间.最后相向博客园抱怨一下:本来这篇文章快写完了 排版费了很大功夫 可惜一段电 什么都没有了, 刚上来 真是恼火,一个下午时间久这样白白的浪费了, 如果有类似网易博客和腾讯那</summary><published>2010-01-01T11:39:00Z</published><updated>2010-01-01T11:39:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2010/01/01/1637519.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2010/01/01/1637519.html"/><content type="text">今天是元旦,首先预祝各位新年快乐,本来这篇文章应该写在09年最后一天的晚上，昨天临时停电,只能写在新年的第一天,岁末有待年初,新的一年总有新气象,最近看到园子首页上 不少人写了09年的总结, 有收获 有得失 有新的一年期待等等. 这篇文章我觉得应该找个时间补上.最近一直在忙一些琐事,毕竟是年底 好像什么事都堆过来了,silverlight技术论坛上线在加上上周一直在看SharedCache共享缓存解决方案等.占用了我不少时间.最后相向博客园抱怨一下:本来这篇文章快写完了 排版费了很大功夫 可惜一段电 什么都没有了, 刚上来 真是恼火,一个下午时间久这样白白的浪费了, 如果有类似网易博客和腾讯那</content></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2009/12/03/1616456.html</id><title type="text">利用Jquery制作一个广告图片展示-附源码(VS2010版本)</title><summary type="text">最近看到国外一个电影周刊上有一个广告展示栏，做的很很不错 很炫丽 也觉得在国内见得多了，因为是其中用PHP没怎么看，我就打算在.NET下用Jquery来实现以下觉得应该不是问题，于是尝试用Jquery来实现,当然样式是自己写的不是很专业,没有原来版本炫丽,但总体的功能是实现了,先看看简单效果: 截图如下-右边文字样式我没有美化,如果觉得效果难看 完全在样式上下点功夫即可,废话少说，来看看具体实现步骤:A.定义页面布局:及其简单页面布局,我主要注重功能实现,当然目前定义是四张图片,根据需要可以在布局页面自动调整.增减,[代码]B:设定页面CSS样式:样式定义主要区域UI和每个Content的定义</summary><published>2009-12-03T11:14:00Z</published><updated>2009-12-03T11:14:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2009/12/03/1616456.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2009/12/03/1616456.html"/><content type="text">最近看到国外一个电影周刊上有一个广告展示栏，做的很很不错 很炫丽 也觉得在国内见得多了，因为是其中用PHP没怎么看，我就打算在.NET下用Jquery来实现以下觉得应该不是问题，于是尝试用Jquery来实现,当然样式是自己写的不是很专业,没有原来版本炫丽,但总体的功能是实现了,先看看简单效果: 截图如下-右边文字样式我没有美化,如果觉得效果难看 完全在样式上下点功夫即可,废话少说，来看看具体实现步骤:A.定义页面布局:及其简单页面布局,我主要注重功能实现,当然目前定义是四张图片,根据需要可以在布局页面自动调整.增减,[代码]B:设定页面CSS样式:样式定义主要区域UI和每个Content的定义</content></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2009/06/04/1496143.html</id><title type="text">Ajax中异步处理时中文乱码解决方案</title><summary type="text">前段在做Ajax异步处理时传参时遇到中文乱码问题,想起以前在用WebServerce 做服务时也碰到这样的问题,当时通过异步请求向WebService中传参,而Ajax中对中文支持不是太好,编码格式导致 出现了乱码,这个问题很长见，也尝试几种处理方法,今天加以小结.(1)分析Ajax出现中文乱码原因:XmlHttpRequest对象responseXML属性来完成异步请求的响应回传,能够触发这个动作的条件是响应头部的Content-Type 的MiME类型必须被指定为XML(text/XMl或者application/Xml),当前这个属性才会有值并且会被解析成一个XML文档 返回到客户端。一</summary><published>2009-06-04T06:14:00Z</published><updated>2009-06-04T06:14:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2009/06/04/1496143.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2009/06/04/1496143.html"/><content type="text">前段在做Ajax异步处理时传参时遇到中文乱码问题,想起以前在用WebServerce 做服务时也碰到这样的问题,当时通过异步请求向WebService中传参,而Ajax中对中文支持不是太好,编码格式导致 出现了乱码,这个问题很长见，也尝试几种处理方法,今天加以小结.(1)分析Ajax出现中文乱码原因:XmlHttpRequest对象responseXML属性来完成异步请求的响应回传,能够触发这个动作的条件是响应头部的Content-Type 的MiME类型必须被指定为XML(text/XMl或者application/Xml),当前这个属性才会有值并且会被解析成一个XML文档 返回到客户端。一</content></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2009/04/01/1427037.html</id><title type="text">几种流行的Ajax开发框架比较</title><summary type="text"/><published>2009-04-01T03:40:00Z</published><updated>2009-04-01T03:40:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2009/04/01/1427037.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2009/04/01/1427037.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2009/02/27/1399196.html</id><title type="text">在微软Ajax框架中异步调用WebService(JavaiScript中调用)</title><summary type="text"/><published>2009-02-26T20:42:00Z</published><updated>2009-02-26T20:42:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2009/02/27/1399196.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2009/02/27/1399196.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2009/02/27/1399195.html</id><title type="text">做出的一个图片的自动展示效果(JS版本)</title><summary type="text"/><published>2009-02-26T19:51:00Z</published><updated>2009-02-26T19:51:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2009/02/27/1399195.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2009/02/27/1399195.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2009/02/26/1398433.html</id><title type="text">分享7个我常去的国外Ajax&amp;Jquery网站</title><summary type="text"/><published>2009-02-25T19:58:00Z</published><updated>2009-02-25T19:58:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2009/02/26/1398433.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2009/02/26/1398433.html"/><content type="text"/></entry><entry><id>http://www.cnblogs.com/chenkai/archive/2008/12/20/1358980.html</id><title type="text">Ajax学习笔记（一）—什么是Ajax?(初学者)</title><summary type="text"/><published>2008-12-20T09:59:00Z</published><updated>2008-12-20T09:59:00Z</updated><author><name>chenkai</name><uri>http://www.cnblogs.com/chenkai/</uri></author><link rel="alternate" href="http://www.cnblogs.com/chenkai/archive/2008/12/20/1358980.html"/><link rel="alternate" type="text/html" href="http://www.cnblogs.com/chenkai/archive/2008/12/20/1358980.html"/><content type="text"/></entry></feed>
