`
robinqu
  • 浏览: 88679 次
  • 性别: Icon_minigender_1
  • 来自: 武汉
社区版块
存档分类
最新评论
文章列表
同时欢迎到我的BLOG讨论 : http://pagetalks.com/   当我们还在考虑JS或CSS框架的时候,有一群人已经在考虑整个站点的前端框架了。在这个层次,具体使用什么JS库已经不重要了,而是整个站点的结构,对客户端的兼容能力,以及测试等环节的把我。   在这里我介绍三个比较优秀的HTML Start-up Packs。   <h3><a href="http://html5boilerplate.com/" title="link to HTML5 BOILERPLATE">HTML5 BOILER ...
同时欢迎到我的BLOG讨论 : http://pagetalks.com/ 江湖有江湖的规矩,大家都知道iPhone上的Cocoa Touch框架和Xcode是开发Apple移动产品的王道。Android SDK和Eclipse是开发Android App的王道⋯⋯你可以找到所有主流平台的开发框架和相关IDE。 ...
  最新版本的LocationSelect已经将其与jQuery分离,但做了一个jQuery的适配器,可以和jQuery一起使用。而且现在可以支持任意级别联动⋯⋯ 介绍 用户的地址选择往往是网络应用中不可缺少的一部分,可是遇到了以下问题:
jquery的新版本发布了,这是一个重要的更新。出来了很多新函数和特性~哈哈~ http://net.tutsplus.com/tutorials/javascript-ajax/jquery-1-4-released-the-15-new-features-you-must-know/
这个还是蛮重要的,以前就一直很羡慕Java有一套标准来着: 转自:https://aptanastudio.tenderapp.com/faqs/using-code-assist/scriptdoc-tag-quick 引用This page provides an at-a-glance reference for the tags for the Aptana ScriptDoc system. For comprehensive ScriptDoc tag information, including syntax and examples, see the [ScriptDoc co ...
google.setOnLoadCallback()是google ajax api的重要方法。 在最近一个项目里,用了google的ajax api。问题是,这个方法到底在什么时候才会调用? 在google的文档里面:http://code.google.com/intl/zh-CN/apis/ajax/documentation/ 引用当载入文档时,google.setOnLoadCallback 被用作 window.onload 的帮助程序,这种情况只发生一次。因此,对于 API 的动态载入(例如进行了用户交互后),应当使用带有回调选项的 google.load 那么google ...
转发自http://www.comsharp.com/GetKnowledge/zh-CN/It_News_K875.aspx   ECMA 本周推出了 JavaScript 5(PDF ),除了增强基础函数库之外,还引入了严格运行时模式(Strict Runtime Modes)以避免代码中的常见错误。ECMA ECMAScript 4 的努力曾以失败告终 ...
清空idle进程 property ticsSinceActive : 0 property idleTime : 60 -- time to idle, in seconds property timeLimit : 10 -- memory range, in minutes property cpuUsage : {} on idle set maxTicCount to timeLimit * 60 / idleTime tell application "System Events" if exists (some process whos ...
Event Handlers and the this Keyword 事件处理程序和this关键字 引用When your event handler is invoked, it is invoked as a method of the element on which the event occurred, so the this keyword refers to that target element. This behavior is useful and unsurprising. Be sure, however, that you understand the impli ...
XCode是APPLE提供的免费IDE,所有语言通吃:JAVA、C++、C、Object C++等等。 这个工具的初衷是为了提供一个再MAC下可用的强大开发工具。 这个工具可以很方便的位MAC开发各种各样的系统插件、浏览器插件等等 用它进行Cocoa开发才是最强大的选择。这个工具也是开发iphone应用的首选…… 如果你要用它进行开发C、Java也是没有问题的。 本人主要用它做C的命令行开发……笑……杀鸡用牛刀了 JAVA开发还是Eclipse最强吧,所以暂时不想换。 Xcode 3以后的版本已经看不到新建JAVA工程的选项了,只有在Window>Organizer里面添加一个JA ...
Events and Event Handling 事件和事件处理 引用The original event model: all js-enabled browsers The standard event model: all modern explorer except IE The Internet Explorer event model: IE In the original event model, an event is an abstraction internal to the web browser, and JavaScript code cannot manipul ...
Querying Element Position and Size 查询元素坐标和大小 引用the offsetLeft and offsetTop properties of an element return the X and Y coordinates of the element. the offsetWidth and offsetHeight properties return the width and height. These properties are read-only and return pixel values as numbers (not as CSS ...
Scripting Computed Styles 计算样式 引用the rules of all stylesheets are tested to see which apply to the element, and the styles of those applicable rules are combined with any inline styles for the element. This aggregate style information can then be used to correctly render the element in the browser w ...
JS实现的动画效果多半是用timmer实现的某个属性不断改变的过程。以下这个写好的函数是十分强大的~摘自JSDG 5th ed。附上我的注释: /** * AnimateCSS.js: * This file defines a function named animateCSS(), which serves as a framework * for creating CSS-b ...
很多IE独有的DOM特性是沿袭自IE4的,所以有必要看看IE4 DOM的特性,与W3C的DOM模型有所区别。 引用IE 4 does not support childNodes[], but it provides a similar children[] array on its Document and HTMLElement objects. IE 4 does not have a Text node type and does not consider strings of text to be children. the textual content of a <p& ...
Global site tag (gtag.js) - Google Analytics