<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>Ignition Soft Blog</title>
    <link>http://ignition.hk/rss/</link>
    <language>en-us</language>
    <ttl>40</ttl>
    <description>RSS Feed for Ignition Soft Blog</description>
    
    
        <item>
          <title>Our Favorite App Store Comment</title>
          <description>&lt;p&gt;Many of you have comment our apps on App Store. This one from Japan App Store to &lt;a href=&quot;http://ignition.hk/iphone/scopy&quot;&gt;Scopy&lt;/a&gt; is my favorite:&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/realityhk/5394943096/&quot; title=&quot;For the Icon! by 小影, on Flickr&quot;&gt;&lt;br /&gt;
&lt;img src=&quot;http://farm6.static.flickr.com/5132/5394943096_53bfb690d7.jpg&quot; width=&quot;500&quot; height=&quot;132&quot; alt=&quot;For the Icon!&quot; class=&quot;desktop&quot;/&gt;&lt;br /&gt;
&lt;img src=&quot;http://farm6.static.flickr.com/5132/5394943096_53bfb690d7_m.jpg&quot; width=&quot;240&quot; height=&quot;63&quot; alt=&quot;For the Icon!&quot; class=&quot;mobile&quot;/&gt;&lt;/a&gt;&lt;/p&gt;
&lt;blockquote&gt;
&lt;p&gt;アイコンのために買った。&lt;br /&gt;
115円でこのアイコンが表示できるならそれだけで何の不満もない。&lt;/p&gt;
&lt;/blockquote&gt;
&lt;p&gt;It reads: &amp;#8220;I bought this app for the icon. I have no regret spending $0.99 for this icon alone.&amp;#8221;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Thank You!&lt;/strong&gt; Oh, remember actually use it! I&amp;#8217;m sure you&amp;#8217;ll love it just as we do.&lt;/p&gt;
&lt;p&gt;If you have not tried Scopy yet, click the icon below to check it out!&lt;/p&gt;
&lt;p&gt;&lt;a href=&quot;http://ignition.hk/iphone/scopy&quot;&gt;&lt;img src=&quot;/assets/131/Icon@2x.png&quot;  alt='Scopy (Icon)' /&gt;&lt;/a&gt;&lt;/p&gt;</description>
          <pubDate>Fri, 28 Jan 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/01/28/favorite-app-store-comment/</guid>
          <link>http://ignition.hk/blog/2011/01/28/favorite-app-store-comment/</link>
        </item>
    
        <item>
          <title>RubyQuery - a simple way to parse HTML using jQuery style css query</title>
          <description>&lt;p&gt;Sometime we need to scrap webpage. On server side, most of the time we use Ruby gems &lt;a href=&quot;http://nokogiri.org/&quot;&gt;Nokorigi&lt;/a&gt;. For example:&lt;/p&gt;

&lt;div class=&quot;CodeRay&quot;&gt;
  &lt;div class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;no&quot;&gt;1&lt;/span&gt; require &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;nokogiri&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;no&quot;&gt;2&lt;/span&gt; doc = &lt;span style=&quot;color:#036;font-weight:bold&quot;&gt;Nokogiri&lt;/span&gt;::HTML(&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&amp;lt;div class=&amp;quot;user&amp;quot; width=&amp;quot;300&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;)
&lt;span class=&quot;no&quot;&gt;3&lt;/span&gt; doc.search(&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;).first[&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;width&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;]
&lt;span class=&quot;no&quot;&gt;4&lt;/span&gt; =&amp;gt; &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;300&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Can we do this simply on command line? Yesterday I found a node app &lt;a href=&quot;https://github.com/visionmedia/query&quot;&gt;Query&lt;/a&gt; can do that:&lt;/p&gt;
&lt;div class=&quot;CodeRay&quot;&gt;
  &lt;div class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;no&quot;&gt;1&lt;/span&gt; $ echo '&lt;span style=&quot;color:#070&quot;&gt;&amp;lt;div&lt;/span&gt; &lt;span style=&quot;color:#007&quot;&gt;class&lt;/span&gt;=&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;user&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;color:#007&quot;&gt;width&lt;/span&gt;=&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;300&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#070&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#070&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;' | query div.user width
&lt;span class=&quot;no&quot;&gt;2&lt;/span&gt; 300&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;Quite handy, isn&amp;rsquo;t it? I want similar tools and I would like to create it in Ruby. Therefor I wrote &lt;a href=&quot;https://github.com/siuying/RubyQuery&quot;&gt;RubyQuery&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;To install it:&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;gem install ruby-query
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;To use it:&lt;/p&gt;

