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
Thanks! Please check your inbox to confirm your subscription. If you haven’t previously confirmed a subscription to a Mozilla-related newsletter you may have to do so. Please check your inbox or your spam filter for an email from us. bornjre i developer edition about two weeks ago loved ui but after some time my laptop fan went nuts, i was running only two tabs (one being youtube) and nothing much
タイトルのことで少しハマったのでメモメモ。 検索ボタンなどを二重押しさせないようにJavaScriptの方で、一度押したらそのボタンを押せないようにしてた(もちろん検索後はPOSTするので元に戻る) IEでは問題なくこれで動くけど、Firefoxでは戻るボタンを押したときにボタンが押せないままになっている。 この原因はIEとかChromeはonloadイベントが呼ばれるけど、Firefoxでは呼ばれないために起こるっぽい。 なのでFirefox用に戻るボタン押下時やページ表示時に実行されるというpageshowを使って対応することにした。 /* * 検索ボタン */ $( document ).on( "click", "#Search", function() { /* 検索の処理とか */ /* ------------ */ document.body.style.cursor =
In this article, Patrick Brosset takes a walk through some of the main tools and differential features of Firefox Developer Edition. He explores how this browser can be used to keep updated about the latest tools for CSS features and animations, testing website displays and some tips and tricks for developers and designers. Firefox’s DevTools have evolved quite rapidly in recent years, and feature
タッチ系の操作をスマホでもデスクトップPCでも動くようにするため、タッチイベントがある場合はtouchstartやtouchmoveを使い、タッチイベントをサポートしていないブラウザではmousedownやmousemoveを使って同じ挙動にするというケースがあります。 例えばこういうやつ。 flipsnap.js DEMO そのようなケースでは僕はこれまで次のように書いていました。 var supportTouch = 'ontouchstart' in window; var touchStartEvent = supportTouch ? 'touchstart' : 'mousedown'; var touchMoveEvent = supportTouch ? 'touchmove' : 'mousemove'; var touchEndEvent = supportTouch
How to watch Polaris Dawn astronauts attempt the first commercial spacewalk
One problem I've seen on occasion is that button heights in Firefox are a few pixels larger than in other browsers. This can be a nightmare when trying to unify the size of buttons with an A elements, as we found out when implementing a new feature on MDN: The middle element is an INPUT and the others are your basic A element. You can see that the INPUT element is just slightly bigger -- enough
[この記事は米国 Mozilla のブログに掲載された Firefox Hello Makes Connecting By Video As Simple As In Person の抄訳です。] ビデオを通した会話は直接話しかけるのと同じぐらい簡単であるべきです。しかし実際にはそうではありませんでした。ビデオ通話を始める前にソフトウェアをダウンロードするだけでなく、メールアドレスや場合によってはより個人的な情報を提供する必要がありました。 ビデオ通話を簡単に行えるようにするため、Mozilla では最近 Firefox Hello というブラウザに初めて直接組み込まれたグローバルなコミュニケーションシステムを Firefox に導入しました。 Firefox Hello ではビデオ通話に必要とされていたいくつかのステップを取り除き簡単に通話を始められるようにしています。メニューバーまたは
MozillaがFirefox OSの枠組みを発表し、それに賛同したキャリアが一堂に会したのが2013年の『Mobile World Congress』。日本からはKDDIが参画、端末の投入を予告していた。そこから約2年、ついにこのOSを搭載した『Fx0』が発表された。同社の田中孝司社長がかねてから「クリスマスプレゼント」と称していたように、発売日は12月25日となる。ただし、25日に発売されるのはauオンラインショップと直営店のみ。一般販売は1月6日から順次開始される。 端末やFirefox OSに関する取り組みは、田中孝司社長が直接行なった。田中氏は“ギーク”を自称し、ユーザーからも「田中プロ」の愛称で親しまれる変わりダネの社長。ゲストには、これまたギークで週アス本誌でもおなじみの女優、池澤あやかさんを抜擢。 Firefox OSは、Mozillaが開発を主導するウェブOS。カーネル部
2014年6月号の『Web Designing』にCSSのanimationを使ったエフェクトを特集していたので、実際にコードを書いて勉強していました。すると、Firefoxだけでanimationが動きませんでした。 サンプルファイルをそのまま開いても動かないので、どうしたものかと悩みました。とりあえず、単純なコードに書き換えて検証してみましたが、動きません・・・。その時のコードは下記の通り。 HTML [html] <h1>StudioDansyaku</h1> [/html] [css] h1 { font-size: 20px; padding: 10px; background: red; animation: colorchange 5 ease 0 infinite normal; -webkit-animation: colorchange 5s ease 0 infini
WebIDE, Storage inspector, jQuery events, iframe switcher + more – Firefox Developer Tools Episode 34 A new set of Firefox Developer Tools features has just been uplifted to the Aurora channel. These features are available right now in Aurora, and will be in the Firefox 34 release in November. This release brings new tools (storage inspector, WebIDE), an updated profiler, and handy enhancements to
近年、ネイティブのアプリをHTML5だけで開発できるOSが、注目を集めています。本記事では、2014年内に日本での製品発売が期待されるGoogleのChrome OSとMozillaのFirefox OSの概要を紹介します。 PCの利用時間の大半をWebに費やしている人や、Webブラウザ以外のアプリは使用しないという人は少なくありません。Chrome OSはこのように、WebのためにPCを利用するユーザーにとって、最適なブラウズ環境を提供することを目的として開発されたOSです。米NPDの調査によれば、Chrome OSを搭載したノートPCであるChromebookは、2013年内に米国で販売されたノートPCの21%を占め、着実にシェアを伸ばしています。 Chrome OSのアーキテクチャ Chrome OSは、Chromium OSというオープンソースのOSを、Chromebookに最適化
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く