搜索资源列表
20050424193811
- VC++6中用DOM遍历网页中的元素 源代码 -VC 6 DOM traversal using the elements of the website source code
解析url或者本地文件html页面类
- 解析url或者本地文件html页面类。如可以通过如下的方式获取html页面的元素: // Create DOM from URL or file $html = file_get_html('http://www.google.com/'); // Find all images foreach($html->find('img') as $element) echo $element->src . ''; // Find all links fo
SWFUpload
- SWFUpload是一个客户端文件上传工具,最初由Vinterwebb.se开发,它通过整合Flash与Javascr ipt技术为WEB开发者提供了一个具有丰富功能继而超越传统<input type="file" />标签的文件上传模式。 SWFUpload的主要特点 * 可以同时上传多个文件; * 类似AJAX的无刷新上传; * 可以显示上传进度; * 良好的浏览器兼容性; * 兼容其他Javascr ipt库 (例如:jQuer
JavaScript_DHTML_CSS_ChineseversionofReference
- CSS参考手册.chm DHTML 手册.chm DOM文档对象中文手册.chm Javascr ipt源码大全 v1.0.chm javascr ipt中文版教程.chm Jscr ipt权威指南.chm-CSS reference manual. Chm DHTML manual. Chm DOM Document object in Chinese manual. Chm Javascr ipt Source Daquan v1.0.chm javascr ipt Ch
1
- 1. 添加:添加HTML5上传支持:多文件选择上传、真实上传进度显示以及从电脑中直接拖放文件上传,注:相应功能需要浏览器支持 2. 添加:添加upMultiple参数,控制是否允许多文件选择上传,默认为开启,此功能需要浏览器支持HTML5上传 3. 添加:添加全选SelectAll和打印Print两个工具按钮 4. 添加:添加多行完全工具栏组mfull,添加演示在demo01和demo02 5. 添加:对话框面板中的textarea表单项中按Ctrl+Enter自动调用确定按钮,
lightbox
- Ajax is not a single technology, but a group of technologies. HTML and CSS can be used in combination to mark up and style information. The DOM is accessed with Javascr ipt to dynamically display, and to allow the user to interact with the informatio
Dom-
- 视频清晰,老师的讲解能很好地被读者接受,让读者更好地掌握dom。-Video clarity, the teacher explained the reader can well be accepted, allowing readers to better grasp the dom.
VBcapture_picture-
- VB运用dom技术网页抓图程序,运行通过-VB web capture program, run by
X-chat
- 采用了比较先进的XMLHTTP技术+XML文档对象模式(DOM)来实现分布式的计算或存储,具有速度快,高稳定性,占用系统资源少,支持超大容量用户,用户界面友好等特点,具备了几乎目前国内较流行的聊天室的所有特点和功能-Using more advanced technology XMLHTTP+ XML Document Object Model (DOM) to implement distributed computing or storage, high speed, high stabil
X-chat3
- 一套专门针对中小型网站开发的聊天系统,内核采用了比较先进的XMLHTTP技术+XML文档对象模式(DOM)来实现分布式的计算或存储,服务器端以较通用的ASP技术作基础(这是一种非常适合少量数据快速传输处理的Web应用的模式,查看该技术的优越性,请点击这里),具有速度快,高稳定性,占用系统资源少,支持超大容量用户,用户界面友好等特点-Set specially developed for small and medium website chat system, the kernel uses a
phpcjlk_v1.0
- phpQuery是一个基于PHP的服务端开源项目,它可以让PHP开发人员轻松处理DOM文档内容,比如获取某新闻网站的头条信息。更有意思的是,它采用了jQuery的思想,你可以像使用jQuery一样处理页面内容,获取你想要的页面信息。-PhpQuery is a PHP-based server open source project that allows PHP developers to easily handle DOM document content, such as access t