&lt;div class=&quot;CodeRay&quot;&gt;
  &lt;div class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;no&quot;&gt;1&lt;/span&gt; $ echo '&lt;span style=&quot;color:#070&quot;&gt;&amp;lt;div&lt;/span&gt; &lt;span style=&quot;color:#007&quot;&gt;class&lt;/span&gt;=&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;user&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt; &lt;span style=&quot;color:#007&quot;&gt;width&lt;/span&gt;=&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;300&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style=&quot;color:#070&quot;&gt;&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#070&quot;&gt;&amp;lt;/div&amp;gt;&lt;/span&gt;' | rquery div.user width
&lt;span class=&quot;no&quot;&gt;2&lt;/span&gt; 300&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;We can even use it in Ruby program:&lt;/p&gt;
&lt;div class=&quot;CodeRay&quot;&gt;
  &lt;div class=&quot;code&quot;&gt;&lt;pre&gt;&lt;span class=&quot;no&quot;&gt;1&lt;/span&gt; require &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;ruby_query&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;no&quot;&gt;2&lt;/span&gt; &lt;span style=&quot;color:#036;font-weight:bold&quot;&gt;RubyQuery&lt;/span&gt;::&lt;span style=&quot;color:#036;font-weight:bold&quot;&gt;Query&lt;/span&gt;.query(&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;&amp;lt;div class=&amp;quot;user&amp;quot; width=&amp;quot;300&amp;quot;&amp;gt;&amp;lt;/div&amp;gt;&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;, &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;div&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;, &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;width&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;)
&lt;span class=&quot;no&quot;&gt;3&lt;/span&gt; =&amp;gt; &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;300&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;no&quot;&gt;4&lt;/span&gt; 
&lt;span class=&quot;no&quot;&gt;5&lt;/span&gt; require &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;open-uri&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;no&quot;&gt;6&lt;/span&gt; require &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;span style=&quot;&quot;&gt;ruby_query&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;'&lt;/span&gt;&lt;/span&gt;
&lt;span class=&quot;no&quot;&gt;7&lt;/span&gt; &lt;span style=&quot;color:#036;font-weight:bold&quot;&gt;RubyQuery&lt;/span&gt;::&lt;span style=&quot;color:#036;font-weight:bold&quot;&gt;Query&lt;/span&gt;.query(open(&lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;http://twitter.com&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;), &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;a#logo img&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;, &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;attr&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;, &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;alt&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;)
&lt;span class=&quot;no&quot;&gt;8&lt;/span&gt; =&amp;gt; &lt;span style=&quot;background-color:#fff0f0;color:#D20&quot;&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;span style=&quot;&quot;&gt;Twitter&lt;/span&gt;&lt;span style=&quot;color:#710&quot;&gt;&amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;/pre&gt;&lt;/div&gt;
&lt;/div&gt;

&lt;p&gt;This can be handy if you want to do some really simple extraction on a web page. The gem is released in MIT license and the source code of the app can be found at &lt;a href=&quot;https://github.com/siuying/RubyQuery&quot;&gt;github&lt;/a&gt;.&lt;/p&gt;
</description>
          <pubDate>Sat, 12 Feb 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/02/12/rubyquery/</guid>
          <link>http://ignition.hk/blog/2011/02/12/rubyquery/</link>
        </item>
    
        <item>
          <title>Faster than Calc makes you a math freak</title>
          <description>&lt;p&gt;Our latest magic app ‘Faster than Calc’ has finally reached the App Store!&lt;/p&gt;

&lt;a href=&quot;http://itunes.apple.com/app/faster-than-calc/id423509360?mt=8&quot;&gt;&lt;img src=&quot;/assets/140/ad9cec20323a7be46079e5dfe6d7fd8e.png&quot;  alt='Calc Icon' /&gt;&lt;/a&gt; 

&lt;p&gt;The idea of performing ultra fast mental calculation has been cultivated since I started learning magic. There are certainly legitimate techniques but which mostly take time to master. But what we achieved with iPhone is something different, something that anyone with no magic experience can also enjoy.&lt;/p&gt;

&lt;p&gt;The premise of the app is simple: to perform ultra fast mental calculation.&lt;p&gt;

&lt;p&gt;We are so excited about this app because it employs a cognitive psychological model called Selective Attention which makes you see something that audience can hardly see.&lt;/p&gt;

&lt;p&gt;Simply put: You can see the answer of any calculation under spectators’ nose without their notice!&lt;/p&gt;

&lt;p&gt;Don’t believe? Just go to the link below and come back.&lt;/p&gt;

