You signed in with another tab or window. Reload to refresh your session. You signed out in another tab or window. Reload to refresh your session. You switched accounts on another tab or window. Reload to refresh your session. Dismiss alert
*2: 管理画面のページを含みます *3: ログインユーザーと非ログインユーザーを両立させるには、キャッシュ・プラグインの使い方に注意しなければならないでしょう *4: CSRF 攻撃だけでログインユーザーの秘密情報が漏洩することはありませんが、他の脆弱性との複合を考えれば、使用すべきかと思います *5: 公開ページであっても、ログインユーザー専用の情報を表示する場合には *4 と同様、使用すべきかと思います。 Ajax には Ajax の セキュリティ上の注意すべき事項 が多数あります。特に XSS 脆弱性 があると秘密情報が漏洩し、せっかくの CSRF 対策が台無しになる可能性もあります。使われる文脈と目的に合わせ、抜け目なく実装しましょう 😛 。 nonceを組み合わせたAjaxの実装方法 やっと本題です 😉 。ここからは myajax プラグインの実装を想定し、5つのステップと
Each of these free web-based tools and apps have been built by web designers for web designers. They all offer a time-saving solution to some of those monotonous or even complex CSS tasks you may need to perform from time to time. Without needing to install anything, all you have to do is bookmark, and save them for that day when required. From assessing your website’s accessibility to generating
ちょっと理由があってWordPressで wp_register_script() されているJavaScriptをリストアップしました。 これを知っておくと、プラグインやテーマでJavaScriptを仕込むときに、 wp_register_script() とか wp_enqueue_script() の $deps に識別子を配列で仕込んでおくだけでいいので便利っすよ。 たとえば、jQuery UIをオレオレスクリプトで使用したい場合は、以下のように記述するだけで必要なライブラリが全て読み込まれます。 <?php add_action('wp_enqueue_scripts', 'my_wp_enqueue_scripts'); function my_wp_enqueue_scripts() { wp_register_script( 'my-script', plugins_ur
canvas,svg,webglを使った2次元画像/アニメーションを描画できる「Two.js」 2013年05月28日- Two.js canvas,svg,webglを使った2次元画像/アニメーションを描画できる「Two.js」。 Twoというクラスのコンストラクタにcanvasやsvgを指定することで描画エンジンを選択し、2次元のグラフィックを描画できます。 直感的なAPIで使いやすく、デモのアニメーションがなかなかおもしろかったのでご紹介 ブラウザ上で動くアニメーション作成の際の選択肢として覚えておいてもよいかも 関連エントリ HTML5とCanvasでアプリを作れるフレームワーク「iio Engine」 jQuery風に簡単にCanvasを扱えるラッパーライブラリ「Canvas Query」 JSでのCanvas操作を簡単かつ高機能にできる「Fabric.js」 WebGLではなく
Description Learn to make a fireworks display with HTML5 Canvas and JavaScript. In this demo, the pixel sized rockets launch from the bottom of the screen automatically, and by the click of your mouse. You can also click and drag to launch multiple fireworks. The tutorial covers keeping track of and looping over objects contained in arrays, tracking mouse clicks and coordinates, animating firework
createElement + appendChild vs innerHTML vs createDocumentFragment + createElement + appendChild vs createContextualFragment + appendChild vs DOMParser + adoptNode + appendChild vs insertAdja JavaScript performance comparison Test case created by syoichi on 2011-12-23 Preparation code <div id="test"></div> <script> Benchmark.prototype.setup = function() { var doc, test; doc = document; test = doc.
Working with hugedomains.com was a quick and easy process. We got to speak to multiple real people located in Colorado without having to wait on hold! Our only complaint was we felt we had to overpay more than this particular domain was worth, and we weren't able to negotiate it down to a level that we felt was fair. However, payment and delivery were seamless, and within a few hours we had all of
Google Developers Blog で、Web ページ上にある画像やファイルを、ワンクリックで Google Drive に保存できるボタン、「Save to Drive」 ボタンが紹介されていました。 ボタンを設置する簡単なコードを追加するだけで、すぐに自分の Web ページに、このボタンを設置することが可能です。 An easier way to save files to Google Drive : Google Developers Blog Starting today, Drive users can use the "Save to Drive" button to do exactly that. The "Save to Drive" button is an easier way to save files directly from a website.
SocialFeed.jsはGitHubやTwitterなどのデータを取り込んでタイムライン形式に表示するライブラリです。 自分自身のプロフィールサイトを立てるなら格好よくあるべきです。gnab.orgにインスパイアされて作られたソフトウェアがSocialFeed.jsです。 トップページです。各種ソースからのフィードをつらつら並べて表示します。 GitHubのコミットも表示されます。 こちらはモジュール。Bloggerモジュール。 RSSフィード。 Twitterモジュール。 SocialFeed.jsは外部のフィードを取り込んで一覧で表示するソフトウェアです。対応しているサービスはGitHub、YouTubeの動画アップロード、Disqus、RSSフィード、Deliciousとなっています。また、別途自分で機能追加することもできます。 SocialFeed.jsはJavaScript製
Draggabilly 単体で動くドラッグ&ドロップ用JSライブラリ「Draggabilly」 ドラッグ&ドロップだけ使いたい場合に使えそう。マウスだけでなく、タッチにも対応しています。 ドラッグ開始、移動中、終了時にイベントハンドラを設定できます スマホサイトで軽く手軽にドラッグを使いたい場合に検討してみてもよさそうですね 関連エントリ ドラッグ&ドロップでアップロードが簡単実現できるjQueryプラグイン「Dropzone.js」 ドラッグ&ドロップによるクールなファイルアップロードを実現できる「Dropzone.js」 ドラッグ&ドロップで並び替えができるダッシュボード作成jQueryプラグイン「sDashboard」 ドラッグで回転する3Dオブジェクトが作れる「ThreeSixty」 クロスブラウザでファイルのドラッグ&ドロップ、Ajaxアップロードを可能にする「FileDrop」
4月11 JavaScript でペンと筆圧を扱う はじめに JavaScript でアプリケーションを作っていると、筆圧を取得したくなることがよくあると思います。 ここでは JavaScript でタッチやペンによる筆圧の取得の仕方について簡単にまとめます。 Wacom ペンタブレットによる筆圧の取得 Wacom のペンタブレットではブラウザにプラグインをインストールすることにより筆圧の取得が可能になります。 最近はタブレットの最新版ドライバをインストールすると一緒にプラグインもインストールされるようです。 タブレットプラグインのバージョンによる API 変更 Wacom のタブレットプラグインでは元々ペンを扱う単体のものでしたが、バージョン 2 からはタッチと統合されたため API が変更されました。 基本的には統合であるため、プラグインのオブジェクトに .penAPI を付けるか付け
dresscording.com 2019 Copyright. All Rights Reserved. The Sponsored Listings displayed above are served automatically by a third party. Neither the service provider nor the domain owner maintain any relationship with the advertisers. In case of trademark issues please contact the domain owner directly (contact information can be found in whois). Privacy Policy
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く