キーワード検索「CROSS」

657

jQuery Mobile | jQuery Mobile

jQuery Mobile | jQuery Mobile jQuery MobilejQueryUIMobileMeetupsForumEventsAboutDonateStrategyPlatformsDesignsCommunityBlogNow under development for late 2010jQuery Mobile: Touch-Optimized Web Framework for Smartphones & TabletsA ...

jquerymobile.com
99

Geekなぺーじ : メタ情報によるXSS

Geekなぺーじ : メタ情報によるXSS 先日、なかなか強烈なXSS攻撃手法が公開されていました。DNSへの問い合わせ結果にJavaScriptを埋め込んでしまおうというものです。SkullSecurity: Stuffing Javascript into DNS namesDarkReading: Researcher Details New Class Of Cross-Site Scripting AttacknCircle: M...

www.geekpage.jp
1647

HTML5 Boilerplate - A rock-solid default for HTML5 awesome.

HTML5 Boilerplate - A rock-solid default for HTML5 awesome. HTML5 Boilerplate is the professional badass's base HTML/CSS/JS template for a fast, robust and future-proof site.After more than two years in iterative development, you get the best of the best pract...

html5boilerplate.com
161

TEDxPortland

TEDxPortland April 30, 2011 8 AM - 5:15 PMThe Gerding Theater At the ArmoryTwitterFacebookYouTubeFlickrTumblrXRD = CrossroadsOur theme this year is "crossroads." A crossroads is a place where two things impact one...

tedxportland.com
25

こてさきAjax:WebSocketに関する本を書きました!!近日発売予定 - livedoor Blog(ブログ)

こてさきAjax:WebSocketに関する本を書きました!!近日発売予定 - livedoor Blog(ブログ) 今年の春ぐらいから書いていた本が、いよいよ発売される運びとなりました。タイトルは、 徹底解説HTML5 APIガイドブック コミュニケーション系出版者は秀和システムさんです。目次など詳細は、こちらのページをご確認ください。僕が書いた始めての本。。。まぁメモリアルな訳です。出版物としては、先月発売されたHTML5技術動向調査報告書2011 (CD+冊子)のほうが先なのですが、電子版と書籍との違いで発...

blog.livedoor.jp
48

JavaScript Regex Syntax Highlighter

JavaScript Regex Syntax Highlighter Current version: 0.1 (2010-07-04). License: MIT.Do you want RegexPal-style regex syntax highlighting on your webpages? This library takes care of it for you, so you can spend more time writing powerfu...

stevenlevithan.com
107

mir.aculo.us JavaScript with Thomas Fuchs » DOM Monster Bookmarklet

mir.aculo.us JavaScript with Thomas Fuchs » DOM Monster Bookmarklet DOM Monster is our answer to JavaScript performance tools that just don't give you the full picture.DOM Monster is a cross-platform, cross-browser bookmarklet that will analyze the DOM & other feature...

mir.aculo.us
20

Build Cross Browser Extensions in Minutes - Crossrider.com

Build Cross Browser Extensions in Minutes - Crossrider.com Crossrider is a free, easy to use, JavaScript/jQuery framework to create cross browser extensions in minutes. We started Crossrider after going through the pain and frastration of building our first e...

crossrider.com
6

新旧のJavaScriptのユニットテストツール - 強火で進め

新旧のJavaScriptのユニットテストツール - 強火で進め 「エンジニアサポート新年会2012 CROSS」のセッションの1つでJavaScriptのセッションが行われました。エンジニアサポート新年会2012 CROSShttp://tech.nifty.co.jp/party/2012/index.htmJavaScript 八面六臂 2回戦http://tech.nifty.co.jp/party/2012/sessions/bRoom2.htmそこで...

d.hatena.ne.jp
33

10 MooTools Image and Content Sliders :Speckyboy Design Magazine

 10 MooTools Image and Content Sliders :Speckyboy Design Magazine With CSS3 stealing all of the design headlines recently, and with jQuery as popular as it is, it is very easy to forget about any other image and content slider/gallery options you may have. And as su...

