並び順

ブックマーク数

期間指定

  • から
  • まで

201 - 230 件 / 230件

新着順 人気順

designModeの検索結果201 - 230 件 / 230件

  • HTML5 Vocabulary

    Editor's Draft 9 January 2010 Latest Published Version: http://www.w3.org/TR/html-vocabulary/ Latest Editor's Draft: http://dev.w3.org/html5/vocabulary/ Editors: Ian Hickson, Google, Inc. David Hyatt, Apple, Inc. Copyright © 2009 W3C® (MIT, ERCIM, Keio), All Rights Reserved. W3C liability, trademark and document use rules apply. AbstractThis specification defines the bulk of the HTML5 vocabulary,

    • Jesse Ruderman » Fuzzing

      Today I'm releasing two fuzzers: jsfunfuzz, which tests JavaScript engines, and DOMFuzz, which tests layout and DOM APIs. Over the last 11 years, these fuzzers have found 6450 Firefox bugs, including 790 bugs that were rated as security-critical. I had to keep these fuzzers private for a long time because of the frequency with which they found security holes in Firefox. But three things have chang

      • 菊池 Blog - 菊池 Blog

        社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

        • 菊池 Blog - 菊池 Blog

          社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

          • 親方、空から覚え書きが!: JavaScript: 2007年6月アーカイブ

            WYSIWYG Editor, Rich Text Editor, HTML Editor いろいろ呼び方あるけれど カズキ先生との HTML の編集についての話で出てきたリッチ テキスト エディタについて調べてみました。 リッチ テキスト エディタとは、入力したデータと出力したデータの見た目が一致するテキスト エディタの事を指します。 今作りながら見ている物がそのまま出力結果となる、この事を用語で WYSIWYG: "What You See Is What You Get" と言います。 というわけで、今回作るのがこちらです。 作り方 エディタの基礎 編集領域を準備する 内容を編集する エディタの基礎 今見ているブラウザがそのままエディタになります。エディタにするには、JavaScript で document オブジェクトの designMode プロパティを "on" にします。

            • Implementing a Syntax-Highlighting JavaScript Editor In JavaScript

              Implementing a Syntax-Highlighting JavaScript Editor—In JavaScript /* A brutal odyssey to the dark side of the DOM tree */ In one of his (very informative) video lectures, Douglas Crockford remarks that writing JavaScript for the web is 'programming in a hostile environment'. I had done my fair share of weird workarounds, and even occasonally gave up an on idea entirely because browsers just would

              • JSONView

                Tools JSON Viewer QRCode Generator

                • Firefox 60 for developers - Mozilla | MDN

                  Firefox's new parallel CSS engine — also known as Quantum CSS or Stylo — which was first enabled by default in Firefox 57 for desktop, has now been enabled in Firefox for Android. In the CSS Pane rules view (see Examine and edit CSS), the keyboard shortcuts for precise value increments (increase/decrease by 0.1) have changed from Alt + Up/Down to Ctrl + Up/Down on Linux and Windows, to avoid clash

                    Firefox 60 for developers - Mozilla | MDN
                  • 【2016年の完全保存版!】フリーで使えるjQueryのプラグイン30選 | ガジェット通信 GetNews

                    ホーム 映画 デジタル・IT ゲーム エンタメ グルメ 動画 アキバ ネットで話題 本稿は、Designmodeのブログ記事を了解を得て日本語翻訳し掲載した記事になります。 本記事は、Doru Ciobanu氏によって投稿されました。 jQueryはまだ必要でしょうか? リリースから約10年が経過した現在、jQueryは、最も普及しているJavaScriptライブラリです。10年前のブラウザのエコシステムにおいては、HTMLのDOM操作の複雑さを最小限に抑えるために開発されたブラウザ同士の戦争が繰り広げられていました。 こうした状況で登場したjQueryはクロスブラウザを実現できたため、数多くのエンジニアを混乱から救ったのです。 基本的にjQueryは、粗悪なネイティブAPIに代わる新しいAPIを開発し、ネイティブAPIでサポートされていない機能を実装し、バグのあるネイティブ機能の複製から

                      【2016年の完全保存版!】フリーで使えるjQueryのプラグイン30選 | ガジェット通信 GetNews
                    • 菊池 Blog - 菊池 Blog

                      社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

                      • 歌って踊れるプログラマー: Safari3 の designMode のクセ

                        Safari3 で高機能エディタ(designMode)が使えるようになったので早速試してみるWindows IE や Firefox では随分昔から使える機能なので待ち遠しかったけれど、実際に使ってみるとちょっとクセの強い感じがする・生成されるHTMLにタグが付きまくりほげほげというような span タグが付きまくるApple-style-span なんつーのも恐らく他のブラウザでは無意味なのでなんかイヤンな感じ・Safari のクリップボード機能が強力すぎるブラウザ上の文字列をコピー・ペーストするとその文字列のスタイルもコピペされるので、とても便利と思いきや、多くの場合テキスト"だけ"ペーストしたいのでいちいち「HTML 編集」ボタンで designMode を抜けてペーストしなければならないそして HTML の鬼タグっぷりを見てため息をつくわけであるまたタイトル等の text インプ

                        • Rich-Text Editing in Mozilla - Developer guides | MDN

                          Note: This document is out-of-date; you are advised to consult the more up-to-date document available at Making content editable. Mozilla 1.3 introduces an implementation of Microsoft® Internet Explorer's designMode feature. The rich-text editing support in Mozilla 1.3 supports the designMode feature which turns HTML documents into rich-text editors. Starting in Firefox 3, Mozilla also supports In

                            Rich-Text Editing in Mozilla - Developer guides | MDN
                          • Optimizing images with the HTML picture tag

                            2022-03-20 Optimizing images with the HTML <picture> tag If you have a website, you probably want it to be fast. Websites that load fast are more fun. They’re also higher ranked on Google. If you make money from your website, chances are you’ll make more money the faster it loads. Faster websites also use less energy. One common reason why websites aren’t fast is because they have a lot of images.

                              Optimizing images with the HTML picture tag
                            • 菊池 Blog - 菊池 Blog

                              社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

                              • Element: input event - Web APIs | MDN

                                ElementInstance propertiesariaAtomicariaAutoCompleteariaBrailleLabelariaBrailleRoleDescriptionariaBusyariaCheckedariaColCountariaColIndexariaColIndexText Experimental ariaColSpanariaCurrentariaDescriptionariaDisabledariaExpandedariaHasPopupariaHiddenariaKeyShortcutsariaLabelariaLevelariaLiveariaModalariaMultiLineariaMultiSelectableariaOrientationariaPlaceholderariaPosInSetariaPressedariaReadOnlyar

                                  Element: input event - Web APIs | MDN
                                • WebKit Fixes in Safari 2.0.2 / Mac OS X 10.4.3

                                  WebKit Fixes in Safari 2.0.2 / Mac OS X 10.4.3 Posted by Maciej Stachowiak on Tuesday, November 1st, 2005 at 5:30 pm Continuing our recent tradition of WebKit fix lists, here is the list of WebKit bug fixes in Safari 2.0.2, which is included in the Mac OS X 10.4.3 Software Update. This list is courtesy of Safari/WebKit Integration Engineer Tim Hatcher. As an added bonus, the versions on the releas

                                  • 菊池 Blog - 菊池 Blog

                                    社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

                                    • Vector: トップ / ダウンロード / Windows10/8/7/Vista/XP/2000/NT / ユーティリティ / shellプログラム

                                      AquaSnap Personal 1.18.1 《レビュー》 Windows 7がサポートするAeroSnap、AeroShakeを強化し、さらにVista/XPでも利用できるようにする (16.10.07公開 3,276K) FileMenu Tools 《レビュー》 エクスプローラのコンテキストメニューを拡張・カスタマイズできるソフト (16.04.15公開 12,041K) Easy Context Menu 1.6 《レビュー》 エクスプローラなどのコンテキストメニューにさまざまなコマンドを追加できる (15.08.20公開 1,620K) 右クリックメニュー改 2.5 《レビュー》 右クリックのコンテキストメニューをワンクリックでカスタマイズ♪素早い操作性&スマート化にお奨め♪ (12.04.10公開 291K) Ring Menu 1.1 《レビュー》 直観的な操作とグラフィ

                                      • designModeのexecCommandで使うコマンド識別子の比較 - Third impact

                                        designModeのexecCommandで使うコマンド識別子を比較した文書です。 この文書は参考文献より半分自動的に生成したものであり、引用の範囲を超えているかもしれません。 早急に修正したいと思います。

                                        • HTML Standard

                                          Table of contents 1 Introduction2 Common infrastructure3 Semantics, structure, and APIs of HTML documents4 The elements of HTML5 Microdata6 User interaction7 Loading web pages8 Web application APIs9 Communication10 Web workers11 Worklets12 Web storage13 The HTML syntax14 The XML syntax15 Rendering16 Obsolete features17 IANA considerationsIndexReferencesAcknowledgmentsIntellectual property rights F

                                          • Jesse Ruderman

                                            Today I'm releasing two fuzzers: jsfunfuzz, which tests JavaScript engines, and DOMFuzz, which tests layout and DOM APIs. Over the last 11 years, these fuzzers have found 6450 Firefox bugs, including 790 bugs that were rated as security-critical. I had to keep these fuzzers private for a long time because of the frequency with which they found security holes in Firefox. But three things have chang

                                            • AUSGANG SOFT: Softwareアーカイブ

                                              しばらく間が空いてしまいましたが、Greasemonkey アプリケーション第三弾です。 思いついたら即検索! ブラウザ上でいつでもどこでも使えるサーチエンジンです。 hoeditor.user.js その他のGreasemonkeyスクリプト 今回もいままでのスクリプトに機能を付け足しています。 簡単な使い方 インストールしたら、新しいページ を開いて 日本語入力がOFFになっているのを確認してから"s"キーを押します。 すると以下のような検索キーワードを訪ねるダイアログボックスが表示されます。 検索したいキーワードを入力してEnter。 以下のような検索結果が表示されます。("apple"で検索した例) 標準で 超弩級Wikipedia検索 人力検索はてな Yahoo!検索はてブ順 Google の検索結果を表示します。 もう一度検索したい場合は、再度、sキーを押してください。 他の機

                                              • HTML 5.2: 4.13. Common idioms without dedicated elements

                                                Firefox1+Safari1+Chrome1+Opera3+Edge79+Edge (Legacy)12+Internet Explorer4+Firefox Android?Safari iOS?Chrome Android?WebView Android37+Samsung Internet?Opera Android10.1+ DOM defines a Document interface, which this specification extends significantly. enum DocumentReadyState { "loading", "interactive", "complete" }; enum DocumentVisibilityState { "visible", "hidden" }; typedef (HTMLScriptElement o

                                                  HTML 5.2: 4.13. Common idioms without dedicated elements
                                                • Xamarin.Forms で XAML Preview 中かどうかを判別する方法 - Qiita

                                                  Xamarin.Forms 向けのUIライブラリを提供する人向けの内容です。 XAML Previewer によって、XAML のコーディングも捗るようになってきました。 XAML Previewer の動き Custom Renderer を使って、独自のコントロールを作成し、それを Page で使用した場合、XAML Previewer は、そのカスタムコントロールもレンダリングしようとします。 アプリ実行時とほぼ変わらない処理が行われるようです。 その為、特に意識しなくとも、カスタムコントロールをプレビューすることができます。 一方で、プレビュー時には、アプリ実行時とは異なる動きをさせたい場合があります。 私の作成している Xamarin.Forms.GoogleMaps は地図を表示するためのカスタムコントロールです。 これは、次の理由で、プレビュー時には、実行時の処理をさせたくあ

                                                    Xamarin.Forms で XAML Preview 中かどうかを判別する方法 - Qiita
                                                  • とっても簡単!便利なブックマークレットの作り方

                                                    おはようございます。Pineです。 昨日自分で作ったブックマークレットというツールの紹介を行いましたが、 作ってみて結構楽しかったので作り方をまとめておこうと思います。 ブックマークレットって何?という方もどうぞ。 詳細は以下から..................... ブックマークレットとは ブックマークレットとは、本来のお気に入りの内容(URL)の代わりに javascript:で始まるJavaScriptを記述することによって、見ているページ 内でいろいろな作業をできるようにするツールのことです。 例えばこちらで紹介しているページ編集モードというブックマークレット を使うと、あら不思議ページを削除したり追記したりできてしまいます。 これは、JavaScriptを使ってページを一時的に編集可能なモードに変更 しているためです。ちなみに中身はこんな感じ javascript:docum

                                                      とっても簡単!便利なブックマークレットの作り方
                                                    • 菊池 Blog - 菊池 Blog

                                                      社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

                                                      • Document - Web APIs | MDN

                                                        Document Object ModelDocumentConstructorDocument()Instance propertiesactiveElementadoptedStyleSheetsalinkColor Deprecated all Deprecated anchors Deprecated applets Deprecated bgColor Deprecated bodycharacterSetchildElementCountchildrencompatModecontentTypecookiecurrentScriptdefaultViewdesignModedirdoctypedocumentElementdocumentURIdomain Deprecated embedsfeaturePolicy Experimental fgColor Deprecate

                                                          Document - Web APIs | MDN
                                                        • HTML Standard

                                                          Table of contents 1 Introduction2 Common infrastructure3 Semantics, structure, and APIs of HTML documents4 The elements of HTML5 Microdata6 User interaction7 Loading web pages8 Web application APIs9 Communication10 Web workers11 Worklets12 Web storage13 The HTML syntax14 The XML syntax15 Rendering16 Obsolete features17 IANA considerationsIndexReferencesAcknowledgmentsIntellectual property rights F

                                                          • 菊池 Blog - 菊池 Blog

                                                            社員採用が通年化されました また採用広報です。 株式会社クロスワープ/CROSSWARP Inc. (titleちゃんとしてねーなー、うちの会社) ってわけで、採用ページが上がっています。 基本的に通年採用って事で締め切りとかは特に無しですので、腕に覚えのある方はどうぞ。 募集要項の選考プロセスにある通りでプログラムの書き問題がありますのでご了承ください。 posted @ 17:16 | Comment (1) [ASP.NET]デザイン時に web.config での定義を使えるようにする 表題の物、おすそ分け。 using System.Configuration; using System.Web.UI; using System.Web.UI.Design; namespace System.Web.UI { public static class ControlExtender

                                                            • Data binding overview (XAML) (Windows)

                                                              This browser is no longer supported. Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support. Data binding provides a simple way for Windows Runtime apps using C++, C#, or Visual Basic to display and interact with data. The way data is displayed is separated from the management of the data. A connection, or binding, between the UI and a data obje

                                                                Data binding overview (XAML) (Windows)