摘要: I viewed each of the jQuery plugins in the jQuery plugins repository.I couldn't believe how many there were! So I decided to make thismaster list to weed out any plugins that were either broken or I didn'tfind any practical application for. You will notice I added,"EXCELLENT" to th 阅读全文
posted @ 2009-05-20 14:12 ajuanabc 阅读(144) 评论(0) 推荐(0)
摘要: Webware 100 是由国外著名IT媒体CNET 评选的100个全球最佳互联网应用。 值得一提的是国产的遨游浏览器(Maxthon)非常出色,再次入选。 音乐类 浏览器类 商务类 通讯类 存储类 地理位置的应用 照片&视频 提升工作效率 搜索引用 社会化网络 编辑选择奖 阅读全文
posted @ 2009-05-20 14:03 ajuanabc 阅读(144) 评论(0) 推荐(0)
摘要: 使用的xajax版本是0.5.4beta,fckeditor版本是2.4.3,通过xajax给fckeditor增加自动保存草稿功能, 本文侧重于演示,使用sessionid记录对应关系,用户关闭浏览器後数据就会消失,在实际应用中可以使用数据库存储数据,修改保存函数autosave和调用函数loadcache 即可. <?php session_start(); define('ROOT_DIR',str_replace("/","/",dirname(__FILE__))); $cachedir = './cache/&# 阅读全文
posted @ 2009-05-20 10:09 ajuanabc 阅读(148) 评论(0) 推荐(0)