&lt;div style=&quot;margin: auto; width: 640px&quot;&gt;&lt;iframe title=&quot;YouTube video player&quot; width=&quot;640&quot; height=&quot;390&quot; src=&quot;http://www.youtube.com/embed/NlFg1rPq9cU&quot; frameborder=&quot;0&quot; allowfullscreen&gt;&lt;/iframe&gt;&lt;/div&gt;&lt;br&gt;

&lt;p&gt;You can perform any incredibly fast mental calculation if you can read number!&lt;/p&gt;



</description>
          <pubDate>Wed, 16 Mar 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/03/16/fasterThanCalc/</guid>
          <link>http://ignition.hk/blog/2011/03/16/fasterThanCalc/</link>
        </item>
    
        <item>
          <title>「計画停電」で素早く停電時間を検索！</title>
          <description>&lt;p&gt;&lt;strong&gt;更新 2011-03-28：&lt;/strong&gt;今日ブラウザ環境で計画停電の時間をチェックする「計画停電」をリリースしました！デスクトップで使えるほか、携帯でGPSで素早く停電時間をチェックできます。是非お試しください。詳しくは &lt;a href=&quot;http://blackout.ignition.hk&quot; target=&quot;_BLANK&quot;&gt;blackout.ignition.hk&lt;/a&gt; まで&lt;/p&gt;

&lt;hr /&gt;

&lt;p&gt;計画停電は実施して一週間以上になっていますが、まだ慣れてない人が大勢と思います。&lt;/p&gt;

&lt;p&gt;地震が発生してから、IT会社として被害者の皆様に何かできるかずっと考えてきました。一人でも多くお役に立ていれば嬉しいなぁと思って、やはり皆様の生活に使えるものを何かと作りたいと思いました。&lt;/p&gt;

&lt;p&gt;辿り着いた結果は本日リリースした Web アプリ「計画停電」です。&lt;/p&gt;

&lt;p&gt;「計画停電」は東京電力&lt;!-- および東北電力 --&gt;の計画停電の時間を自動検出するアプリです。&lt;/p&gt;

&lt;p&gt;ご覧のとおり、計画停電までの時間をカウントダウンしてくれるアプリです。それ以外、停電時間になると停電終了までの時間を教えてくれます。&lt;/p&gt;

&lt;p&gt;現在地は自動的に検出しますので、簡単に使えます。&lt;/p&gt;

&lt;p&gt;本アプリで皆さんへ少しでもお役に立ていれば幸甚です。&lt;/p&gt;

&lt;p&gt;そして、被災者の皆さんが一刻でも早く元の生活に戻れるように祈っております。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;a href=&quot;https://cloudant.com/&quot;&gt;Cloudant&lt;/a&gt; 社は本アプリにサーバーを無償提供しています。 &lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;プロジェクト：&lt;a href=&quot;https://github.com/siuying/blackout_web&quot;&gt;github&lt;/a&gt;&lt;/p&gt;
</description>
          <pubDate>Wed, 23 Mar 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/03/23/blackout/</guid>
          <link>http://ignition.hk/blog/2011/03/23/blackout/</link>
        </item>
    
        <item>
          <title>「テレ番組表」で番組表が11 チャンネル追加されました (2011-05-24)</title>
          <description>&lt;p&gt;お待たせいたしました！&lt;/p&gt;

&lt;p&gt;「&lt;a href=&quot;http://ignition.hk/iphone/jptv&quot;&gt;テレ番組表&lt;/a&gt;」は本日に番組表が１１チャンネル追加されます！&lt;/p&gt;

&lt;p&gt;詳細は以下の通りです。&lt;/p&gt;

&lt;h1&gt;NNS&lt;/h1&gt;
&lt;ul&gt;
  &lt;li&gt;山梨放送 	&lt;/li&gt;
  &lt;li&gt;北日本放送 	&lt;/li&gt;
  &lt;li&gt;静岡第一テレビ &lt;/li&gt;
  &lt;li&gt;福井放送 &lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;JNN&lt;/h1&gt;
&lt;ul&gt;
  &lt;li&gt;テレビ山梨 &lt;/li&gt;
  &lt;li&gt;チューリップテレビ &lt;/li&gt;
  &lt;li&gt;静岡放送 	&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;FNS&lt;/h1&gt;
&lt;ul&gt;
  &lt;li&gt;富山テレビ &lt;/li&gt;
  &lt;li&gt;テレビ静岡 	&lt;/li&gt;
  &lt;li&gt;福井テレビ&lt;/li&gt;
&lt;/ul&gt;

&lt;h1&gt;ANN&lt;/h1&gt;
&lt;ul&gt;
  &lt;li&gt;静岡朝日テレビ&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;これで「&lt;a href=&quot;http://ignition.hk/iphone/jptv&quot;&gt;テレ番組表&lt;/a&gt;」がサポートするチャンネルは１２０以上になります。今後も追加される予定です！&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=349136822&amp;amp;mt=8&quot; onClick=&quot;javascript: pageTracker._trackPageview('/outgoing/itunes/jptv');&quot;&gt;
