タグ

2011年2月4日のブックマーク (3件)

  • Open Source: Libraries For Custom Status Bar Notifications And UIBarButtonItems

    Found out about a couple of interesting libraries for through some postings on the iPhone and iPad development forum. The first is MTStatusBarOverlay which allows you to easily customize what’s shown on the status bar and allows you to display custom notifications in a similar fashion to the Reeder, Evernote, and Google Mobile apps.  The second is MTLocateMeBarButtonItem, a custom BarButton that b

    paella
    paella 2011/02/04
    iPhoneのステータスバーあたりからスルスルと情報を表示させられるビューのライブラリ。あとで読む。
  • あなたのライティングスキルを今すぐ改善する7つの秘策 » SEO Japan

    久しぶりのコピーブロガーからライティングのスキルを上達させる7つのテクニックを。ライティング能力がかつてない程、マーケッターに求められる時代、何か参考になることはあるでしょうか? — SEO Japan 大勢の人がもっと説得力のあるブログ投稿や記事やウェブコピーを書きたいと思っているだろう。 あなたは古い定番のアドバイスは全て聞いた。習うより慣れろ。10,000時間を確保しろ。とにかく姿を現し、書け。 もちろん、これらは全て良いアイディアだ。ただ、ひどく時間がかかる。 その一方、私は今すぐにあなたのライティングを改善する手っ取り早い方法を知っている。そんな煩わしくてつまらない“練習”の効力が生じるのを待つ必要はない。 もっと良い方法があるのだ。 簡潔明瞭に この言葉は何百万回も聞いたことがあるだろう。きっちりと詰まった簡潔で読みやすい文章は読者にとって素晴らしいものだ。長くて複雑で入り組ん

    paella
    paella 2011/02/04
    自分の文章の主要なポイントを決め、それをサポートする3つのサブポイントを立てる。1つ1つがメッセージと結びつくこと、支えとなり関連性があるものにすること。フムフム
  • Cocos2D and UIScrollView

    Learning now to work with a new framework is usually a challenge.  You often delve into a new API or SDK expecting things to work in a certain manner.  When those expectations fail you need to delve deeper to find your answer in several different ways.  It often starts with visiting the website of the package you are working with.  This often leads to.. Code documentation online (Doxygen usually)

    paella
    paella 2011/02/04
    cocos2dとUIScrollViewの併用方法について