タグ

2007年9月1日のブックマーク (5件)

  • mixiのRSS Feed | Melanges

    イマサラなんですけど。mixiにリクエストを送るとRSS Feedを返してくれるそうです。。 myMixiMemberIdを「プロフィールを確認」でのURL http://mixi.jp/show_profile.pl?id=XXXXX のXXXXXの部分に置き換えればいい感じ。あと、自分がログイン状態じゃないとダメです。当たり前ですけど、他人のIDを指定してもエラーです。 足あとhttp://mixi.jp/atom/tracks/r=2/member_id=myMixiMemberIdタイトルとかは名前。日付に、足跡の日時。リンクはその人のmixi。 マイミクシィ一覧http://mixi.jp/atom/friends/r=1/member_id=myMixiMemberIdタイトルに名前。日時は最終ログイン時刻。 これってすごく怖い。。その人が何時何分にログインしたか分かってしまう

    bluerabbit
    bluerabbit 2007/09/01
    mixiにリクエストを送るとRSS Feedを返してくれる
  • ヽ( ・∀・)ノくまくまー(2005-06-29)

    ● pagination (簡単なページ管理) Webコンテンツで一覧表示時に「前のページ」「次のページ」といったリンクを作るのは結構面倒であるが、Rails には pagination というページ管理機能がある。ロジック(コントローラ)側では、テーブルのモデルを表すシンボル(必須)と表示条件等を引数に取りpaginate を呼び出すだけ。 # controller def list @pages, @items = paginate(:item, :per_page => 20, :order_by => 'itemcode') end 戻り値はページ管理オブジェクトと検索結果のモデルのインスタンスの配列。後者はAR::find_allと同じものであり、前者のページ管理オブジェクトがページに関する各種情報を持っているので、ビュー側ではそれを以下のように利用する。 # view <%=

    bluerabbit
    bluerabbit 2007/09/01
    paginate rails paginate_by_sql が欲しいとゆいたいです
  • Scott Becker - Active Record Relationship Design Patterns

    Active Record Relationship Design Patterns 11 Posted by sbecker Fri, 20 Jan 2006 06:30:00 GMT In the world of web applications, eventually you’ve seen it all, and you start to see the same relational patterns occur over and over. To help out the newbies, here’s a list of various relationships (in Ruby on Rails syntax) that we see all the time. Can you think of any more common relationship pattern

    bluerabbit
    bluerabbit 2007/09/01
    Active Record Relationship Design Patterns
  • http://youmos.com/news/prototype_portal_class

    bluerabbit
    bluerabbit 2007/09/01
    ナビゲーション項目やコンテンツをユーザーが自由にドラッグ移動できるようにしたい場合など便利
  • Easy Struts for Eclipse / JBuilder

    ... this is by far the most promising GUI front end I've tried so far ... First, thank you for using Easy Struts ... without you, project cannot continue. After receiving a large number of email, Easy Struts is now under refactoring… The Easy Struts project provides plug-ins for the Eclipse 2.0, Borland JBuilder 5, and Borland JBuilder 6 development environments to enable you to develop web applic

    bluerabbit
    bluerabbit 2007/09/01
    Easy Explore for Eclipseこれは便利。