キーワード検索「Set」

1388

ウェブサイトのパフォーマンス改善やセキュリティに役立つ.htaccessの設定 | コリス

ウェブサイトのパフォーマンス改善やセキュリティに役立つ.htaccessの設定 | コリス ウェブサイトのパフォーマンスの改善やSEO、セキュリティに役立つ.htaccessの設定を紹介します。.htaccessの設定:パフォーマンスやSEO関連.htaccessの設定:セキュリティ関連.htaccessの設定:パフォーマンスやSEO関連.htaccessでタイムゾーンを設定.htaccessでタイムゾーンを設定します。 例:東京SetEnv TZ JST-9もしくは、SetEnv TZ...

coliss.com
97

node.js C/C++ addons 入門 - unknownplace.org

node.js C/C++ addons 入門 - unknownplace.org node.js のドキュメントを見ていたら C/C++ で簡単に拡張が書けそうだったので試してみた。addons - Node.js Manual & Documentationドキュメントに載っている hello.cc をみてみると:#include <v8.h>using namespace v8;extern "C" voidinit (Handle<Object> target){Hand...

unknownplace.org
89

[JS]文字を楽しく見せる、カーブ状に簡単に配置できるスクリプト -Arctext.js | コリス

[JS]文字を楽しく見せる、カーブ状に簡単に配置できるスクリプト -Arctext.js | コリス Demo 4: Set/animate 「Animate me」でアニメーション。 Arctext.jsの使い方 Arctext.jsは「Lettering.js」をベースに文字をパスに沿わせて正しく回転させ配置します。 Lettering.jsについては、下記を参考ください。 HTMLファイルを汚さずに細かい設定でspanを挿入できるスクリプト -Lettering.JS では、Arctext....

coliss.com
48

1アプリケーションに使えるアイコンを集めた「25 Best Icon Sets for Application Design | Web Design Soul」 | DesignDevelop

1アプリケーションに使えるアイコンを集めた「25 Best Icon Sets for Application Design | Web Design Soul」 | DesignDevelop アプリケーションに使えるアイコンを集めた「25 Best Icon Sets for Application Design | Web Design Soul」アプリケーションのインターフェースに使えるアイコンは通常のものとは少し異なり、よりインターフェースとしての色合いが強く、そのアイコンの精度で使いやすさが決定してしまうと言っても過言では無いと思いますが、今回紹介するのはアプリケーション開発に...

design-develop.net
322

Professor Cloud

Professor Cloud Cloud ZoomCloud Zoom is a jQuery plugin comparable to commercial image zoom products such as Magic Zoom. Compared to the popular jQZoom plugin, Cloud Zoom is smaller, has more features and more robust...

www.professorcloud.com
20

【レポート】IE9でIE8以前のJavaScriptゲッター/セッターを使う方法 | エンタープライズ | マイコミジャーナル

【レポート】IE9でIE8以前のJavaScriptゲッター/セッターを使う方法 | エンタープライズ | マイコミジャーナル Windows Internet Explorer 9IE9は、IE8までのIEで採用しているJavaScriptゲッターメソッド__defineGetter__およびセッターメソッド__defineSetter__をサポートせずに、ECMAScript 5仕様で定められているゲッターメソッドおよびセッターメソッドの表記のみをサポートすることになった。ブラウザごとに若干動作が異なる従来の記述をサポ...

journal.mycom.co.jp
28

35 Navigation Menus for Your Design Inspiration | Vandelay Design Blog

35 Navigation Menus for Your Design Inspiration | Vandelay Design Blog Check out our new Exotico UI Set. Free and premium versions available. Navigation menus are an important part of any web design for usability purposes, but they can also serve to improve the look and ...

vandelaydesign.com
6

ToolBox

ToolBox Set Baseline To Fit Page This InDe­sign script sets base­line based on selected textlead­ing with the abil­ity to adjusts page­mar­gins and styles. View / Down­load the script Move all text to new lay...

toolbox.brunoherfst.com
4

[InDesign]ドキュメントで使用中の禁則と文字組みアキ量設定を表示 | diary NET. 1.2mg

[InDesign]ドキュメントで使用中の禁則と文字組みアキ量設定を表示 | diary NET. 1.2mg InDesignの禁則設定と文字組みアキ量設定でドキュメント内で使用中のもの(段落スタイルに登録されているだけのは含まない)を表示する豆スクリプト。その前に ==メモ開始 禁則(kinsokuSet)も文字組みアキ量設定(mojikumi)も段落に設定する場合 “Can return: KinsokuTable, KinsokuSet enumerator or String.” “Can ret...

www.milligramme.cc
4

Excel VBAでURLEncodeしたいとき - 近況

