<?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>kartika9 • web design</title>
	<atom:link href="http://www.kartika9.com/work/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kartika9.com/work</link>
	<description>some of  my works..</description>
	<lastBuildDate>Wed, 21 Mar 2012 07:14:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>User Authentication OAuth in Facebook</title>
		<link>http://www.kartika9.com/work/2012/03/user-authentication-oauth-in-facebook/</link>
		<comments>http://www.kartika9.com/work/2012/03/user-authentication-oauth-in-facebook/#comments</comments>
		<pubDate>Wed, 21 Mar 2012 07:03:00 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook app]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=185</guid>
		<description><![CDATA[On my previous tutorial, I&#8217;m using the Facebook OAuth button to ask users permission. However, based on Facebook documentation that button combines the login process and authentication in the same time. Therefore the label of the button is &#8220;Log In&#8221;. (*grumble: why they don&#8217;t create a passing parameter to let us change the button label? [...]]]></description>
			<content:encoded><![CDATA[<p>On my previous tutorial, I&#8217;m using the Facebook OAuth button to ask users permission. However, based on Facebook documentation that button combines the login process and authentication in the same time. Therefore the label of the button is &#8220;Log In&#8221;.</p>
<p>(<em>*grumble:</em> why they don&#8217;t create a passing parameter to let us change the button label? )</p>
<p>There is an alternative way to do this. Do it manually!</p>
<p>After a few test by following their documentation, here how do it (<a title="Client side validation" href="http://www.kartika9.com/testing/helloform/testvalidation.html">click to download</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2012/03/user-authentication-oauth-in-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook App Tutorial</title>
		<link>http://www.kartika9.com/work/2012/03/facebook-app-tutorial/</link>
		<comments>http://www.kartika9.com/work/2012/03/facebook-app-tutorial/#comments</comments>
		<pubDate>Fri, 16 Mar 2012 13:20:20 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook app]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=118</guid>
		<description><![CDATA[Hi, this is my first time writing a tutorial, and it&#8217;s about how to create a Facebook app for a Facebook page. I know that there is an extensive resource about creating app and there are many ways of creating it. However, there is hardly working example that I can learn from. You can say [...]]]></description>
			<content:encoded><![CDATA[<p>Hi, this is my first time writing a tutorial, and it&#8217;s about how to create a Facebook app for a Facebook page. I know that there is an extensive resource about creating app and there are many ways of creating it.</p>
<p>However, there is hardly working example that I can learn from. You can say I&#8217;m a lazy programmer who wants to learn from a clear cut working example rather than exploring the library one by one. So, I decided to write this tutorial. I will do my best to make it as clear as possible and put all references for you to make it easier.</p>
<p><span style="text-decoration: underline;">Requirements:</span></p>
<p>1. Facebook Developer Account.</p>
<ul>
<li>Refer to Facebook <a title="Facebook App Documentation" href="https://developers.facebook.com/docs/appsonfacebook/tutorial/" target="_blank">documentation</a> for information on activating your developer account.</li>
</ul>
<p>2. Basic knowledge of PHP, HTML and Javascript.<br />
3. Web hosting, to put all your file.</p>
<ul>
<li>You can try to explore Heroku, it&#8217;s a cloud hosting Facebook partner. But in this tutorial, I will use my own hosting.</li>
</ul>
<p>4.<em> (optional)</em> Facebook Page, if you want to tie your app into a page.</p>
<ul>
<li>Basically there are 2 ways you can have your app runs in Facebook platform:</li>
<ol>
<li>as Page tab, i.e. https://www.facebook.com/<em>your_page</em>/app_<em>YourAppIdNumber</em></li>
<li>as Facebook app, i.e. http://apps.facebook.com/<em>YourAppName</em></li>
</ol>
</ul>
<p>It depends on your needs. In this tutorial, I will enable both.<br />
<strong>A. Creating Facebook App</strong></p>
<p>1. Go to Facebook Developer<br />
2. Click on &#8220;Apps&#8221; on the top right corner near your id.<br />
<a href="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.45.58-PM.png"><img class=" wp-image-175 alignnone" title="Facebook Developer" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.45.58-PM.png" alt="facebook developer" width="791" height="33" /></a></p>
<p>3. Locate &#8220;+ Create New App&#8221; below your photo.<br />
4. Define your App Name and App Namespace<br />
<a href="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.27.19-PM.png"><img class="aligncenter size-full wp-image-173" title="Choosing App Name" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.27.19-PM.png" alt="choosing app name" width="636" height="195" /></a></p>
<ul>
<li>Fill these with: <strong>App Name</strong> = your_app_name, <strong>App Namespace</strong> = your_appname</li>
<li>Your App Namespace will reflect on your Facebook app address (http://apps.facebook.com/<em>YourAppName</em>)</li>
<li>I know the app name should be more representable, but just an example <img src='http://www.kartika9.com/work/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
<p>5. After entering the captcha, you will be brought to a basic app setting page.<br />
<a href="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.27.37-PM.png"><img class="aligncenter size-full wp-image-174" title="Captcha" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.27.37-PM.png" alt="captcha" width="637" height="259" /></a></p>
<p>6. Scroll down and click on &#8220;App on Facebook&#8221; and &#8220;Page Tab&#8221; and fill in the details.<br />
<a href="http://www.kartika9.com/work/wp-content/uploads/2012/03/app_setting_page_1.png"><img class="aligncenter size-full wp-image-171" title="Portion to be completed" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/app_setting_page_1.png" alt="portion to be completed" width="1011" height="1088" /></a></p>
<ul>
<li>Fill in these for &#8220;App on Facebook&#8221;</li>
<ol>
<li><strong>Canvas URL</strong> = address/folder on your hosting site, i.e. http://www.kartika9.com/testing/yourappname/</li>
<li><strong>Secure Canvas URL</strong> = secure address/folder on your hosting site, refers to the same folder but use HTTPS, i.e. https://www.kartika9.com/~kartikan/testing/yourappname/</li>
<li><em>Note: You will see that Facebook has assigned an app address using your defined App Namespace earlier. You also need to know how to enable the HTTPS for your web hosting. </em></li>
</ol>
</ul>
<ul>
<li>Fill in these for &#8220;Page Tab&#8221;</li>
<ol>
<li><strong>Page Tab Name </strong>= yourappname</li>
<li><strong>Page Tab URL </strong>= the landing page when they visited the address, i.e. http://www.kartika9.com/testing/yourappname/tab.php</li>
<li><strong>Secure Page Tab URL </strong>= the secure address, i.e. https://www.kartika9.com/~kartikan/testing/yourappname/tab.php</li>
<li><em>(optional)</em> Page Tab Width = you can select wide canvas (810px) or narrow canvas (520px) for your app. I leave it to default narrow canvas.</li>
<li><em>Note: To add your app into your page tab, you need to type this: https://www.facebook.com/dialog/pagetab?app_id=YOUR_APP_ID&amp;next=YOUR_URL </em>.<em> Your URL should refer to the same hosting address you mentioned in point no 2 and 3. Otherwise it will generate an error saying that the app doesn&#8217;t own the domain.</em></li>
</ol>
</ul>
<p><a href="http://www.kartika9.com/work/wp-content/uploads/2012/03/app_setting_page_2.png"><img class="aligncenter size-full wp-image-172" title="Saving the app setting" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/app_setting_page_2.png" alt="saving the app setting" width="1018" height="1149" /></a></p>
<p>&nbsp;</p>
<p><strong>B. Building the app</strong></p>
<p>The work flow that I want for my app are:</p>
<ol>
<li>The users have to like my page.</li>
<li>The users have to authorize my app to access their data.</li>
<li>My app will display the basic user data, if those conditions met.</li>
</ol>
<p>In more detailed flow, I can describe it as:</p>
<ul>
<li>When users go to the app page, i.e. https://www.facebook.com/<em>your_page</em>/app_<em>YourAppIdNumber</em>, file tab.php will check if users have liked the page.</li>
<li>If users have <span style="text-decoration: underline;">not</span> liked the page, it will lead to notab.html, which will ask the users to like the page. After the users liked the page, it will redirect user to the app page (first point).</li>
<li>If users have liked the page, it will check whether users has granted permission to access their data.</li>
<li>If users have <span style="text-decoration: underline;">not</span> granted permission, it will display &#8220;Log In&#8221; button, which if they pressed it, the access permission will pop up. Otherwise, the data will be displayed on the form.</li>
</ul>
<p>In simple, I can draw it into a work flow:<br />
<a href="http://www.kartika9.com/work/wp-content/uploads/2012/03/flow.png"><img class="size-full wp-image-163 alignnone" title="Facebook App Flow" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/flow.png" alt="facebook app flow" width="500" height="300" /></a></p>
<p>Therefore, I will need these file:</p>
<ol>
<li>Facebook PHP SDK, refer to this <a title="Facebook PHP SDK" href="https://developers.facebook.com/docs/reference/php/" target="_blank">link</a> on how to obtain it.</li>
<li>Create 3 files:</li>
<ul>
<li>tab.php</li>
<li>notab.html</li>
<li>index.html</li>
</ul>
<li>Add 1 more file:</li>
<ul>
<li>form.php: to post process the form input</li>
</ul>
</ol>
<p>Finally, to see the working example, you can go to <a title="helloform" href="https://www.facebook.com/kartika9.me/app_193618050740537" target="_blank">my page</a>.<br />
<em>Note: you may need to add exception, since I don&#8217;t have a valid HTTPS setup </em></p>

<a href='http://www.kartika9.com/work/2012/03/facebook-app-tutorial/screen-shot-2012-03-15-at-7-45-58-pm/' title='Facebook Developer'><img width="150" height="41" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.45.58-PM-150x41.png" class="attachment-thumbnail" alt="facebook developer" title="Facebook Developer" /></a>
<a href='http://www.kartika9.com/work/2012/03/facebook-app-tutorial/screen-shot-2012-03-15-at-7-27-19-pm/' title='Choosing App Name'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.27.19-PM-150x150.png" class="attachment-thumbnail" alt="choosing app name" title="Choosing App Name" /></a>
<a href='http://www.kartika9.com/work/2012/03/facebook-app-tutorial/screen-shot-2012-03-15-at-7-27-37-pm/' title='Captcha'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/Screen-Shot-2012-03-15-at-7.27.37-PM-150x150.png" class="attachment-thumbnail" alt="captcha" title="Captcha" /></a>
<a href='http://www.kartika9.com/work/2012/03/facebook-app-tutorial/app_setting_page_1/' title='Portion to be completed'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/app_setting_page_1-150x150.png" class="attachment-thumbnail" alt="portion to be completed" title="Portion to be completed" /></a>
<a href='http://www.kartika9.com/work/2012/03/facebook-app-tutorial/app_setting_page_2/' title='Saving the app setting'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/app_setting_page_2-150x150.png" class="attachment-thumbnail" alt="saving the app setting" title="Saving the app setting" /></a>
<a href='http://www.kartika9.com/work/2012/03/facebook-app-tutorial/flow/' title='Facebook App Flow'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2012/03/flow-150x150.png" class="attachment-thumbnail" alt="facebook app flow" title="Facebook App Flow" /></a>

<p>&nbsp;</p>
<p>To download the complete file, you can get it from this <a title="Facebook App Sample" href="http://www.kartika9.com/testing/helloform.zip" target="_blank">link</a>.</p>
<p>My homework is to find out how to work these issues out:</p>
<ol>
<li>Share button works inside iFrame. I hope there is a work around otherwise I&#8217;ll need to wait for Facebook to fix this.</li>
<li>Assign correct value to Open Graph meta tag, so when Share button is clicked, it will display correct value.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2012/03/facebook-app-tutorial/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>STEMI Website Singapore</title>
		<link>http://www.kartika9.com/work/2011/11/stemi/</link>
		<comments>http://www.kartika9.com/work/2011/11/stemi/#comments</comments>
		<pubDate>Tue, 15 Nov 2011 07:21:18 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[religious]]></category>
		<category><![CDATA[stemi]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=155</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone" title="STEMI Website" src="http://www.kartika9.com/demo/videosite/wp-content/uploads/2011/11/header.png" alt="STEMI header" width="1000" height="100" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2011/11/stemi/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hawaian Airlines</title>
		<link>http://www.kartika9.com/work/2011/05/hawaian-airlines/</link>
		<comments>http://www.kartika9.com/work/2011/05/hawaian-airlines/#comments</comments>
		<pubDate>Fri, 27 May 2011 19:14:04 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[hawaian airlines]]></category>
		<category><![CDATA[landing page]]></category>
		<category><![CDATA[mock up]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=1</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kartika9.com/work/wp-content/uploads/2010/05/edm1-1.jpg"><img class="size-thumbnail wp-image-7 alignnone" title="Landing Page Mock Up Hawaian Air" src="http://www.kartika9.com/work/wp-content/uploads/2010/05/edm1-1-150x150.jpg" alt="Hawaian Air Landing Page Sample" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2011/05/hawaian-airlines/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Client Xchange</title>
		<link>http://www.kartika9.com/work/2011/02/client-xchange/</link>
		<comments>http://www.kartika9.com/work/2011/02/client-xchange/#comments</comments>
		<pubDate>Sun, 20 Feb 2011 14:14:03 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[client portal]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[verztec]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=34</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://www.kartika9.com/work/2011/02/client-xchange/4a/' title='Verztec ClientXChange Interface'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/05/4a-150x150.jpg" class="attachment-thumbnail" alt="Verztec ClientXChange Interface" title="Verztec ClientXChange Interface" /></a>
<a href='http://www.kartika9.com/work/2011/02/client-xchange/4b/' title='Verztec ClientXChange Main Page'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/05/4b-150x150.jpg" class="attachment-thumbnail" alt="Verztec ClientXChange Main Page" title="Verztec ClientXChange Main Page" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2011/02/client-xchange/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Accolade Mock Up</title>
		<link>http://www.kartika9.com/work/2011/01/accolade-mock-up/</link>
		<comments>http://www.kartika9.com/work/2011/01/accolade-mock-up/#comments</comments>
		<pubDate>Thu, 06 Jan 2011 13:51:05 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[accolade]]></category>
		<category><![CDATA[consultancy]]></category>
		<category><![CDATA[website mockup]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=27</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://www.kartika9.com/work/2011/01/accolade-mock-up/attachment/3/' title='Accolade Website Mockup Home Page'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/05/3-150x150.jpg" class="attachment-thumbnail" alt="Accolade Website Mockup Home Page" title="Accolade Website Mockup Home Page" /></a>
<a href='http://www.kartika9.com/work/2011/01/accolade-mock-up/3b/' title='Accolade Website Mockup Inside Page'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/05/3b-150x150.jpg" class="attachment-thumbnail" alt="Accolade Website Mockup Inside Page" title="Accolade Website Mockup Inside Page" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2011/01/accolade-mock-up/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>15 mins wallpaper challenge</title>
		<link>http://www.kartika9.com/work/2010/11/15-mins-wallpaper-challenge/</link>
		<comments>http://www.kartika9.com/work/2010/11/15-mins-wallpaper-challenge/#comments</comments>
		<pubDate>Mon, 29 Nov 2010 14:16:43 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Misc Works]]></category>
		<category><![CDATA[wallpaper challenge]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=90</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kartika9.com/work/wp-content/uploads/2011/07/Untitled-1.jpg"><img class="size-thumbnail wp-image-91 alignnone" title="Random wallpaper challenge" src="http://www.kartika9.com/work/wp-content/uploads/2011/07/Untitled-1-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2010/11/15-mins-wallpaper-challenge/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apreli Website</title>
		<link>http://www.kartika9.com/work/2009/12/apreli-website/</link>
		<comments>http://www.kartika9.com/work/2009/12/apreli-website/#comments</comments>
		<pubDate>Sun, 20 Dec 2009 13:39:04 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Web Works]]></category>
		<category><![CDATA[apreli]]></category>
		<category><![CDATA[company profile]]></category>
		<category><![CDATA[it consultancy]]></category>
		<category><![CDATA[prototype]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=24</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kartika9.com/work/wp-content/uploads/2011/05/2.jpg"><img class="size-thumbnail wp-image-25 alignnone" title="Apreli Website Prototype" src="http://www.kartika9.com/work/wp-content/uploads/2011/05/2-150x150.jpg" alt="" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2009/12/apreli-website/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>IT Course Brochure Design</title>
		<link>http://www.kartika9.com/work/2008/10/it-course-brochure-design/</link>
		<comments>http://www.kartika9.com/work/2008/10/it-course-brochure-design/#comments</comments>
		<pubDate>Tue, 14 Oct 2008 14:14:37 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Design Works]]></category>
		<category><![CDATA[brochure]]></category>
		<category><![CDATA[it course]]></category>
		<category><![CDATA[stts]]></category>
		<category><![CDATA[swinburne]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=45</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.kartika9.com/work/wp-content/uploads/2011/06/cover.jpg">
<a href='http://www.kartika9.com/work/2008/10/it-course-brochure-design/cover/' title='Brochure Cover'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/06/cover-150x150.jpg" class="attachment-thumbnail" alt="Brochure Cover" title="Brochure Cover" /></a>
<a href='http://www.kartika9.com/work/2008/10/it-course-brochure-design/inside/' title='Brochure Inside Page'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/06/inside-150x150.jpg" class="attachment-thumbnail" alt="Brochure Inside Page" title="Brochure Inside Page" /></a>
</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2008/10/it-course-brochure-design/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>STTS Master Program Brochure</title>
		<link>http://www.kartika9.com/work/2008/10/stts-master-program-brochure/</link>
		<comments>http://www.kartika9.com/work/2008/10/stts-master-program-brochure/#comments</comments>
		<pubDate>Mon, 13 Oct 2008 14:19:54 +0000</pubDate>
		<dc:creator>kartika9</dc:creator>
				<category><![CDATA[Design Works]]></category>
		<category><![CDATA[brochure]]></category>
		<category><![CDATA[master program]]></category>
		<category><![CDATA[stts]]></category>

		<guid isPermaLink="false">http://www.kartika9.com/work/?p=94</guid>
		<description><![CDATA[]]></description>
			<content:encoded><![CDATA[
<a href='http://www.kartika9.com/work/2008/10/stts-master-program-brochure/s2-dalam/' title='STTS Master Program Brochure (inside)'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/07/s2-dalam-150x150.jpg" class="attachment-thumbnail" alt="STTS Master Program Brochure (inside)" title="STTS Master Program Brochure (inside)" /></a>
<a href='http://www.kartika9.com/work/2008/10/stts-master-program-brochure/s2-luar/' title='STTS Master Program Brochure Cover'><img width="150" height="150" src="http://www.kartika9.com/work/wp-content/uploads/2011/07/s2-luar-150x150.jpg" class="attachment-thumbnail" alt="STTS Master Program Brochure Cover" title="STTS Master Program Brochure Cover" /></a>

]]></content:encoded>
			<wfw:commentRss>http://www.kartika9.com/work/2008/10/stts-master-program-brochure/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

