Sometime back Don blogged about Windows Script 5.7 release. We got lots of feedback on this, people asked for making this as an automatic update and support for 64 bit platform. The good news is that we have heard you. The biggest fix in JScr... 続きを読む
This is a Flickr badge showing public photos from cwilso. Make your own badge here. Dean Edwards asked me in a comment on the IEBlog what I personally thought of the ES4 proposal. ('You say that "Microsoft" think that the web is best served b... 続きを読む
A cursory look suggests that it is an over-engineered system. It almost looks like it wants to be a complete solutions platform. THey already have that, it is called Java - why reinvent the wheel? Does the internet need that level of scripti... 続きを読む
The web has become the primary global computing platform tying together hundreds of millions of sites. In the eight years since the release of the ECMAScript Language Specification 3rd Edition (ES3), ECMAScript (commonly known as JavaScript™... 続きを読む
Scripting.Dictionaryを使って配列のunique化 WSH, JScript, JavaScript | 02:48 | と言うのを思いついた。 function unique(arr) { var dic = new ActiveXObject("Scripting.Dictionary"); for (var i = 0, l = arr.length; i < l; i++) { if (!dic.Exists(arr... 続きを読む
JavaScript, IE はじめにVBScriptのTypeName()関数は変数はその変数がどんな型なのかを返してくれる関数です。これはscript要素がtext/vbscriptならば使えるのですが、出来ればJavaScriptで使いたいって話です。 VBScript 縺ョ髢「謨ー window.execScript()につ... 続きを読む
昨日の続きです。昨日の記事がまったくデタラメだとさすがに気まずいので、Invoke が呼ばれてるよ、という事実ぐらいは確かめようと思いました。私はバイナリアンではないのですが、がんばってMSHTMLの中を追ってみることにします。まず、C++からIDispatch::Inv... 続きを読む
amachang史上最多のブクマ数をマークした例のwindow.documentの高速化に関して、便乗してちょっと書いてみようと思います。 基礎知識ブクマコメントで2007年10月11日 b:id:staki vbやった事ある人なら自然に沸く発想だったりする。理屈も同じなんじゃなかろうか... 続きを読む
XML版HTCを書くための永久保存版テンプレートとbehaviorを使った時の実行順序、イベントなど JavaScript, Behavior, HTC | 02:40 | タイトル長いw ちまたでIE独自実装の話*1が盛り上がっていますが、独自実装の中でもやはり熱いネタと言えばDHTML Behaviorでし... 続きを読む
週3日出社となりました。残りの日はasiajinとかnarabete.comで個人で活動しています / mail: MY-SIRNAME@gmail.com (姓@gmail.com) [追記 16:37] Internet Watchの記事で、日本語版についてはマイクロソフトの配布ミスだということが確認されたということだ。 ... 続きを読む