&lt;img src=&quot;http://devimages.apple.com/iphone/images/as_available_appstore_icon_20091006.png&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;
</description>
          <pubDate>Mon, 23 May 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/05/23/11-2011-05-24/</guid>
          <link>http://ignition.hk/blog/2011/05/23/11-2011-05-24/</link>
        </item>
    
        <item>
          <title>SplitCam 1.1 available: Steply Network 2.0</title>
          <description>&lt;p&gt;&lt;img alt=&quot;Steply_Icon&quot; class=&quot;right&quot; src=&quot;/assets/160/Steply_Icon.PNG&quot; /&gt;I&amp;rsquo;m extremely excited to announce that SplitCam 1.1 is &lt;a href=&quot;http://itunes.apple.com/app/splitcam/id428262754?mt=8&quot;&gt;available on AppStore&lt;/a&gt;!&lt;/p&gt;

&lt;h1&gt;Steply Network&lt;/h1&gt;

&lt;p&gt;New SplitCam come with &lt;em&gt;Steply Network 2.0&lt;/em&gt;. Steply is a mobile photo app network that allow multiple photo apps share to the same mobile community. &lt;/p&gt;

&lt;p&gt;With Steply you may share photos to multiple networks (Facebook, Twitter, Flickr, Tumblr, Posterous and Weibo) at once! You can also manage your Steply photos or discover new photos all inside the app! &lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Steply1&quot; class=&quot;small-product-images&quot; src=&quot;/assets/157/Steply1.PNG&quot; /&gt; &lt;img alt=&quot;Steply2&quot; class=&quot;small-product-images&quot; src=&quot;/assets/158/Steply2.PNG&quot; /&gt; &lt;img alt=&quot;Steply5&quot; class=&quot;small-product-images&quot; src=&quot;/assets/162/Steply5.PNG&quot; /&gt; &lt;br /&gt;&lt;/p&gt;

&lt;h1&gt;Other Changes&lt;/h1&gt;

&lt;p&gt;SplitCam now can save full resolution photo to Camera Roll. There are also couple bug fixes and enhancements added.&lt;/p&gt;

&lt;h1&gt;Availability&lt;/h1&gt;

&lt;p&gt;SplitCam 1.1 is available on &lt;a href=&quot;http://itunes.apple.com/app/splitcam/id428262754?mt=8&quot;&gt;AppStore&lt;/a&gt; now for free!&lt;/p&gt;

&lt;h1&gt;Further Reading&lt;/h1&gt;

&lt;ul&gt;
  &lt;li&gt;&lt;a href=&quot;http://blog.stepcase.com/splitcam-joins-steply-on-the-iphoneipod&quot;&gt;Steply Blog&lt;/a&gt;&lt;/li&gt;
  &lt;li&gt;&lt;a href=&quot;http://ignition.hk/iphone/splitcam&quot;&gt;SplitCam homepage&lt;/a&gt; (&lt;a href=&quot;http://ignition.hk/iphone-ja/splitcam-jp&quot;&gt;日本語&lt;/a&gt; | &lt;a href=&quot;http://ignition.hk/iphone-zh/splitcam-zh&quot;&gt;中文&lt;/a&gt;)&lt;/li&gt;
&lt;/ul&gt;
</description>
          <pubDate>Thu, 26 May 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/05/26/splitcam-1-1-available-steply-network-2-0/</guid>
          <link>http://ignition.hk/blog/2011/05/26/splitcam-1-1-available-steply-network-2-0/</link>
        </item>
    
        <item>
          <title>Scopy 1.4.0 released</title>
          <description>&lt;p&gt;Our iOS App &lt;a href=&quot;http://scopy.ignition.hk&quot;&gt;Scopy&lt;/a&gt; got new update for bug fixes and performance!&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Support display Twitter official photo&lt;/li&gt;
  &lt;li&gt;Improve tweets processing speed&lt;/li&gt;
  &lt;li&gt;Improve memory management&lt;/li&gt;
  &lt;li&gt;Fix compatibility to iOS 5&lt;/li&gt;
  &lt;li&gt;Fix upload image issues; Rename Plixi to Lockerz.&lt;/li&gt;
  &lt;li&gt;Fix bug sending tweets before photo is upload&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;iOSアプリ&lt;a href=&quot;http://scopy.ignition.hk&quot;&gt;Scopy&lt;/a&gt;がアップデートされました！&lt;/p&gt;

