-
7zip のコマンドラインオプションの意味は以下の通り。 -tgzip は圧縮形式に gzip を指定。 -mx は 圧縮レベルに最高の9を指定。 -mfb は「Deflate エンコーダに渡す Fast Bytes の値」の指定。大きい
-
for /f "usebackq delims=. tokens=1" %i in (`dir /b *.dat.gz`) do echo ren %i.dat.gz %i.gz こうかな? 確認用にechoを入れてますので、echoを消せばリネームされます。
-
本日8月31日付の 郵便番号データ(全国) を反映して検索できるようにしました。
-
Later Plugin for jQuery はメソッドチェーンの中で、ある処理の実行を後回しにできるプラグインです。 JSONP のコールバック関数の中で script 要素を削除すると IE がクラッシュしてしまう問題を j(tags: jquery)
-
ロードのたびにユニークにしなければならなかったのは、script要素を削除している辺りにIEのバグが潜んでいたかららしいので、その辺を中心にtry&error。
-
We’re pleased to announce the latest release of jQuery: jQuery 1.1.4. Barring any horrible mistakes, this release will be the last of the 1.1.x branch - leading us up to the release of jQuery 1.2 in September.(tags: jquery)
-
-Zipは高圧縮率のアーカイバです。 7-ZipはGNU LGPLに従って配布されるフリーソフトウェアです
-
曜日や月をローカライズできるので分かりやすいし、JSで制御すれば期間指定の前範囲と後範囲で無効な日付は指定できないようにも。画像のような感じにしたい場合のJavaScriptは以下な感じ(tags: jquery)
-
以前に公開した Browser Selector Plugin は、メソッドチェーンを途切ることなく Selector 風の使い勝手を提案したプラグインでしたが、今回は jQuery の Selector 自体を拡張して、Selector 構文を使って(tags: jQuery)
-
昨日(7月29日) 『Learning JQuery: Better Interaction Design and Web Development with Simple JavaScript Techniques』 が Amazon から届きました。(tags: jquery)
-
本日7月31日付の 郵便番号データ(全国) を反映して検索できるようにしました。(tags: jquery)
-
本日(8月5日) Postal Search Ajax API 0.4.2 をリリースしました。今回から Postal Lookup Plugin for jQuery と Postal Coder Plugin for jQuery を含めて配布するようにしました。(tags: jquery)
-
his weekend I took a big step in upping the ante for JavaScript as a Language. At some point last Friday evening I started coding and didn't stop until sometime mid-Monday. The result is a good-enough browser/DOM environment, written in JavaScript, that r(tags: jquery)
-
Interface is a collection of rich interface components which utilizes the lightweight JavaScript library jQuery. With this components you can build rich client web applications and interfaces with the same simplicity as writing JavaScript with jQuery.(tags: jquery)
-
Postal Coder Plugin は Postal Search Ajax API の Postal.Coder クラス を jQuery プラグインにラップしたものです。Postal Coder Plugin を使うと Postal.Coder クラスが持つ「住所の単語から郵便番号を検索する」機(tags: jquery)
-
Postal Lookup Plugin は Postal Search Ajax API の Postal.Lookup クラス を jQuery プラグインにラップしたものです。Postal Lookup Plugin を使うと Postal.Lookup クラスが持つ「郵便番号から住所を検索する」機能を(tags: jquery)
-
Browser Selector Plugin はメソッドチェーンを途切ることなく、特定の Web ブラウザに依存したコードを書き分けることができる jQuery プラグインです。(tags: jquery)
-
SF jQuery Meetup and Ajax Experience West Ajax Experience West 2007 The good folks over at Ajaxian and TechTarget have put together a great conference, July 25-27. Speakers are varied, talking about the latest and greatest from the world of rich web devel(tags: jquery)
-
労働基準監督署に提出する労働基準法関連書類や、社会保険事務所への厚生年金関連書類、税務署などの各省庁に提出する各種申請書など800書式を収録。 そのほかにビジネス文書600書式、
-
There is a good article about client-side form validation on the Interaction Design Blog. It describes important points to keep in mind when building your own framework for client-side validation.(tags: jquery)
-
This is a quick bug fix release for jQuery 1.1.3. About six major issues popped up after the 1.1.3 release that we deemed important enough to resolve immediately, with a follow-up release. The full list of resolved issues can be found on the bug tracker.(tags: jquery)