`
文章列表
Try this page. http://software.hixie.ch/utilities/cgi/data/data To get what's in the "Content Disposition" link up there, for example: 1) Go to that page. 2) Enter "application/x-javascript;charset=utf-8" next to "Type:". 3) Check "base64". 4) Copy and paste al ...
http://www.zxlm.cn/fh/viewthread.php?tid=5340 http://galeki.is-programmer.com/show/112.html docs http://developer.mozilla.org/en/docs/DOM userChrome.js http://forums.mozine.cn/index.php?showtopic=20276 http://www.xuldev.org/blog/?cat=9 Firefox是一款基于Gecko引擎,开放源代码的浏览器,不仅体积小、速度快,而且完全支持W3C标准,可应用于Wind ...
http://kb.mozillazine.org/UserChrome.css 以前可能也发过...它允许你给菜单选项重新排序、也可让你隐藏菜单选项。参考 http://kb-upgrade.mozillazine.org/index.php/Firefox_:_Tips_:_Customize_context_menu参考扩展 Menu Editor。它允许你给菜单选项重新排序、也可让你隐藏菜单选项。首先,定位到个人配置文件夹,找到名为 "chrome" 的子文件夹。你需要编辑该文件夹下的 userChrome.css 文件,如果它不存在就新建之。把下面这行加入 user ...
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> <head> <title>jessey.net | articles | fixed sidebars</title> <me ...
http://www.howtocreate.co.uk/jslibs http://www.51windows.net/myjs/?u=/hw/asp/jsview.asp?id=290 http://www.aarronwalter.com/2006/11/06/the-ultimate-javascript-tool-box/ http://www.ajaxtoolbox.com/ http://www.blueshoes.org/en/javascript/datepicker/ http://www.softcomplex.com/products/tigra_calendar/dem ...
function alertSize() { var myWidth = 0, myHeight = 0; if( typeof( window.innerWidth ) == 'number' ) { //Non-IE myWidth = window.innerWidth; myHeight = window.innerHeight; } else if( document.documentElement && ( document.documentElement.clientWidth || document.document ...

getScrollXY()

    function getScrollXY() {   var scrOfX = 0, scrOfY = 0;   if( typeof( window.pageYOffset ) == 'number' ) {     //Netscape compliant     scrOfY = window.pageYOffset;     scrOfX = window.pageXOffset;   } else if( document.body && ( document.body.scrollLeft || document.body.scrollTop ) ) {    ...
IE 下有 fiddler Internet Explorer Developer Toolbar accessibility toolbar Firefox 下有 firebug web developer toolbar jsview

时间问题

Intellij IDEA 注册时间到期了,我把时间设为以前一个时间,问题解决了。 但MSN 不能登录,只好把时间改回来。
http://blog.joycode.com/joy/archive/2004/03/23/16939.aspx 在上一篇文章中,提到了在我的流程监控系统中应用了新浪发送短信的Web Service,得到了大家的响应。很多人对此非常感兴趣。 在得到该资源的推荐者张炜先生(开发合作部的同事)的允许后,我决定公布此资源,并且提供如同鸡肋般的示例代码。 该资源的该问地址为:http://smsinter.sina.com.cn/ws/smswebservice0101.wsdl,这是一个WSDL文件格式,您可以直接在您的VS.NET环境中直接添加Web引用,把该地址输入即可。 该Web Servi ...
240多个jQuery插件 http://wellha.cn/?p=37     概述 jQuery 是继 prototype 之后又一个优秀的 Javascript 框架。其宗旨是—写更少的代码,做更多的事情。它是轻量级的 js 库(压缩后只有21k) ,这是其它的 js 库所不及的,它兼容 CSS3,还兼容各种浏览器(IE 6.0+, FF 1.5+, Safari 2.0+, Opera 9.0+)。 jQuery 是一个快速的,简洁的 javaScript 库,使用户能更方便地处理 HTML documents、events、实现动画效果,并且方便地为网站提供 AJAX ...
jbox http://www.aspstat.com/jbox/demo.htm jqModal http://dev.iceburg.net/jquery/jqModal/ SimpleModal http://www.ericmmartin.com/projects/simplemodal/
DinnerNow.net是微软刚刚推出的一个网站, 该网站尽可能地集成了微软的最新技术和产品,像IIS 7, WCF, WF, WPF, LINQ, Windows Vista Gadgets, PowerShell, 还有前不久刚刚发布的ASP.NET  AJAX库等等。 最最最重要的是,DinnerNow.net的源码是可以下载的 ...
1. 从命令行发布Windows对话   因为Windows PowerShell位对象而优化,可以向.NET Framework一样从命令行访问COM对象,下列命令告诉你的Vista机器发表"Windows Vista and PowerShell"字串.   PS> $spVoice = new-object -com "SAPI.spvoice"   PS> $spVoice.Speak("Windows Vista and PowerShell")   2. 使用Windows PowerShell访问诸如W ...
Global site tag (gtag.js) - Google Analytics