&lt;p&gt;今回のアップデートは主にバグ修正とパフォーマンス向上です。&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Twitterの公式画像サービスにサーポート&lt;/li&gt;
  &lt;li&gt;ロードスピードの向上 &lt;/li&gt;
  &lt;li&gt;アプリメモリー管理の向上 &lt;/li&gt;
  &lt;li&gt;iOS 5に対応しました&lt;/li&gt;
  &lt;li&gt;Plixiへのアップロード問題を修正しました。PlixiをLockerzにリネームしました。 &lt;/li&gt;
  &lt;li&gt;画像をアップロードする前にツイートしてしまうバグを修正しました。&lt;/li&gt;
&lt;/ul&gt;

</description>
          <pubDate>Tue, 21 Jun 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/06/21/scopy-1-4-0-released/</guid>
          <link>http://ignition.hk/blog/2011/06/21/scopy-1-4-0-released/</link>
        </item>
    
        <item>
          <title>SplitCamがver. 1.2で想像超えの画像を創ろう！</title>
          <description>&lt;p&gt;本日に「&lt;a href=&quot;http://itunes.apple.com/app/splitcam/id428262754?mt=8&quot;&gt;SplitCam&lt;/a&gt;」が新しくなりました！&lt;/p&gt;

&lt;p&gt;わたしにとって非常に嬉しい機能が追加されましたご紹介したいと思います。&lt;/p&gt;

&lt;p&gt;Ver.1.2でフォトライブラリーの画像を使えるようになりました。&lt;/p&gt;

&lt;p&gt;早速フォトライブラリーの画像を使ってみました。おぉ！なんと簡単にこんな合成画像ができました！更にほかのカメラアプリと合わせて予想不可能な斬新なイメージを体験できます！&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;SplitcamPic1&quot; class=&quot;small-product-images&quot; src=&quot;/assets/169/IMG_0059.JPG&quot; /&gt; &lt;img alt=&quot;SplitcamPic2&quot; class=&quot;small-product-images&quot; src=&quot;/assets/170/IMG_0060.JPG&quot; /&gt; &lt;img alt=&quot;SplitcamPic3&quot; class=&quot;small-product-images&quot; src=&quot;/assets/171/IMG_9014.JPG&quot; /&gt; &lt;img alt=&quot;splitcamPic4&quot; class=&quot;small-product-images&quot; src=&quot;/assets/172/IMG_0063.JPG&quot; /&gt;&lt;br /&gt;&lt;/p&gt;

&lt;p&gt;どんな画像が出来上がるのか想像次第ですね！&lt;/p&gt;

&lt;p&gt;無料アプリなので是非お試しください！&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://yoz.io/r/3p&quot; onClick=&quot;javascript: pageTracker._trackPageview('/outgoing/itunes/note&amp;amp;share');&quot; target=&quot;_BLANK&quot;&gt;
&lt;img src=&quot;http://devimages.apple.com/iphone/images/as_available_appstore_icon_20091006.png&quot; /&gt;
&lt;/a&gt;&lt;/p&gt;

</description>
          <pubDate>Thu, 30 Jun 2011 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2011/06/30/splitcamver-1-2/</guid>
          <link>http://ignition.hk/blog/2011/06/30/splitcamver-1-2/</link>
        </item>
    
        <item>
          <title>Making of EverClip (1)</title>
          <description>&lt;p&gt;After two months of hardwork, &lt;a href=&quot;http://clip.ignition.hk&quot; target=_BLANK&gt;EverCode&lt;/a&gt; is in review and should coming soon to App Store. Its a good time to have a write up on why and how we build this app!&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://f.cl.ly/items/3R23442p0f1N2p2m383I/evercode-side.png&quot; alt=&quot;&quot; style=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;The Idea&lt;/h2&gt;

&lt;p&gt;One day &lt;a href=&quot;http://twitter.com/alexhui&quot;&gt;Alex&lt;/a&gt; told me he have a new app idea: a browser that clip webpages to Evernote.&lt;/p&gt;

&lt;p&gt;It is not entirely new. We always wanted an app that clip websites or other content. In &lt;a href=&quot;http://ignition.hk/iphone/note&quot;&gt;Note &amp;amp; Share&lt;/a&gt; we added a Bookmarklet that allow users to create note from selection of websites.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://ignition.hk/assets/259/ns.png?1341597585&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;While it work, using bookmarklet is not very easy and convenient, and it do not support rich text or images. &lt;strong&gt;We decided this time it should keep texts and images.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;We soon found that &lt;strong&gt;building another browser is not a very good idea&lt;/strong&gt;. You&amp;rsquo;ll have to reinvent every wheels, and even if you did that right, &lt;a href=&quot;http://www.buzzfeed.com/jwherrman/the-problem-with-chrome-for-ios&quot;&gt;it will still be slower than native Safari&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;After a week, we returned with another solution: &lt;strong&gt;a clipboard app that run in background&lt;/strong&gt;. It shall save clipboards while users using their own apps, and let user to review and save them later.&lt;/p&gt;

