タグ

tutorialとtipsに関するIanLewisのブックマーク (3)

  • はてなブックマーク - ヘルプ - 自分のブログに被ブックマーク数を表示する

    自分のブログに被ブックマーク数を表示するブックマーク数を画像で取得するAPIを利用して、自分のサイトやブログでエントリーがブックマークされた数を表示させることができます。あなたの書いたエントリーについてのコメントを一覧したり、ブックマークしてもらうためのナビゲーションとしてお使いください。 このページでは、このブックマーク数を画像で取得するAPIを利用して、各ブログサービスで被ブックマーク数を表示させる方法を紹介しています。 Blogger 「テンプレート」タブから「現在の内容を編集」欄の <!-- Begin #main --> と <!-- End .post --> に囲まれた以下の部分を次のように編集します。 ... </BlogItemCommentsEnabled></MainOrArchivePage> <$BlogItemControl$> </p> ... を ... <

    はてなブックマーク - ヘルプ - 自分のブログに被ブックマーク数を表示する
    IanLewis
    IanLewis 2009/07/09
    ブックマーク数を画像で取得するAPIを利用して、自分のサイトやブログでエントリーがブックマークされた数をè
  • Special Events

    jQuery, since 1.2.2, has had an API for “special events”. These events are special because they have the ability to do some extra work for specific events and even the option to bypass some of the internal jQuery event system. With these special events you can create custom events that require some setup work or you can completely overwrite the behavior of native events. We use special events in j

    IanLewis
    IanLewis 2009/07/08
    jQuery, since 1.2.2, has had an API for “special events”. These events are special because they have the ability to do some extra work for specific events and even the option to bypass some of the internal jQuery event system. With these special events you can create custom events that req
  • Erlang for Python programmers: Part I « Ruslan’s Blog

    Let’s skim over data types in Erlang today. Check previous tutorial for introduction. Numbers In Erlang there are two types of numeric literals: integers and floats. In Python there are four of them: plain integers(usually called just integers), long integers, floating point numbers, and imaginary numbers. In addition to conventional notation Erlang has its own specific notations: 1) $char Give

  • 1