<?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>Peetahzee&#039;s Blog &#187; facebook</title>
	<atom:link href="http://peetahzee.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://peetahzee.com</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Fri, 16 Dec 2011 10:53:03 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>A note to self: Lessons from the WWW App</title>
		<link>http://peetahzee.com/2011/02/a-note-to-self-lessons-from-the-www-app/</link>
		<comments>http://peetahzee.com/2011/02/a-note-to-self-lessons-from-the-www-app/#comments</comments>
		<pubDate>Thu, 03 Feb 2011 08:24:52 +0000</pubDate>
		<dc:creator>Peter Zhang</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Tech]]></category>
		<category><![CDATA[ajax]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[socialize]]></category>
		<category><![CDATA[web app]]></category>
		<category><![CDATA[www]]></category>

		<guid isPermaLink="false">http://peetahzee.com/?p=399</guid>
		<description><![CDATA[A week ago, I created an web app designed to aid ICS students in choosing their WWW trips where their friends are going. Like the app I created a while ago with courses, this idea came up from the millions of &#8220;where are you guys going?&#8221; wall posts on Facebook &#8211; why not just create a central hub [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>A week ago, I created <a href="http://peetahzee.com/www">an web app</a> designed to aid ICS students in choosing their WWW trips where their friends are going. Like the app I created a while ago with courses, this idea came up from the millions of &#8220;where are you guys going?&#8221; wall posts on Facebook &#8211; why not just create a central hub for people to see where people are (or in some cases, aren&#8217;t) going?</p>
<p><a href="http://peetahzee.com/wp-content/uploads/2011/02/Screen-shot-2011-02-01-at-10.06.46-PM.png" rel="lightbox[399]" title="The WWW App"><img class="size-medium wp-image-401 alignnone" title="The WWW App" src="http://peetahzee.com/wp-content/uploads/2011/02/Screen-shot-2011-02-01-at-10.06.46-PM.png" alt="" width="600" height="274" /></a></p>
<p>Development took a little bit over a full day and made me sleep at 5am &#8211; something that I would have definitely not done normally. Could have took much less time had I not played with the various Facebook APIs, jQuery effects and aesthetic elements, but you know, it was worth it. I mean, in the end I took this mini project as an experiment in itself, testing what works and what doesn&#8217;t, and improve on the later products.</p>
<p>And here is my report.</p>
<h2><span id="more-399"></span></h2>
<h2>Stats</h2>
<p>Launched on Sunday, 23rd January morning. Last activity on 25th. (Yes, it only survived for 2 days) 101 Users, 155 &#8220;clicks&#8221; or choices made.</p>
<p>You know, I was actually quite impressed myself. Although I expected more, but this was definitely enough to make myself proud.</p>
<h2>What worked.</h2>
<h3>The emphasis on &#8220;Socialization&#8221;</h3>
<p>Nowadays apps are all about your FRIENDS and no long about YOU. What other people are doing are becoming much more important. A huge part of the App was designed with that in mind.</p>
<p><strong>The &#8220;picture wall&#8221; </strong>(suggested by Teddy) was one of such thing. Not only was it (surprisingly) extremely pretty, but also helpful. Not a lot of people realized it, but users may click on someone&#8217;s profile picture and it will show his/her selected trips. Had this feature not been implemented, I think the App would have lost a lot of interest form its users.</p>
<h3>Facebook is DA BOSS.</h3>
<p>Speaking of socializing&#8230; Facebook has shown superiority to almost every other product on the Internet. Heck, it even (almost) replaced email! Apps that go against it, like Wave, can&#8217;t even stand a chance even under Google. And therefore, there is absolutely no way not to tie this app to <em>the</em> trend.</p>
<p>Everybody had an Facebook account &#8211; I did not need to worry about not providing true identity, nor do I need to take care of security, cookies, sessions, blah blah blah. All I needed was one line of code checking if the user is logged in or not, that&#8217;s it. Saved me database spaces at the very least, not to mention time to debug security holes to authentication and what not.</p>
<p>And because everyone had a Facebook account, activity on this App can be easily by other people, thus helping the app spread faster. In theory, when people see that other people are making their WWW trips choices on this App, they&#8217;d be like &#8220;Oh hmm.&#8221; and click on the link. (I didn&#8217;t set up a referrer check to see how many clicks actually came from Facebook published stories, but I&#8217;d imagine there is at least 30%)</p>
<h3>Ajax</h3>
<p>Who wants to load a whole page just to see a tiny description box of a trip? No one. And that&#8217;s why I spent so much time on ajax-fying the site. There is only one page in the whole app, and every little thing is only updated when it had to. No extra bandwidth, no extra lag time, no extra nothing.</p>
<p>Name me one person that didn&#8217;t like the dynamic loading of contents and the stunning (come on, admit it <img src='http://peetahzee.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  ) effects on the page, I dare you.</p>
<h2>What didn&#8217;t work</h2>
<h3>IE Compatibility</h3>
<p>GARH! This was <strong>THE</strong> flaw of the app (or maybe the school). Because IE is the only browser installed on school computers, there were no way for students or teachers to check it out in school. By the time they got home, they probably have forgotten about it as well.</p>
<p>I tried figuring out but I couldn&#8217;t due to the lack of developer tools on IE. Okay fine, I was being a little bit lazy, but. I think we can all blame IE.</p>
<h3>Timing / Marketing</h3>
<p>It was all wrong. I should have started this way earlier, and not just 3 days before the decision deadline. Well, I didn&#8217;t know how I could have sped it up considering I only found out about WWW choices that day.</p>
<p>One thing I also could have done was inform the WWW Committee about it to have them include this in daily newsletters. But again, it had IE compatibility issues&#8230;</p>
<h3>The Design</h3>
<p>Nope. I didn&#8217;t like it. My original design intentions were to keep it simple, but now it looks (way) too messy with so much blue. Could have also tried some more icons, I guess.</p>
<h2>Conclusion / What&#8217;s coming up</h2>
<p>A course selection app! Something that I have been planning since last year, but never gotten around to it. It will definitely go the direction of &#8220;socializing&#8221; just like this app, but given much more time to prep and advertise so to bring its full potential.</p>
<p>What did YOU like and dislike about the app?</p>
</div>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://peetahzee.com/2011/02/a-note-to-self-lessons-from-the-www-app/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The concept of the ICS Tribal App</title>
		<link>http://peetahzee.com/2010/03/the-concept-of-the-ics-tribal-app/</link>
		<comments>http://peetahzee.com/2010/03/the-concept-of-the-ics-tribal-app/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:56:49 +0000</pubDate>
		<dc:creator>Peter Zhang</dc:creator>
				<category><![CDATA[ICS Tribes]]></category>
		<category><![CDATA[app]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[ICS]]></category>
		<category><![CDATA[international christian school]]></category>

		<guid isPermaLink="false">http://peetahzee.com/?p=326</guid>
		<description><![CDATA[I&#8217;ve realized the ICS Tribes App looks much more confusing than it is. I thought writing something about it explaining fully how the whole system is would be nice, so here it is When I designed the app, I spent a lot of time thinking about how I can make use of the already-awesome Facebook [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve realized the ICS Tribes App looks much more confusing than it is. I thought writing something about it explaining fully how the whole system is would be nice, so here it is <img src='http://peetahzee.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
<p>When I designed the app, I spent a lot of time thinking about how I can make use of the already-awesome Facebook systems. That way, I don&#8217;t have to spend a lot of time on programming a nice interface myself, nor do I have to worry about the right security stuff &#8211; Facebook can take care them for me!</p>
<h2>Showcase with Pages</h2>
<p>After thinking a while, here&#8217;s what I decided: <strong>Facebook Pages! Each Tribe has its own Facebook Page, and that is where the tribes&#8221;showcase&#8221; their class. </strong>Through them, tribes can easily upload pictures and tell everybody about it through the fans system. Pages are where tribes basically showcase their work, and most likely where all the tribal points will be coming from (posting good pics, reflective stories, etc.)</p>
<p>While that is solved, another issue popped up: I need to somehow connect the pages together. And this is where the Page Tabs come in. With the &#8220;ICS&#8221; Tabs on <strong>each</strong> page, you can access the information about a tribe quickly, such as points and members, as well as links to other tribes too.</p>
<h2>&#8220;Internal Communication&#8221; via App</h2>
<p>In addition, there is also a separate part from the pages system, and it is the app itself. If you launch the app from Facebook menus, you&#8217;ll be able to see something like an announcement system. Although the whole system is still in progress, the part with advisory announcements is done. Advisories and Mr. Chan can easily setup advisory meeting times. And yes, that means no more posting &#8220;any advisory tomorrow&#8221; messages on Facebook. =)</p>
<h2>Always Looking for Suggestions</h2>
<p>So now, please do me a favor and start using the Facebook App! We&#8217;ll be running a few contests soon, but it&#8217;s never too late to start. =D</p>
<p>I&#8217;m always looking for suggestions. If you have ideas (be reasonable, please) that you think can help the ICS App Experience, please do tell me! Either by Facebook wall post, or commenting on this post.<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://peetahzee.com/2010/03/the-concept-of-the-ics-tribal-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Two Facebook Ideas I&#8217;m Planning to Work on&#8230;</title>
		<link>http://peetahzee.com/2010/02/two-facebook-ideas-im-planning-to-work-on/</link>
		<comments>http://peetahzee.com/2010/02/two-facebook-ideas-im-planning-to-work-on/#comments</comments>
		<pubDate>Sat, 13 Feb 2010 16:15:46 +0000</pubDate>
		<dc:creator>Peter Zhang</dc:creator>
				<category><![CDATA[Tech]]></category>
		<category><![CDATA[apps]]></category>
		<category><![CDATA[develop]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[groups]]></category>
		<category><![CDATA[social]]></category>
		<category><![CDATA[social network]]></category>
		<category><![CDATA[vocab]]></category>

		<guid isPermaLink="false">http://peetahzee.com/?p=323</guid>
		<description><![CDATA[After developing ICS Tribes, I find that it&#8217;s actually quite fun to make a Facebook App and share it with friends. It spread so fast it&#8217;s not even funny, which makes me wonder again at the awesomeness of Web 2.0 and Social Networks. I started thinking, how can I take advantage with it? I mean, [...]]]></description>
			<content:encoded><![CDATA[<p>After developing ICS Tribes, I find that it&#8217;s actually quite fun to make a Facebook App and share it with friends. It spread so fast it&#8217;s not even funny, which makes me wonder again at the awesomeness of Web 2.0 and Social Networks. I started thinking, how can I take advantage with it? I mean, from the way I vision it, there are a huge user base for Facebook already, and all I need is some really slight advertising, and the app will automatically grow rocket high.</p>
<p>But there is a problem as well. With that many apps already made on  Facebook, I have to make mine really stand out and make the users really  like it and find it useful. But how exactly do I do that?</p>
<h2>Social Vocab</h2>
<p>Let&#8217;s see&#8230; apparently people like apps to interact with their friends and stuff (look at Social Interview)&#8230; but I want to make something more than Social Interview; being a copy cat never works. I was studying Vocab for my SAT when I thought of that, and an idea immediately popped out &#8211; Social Vocab!</p>
<p>It&#8217;s still a very rough idea, but I think it definitely has potential. Basically, this app will allow the user to go through the friendlist and assign SAT vocabs on them. Let&#8217;s say, the app will pick a random person from the friend list, let&#8217;s say, Peter Zhang, and the user replies that Peter Zhang is scintillating (out of 5 vocabs optoins). During the process of assigning vocab, the user actually unnoticeably learned the word by associating the word with the object. Now, because of that, supposedly the user will think of Peter Zhang when they see the word &#8220;scintillating&#8221;, and remember its meaning as being &#8220;brilliant&#8221;.</p>
<p>Of course, there will be other tools to help the user memorize as well, such as flash cards, quizzes and maybe games; but the main point of the app really is about the paragraph above. The reason I think it will be successful is because, this app can easily spread by posting on other people&#8217;s walls (&#8220;You&#8217;ve been described as &#8216;scintillating!&#8217;&#8221;); more users will join, and eventually, I&#8217;ll be rich.</p>
<h2>That&#8217;s So True!</h2>
<p>Quite opposite to the idea above, this idea came from being annoyed by &#8220;Person A joined This Group and 7 million other groups&#8221; messages. I really hate it when people join these groups just because they think the name is true. By having a large group, group creators can now earn from putting ads in their group, and I simply think that&#8217;s not fair. Plus, you&#8217;re most likely going to be spammed for joining groups. <strong>Groups were not made to be used this way!</strong></p>
<p>Therefore, in an attempt to bring back the clean Facebook without the joining group messages (yes, I do know I can filter it out), I came up with the idea for &#8220;That&#8217;s So True!&#8221; App. Basically, in this app, the user can find phrases where they think it&#8217;s true, and join it. That way, people can discover the trends of what people think safely. No spams; no duplicates; no unfair advantages for anybody else. Also, people are going to find the &#8220;truth&#8221; so much easier, too.</p>
<h2>What do you think?</h2>
<p>I don&#8217;t really have time to develop these ideas just yet, but I will. Someday. What do you think about these apps? Will you use it? Why or Why not?<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://peetahzee.com/2010/02/two-facebook-ideas-im-planning-to-work-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Where&#8217;s the Peetah?</title>
		<link>http://peetahzee.com/2009/12/wheres-the-peetah/</link>
		<comments>http://peetahzee.com/2009/12/wheres-the-peetah/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 15:59:37 +0000</pubDate>
		<dc:creator>Peter Zhang</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[Christmas]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[holidays]]></category>
		<category><![CDATA[movies]]></category>
		<category><![CDATA[shanghai]]></category>
		<category><![CDATA[thinkquest]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://peetahzee.com/?p=306</guid>
		<description><![CDATA[A very late Merry Christmas! I didn&#8217;t JUST realize I haven&#8217;t updated this blog for a while, it&#8217;s just that, the lack of time keeps on preventing me from posting. Or should I just simply say, I suck at time management. I just came back from my Shanghai trip and spent a week of Christmas [...]]]></description>
			<content:encoded><![CDATA[<p>A very late Merry Christmas!</p>
<p>I didn&#8217;t JUST realize I haven&#8217;t updated this blog for a while, it&#8217;s just that, the lack of time keeps on preventing me from posting. Or should I just simply say, I suck at time management.</p>
<p>I just came back from my Shanghai trip and spent a week of Christmas break over there with friends. It was certainly nice seeing them, but now that I lived in Hong Kong for such a long time, I realize how boring Shanghai is. I was there for a week, but I could basically think of only two places to hang out at. And in those places, there were basically only one thing to do, besides shopping at really lame stores and eating, Karaoke. (Oh my voice&#8230;)</p>
<p>But it is true that I was very busy these days though. After the Finals and the school stuff, I immediately began working on my 8 website projects. Yes, 8. Let me count it for you:</p>
<ul>
<li><strong>Tribal Facebook App</strong> &#8211; my Dean asked me to write a Facebook App that would basically act as a online community for students &#8211; for them to post pics, comments, blog posts, etc.</li>
<li><strong>ICS Buy</strong> &#8211; an eBay system thing that lets ICS students to trade materials and equipments</li>
<li><a href="http://techcube.net/cubepoints"><strong>CubePoints</strong></a> &#8211; a WordPress plugin that lets users to earn points by commenting/posting</li>
<li><strong>EEC </strong>- a website for my church</li>
<li><strong>LO.SG &#8211; </strong>a domain shortener</li>
<li><strong>AxieBlast </strong>- I need to find some way to revive my dead community. Hmph!</li>
<li>(Not confirmed)<strong> A Wedding site for a teacher</strong></li>
<li>(Not confirmed)<strong> A site for an Environmental Club in SMIC</strong></li>
</ul>
<p>But that&#8217;s not it. Since my complete fail at SAT (with a pity 1890 &#8211; Reading 520, Writing 650, Math 720), my mom has been urging me to study SAT. I know I need to study, but I just never had the motivation. I get out my SAT book, put it on my desk, and just as I flip the book open, something on the computer would happen: either a new email comes in or somebody would start chatting with me. Sucks <img src='http://peetahzee.com/wp-includes/images/smilies/icon_sad.gif' alt=':(' class='wp-smiley' /> .</p>
<p>And besides working, so many good movies are out recently, too! Besides Avatar, there&#8217;s Alvin and Chipmunks 2, Sherlock Holmes, and heck, I didn&#8217;t even watch Christmas Carol yet!</p>
<p>BUSY BUSY BUSY.</p>
<p>But I&#8217;m not giving any of these up. Just wait. I am working on the 2nd day of my ThinkQuest journey, and I already have 2000 words. Heh, wish I can write that much for English class. I doubt anybody is going to read it, but still, I think such a nice experience deserves somebody to document it thoroughly. Just MAYBE, sometime somebody will notice it and asks me more about ThinkQuest&#8230; and I&#8217;ll be famous? *daydreaming*<!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://peetahzee.com/2009/12/wheres-the-peetah/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[TQLive] Link to Photos</title>
		<link>http://peetahzee.com/2009/10/tqlive-link-to-photos/</link>
		<comments>http://peetahzee.com/2009/10/tqlive-link-to-photos/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 07:43:56 +0000</pubDate>
		<dc:creator>Peter Zhang</dc:creator>
				<category><![CDATA[Life]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[facebook]]></category>
		<category><![CDATA[photos]]></category>
		<category><![CDATA[picasa]]></category>
		<category><![CDATA[pictures]]></category>
		<category><![CDATA[san francisco]]></category>
		<category><![CDATA[thinkquest]]></category>
		<category><![CDATA[thinkquest live]]></category>

		<guid isPermaLink="false">http://peetahzee.com/?p=174</guid>
		<description><![CDATA[I just finished uploading pictures to three different sources just so that China users should be able to view them too! (DARN that Great FireWall of China!) Preferred &#8211; Picasa Web Albums http://picasaweb.google.com/peetahzee Facebook Photos Add me on Facebook if you haven&#8217;t already done so, and then simply find the photos under my name. (Search [...]]]></description>
			<content:encoded><![CDATA[<p>I just finished uploading pictures to three different sources just so that China users should be able to view them too! (DARN that Great FireWall of China!)</p>
<h2>Preferred &#8211; Picasa Web Albums</h2>
<p><a href="http://picasaweb.google.com/peetahzee">http://picasaweb.google.com/peetahzee</a></p>
<h2>Facebook Photos</h2>
<p>Add me on Facebook if you haven&#8217;t already done so, and then simply find the photos under my name. (Search for &#8220;peetah&#8221; on Facebook and you should be able to find me then)</p>
<h2>Dropbox</h2>
<p>Day 0 &#8211; Flight, Pizzas: <a href="http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%200?h=9b1104">http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%200?h=9b1104</a></p>
<p>Day 1 &#8211; Registration, Showcase, SF Tour ,Welcome Dinner: <a href="http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%201?h=37d835">http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%201?h=37d835</a></p>
<p>Day 2 &#8211; Workshop, SF Tour, Some REALLY NICE Dinner: <a href="http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%202?h=7c12b0">http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%202?h=7c12b0</a></p>
<p>Day 3 &#8211; Workshop x2, Awards Dinner: <a href="http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%203?h=66148f">http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%203?h=66148f</a></p>
<p>Day 4 &#8211; Workshop, The Tech @ San Jose, Fairwell Dinner: <a href="http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%204?h=c0d781">http://www.getdropbox.com/gallery/2662279/1/ThinkQuest%20Day%204?h=c0d781</a></p>
<h2>Comment and Enjoy!</h2>
<p><!-- PHP 5.x --></p>
]]></content:encoded>
			<wfw:commentRss>http://peetahzee.com/2009/10/tqlive-link-to-photos/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