&lt;p&gt;At the same time we heard Evernote is helding a &lt;a href=&quot;http://devcup.evernote.com&quot;&gt;competition&lt;/a&gt;. Its natural to use Evernote as a platform to store all clipings, so we decide to take this challenge.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://f.cl.ly/items/1D150f2w052f1l0M2P3q/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202012-07-07%20%E4%B8%8A%E5%8D%8801.51.51.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;User Interface&lt;/h2&gt;

&lt;h3&gt;List of clips&lt;/h3&gt;

&lt;p&gt;The first priority of EverClip is &lt;strong&gt;simple to use&lt;/strong&gt;. The core interface therefore is a single list of clips waiting for process. User simply tap one item to process it. There are no folders or structure.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://f.cl.ly/items/122e2q2A0X421P0A3x2A/screen1.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h3&gt;Multiple Selection&lt;/h3&gt;

&lt;p&gt;Multiple clips selection is added after we build first prototype. Power user will found it helpful when they are reading long articles. They can clip multiple selection while using their apps, and group them into one later.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://ignition.hk/assets/260/%E8%9E%A2%E5%B9%95%E5%BF%AB%E7%85%A7%202012-07-07%20%E4%B8%8A%E5%8D%8802.06.03.png?1341597999&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;p&gt;I also change the sound effect&amp;rsquo;s tone based on the number you are selecting. Inspired by the sound effects of &lt;a href=&quot;http://www.realmacsoftware.com/clear/&quot;&gt;Clear app&lt;/a&gt;.&lt;/p&gt;

&lt;h3&gt;Introduction Screens&lt;/h3&gt;

&lt;p&gt;The introduction screens are drawn using &lt;a href=&quot;http://itunes.apple.com/us/app/paper-by-fiftythree/id506003812?mt=8&quot;&gt;Paper app&lt;/a&gt;. They just took a few minutes and I really like the result.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://f.cl.ly/items/102U1d0T3s3v1z1C1Q31/evercode-guide.png&quot; alt=&quot;&quot; /&gt;
&lt;img src=&quot;http://f.cl.ly/items/023Y2H2I1u0Q0U2I002W/evercode-guide2.png&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h3&gt;Preview Screens&lt;/h3&gt;

&lt;p&gt;The preview screen look really simple. Actually it took a lot of time to make. It have to look right and yet you cant simply copy all formats from the source web sites to Evernote.&lt;/p&gt;

&lt;p&gt;&lt;img src=&quot;http://ignition.hk/assets/261/evercode-capture.png?1341598408&quot; alt=&quot;&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;Coming Soon&lt;/h2&gt;

&lt;p&gt;Coming next, the technologies behind EverClip: RubyMotion and many opensource projects.&lt;/p&gt;

&lt;p&gt;You can find more information in &lt;a href=&quot;http://clip.ignition.hk&quot;&gt;EverClip site&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Please vote us on Evernote Devcup at &lt;a href=&quot;http://devcup.evernote.com/submissions/8289-everclip&quot;&gt;EverClip&lt;/a&gt; and &lt;a href=&quot;http://devcup.evernote.com/submissions/8657-evercode&quot;&gt;EverCode&lt;/a&gt;!&lt;/strong&gt;&lt;/p&gt;
</description>
          <pubDate>Fri, 06 Jul 2012 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2012/07/06/making-of-everclip-1/</guid>
          <link>http://ignition.hk/blog/2012/07/06/making-of-everclip-1/</link>
        </item>
    
        <item>
          <title>Meet you in Evernote Trunk Conference!</title>
          <description>&lt;p&gt;As one of the finalist of Evernote Devcup 2012, our teams are invited to pitch in &lt;a href=&quot;http://etc2012.eventbrite.com/&quot;&gt;Evernote Trunk Conference&lt;/a&gt; (ETC). The event will be held on August 24, 2012 at the San Francisco Design Center Concourse. &lt;/p&gt;

&lt;p&gt;I can&amp;rsquo;t tell you how excited we&amp;rsquo;re to join the largest Evernote party on earth. If you&amp;rsquo;ll be at ETC, meet us in the developer lounge (4:30 to 5:00pm)!&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Evernote Trunk&quot; src=&quot;/assets/264/etc_2012_blogimg.jpg&quot; /&gt;&lt;/p&gt;

