<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>GirlieMac! Blog &#187; App</title>
	<atom:link href="http://girliemac.com/blog/category/dev/app/feed/" rel="self" type="application/rss+xml" />
	<link>http://girliemac.com/blog</link>
	<description>Mac, iPhone, Safari and beyond</description>
	<lastBuildDate>Thu, 08 Jul 2010 05:57:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>I Can Has iPhone App on App Store</title>
		<link>http://girliemac.com/blog/2009/12/29/i-can-has-iphone-app-on-app-store/</link>
		<comments>http://girliemac.com/blog/2009/12/29/i-can-has-iphone-app-on-app-store/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 03:17:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[GirlieMac! News]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/?p=126</guid>
		<description><![CDATA[Finally, I have my app, called iCanHasLOL published on App Store!
Actually the app was reviewed within 24 hours by Apple, although I&#8217;ve heard it would usually take 2 weeks. 
I mentioned that I had been writing an iPhone app using Appcelerator before, and an app was almost ready to go. However, I was not able [...]]]></description>
			<content:encoded><![CDATA[<p>Finally, I have my app, called <a href="itms://itunes.apple.com/us/app/icanhaslol/id348582423?mt=8">iCanHasLOL published on App Store</a>!<br />
Actually the app was reviewed within 24 hours by Apple, although I&#8217;ve heard it would usually take 2 weeks. </p>
<p>I mentioned that I had been writing an iPhone app using Appcelerator before, and an app was almost ready to go. However, I was not able to publish it with the particular contents so I re-wrote the app and re-created some graphics to finish up this brand-new app.</p>
<p>This is free of charge also ad-free (for now, at least!) so <a href="itms://itunes.apple.com/us/app/icanhaslol/id348582423?mt=8">get your copy</a> now!</p>
<div align="center">
<object width="245" height="496" ><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=8146081&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=8146081&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="245" height="496"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2009/12/29/i-can-has-iphone-app-on-app-store/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>iPhone Cocoa App development with JavaScript</title>
		<link>http://girliemac.com/blog/2009/12/05/iphone-cocoa-app-development-with-javascript/</link>
		<comments>http://girliemac.com/blog/2009/12/05/iphone-cocoa-app-development-with-javascript/#comments</comments>
		<pubDate>Sat, 05 Dec 2009 22:01:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Event]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/?p=114</guid>
		<description><![CDATA[Hello, I have neglected my blog since September although there have been some blog-worthy events like N900 meetup (plus Droid experience and new Fennec demo. See the videos by Tnkgrl from the link!), California Data Camp, release of Net2Streams Pro (the streaming radio app for Palm WebOS I helped writing) etc&#8230; Well, I keep microblogging [...]]]></description>
			<content:encoded><![CDATA[<p>Hello, I have neglected my blog since September although there have been some blog-worthy events like <a href="http://tnkgrl.wordpress.com/2009/11/01/nokia-n900-meetup/" targtet="_blank">N900 meetup</a> (plus Droid experience and new Fennec demo. See the videos by Tnkgrl from the link!), California Data Camp, release of <a href="http://www.net2streams.net/" target="_blank">Net2Streams Pro</a> (the streaming radio app for Palm WebOS I helped writing) etc&#8230; Well, I keep microblogging on Twitter almost daily basis so <a href="http://twitter.com/girlie_mac" target="_blank">follow me</a> if you&#8217;d like!</p>
<p>One of the interesting I have been independently doing is that writing an app for iPhone with JavaScript, and this time, not an web app but a &#8220;native&#8221; Cocoa app. Yes I said a native iPhone app in JavaScript! But how? -I used this excellent open-source platform, called <strong>Titanium</strong> by <a href="http://www.appcelerator.com/" target="_blank">Appcelerator</a>! Without bothering Obj.C or Java, Titanium allows developers to write iPhone and Android apps with the familiar web technology.</></p>
<p>So, as a test run, I have created the iCuteoverload app for iPhone again. (Originally, I made the web app for iPhone, using <a href="http://code.google.com/p/iui/" target="_blank">iUI</a> in 2007)<br />
I will not release this app on AppStore -not because of the technical issue but the agreement with the business decision. (Yes, this app contents are not mine and copyrighted!) But I should be able to show the video capture as a demo to tell you what Titanium can do for web devs like me!</p>
<div align="center">
<object width="245" height="503"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=7231908&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=7231908&amp;server=vimeo.com&amp;show_title=0&amp;show_byline=0&amp;show_portrait=0&amp;color=ff0179&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="245" height="503"></embed></object>
</div>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2009/12/05/iphone-cocoa-app-development-with-javascript/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PREtty Cute Suite -Another Cute app for Pre from me!</title>
		<link>http://girliemac.com/blog/2009/08/29/pretty-cute-suite-another-cute-app-for-pre-from-me/</link>
		<comments>http://girliemac.com/blog/2009/08/29/pretty-cute-suite-another-cute-app-for-pre-from-me/#comments</comments>
		<pubDate>Sun, 30 Aug 2009 05:13:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[GirlieMac! News]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/2009/08/29/pretty-cute-suite-another-cute-app-for-pre-from-me/</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><object width="425" height="344" align="center><param name="movie" value="http://www.youtube.com/v/kI8PJEBrkkA&#038;hl=en&#038;fs=1&#038;color1=0xcc2550&#038;color2=0xe87a9f"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/kI8PJEBrkkA&#038;hl=en&#038;fs=1&#038;color1=0xcc2550&#038;color2=0xe87a9f" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object></p>
<p>Can&#8217;t have enough cute!<br />
Instead of upgrading my previous app, iCuteOverload for Palm, I have created this power-up version of cute app called, PREtty Cute Suite. </p>
<p>This app is more offensively and obnoxiously cute with more cute-related rss feed and flickr pics.<br />
Included feeds are:</p>
<ol>
<li>Cute Overload</li>
<li>I Can Has Cheezburger</li>
<li>Cute Obssesion</li>
<li>Epicute</li>
<li>Super Cute Kawaii</li>
<li>Cupcakes Take Tha Cake</li>
</ol>
<p>Also, a bunch of cute picture streams from Flickr.<br />
<br/><br />
This app allows you to save the pix/feeds you like as your favorites, also share the links via email.</p>
<p>Currently available as a &#8220;Homebew&#8221; app on <a href="http://www.precentral.net/homebrew-apps/pretty-cute-suite" target="_blank">PreCentral.net</a> for free.<br />
I have no plan to submit this to the Palm official app store in this moment, at least for this version 0.9.</p>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2009/08/29/pretty-cute-suite-another-cute-app-for-pre-from-me/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My First WebOS App &#8211; iCuteOverload for Palm v1.0</title>
		<link>http://girliemac.com/blog/2009/08/11/my-first-webos-app-icuteoverload-for-palm-v10/</link>
		<comments>http://girliemac.com/blog/2009/08/11/my-first-webos-app-icuteoverload-for-palm-v10/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 01:43:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Dev]]></category>
		<category><![CDATA[Girlie Stuff]]></category>
		<category><![CDATA[GirlieMac! News]]></category>
		<category><![CDATA[Palm]]></category>
		<category><![CDATA[SDK]]></category>
		<category><![CDATA[WebKit]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/2009/08/11/my-first-webos-app-icuteoverload-for-palm-v10/</guid>
		<description><![CDATA[
As a front-end web developer, also a mobile-web developer, the Palm&#8217;s new WebOS SDK for Pre sounds very attractive, and I could not wait to create some applications although I am still a iPhone user and haven&#8217;t been convinced to switch a service provider.
Then I felt like, I already got this web app, iCuteoverload for [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://girliemac.com/blog/wp-content/images/iCO_pre.png"/></p>
<p>As a front-end web developer, also a mobile-web developer, the Palm&#8217;s new WebOS SDK for Pre sounds very attractive, and I could not wait to create some applications although I am still a iPhone user and haven&#8217;t been convinced to switch a service provider.</p>
<p>Then I felt like, I already got this web app, iCuteoverload for iPhone but yeah why not for Pre? So I decide to re-create the same app from scratch. Sure, the existing app is a web app that wrote with JavaScript framework iUI and PHP, does run fine on Pre&#8217;s web browser since Pre is based on Webkit browser. However, I wanted to make this app a standalone client with Mojo framework so I needed to code from scratch.</p>
<p>Anyway, here it is, iCO for Palm is <a href="http://www.precentral.net/homebrew-apps/icuteoverload-palm" target="_blank">now available at PreCentral</a>. The official store is not yet open, so the installing the app may require a bit of geeky skills, but if you happen to be a Pre user and would like to try, follow this tutorial on <a href="http://discussion.treocentral.com/homebrew-apps/194832-webos-quick-install-v1-0-a.html" target="_blank">how to install homebrew apps on Pre for Mac users</a> (And this is for <a href="http://www.precentral.net/how-to-install-homebrew-apps" target="_blank">Windows users instruction</a>). </p>
<p>By the way, I keep this app name begins with <em>i</em>, because I already have named so for iPhone and wanted to keep it for consistency. However, in Pre community, this seems to be a pretty bad thing to do. People see me as a clueless Apple fan <img src='http://girliemac.com/blog/wp-includes/images/smilies/icon_sad.gif' alt=':-(' class='wp-smiley' /></p>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2009/08/11/my-first-webos-app-icuteoverload-for-palm-v10/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>iPhone App &#8211; MuniApp for San Francisco Muni riders!</title>
		<link>http://girliemac.com/blog/2009/08/08/iphone-app-muniapp-for-san-francisco-muni-riders/</link>
		<comments>http://girliemac.com/blog/2009/08/08/iphone-app-muniapp-for-san-francisco-muni-riders/#comments</comments>
		<pubDate>Sun, 09 Aug 2009 00:44:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[GirlieMac! News]]></category>
		<category><![CDATA[UI/UX]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[iPod]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/2009/08/08/iphone-app-muniapp-for-san-francisco-muni-riders/</guid>
		<description><![CDATA[
Ta-da, finally there&#8217;s an app for that! &#8211; I mean an iPhone native app that I involved is available on App Store!
This app is called, MuniApp, and this gives you access to San Francisco’s MUNI transit system on the go with real time predictions for buses, metro and cable cars.
I have worked on some UI [...]]]></description>
			<content:encoded><![CDATA[<p align="center"><img src="http://girliemac.com/blog/wp-content/images/muniapp.png"/></p>
<p>Ta-da, finally there&#8217;s an app for that! &#8211; I mean an iPhone native app that I involved is available on App Store!
<p>This app is called, MuniApp, and this gives you access to San Francisco’s MUNI transit system on the go with real time predictions for buses, metro and cable cars.</p>
<p>I have worked on some UI and icons, while my friend Alberto has coded all the Obj.C. We are both SF residents and rely on MUNI pretty frequently and we do use this app on daily basis. Honestly, this is really simple and useful app <img src='http://girliemac.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>The official website for MuniApp is at <a href="http://www.obapp.com/muniapp" target="_blank">www.obapp.com/muniapp</a></p>
<p>To directly go to App Store on iTunes, <a href="itms://itunes.apple.com/WebObjects/MZStore.woa/wa/viewSoftware?id=323516756&#038;mt=8&#038;s=143441">go to this link!</a></p>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2009/08/08/iphone-app-muniapp-for-san-francisco-muni-riders/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TweetTrendDunno &#8211; Played with APIs</title>
		<link>http://girliemac.com/blog/2009/06/16/tweettrenddunno-played-with-apis/</link>
		<comments>http://girliemac.com/blog/2009/06/16/tweettrenddunno-played-with-apis/#comments</comments>
		<pubDate>Wed, 17 Jun 2009 05:20:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[GirlieMac! News]]></category>
		<category><![CDATA[Sandbox]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/2009/06/16/tweettrenddunno-played-with-apis/</guid>
		<description><![CDATA[
I had a plenty of time to stay home and play with code right now so I mashed Twitter trend API, mixed with some BOSS news and image search stuff I used before, also Microsoft&#8217;s new Bing search results to create some silly and handy web app called TweetTrendDunno.
Basically, this grabs Twitter &#8220;trending topic&#8221; terms, [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://girliemac.com/blog/wp-content/images/tweettrend.png" alt="TweetTrendDunno screenshot" /><br />
I had a plenty of time to stay home and play with code right now so I mashed Twitter trend API, mixed with some BOSS news and image search stuff I used before, also Microsoft&#8217;s new Bing search results to create some silly and handy web app called <a href="http://girliemac.com/tweetNews/">TweetTrendDunno</a>.</p>
<p>Basically, this grabs Twitter &#8220;trending topic&#8221; terms, and as a user click on each term you want to know about, it displays news articles, images, and Bing results (usually summary from Wikipedia helps you to figure out what the term means in general).</p>
<p>If you are Twitter user and ever wonder what people are talking about, give <a href="http://girliemac.com/tweetNews/">TweetTrendDunno</a> a try!</p>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2009/06/16/tweettrenddunno-played-with-apis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>iCuteoverload on Apple.com Directory</title>
		<link>http://girliemac.com/blog/2007/11/01/icuteoverload-on-applecom-directory/</link>
		<comments>http://girliemac.com/blog/2007/11/01/icuteoverload-on-applecom-directory/#comments</comments>
		<pubDate>Fri, 02 Nov 2007 00:39:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[App]]></category>
		<category><![CDATA[Girlie Stuff]]></category>
		<category><![CDATA[GirlieMac! News]]></category>
		<category><![CDATA[iPhone]]></category>

		<guid isPermaLink="false">http://girliemac.com/blog/2007/11/01/icuteoverload-on-applecom-directory/</guid>
		<description><![CDATA[Now iCuteoverload is on Apple&#8217;s iPhone web app directory, and girliemac.com has gotten new visitors.
Thank you!

]]></description>
			<content:encoded><![CDATA[<p>Now iCuteoverload is on Apple&#8217;s iPhone web app directory, and girliemac.com has gotten new visitors.<br />
Thank you!</p>
<p><a title="iCuteoverload" href="http://www.apple.com/webapps/entertainment/icuteoverload.html"><img src="http://girliemac.com/tomomi_imura/images/projects/ico_apple.png" alt="iCuteoverload" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://girliemac.com/blog/2007/11/01/icuteoverload-on-applecom-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
