随笔 - 48  文章 - 2  评论 - 432 
Asp.Net
【转载】快速、可伸缩和流式的AJAX代理--跨域持续内容分发
摘要: Due to browsers' prohibition on cross domain XMLHTTP calls, all AJAX websites must have a server side proxy to fetch content from external domains like Flickr or Digg. From the client-side JavaScript code, an XMLHTTP call goes to the server-side proxy hosted on the same domain, and then the proxy downloads the content from the external server and sends back to the browser. In general, all AJAX websites on the Internet that are showing content from external domains are following this proxy approa阅读全文
posted @ 2008-05-15 09:45 红马天下 阅读(443) | 评论 (0) 编辑
[原创]红马版验证码实现(中文+变形+噪点)
摘要: 为了应付越来越多的自动发帖机、恶意攻击等情形,验证码技术在大量的网站上得到使用。我在近期开发一个注册网站的时候,也使用了这一技术。当然,我并不想完完全全自己重新实现,而是参考了网上能够找到的实现,做了若干改进而已。下面谈谈我的实现。阅读全文
posted @ 2007-12-11 16:08 红马天下 阅读(1625) | 评论 (5) 编辑
关于Nbear的几个问题
posted @ 2007-02-01 14:52 红马天下 阅读(526) | 评论 (1) 编辑
虚拟主机上asp.net运行权限不足问题及解决
摘要: 有些时候我们写的asp.net应用程序是运行在虚拟主机上。有一些虚拟主机可能是由于安全的考虑,对asp.net做了权限设置,会导致我们的应用程序无法正常运行。阅读全文
posted @ 2006-07-15 14:12 红马天下 阅读(2068) | 评论 (2) 编辑
一个DHTML的难题
posted @ 2006-02-26 00:58 红马天下 阅读(942) | 评论 (6) 编辑
对Stella Forum的几点看法
posted @ 2005-07-22 21:47 红马天下 阅读(1029) | 评论 (3) 编辑
新手上路!
posted @ 2005-01-04 20:09 红马天下 阅读(1277) | 评论 (1) 编辑