</description>
          <pubDate>Wed, 22 Aug 2012 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2012/08/22/meet-you-in-etc/</guid>
          <link>http://ignition.hk/blog/2012/08/22/meet-you-in-etc/</link>
        </item>
    
        <item>
          <title>Update on EverClip, and the lesson learned</title>
          <description>&lt;p&gt;While our team flight to San Francisco for &lt;a href=&quot;http://blog.evernote.com/2012/07/27/announcing-the-2012-evernote-devcup-finalists/&quot;&gt;Evernote Trunk Conference&lt;/a&gt;, an update of EverClip is released. That should have been cool, &lt;strong&gt;except we noticed a critical issue raise only in the App Store version&lt;/strong&gt;. We did not see that coming and that caught us off-guard.&lt;/p&gt;

&lt;p&gt;As soon as we noticed this issue, we have pulled the app from App Store. We have also upload a version of the app that reverts the change. The fix is currently in-review by Apple. &lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/lrosa/6700769763/&quot; title=&quot;Original photo by Luigi Rosa, on Flickr&quot;&gt;&lt;img alt=&quot;Facepalm&quot; src=&quot;http://ignition.hk/assets/265/cat_facepalm_sq.jpg?1345785893&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;We are really, really, really sorry for users affected by this version. If you have this issue and would like to get notified when it is ready, please &lt;a href=&quot;https://docs.google.com/spreadsheet/viewform?formkey=dEZrV01DNlBQNWFtWWpUSXhjTEV6LWc6MQ&quot;&gt;fill-in this form&lt;/a&gt; and we shall email you once it is ready.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Lesson learned:&lt;/strong&gt; Do not release software when your are attending conference.&lt;/p&gt;
</description>
          <pubDate>Fri, 24 Aug 2012 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2012/08/24/update-on-everclip/</guid>
          <link>http://ignition.hk/blog/2012/08/24/update-on-everclip/</link>
        </item>
    
        <item>
          <title>EverClip のアップデートと勉強になったこと</title>
          <description>&lt;p&gt;サンフランシスコで開催の &lt;a href=&quot;http://blog.evernote.com/jp/2012/07/28/9459&quot;&gt;Evernote Truck Conference&lt;/a&gt; に出席する最中、EverClip の最新アップデートがリリースされました。非常に使えるアップデートになるはずですが、残念ながらまったく予想できなかった重大なバグが発生したことを気づきました。&lt;/p&gt;

&lt;p&gt;このバグを気づいたとたん、我々はアプリを App Store から引き下ろし、すぐ変更前のバージョンを提出しました。現在アプリはアップルで審査中です。&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickr.com/photos/lrosa/6700769763/&quot; title=&quot;Original photo by Luigi Rosa, on Flickr&quot;&gt;&lt;img alt=&quot;Facepalm&quot; src=&quot;http://ignition.hk/assets/265/cat_facepalm_sq.jpg?1345785893&quot; /&gt;&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;このアップデートで影響を受けたユーザー様に非常に申し訳ない気持ちがいっぱいです。アップデートして問題が発生したユーザー様はもし EverClip の修正アップデートの最新情報が手に入れたい場合、&lt;a href=&quot;https://docs.google.com/spreadsheet/viewform?formkey=dEZrV01DNlBQNWFtWWpUSXhjTEV6LWc6MQ&quot;&gt;このフォームに記入&lt;/a&gt;してください。修正アップデートが出来上がる次第ご連絡させて頂きます。&lt;/p&gt;

&lt;p&gt;宜しくお願い致します。&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;勉強になったこと:&lt;/strong&gt; 海外でイベントに参加する最中にアップデートをリリースすべきではない。&lt;/p&gt;
</description>
          <pubDate>Fri, 24 Aug 2012 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2012/08/24/update-on-everclip-jp/</guid>
          <link>http://ignition.hk/blog/2012/08/24/update-on-everclip-jp/</link>
        </item>
    
        <item>
          <title>The Ignition Soft Dashboard</title>
          <description>&lt;p&gt;Returned from &lt;a href=&quot;http://ignition.hk/blog/2012/08/22/meet-you-in-etc/&quot;&gt;ETC&lt;/a&gt;, I found we&amp;rsquo;ve got lots of works to do and we need better way to track our progress. &lt;a href=&quot;http://www.panic.com/blog/2010/03/the-panic-status-board/&quot;&gt;The Panic Status Board&lt;/a&gt; is inspiring. So I bootstrapped a dashboard based on the stuff I want to track:&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Ignition Dashboard&quot; src=&quot;/assets/275/Dashboard.jpg&quot; /&gt;&lt;/p&gt;

&lt;h2&gt;What’s on the board?&lt;/h2&gt;

