タグ

2010年2月25日のブックマーク (4件)

  • HTML5 & The Web Platform

    実務でよく使うhtml,css,jsの小技をつらつらと紹介します。 ※2/11のスクーの授業中で使った資料です。 https://schoo.jp/class/1776 【オシャレCSS編】 1. transformを使って要素を変形させるワザ 2. transitionを使い、CSSだけで簡単なアニメーションを行うワザ 3. keyframesを使ってCSSだけで複雑なアニメーションを行うワザ 4. 矢印アイコンをcssだけで表現するワザ 5. アイコンをアニメーションさせるワザ 6. CSSプロパティ”filter”で画像を加工するワザ 【地味だけど使えるワザ編】 7. 今どきの、要素を上下中央寄せにするワザ 8.「flexbox」で要素を自由自在に整列させるワザ 9. Windowsでwebfontをちょっとマシに見せるワザ 10. ア

    HTML5 & The Web Platform
    sukka9
    sukka9 2010/02/25
  • Applying Mathematics To Web Design — Smashing Magazine

    “Mathematics is beautiful.” This may sound absurd to people who wince at numbers and equations. But some of the most beautiful things in nature and our universe exhibit mathematical properties, from the smallest seashell to the biggest whirlpool galaxies. In fact, one of the greatest ancient philosophers, Aristotle, said: “The mathematical sciences particularly exhibit order, symmetry and limitati

  • メソッドとして関数を呼んだ場合の this の値 - latest log

    今日は、うっかり忘れがちな「メソッド内の this が何を示すか」を復習するついでに、脳内ダンプしてみます。 C++ の this には、 「this(ポインタ)は メソッドの親オブジェクトを示す」 「メソッド内では、 this->hoge() と hoge() は同じ意味になる。thisは省略できる(例外あり)(テンプレート内の名前解決とか)」 「関数の中では this は未定義」 と、明確なルールがありますが、JavaScript の this は呼び出し方により中身が変化する BuzzWord です。 obj1.obj2.fn() の fn の中で this は何になるか window.x = "global"; window.fn = function() { alert(this === window); alert(this.x); }; window.lv1 = { x: "

    メソッドとして関数を呼んだ場合の this の値 - latest log
  • Collecta Real-Time Search

    Hello, thanks for trying to find Collecta Real-Time Search. We have removed our consumer facing site but we are still researching applications for our technology. Please contact us if you have any questions or ideas to share. Thanks!