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
2016年12月5日、株式会社サイバーエージェント(以下、CA)本社にてWebフロントエンドの勉強会「Frontrend Vol.8 - 帰ってきたフロントレンド」が開催されました。 「Frontrend」はCA主催によるWebフロントエンド技術に関する知見を広める勉強会として、2012年より定期的に開かれていました。昨年2月に行われた「Frontrend Conference」で一区切りとされていましたが、2年弱の“充電”期間を経て、待望の再開となりました。あらためて、今後も定期開催していくとの発表がありました。 全セッションで1時間半と短い時間ながらも、実際のプロジェクトで参考になる考え方や知見もふんだんに盛り込まれ、濃密な場となりました。本稿では、その様子をレポートしていきます。 再開の挨拶をするCAの佐藤歩(@ahomu)氏 100名近くの来場者。募集定員の2倍もの参加申し込み
I unashamedly maintain that there is so much more to being successful on the mobile web than dealing with screen size. But I do accept that dealing with screen size is at least a first step. Thank goodness then, that the matter of screen size is so simple and well understood. Really? As web developers, we will often need to know the screen size of the device we are displaying content on. Perhaps o
The simplest thing to do in the absence of a framework that does all the cross-browser compatibility for you is to just put a call to your code at the end of the body. This is faster to execute than an onload handler because this waits only for the DOM to be ready, not for all images to load. And, this works in every browser. <!doctype html> <html> <head> </head> <body> Your HTML here <script> //
はじめに みなさんにdisられて久しいsprockets氏ですが、メリットはそのままこれまでの問題を解決してくれるsprockets-commonerという素晴らしいgemを見つけたので紹介します。 sprockets-commonerとは sprockets-commonerとは、Railsコミッターも在籍するShopifyで作られたsprocketsの拡張gemです。 このgemの機能の中でも特に嬉しいのは以下の2つの機能です。 1. node.js/ESnextでフロントエンドを書けるようになる sprockets-commonerを入れると、sprockets管理下のJSファイルをbabelでトランスパイルしてくれるようになります。 そのため、node.js/ESnextでフロントエンドを書けるようになります。 一応、sprockets次バージョンの4でもESnextは書けるように
This article has been moved to: http://thejameskyle.com/dear-javascript.html. “Dear JavaScript,” is published by Jamie Kyle.
We have the ability to easily make immersive fullscreen websites and applications, but like anything on the web there are a couple of ways to do it. This is especially important now that more browsers are supporting an "installed web app" experience which launch fullscreen. Getting your app or site fullscreen There are several ways that a user or developer can get a web app fullscreen. Request the
こんにちは Rails5.1に向けて、DHHのjqueryを依存から外す発言を発端にフロントエンド周りが急激に発展しているので、簡単にですがまとめてみました。 各issue, PRの詳細には踏み込みませんが、知見に溢れているので読んでみるの推奨です。 間違い、足りないものがあったら編集リクエストお願いします。 jQuery依存を無くす話が出る rails(issue): Drop jQuery as a dependency jquery-ujsはjqueryに依存しないようにする jquery-ujs: Drop jQuery as a dependency "jquery"-ujsじゃなくなったので名前変更 rails-ujs誕生 実際にRailsからjquery依存がなくなる rails: Drop jQuery as a dependency jsライブラリを入れる方法がnpmパッ
ブログ絶対に書くマン枠、結局当日まで空きあったぽいのであえて席を譲ったブログ書くマンとして微妙な悲しみを感じています( ˘ω˘) Design Systems as a Product プロダクトとしてのデザイン・システムについて by @cssradar デザイン・システムとは プロダクトを表すすべてのもの レイアウト グリッド アイコン・色 コンポーネント なんしかユーザーが触れるものすべて 既に山ほど種類がある Bootstrap, MaterialDesign, Origami, ...etc UIを言語化してメンテしていくためのもの 短い目で見ても立ち上げの足がかりに 長い目で見ると、共通言語としての基盤となる 利用する側も、開発する側もメリットがある カオスを管理するものとも どう運営していくかがカギ コレ自体がプロダクトである デザイナーとエンジニアをつなぐもの 小さなデザイ
Write powerful, clean and maintainable JavaScript. RRP $11.95 Special CSS3 Scaling for Android version less than 2.3. Following on from link Making Adobe edge HTML5 Animations mobile responsive. //special scaling for andriod version less than 2.3 var ua = navigator.userAgent; if( ua.indexOf(“Android”) >= 0 ) { var androidversion = parseFloat(ua.slice(ua.indexOf(“Android”)+8)); if (androidversion <
こんにちは、@todokrです。これは絵文字 / Emoji Advent Calendar 2016 3日目の記事です。 さっそくですがクイズです。以下のJavaScriptのコードの実行結果はどうなるでしょうか? (すぐお試しいただけるようgistにコードをアップしてみました) ... ... ... 結果はこちらです。 なんと!ママが入れ替わってしまいました! 「家族」の1文字に対してreplace したのに何故でしょうか? 「なんだこの文字は!?」に遭遇したらやることはただひとつ、そう16進ダンプでバイナリを見ることです。1 まずはプレーンな「家族」の絵文字から見てみましょう このようなテキストファイルを用意します。 odコマンドでダンプした結果が以下です。 エンコーディングはUTF-16なので2バイトずつで0xD83Dと0xDC6Aですね 先頭バイトの0xD83Dが上位サロゲート
Applying the magic of neural networks: Machine Learning with nodejs Have you ever been in a betting pool for your local football league? Then you might know, how exhausting it is, to come up with sensible result for every single game and most of us are not using the scientific method... at all. No need to fret about it anymore! I'll show you how to write a program that learns to predict football s
Changelog.com is not a Rails app, but it is a Turbolinks app. Think about that for a moment. That means we aren’t using Turbolinks because it’s Omakase. We aren’t using Turbolinks because we forgot to delete it from our Gemfile. We actively chose Turbolinks, installed it, and integrated it in to our application. I think that makes us pretty unique. The number one question we’ve received since open
PDQ� �qa� pl|� �<�� �߫� �u� � O� @��� ��{� P�^� @%^� ��� 1<� �O� 0Jc� �F� P`c� ��S� � �� ��r� � � �¶� ���� ���� pwv� ��J� �c � ? � `� � 09�� �^�� P �� ��Z� Pؑ� `R�� � T� PX�� 0nQ� �� `g�� �[� AS� ���� �">� 0�K� �b�� � �� ���� ���� E�� ��Z� ��� ��� 0��� ��� �U � -t� ЇR� ���� ��� �R� �#�� �H-� � �� @�E� ��� �eO�
JSPM is by modular programming, in a JavaScript plugins; plugins include any I/O, such as Self and playing audio and feature-rich client-side library with its Edge browser. Lodash is a community-driven attempt at automating web applications using JS, HTML. Bluebird is a class to ease React is a HTML5 mobile applications using AMD. JSPM is a library. Scheme. MVC Framework for working with identical
リリース、障害情報などのサービスのお知らせ
最新の人気エントリーの配信
処理を実行中です
j次のブックマーク
k前のブックマーク
lあとで読む
eコメント一覧を開く
oページを開く