&lt;p&gt;The idea is a single page view of important information I would want to see. Maximize the good numbers and minimize the bad numbers. Remind us the overdue and incoming tasks. &lt;/p&gt;

&lt;p&gt;In this version, it includes following information:&lt;/p&gt;

&lt;ul&gt;
  &lt;li&gt;Yesterday revenue figures and its change&lt;/li&gt;
  &lt;li&gt;Issues opened/updated/closed in 24 hours&lt;/li&gt;
  &lt;li&gt;Number of unresponded support emails&lt;/li&gt;
  &lt;li&gt;Top app revenue and issues count&lt;/li&gt;
  &lt;li&gt;Top Todo/Calendar from Basecamp&lt;/li&gt;
  &lt;li&gt;Tweets related to our products&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;Implementation&lt;/h2&gt;

&lt;p&gt;It is build using Ruby+Sinatra, run on an old &lt;strong&gt;Mac Mini&lt;/strong&gt; and &lt;strong&gt;iPad&lt;/strong&gt; display. It use &lt;strong&gt;&lt;a href=&quot;http://appfigures.com&quot;&gt;AppFigures&lt;/a&gt;&lt;/strong&gt; API for sales, &lt;strong&gt;&lt;a href=&quot;http://gitlabhq.com&quot;&gt;Gitlab&lt;/a&gt;&lt;/strong&gt; API for issue tracking, connects to &lt;strong&gt;&lt;a href=&quot;https://github.com/dcparker/ruby-gmail&quot;&gt;ruby-gmail&lt;/a&gt;&lt;/strong&gt; for email access, read iCalendar for the &lt;strong&gt;Basecamp&lt;/strong&gt; events and read RSS &lt;strong&gt;Twitter&lt;/strong&gt; feeds.&lt;/p&gt;

&lt;p&gt;The dashboard is just a few days old, and I&amp;rsquo;m pretty excited with the result. I already got more ideas, perhaps recent reviews of apps? But first we need to release a few pending updates!&lt;/p&gt;

</description>
          <pubDate>Thu, 20 Sep 2012 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2012/09/20/dashboard/</guid>
          <link>http://ignition.hk/blog/2012/09/20/dashboard/</link>
        </item>
    
        <item>
          <title>Note & Share: メモ削除確認を追加しました。</title>
          <description>&lt;p&gt;今週 Note &amp;amp; Share のアップデートをやっとリリースしました。4ヶ月ぶりですね（実は &lt;a href=&quot;http://itunes.apple.com/jp/app/everclip-clip-to-evernote/id536058926?l=en&amp;amp;mt=8&quot;&gt;EverClip&lt;/a&gt; の開発に精一杯）。お待たせてゴメンなさい！&lt;/p&gt;

&lt;h2&gt;アップデート内容&lt;/h2&gt;

&lt;ul&gt;
  &lt;li&gt;iOS6とiPhone5に対応。&lt;/li&gt;
  &lt;li&gt;Evernote と Dropbox の最新SDKにアップデートしました。&lt;/li&gt;
  &lt;li&gt;メモの削除確認を追加しました。（設定可）&lt;/li&gt;
  &lt;li&gt;アプリの改善のため、ユーザーは使用状態と分析を送信できるようになりました。&lt;/li&gt;
  &lt;li&gt;Twitterの送信ボタンを変更しました。&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;今回のアップデートで注目するのはやはり&lt;strong&gt;メモの削除確認&lt;/strong&gt;ですね。&lt;/p&gt;

&lt;p&gt;ずっと前のバージョンからリクエストされる機能ですが、「アプリの便利さを犠牲せず削除確認を実行」という発想があったためなかなかうまい考案が出てきませんでした。最終的に、次のような面白いメカニズムにたどり着きました。&lt;/p&gt;

&lt;h2&gt;自由自在の確認ダイアログ&lt;/h2&gt;

&lt;p&gt;タップで確認ダイアログが出てきます。&lt;/p&gt;

&lt;p&gt;&lt;img alt=&quot;Delete Button&quot; src=&quot;/assets/276/Screenshot-2012.09.21-13.34.55.png&quot; /&gt;&lt;/p&gt;

&lt;p&gt;だけど、&lt;strong&gt;長押し&lt;/strong&gt;で確認なしで削除します。&lt;/p&gt;

&lt;p&gt;タップですぐ削除したいなら設定なら「削除の確認」をオフにすればOK~!&lt;/p&gt;
</description>
          <pubDate>Fri, 21 Sep 2012 00:00:00 GMT</pubDate>
          <guid>http://ignition.hk/blog/2012/09/21/note-share-/</guid>
          <link>http://ignition.hk/blog/2012/09/21/note-share-/</link>
        </item>
    
    
  </channel>
</rss>