speckyboy.com
19

Monitoring DOM properties – James Padolsey

Monitoring DOM properties – James Padolsey I recently came across a jQuery plugin that claims to emulate the functionality of Object.prototype.watch, a method inherent in all objects that enables you to watch for a property change and run a fu...

james.padolsey.com
59

HTML5-Cross-browser-Polyfills

HTML5-Cross-browser-Polyfills EditHistoryNew PageAlternatively, you can edit this page and add a link to the new page first.So here we're collecting all the shims, fallbacks, and polyfills in order to implant html5 functionality i...

github.com
7

レガシーなIE6/7でもJavaScriptのSetters/Gettersを使えるようにする「Cross Browser DOM-Accessors」 - MOONGIFT|オープンソース・ソフトウェア紹介を軸としたITエンジニア、Webデザイナー向けブログ

レガシーなIE6/7でもJavaScriptのSetters/Gettersを使えるようにする「Cross Browser DOM-Accessors」 - MOONGIFT|オープンソース・ソフトウェア紹介を軸としたITエンジニア、Webデザイナー向けブログ Cross Browser DOM-AccessorsはJavaScript/HTML Components製のフリーウェア(ソースコードは公開されている)。JavaScriptの面白い所は、柔軟な言語仕様、OSの垣根を越えてWebブラウザさえあれば同じように動作することではないだろうか。IE6でも動くもちろんJavaScriptも個々のブラウザによって仕様が異なるので同じコードが全て動作する訳で...

www.moongift.jp
4

セキュリティ Cross Site URL Hijacking脆弱性とその対策

セキュリティ Cross Site URL Hijacking脆弱性とその対策 Mozilla Firefoxのerror object(エラーオブジェクト)を利用した、 Cross Site URL Hijacking(XSUH - クロスサイトURLハイジャッキング) についての説明です。 XSUH攻撃は、他のWebサイトURLを盗むことができます。 URLのパラメータには、セッションIDのような機密情報を持つことがあり、 それは、クライアントのブラウザに渡されます。 M...

kaworu.jpn.org
4

[js]Cross-Origin Resource Sharingを試してみた - l4l

    [js]Cross-Origin Resource Sharingを試してみた - l4l    Cross-Origin Resource Sharingって何?XMLHttpRequest Level 2で実装されてるXHRでクロスドメイン通信を行う仕様。via http://www.w3.org/TR/access-control/ http://www.nczonline.net/blog/2010/05/25/cross-domain-ajax-with-cross-origin-r...

kozy.heteml.jp
77

10 jQuery Custom Scrollbar Plugins

10 jQuery Custom Scrollbar Plugins If you ever wanted to add some custom scrollbars to your website, to scroll the contents and the default browser scrollbars just doesn’t match up with your design, than make sure you check this list o...

www.net-kit.com
88

cssSandpaper – a CSS3 JavaScript Library

  cssSandpaper – a CSS3 JavaScript Library The cssSandpaper JavaScript library looks at the stylesheets in an HTML document and, where possible, smooths out the browser differences between CSS3 properties like transform, opacity, box-shadow an...

www.useragentman.com
195

Announcing the jQuery Mobile Project | jQuery Mobile

Announcing the jQuery Mobile Project | jQuery Mobile The jQuery project is really excited to announce the work that we’ve been doing to bring jQuery to mobile devices. Not only is the core jQuery library being improved to work across all of the major mo...

jquerymobile.com
23

Test-Driven JavaScript Development, The Book

Test-Driven JavaScript Development, The Book Code and resources for the Addison-Wesley book Test-Driven JavaScript Development by Christian JohansenTired of console.log-ing your way out of trouble?Weary from constant fear of cross-browser issues...

tddjs.com
7

JSON datetime between Python and JavaScript - Stack Overflow

JSON datetime between Python and JavaScript - Stack Overflow For cross language projects I found out that strings containing RfC 3339 dates are the best way to go. A RfC 3339 date looks like this:1985-04-12T23:20:50.52ZI think most of the format is obvious. The...

stackoverflow.com
0.2109