タグ検索の該当結果が少ないため、タイトル検索結果を表示しています。
デベロッパはまもなく、Secure Elementを使ってアプリ内NFC決済を提供できるようになります iOS 18.1より、デベロッパはApple PayおよびAppleウォレットとは別に、iPhone上の自社アプリ内で、Secure Elementを使ってNFC非接触決済を提供できるようになります。デベロッパは新しいNFC APIとSE(Secure Element)APIを使って、店内の支払い、車のキー、交通系ICカード、社員証、学生証、ホームキー、ホテルの部屋の鍵、店舗のメンバーズカードやポイントカード、イベントのチケット、および今後サポートされる政府機関発行の身分証明書に、アプリ内の非接触決済を提供できるようになります。 ユーザーのセキュリティとプライバシーはAppleにとって最も重要なものなので、この新しいソリューションは、自社のiOSアプリ内からNFC非接触決済を提供するため
DiscordやSlackなどチャットやビデオ通話を主目的としたソフトウェアは数々存在しますが、オープン標準かつ軽量なリアルタイム通信プロトコルMatrixを採用したチャットソフトウェアが「Element」です。Elementはエンドツーエンド暗号化を用いたセキュアなチャットが行えるというだけでなく、ビデオ通話まで可能ということなので、実際に使ってみました。 Secure messaging app | End-to-end encrypted messenger https://element.io/personal というわけで、Elementを実際に使ってみます。Elementはウェブブラウザ版・iOS版・Android版・PCソフトウェア版が存在するので、それぞれを実際に使ってみます。 ・目次 ◆ウェブブラウザ版 ◆iOS版 ◆Android版 ◆PCソフトウェア版 ◆ウェブブラウ
発端 きっかけは調べ物でこちらのブログを閲覧したときです。ぜひアクセスしてみてください。9 割以上の方は何も気づかないでしょう。 Chrome でのスクリーンショット なぜなら Firefox 以外のブラウザでは表示されないからです。 Firefox でのスクリーンショット Firefox でアクセスすると、“Woah! What's this?” と書いてある右側のミニマップに気づくはずです。 Firefox でのスクリーンショット これの驚くところは、なんと要素の状態がリアルタイムでミニマップにも反映されます。上記スクリーンショットはテキストを選択した状態ですが、ミニマップにもテキストが選択された状態で表示されていることが確認できます。 実装 どのように実装されているかというと、なんと CSS の element() 関数のみの 1 行で実装できます。そして、Firefox は ele
Images have also been a key part of the web. They communicate ideas instantly, but they are also a lot heavier than text to load. This means that it’s essential to get loading and displaying them right, if you want to give your users a fantastic first impression. An excerpt from Addy’s new book (also, check a free PDF preview). The humble <img> element has gained some superpowers over the years. G
DOM, Node, Elementについてそれぞれの違いを説明できますか? DOM Node Element 実践!NodeをElementに変換する まとめ リンク DOM, Node, Elementについてそれぞれの違いを説明できますか? Web開発において、これらをすべて「要素」として呼んで曖昧にしていると型定義などで詰まることがあります。 この3つの名称、実は明確な違いがあると知っていましたか? これを期にマスターしましょう。 DOM DOMは、「Document Object Model、つまりドキュメントを物として扱うモデル」のことを言います。 DOMツリーという階層構造を持ち、JavaScriptはDOMツリーを操作することでHTMLを操作することができます。 <body> ├──<section> │ ├──<p> │ ├──<p> │ └──<p> ├──<secti
Although the alert, confirm and prompt JavaScript methods are convenient, they aren’t recommended due to their script-blocking behavior. That’s why we worked with other browser vendors to drive improvements to the <dialog> specification over the last few years. The most important conversations involved accessibility. You can find more complex use-cases, like payment dialogs, on the web. They are c
After learning a little bit more about web accessibility last year I had been exploring some of the less common HTML elements, and making changes to this website, like wrapping the text of the posts on this blog in <article> tags and adding a <main> tag in the website’s layout templates (this website is built using Eleventy). I had previously done some work to make sure that <figure> and <figcapti
DOMメモリリークのデバッグツール「Detached Element」、Microsoft EdgeのDevToolsに搭載 マイクロソフトは、Microsoft Edgeに搭載している開発者向けツールDevToolsに、DOMのメモリリークを検出、解析するデバッグツール「Detached Element」を搭載したと発表しました。 The new Detached Elements Tool in Microsoft Edge DevTools helps you find and fix DOM memory leaks in your web app. Learn more on the blog: https://t.co/MErWs7iu0Z — Microsoft Edge Dev (@MSEdgeDev) December 9, 2021 JavaScriptを用いたDOMの
Use cases Custom video player A website can provide a Picture-in-Picture video experience with the existing Picture-in-Picture API for <video>, however it is very limited. The existing Picture-in-Picture window accepts few inputs, and has limited ability for styling them. With a full Document in Picture-in-Picture, the website can provide custom controls and inputs (for example, captions, playlist
The Barbenheimer phenomenon has become a global sensation, proving that cross-promotion can benefit competing blockbusters and boost movie theaters. Warner Bros. faced backlash for tone-deaf marketing campaigns, such as a tweet featuring Oppenheimer and Barbie in front of an atomic mushroom cloud, sparking #NoBarbenheimer. The exclusion of the Hiroshima and Nagasaki bombings in Oppenheimer has spa
ドイツ連邦国防省所有のITサービスプロバイダーであるBWIはオープンソースメッセンジャーである「Element」を修正したドイツの行政機関向けの「BundesMessenger」のベータ版をリリースし、テストを行っています。 BWI - IT für Deutschland - BundesMessenger https://messenger.bwi.de/bundesmessenger BundesMessenger shows Germany's embrace of open standard messaging https://element.io/blog/bundesmessenger-is-a-milestone-in-germanys-ground-breaking-vision/ BWIが開発したBundessMessengerは、分散型でオープンソースのメッセージプロ
[Ed. note: While we take some time to rest up over the holidays and prepare for next year, we are re-publishing our top ten posts for the year. Please enjoy our favorite work this year and we’ll see you in 2023.] Images are one of the most pervasive parts of the web. This isn’t a huge surprise as we humans are quite visual and the <img> tag has been around for almost 30 years. Images are so promin
はじめに TechDivの金です。 今回は Vue Element Admin が使っているライブラリを適用し、 Web画面を作る一連の流れを説明させていただきたいです。 目次 Vue Element AdminとはVue Admin Templateの起動メニュー追加「element-ui」Table作成「echarts」グラフの作成感想 Vue Element Adminとは Vue Element Adminとは vue-element-admin は管理画面のフロントエンドのインタフェースで、vue と element-uiを使っています。i18nの多言語対応、可変ルート、権限、典型的なビジネスアプリテンプレートであり、豊富なコンポーネントを提供しています。素早くビジネス用の管理画面の現型を構築に役立ちます。 引用:PanJiaChen/vue-element-admin デモ画面
最近のWebアプリケーションではファイルをWebブラウザにドラッグ&ドロップしてアップロードすることが良くあります。開発するのはさほど難しい訳ではありませんが、ちょっと面倒だったります。かといって、ファイルアップロードライブラリを使うと、周りのデザインと合っていないことも良くあります。 今回紹介する elementはシンプルなファイルアップロード用Web Componentsになります。 elementの使い方 利用例です。Web Componentsとして定義されています。 </file-attachment><file-attachment directory input="upload"> <input id="upload" type="file" multiple/> </file-attachment> 表示です。 ファイルをドロップします。 elementはGitHubが開発
The SVG spec was recently updated to remove support for data: URLs in SVG <use> element. This improves security of the Web platform as well as compatibility between browsers as Webkit does not support data: URLs in SVG <use> element. Reason for the removal SVG <use> element can fetch external SVG images and clone it into the current document. This is a powerful capability, and therefore it is rest
Vue.js+Element Plusでのtableについて、以下の3点記載します! クラス操作(row-class-name) 特定の行にクラスをつけたい場合に使用 クリックイベント(row-click)について 行クリックした場合に特定の関数を呼び出す 列固定表示 横スクロール時に一番左の列を固定表示にしてみる Element Plusについて まずは、Element Plusについて簡単に記載します。 Element Plusは、Vue3対応のUIライブラリです。 A Vue 3 UI Framework | Element PlusA Vue 3 based component library for designers and developerselement-plus.org Element Plusのtableのクラス操作について row-class-nameを使用して、特
Have you encounter a feature that let’s you open a menu and auto-close it when you click outside that element? It’s possible in a lot of ways usually with a dedicated button to close or a backdrop which is similar to what Bootstrap uses. Luckily, after React hooks were introduced, there’s a simple way to implement same behavior and not tied it into every component. I run my Node.js applications on
Dynamically Switching From One HTML Element to Another in Vue A friend once contacted me asking if I had a way to dynamically change one HTML element into another within Vue’s template block. For instance, shifting a <div> element to a <span> element based on some criteria. The trick was to do this without relying on a series of v-if and v-else code. I didn’t think much of it because I couldn’t se
こんにちは。スプマロです(@649Ga4) Google Tag Manager(以下、GTM)には、便利な変数がいっぱいありますよね。ただ、その中にある「Click Eelment」変数は使ったことありますでしょうか? 意外と使われていないかもしれないこの変数、実はとても便利な活用方法があります。少し中級者向けの内容かもしれませんが、覚えておくとGTMの活用の幅が広がります! この記事では、Click Element変数についての解説と活用方法を説明しますので、 GTMで計測設計する際に是非参考にしてください。 Click Element変数ってそもそも何だろう? Click Element変数は、組み込み変数の1つでクリックされた要素を取得する変数です。デフォルトでは、無効になっているので、有効にする必要があります。 ■設定方法 [変数]>組み込み変数の[設定]>[Click Elem
DigitalOcean provides cloud products for every stage of your journey. Get started with $200 in free credit! Here’s a nice simple demo from Moritz Gießmann on animating the triangle of a <details> element, which is the affordance that tells people this thing can be opened. Animating it, then is another kind of affordance that tells people this thing is opening now. The tricks? Turn off the default
Stencil でつくられた Custom Element を React/TypeScript 環境から呼び出したい2020/09/16 会社で Stencil で作られた Web Component の NPM パッケージが OSS として公開されていて、Vue.js のアプリケーションではこれまでも利用していたけれど、React でも利用したくなった。が、やってみるとドキュメント以上の工夫が必要だったのでメモ。 ちなみに使ったものは @uit/glitch-image というパッケージ。 一応免責として 2020/09/16 時点での公式ドキュメントにない範囲のハマりであり、連休にでもドキュメントに Pull Request でも送ろうかな。と思っているので、割とすぐに outdated な情報になるかもしれません。 Stencil の吐き出す Custom Elements と型定
i-html is a drop in tag that allows for dynamically importing html, inline. It's a bit like an <iframe>, except the html gets adopted into the page. You might have used something similar before, it might seem familiar to other techniques such as hotwired turbo or similar. You might have even used an element very close to this one, for example the popular include-fragment-element by GitHub. This el
DiscordやSlackなどメッセージのやりとりを主眼にしたソフトウェアの中でも、オープン標準かつ軽量なリアルタイム通信プロトコルMatrixによってセキュアなやりとりを行えるサービスが「Element」です。Elementの有料機能ではDiscordやSlackのやりとりを相互に転送できる「ブリッジ接続」が使えるとのことなので、実際にやってみました。 Personal plans for Element | Free | Element Home https://element.io/personal-plans 「Element」は、オープン標準かつ軽量なリアルタイム通信プロトコルMatrixによってセキュアなやりとりが行える上に、無料版でも広告なし&時間制限なしのビデオ通話などもできるというチャットソフトウェア。Elementの基本的な設定や使い方については、以下の記事で詳しく解説
🔥 Want improve your Debugging CSS skills? Get my book for just $19.99! Buy the book It’s one of the most used elements on the web. <button></button> can be used to activate certain interactions like showing data, open modals, submit forms.. etc. In this article, I will walk you through the fine details of a button element and how to style it perfectly to ensure that it works great on all browsers
Surface mount components have been a game changer for the electronics hobbyist, but doing reflow soldering right requires some way to evenly heat the board. You might need to buy a commercial reflow oven — you can cobble one together from an old toaster oven, after all — but you still need something, because it’s not like a PCB is going to solder itself. Right? Wrong. At least if you’re [Carl Buge
Matt PocockMatt is a well-regarded TypeScript expert known for his ability to demystify complex TypeScript concepts. #Quick Explanation JSX.Element and React.ReactElement are functionally the same type. They can be used interchangeably. They represent the thing that a JSX expression creates. import React from 'react'; // ---cut--- const node: JSX.Element = <div />; const node2: React.ReactElement
There are a number of imperative methods for asking for permission to use powerful features like location access in web apps. These methods come with a number of challenges, which is why the Chrome permissions team is experimenting with a new declarative method: a dedicated HTML <permission> element. This element is in origin trial from Chrome 126, and ultimately we hope to standardize it. Imperat
リアルタイム通信のためのオープン標準である通信プロトコルのMatrixを用いたオープンソースのインスタントメッセンジャーアプリである「Element」が、Google Play上から突如削除されるという事態が起きました。 Element suspended on Google Play Store: now resolved. https://element.io/blog/element-on-google-play-store/ Google reinstates federated chat app Element on Play Store after wrongful removal https://www.androidpolice.com/2021/01/30/google-pulls-federated-chat-app-element-from-the-play-stor
Largest Contentful Paint (or LCP) is a major web performance KPI which is still a new concept for many web developers since it became a ranking factor just recently. In this article, Eloïse Martin provides an overview of the best practices for the integration and optimization of an LCP image. Largest Contentful Paint (or LCP) is one of three metrics of the Core Web Vitals. These metrics are used b
Element.scrollHeight は読み取り専用のプロパティで、あふれて画面上に表示されない部分を含めた、要素の内容の高さの寸法です。 scrollHeight の値は、垂直スクロールバーを使用せずにすべてのコンテンツをビューポート内に収めるために要素に必要な最小の高さに等しくなります。高さは clientHeight と同じ方法で測定されます。要素のパディングは含みますが、境界線、マージン、 (もしあれば) 水平スクロールバーは含みません。これには ::before または ::after のような擬似要素の高さを含むことがあります。要素の内容が垂直スクロールバーを表示することなく収まる場合、その scrollHeight は clientHeight と等しくなります。
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く