Excel VBAでURLEncodeしたいとき - 近況 以下の関数をVBA Editorでモジュールとして貼り付ける。 Public Function URLEncode(value As String) As String Set sc = CreateObject("ScriptControl") sc.Language = "JavaScript" Set js = sc.CodeObject URLEncode = js.encodeURICo...

d.hatena.ne.jp
28

Shuffle

Shuffle Features Uses CSS Transitions! Filter items by categories Items can have multiple categories Options Settings you can change var options = { 'itemWidth' : 230, // Width of the grid item 'margins' : 20...

vestride.github.com
2

VBで、IEオブジェクトを使用し、あるページを表示し、 その中の ボタンオブジェクトを押下すると、次のページに移動するプログラム を書いております。 dim wbrowser as ob.. - 人力検索はてな

VBで、IEオブジェクトを使用し、あるページを表示し、 その中の ボタンオブジェクトを押下すると、次のページに移動するプログラム を書いております。 dim wbrowser as ob.. - 人力検索はてな VBで、IEオブジェクトを使用し、あるページを表示し、 その中の ボタンオブジェクトを押下すると、次のページに移動するプログラム を書いております。 dim wbrowser as object Set wBrowser = CreateObject("InternetExplorer.Application") ’item(11)はボタン wBrowser.all.Item(11).Click ...

q.hatena.ne.jp
2

VBA6.0です。 ページ内のボタンを自動クリックさせると、javascriptのconfirmが出ます。 さらにそのconfirmのOKボタンも自動でクリックさせたいのですが、objIE.Document.a.. - 人力検索はてな

VBA6.0です。 ページ内のボタンを自動クリックさせると、javascriptのconfirmが出ます。 さらにそのconfirmのOKボタンも自動でクリックさせたいのですが、objIE.Document.a.. - 人力検索はてな VBA6.0です。 ページ内のボタンを自動クリックさせると、javascriptのconfirmが出ます。 さらにそのconfirmのOKボタンも自動でクリックさせたいのですが、objIE.Document.all.btn1.Clickの実行後で止まってしまうようです。 擬似マルチスレットで解決できるのかなと思うのですが、どのように記述したらよいか分かりません。 下記プログラムに書き加えてください...

q.hatena.ne.jp
11

Dynamic Drive DHTML Scripts- Fluid Text Resizer

Dynamic Drive DHTML Scripts- Fluid Text Resizer Arbitrary link control: Set font level to defaultDirections: Step 1: Add the following code to the <HEAD>section of your web page:Select All The above script references anexternal .js file fluidtextre...

dynamicdrive.com
14

alluniq's validated-fields at master - GitHub

alluniq's validated-fields at master - GitHub Set of Rails helpers for unobtrusive frontend validations using HTML5 attributes, Rails 3 validators and JavaScript.

github.com
8

JavaScript continuous integration with Hudson and JsTestDriver / JavaScript - cjohansen.no

						JavaScript continuous integration with Hudson and JsTestDriver /					JavaScript		 - cjohansen.no	JavaScript continuous integration with Hudson and JsTestDriverJsTestDriver's JUnit compatible XML output makes it dead simple to set up JavaScript continuous integration. This post will help you get s...

cjohansen.no
24

WebResourcesDepot

WebResourcesDepot WebResourcesDepothttp://www.webresourcesdepot.comFree Web Resources EverydayThu, 18 Nov 2010 21:50:38 +0000http://wordpress.org/?v=2.9.2enhourly1webresourcesdepothttp://feedburner.google.comA Set Of 8...

feeds.feedburner.com
15

Set Focus to the First TextBox on a Page using jQuery

Set Focus to the First TextBox on a Page using jQuery September 8, 2009Set Focus to the First TextBox on a Page using jQueryTuesday, September 08, 2009Posted bySuprotim AgarwalLabels:ASP.NET,jQueryWhile browsing the asp.net forums, I came across a questi...

www.devcurry.com
25

Canvas From Scratch: Advanced Drawing | Nettuts+

Canvas From Scratch: Advanced Drawing | Nettuts+ In the previous article in this series, you learned about the canvas element, and the basics for drawing on it. In this article, I’m going to demonstrate some of the more advanced drawing functionalit...

net.tutsplus.com
5

ECMAScript 5th 的 LazyGetter - hogehoge @teramako

ECMAScript 5th 的 LazyGetter - hogehoge @teramako JavaScriptECMAScript 5th から正式に getter/setter が作れるようになったわけだが、これはMozilla の JavaScript である SpiderMonkey では前々から実装されていた。{ get foo() { return ...; } }{ set foo(val) { return ...; } }に加え、Object.prototype.__d...

d.hatena.ne.jp
0.2137