<?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://itunes.apple.com/jp/app/splitcam/id428262754?mt=8&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>
    
    
  </channel>
</rss>


