Send feedbackGoogle Apps Script overview Stay organized with collections Save and categorize content based on your preferences. outlined_flagGoogle Apps Script is a rapid application development platform forcreating business applications that integrate withGoogle Workspace, using modernJavaScript and built-in libraries for popularGoogle applications. You don't need to install anything asit

JSON orJavaScript Object Notation is a lightweighttext-based open standard designed for human-readable data interchange. The JSON format was originally specified by Douglas Crockford, and is described in RFC 4627. The official Internet media type for JSON is application/json. The JSON filename extension is .json. This tutorial will help you understand JSON andits use within variousprogramming

If there is one bad thing about jQuery,it's that the entry level is so amazingly low, thatit tends to attract those who haven't an ounce ofJavaScript knowledge. Now, on one hand, this is fantastic. However, on the flip side,it also results in a smattering of, quite frankly, disgustingly bad code (some of which I wrote myself!). But that's okay; frighteningly poor code that would even make your

Webのバグを燃やしまくるFirebugと、そのアドオン7選:ユカイ、ツーカイ、カイハツ環境!(10)(1/3 ページ) 高度化するWebのデバッグに悩む人、必見! 近年、GoogleChrome、Firefox、Safari、Opera、Internet Explorer(以下、IE)がJavaScriptの実行速度の最速の座を争っていますが、それに伴いJavaScriptによるフレームワークやコンポーネントが多数出現し、Webブラウザのユーザビリティは飛躍的に向上してきました。 一方で、開発者/デザイナにとっては複雑化するWebアプリケーションのデバッグが悩みの種となってきています。そんなときにお勧めなのが、Firefox上で動作するアドオン「Firebug」です。これを利用すれば、デバッグがかなり効率的に行えます。本稿では、Firefoxのアドオンとして利用するFirebugと、

Navigate the physical jQuery code to see what, where, and how the magic happensHome Hello... This page is designed to visually and interactively deconstruct the internal code of the jQuery library.Itbreaks the physicalJavaScript into visualblocks that you can easiliy navigate. Eachblock opens to revealits internal code Clickable hyperlinks allow you to follow program flow The majority of the
What is jQuery? jQuery is a fast, small, and feature-richJavaScript library.It makes things likeHTML document traversal and manipulation, event handling,animation, and Ajax muchsimpler with an easy-to-useAPI that works across a multitude of browsers. With a combination of versatility and extensibility, jQuery has changed the way that millions of people writeJavaScript.
What is that? In case you haven't already usedit, prototype.js is aJavaScript library initially written by Sam Stephenson. This amazingly well thought and well written piece of standards-compliant code takes a lot of the burden associated withcreating rich, highly interactive web pages that characterize the Web 2.0 off your back. When I first started trying to use this library, a few years ago,
Hey, I didn't know you could do that If you are a web developer and come from the same place I do, you have probably used quite a bit ofJavascript in your web pages, mostly asUI glue. Until recently, I knew thatJavascript had more OO capabilities than I wasemploying, but I did not feel like I needed to useit. As the browsers started to support a more standardized featureset ofJavascript and
EfficientJavaScript - Dev.Opera - 効率的なJavaScript 目次 この文書について 効率的なJavaScript ECMAScript eval や Function のコンストラクタを使うのはやめよう eval を書き換えよう 関数を使いたいなら function を使おう with を使うのはやめよう 性能を決める関数で try-catch-finally を使うのはやめよう eval と with は隔離しよう グローバル変数を使うのはやめよう 暗黙のオブジェクト変換に気をつけよう 性能を決める関数で for-in を使うのはやめよう 文字列は累積スタイルで使おう プリミティブの操作は関数呼び出しより速い setTimeout() や setInterval() には文字列でなく関数を渡そう DOM 再描画と再フロー 再フローの回数をでき
Weblog Prototype 1.7.3 The new bugfix release of Prototype features lots of tiny fixes and one giant change under the hood. A foundation for ambitious web applications. Prototype takes the complexity out of client-side webprogramming. Built to solve real-world problems,it adds useful extensions to the browser scripting environment and provides elegantAPIs around the clumsy interfaces of Ajax an
Almost every day designers and developers come up with fresh and cleverCSS tricks andtechniques and share them with other developers online. We regularly collect all these tricks, filter them, sort them, revise them and prepare them for Smashing Magazine readers.CSS andJavaScript are extremely powerful tools for designers and developers. However, sometimesit’s difficult to come up with the on
W3Schools offers a wide range of services and products for beginners and professionals, helping millions of people everyday to learn and master new skills. Free Tutorials Enjoy our free tutorials like millions of other internet users since 1999

IntroductionEmbeddingJavaScript into anHTML Document Variables What are Variables? Values of Variables Data Type Conversion Literals Integers Floating-Point Literals Boolean Literals String Literals Escaping Literals Arrays Operators Selected Assignment Operators Comparison Operators Selected Arithmetic OperatorsLogical Operators UsingJavaScript Objects Functions Defining a Function Calling a
■ 「NoScript」をやめて「RequestPolicy」にしたセキュリティ屋が、Firefoxユーザに「NoScript」の使用を推奨することがしばしばあるが、私は賛同しない。 JPCERT/CC、技術メモ「安全なWebブラウザの使い方」を公開, INTERNET Watch, 2008年11月4日 *1技術メモ − 安全なWebブラウザの使い方, JPCERT/CC, 2008年11月4日 IV. 各 Web ブラウザに共通する設定上の注意事項 1. スクリプト等の実行を制限するJavaScript 等のスクリプトや(略)は(略)Ajax に代表されるインタラクティブなインターフェースが実現できるなど、高い利便性が得られます。反面、PC 上の重要なファイルを削除・変更するなど、悪意を持った処理が行われる可能性もあります。従って無制限にスクリプト等を実行できるようにしておくのは
企業のセキュリティ対策として,必ず言われてきたのが次の三つの対策だ。すなわち,ファイアウオールの導入,ウイルス対策ソフトの導入,そしてセキュリティ対策パッチのこまめな適用である。ところが,こうした対策だけではもはや企業システムは守れない。犯罪組織によって,新しい手口の攻撃がどんどん開発され,企業の攻撃に応用されているからだ。このサイトでは,最新の攻撃手口と防御術を紹介していく。 クロスサイト・スクリプティング,SQLインジェクション,OSコマンド・インジェクション−−。Webアプリケーションに潜む様々なぜい弱性が指摘され,活発に議論されるようになってきた。しかしWebサイトの実態を見ると,必ずしも対策は進んでいない。多くの場合,原因は「正しい対処方法を知らない」こと。そこで本編では,Webアプリケーションに代表的なぜい弱性の共通原理と対策について解説する。 第1回 はびこる「インジェクショ
JavaScriptのコードはクライアントサイドで動作し、誰にでもコードが読めてしまいます。 あまり自分の書いたコードは読まれたくないもので、せめてコードを読みにくく、ということで難読化のツールが多数公開されてます。 最近のJavaScriptブーム以前よりそういったツールは当然ながら存在するようで、ちょっとまとめてみました。GUI/コマンドラインツール ObfuscateJS -JAVAで書かれたGUI画面で難読化。改行/タブ除去の他変数名変更 Dojo compressor -JAVAで動作するコマンドラインツール。スペース等除去。サイト上で変換前、変換後のサンプルが見れますJavascriptZIP -JAVAで書かれたJavascriptコード圧縮ツール JSC (JavaScript Compressor) - EXE形式でコマンドラインで使える圧縮ツール オンラインで
1リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く