2012年3月30日 星期五

Idea Personal Brand Management on the Internet

- Photos/Article
- Wiki Page
- Remove personal data
- News alert

Potential Market Value

JJ Abrams' mystery box




- Maybe there is time, when mystery is more important than knowledge.

- What are you going to write, worthy of me?
- The mystery box.
- What are the story but mystery box?
- The sense of possibility, of what this can it be?
- And you love it, because you don't
- It is much easier to make movie now.
- You don't need the greatest technology to make things that can work in movie.


From the director of one of my beloved TV show of all time. Makes me wondering can I become a director one day? "Go, make a movie, there is nothing stopping you."



TED ADs worth spreading


These are great online ads that TED is promoting. Online is much longer, and perhaps more engaging.

I have been working on content creation lately, so much to prepare, for a very brief image, or a quote to be remembered.

Rethink Breast Cancer


Start with Sharpie


"The difference between a dream and reality, is just doing it."

--

Aimee Mullins


"Because I am worth it."

The Bear

"Qu' un jour je me suis dit, pourquoi pas moi?"

The return of Ben Ali

"Be aware, dictatorship can return"


Programming Working Journal

2012.3.31 10:30

Milestone: Successfully request facebook php, change the bug within the facebook php; w/ a registration page and the php page, successfully read the user's data.

http://lazzytour.net/muyueh/2012331/

Check-in: Calm, going to travel.

Goal for the spring vacation
- TEDxGongguan

- Get done with cadeacademy?
- Facebook Php require_login
- Paul Graham Translation.
- CS 106 a


Chinese Facebook Fans Page for website development.

http://projecteuler.net/
http://rails-101.logdown.com/

2012年3月21日 星期三

Programming Working Journal

2012.3.21

22:00 ok mood
Try out Facebook PHP for the last time. Otherwise, start working on TEDxGongguan website, and apply scholarship.

http://milkyapp.blogspot.com/2012/01/php-sdk-3-7.html
https://github.com/facebook/php-sdk/downloads
http://www.wretch.cc/blog/u2420123/213965

http://sofree.cc/output_buffering/

2012年3月17日 星期六

Programming Working Journal 2012.3.18

12:00 pm

Check-in: Nervous about being slow, and never seems to pull off one day.
I will be just fine, keep faith in yourself.

It seems like the biggest problem is that I have a doubt, on whether this is what I truly want to do for the long term. Present seems to be good enough.

This makes me think of why I want to learn programming. Because you have great observation and great idea. And sometime, you are the only one that is convinced that this is a great idea, so there are no people but you to test this idea.

And I guess that you are just curious to know, whether the idea will work or not. It is this kind of curiosity, that you will regret the day you died.

"What about that idea? Will that ever flies?"

Goal today: Need to finish facebook page function: people must log in to see.

Decide to go to hot spot and take a day off.

2012年3月9日 星期五

Programming Working Journal

Check-in: Sat. 11:18 am
A bit cold

Target: get facebook membership worked. (est. 15:00)

Start building TEDxGongguan.com
- Do the mock up page.

- Build a Facebook discussion forum on it.

Start building own website

Related to TEDxGongguan.com
- Send out video to be approved
- Financial
- Ask for people on the subtitle
- Work on Beginning of the video

---

Check Out 20:43
Tired and exhausted

Fixed the APP basic problem
javascript and PHP might need to download sth., and make some kind of initiation to have the Interface.
(API?)
https://developers.facebook.com/docs/reference/api/

---

10 Things That Would Have Been Nice to Know When Starting My Facebook Application


http://padrenel.blogs.experienceproject.com/3459.html


Developing with the Facebook Platform and PHP


Facebook PHP教學



Facebook App 2011 最新版本申請教學

http://www.wretch.cc/blog/u2420123/212972



http://cooking-java.blogspot.com/search/label/Facebook

OAUTH docs
http://tools.ietf.org/pdf/draft-ietf-oauth-v2-12.pdf



StackOverflow
http://facebook.stackoverflow.com/questions


http://lazzytour.net/muyueh/201239/
Facebook

https://developers.facebook.com/docs/reference/javascript/
https://developers.facebook.com/docs/sdks/

https://developers.facebook.com/docs/guides/web/
https://developers.facebook.com/docs/authentication/
https://developers.facebook.com/docs/reference/dialogs/oauth/

https://developers.facebook.com/docs/plugins/registration/advanced/
https://developers.facebook.com/docs/plugins/registration/
https://developers.facebook.com/docs/user_registration/flows/
https://developers.facebook.com/docs/reference/plugins/login/



https://developers.facebook.com/apps?auth_token=704eec64b609cc2241b04d25dcf7f3aa

https://developers.facebook.com/docs/authentication/signed_request/


https://developers.facebook.com/blog/post/534/


Signed Request
https://developers.facebook.com/docs/authentication/signed_request/




2012年3月5日 星期一

Programming Working Journal

Facebook (2h)

Here is the exact page for the log in system.
https://developers.facebook.com/docs/reference/javascript/FB.login/

and this
https://developers.facebook.com/docs/reference/api/permissions/


And then, spend more time on the Java SDK
https://developers.facebook.com/docs/reference/javascript/


Get stuck here:
What is A_CODE_GENERATED_BY_SERVER ?

https://developers.facebook.com/docs/authentication/#authenticating-users-in-a-web-application


f the user presses Allow, your app is authorized. The OAuth Dialog will redirect (via HTTP 302) the user's browser to the URL you passed in the redirect_uri parameter with an authorization code:
http://YOUR_URL?code=A_CODE_GENERATED_BY_SERVER
With this code in hand, you can proceed to the next step, app authentication, to gain the access token you need to make API calls.
In order to authenticate your app, you must pass the authorization code and your app secret to the Graph API token endpoint - along with the exact same redirect_uri used above - athttps://graph.facebook.com/oauth/access_token. The app secret is available from the Developer App and should not be shared with anyone or embedded in any code that you will distribute (you should use the client-side flow for these scenarios).
https://graph.facebook.com/oauth/access_token?
     client_id=YOUR_APP_ID&redirect_uri=YOUR_URL&
     client_secret=YOUR_APP_SECRET&code=THE_CODE_FROM_ABOVE
If your app is successfully authenticated and the authorization code from the user is valid, the authorization server will return the access token:
Auth Token
In addition to the access token (the access_token parameter), the response contains the number of seconds until the token expires (the expires parameter). Once the token expires, you will need to re-run the steps above to generate a new code and access_token, although if the user has already authorized your app, they will not be prompted to do so again. If your app needs an access token with an infinite expiry time (perhaps to take actions on the user's behalf after they are not using your app), you can request the offline_access permission.

2012年3月3日 星期六

Working Journal

Paul G. translation (6h)
Facebook


Resource for writing code for php:
http://codeigniter.com/user_guide/


Search for ids or url:

The "ids" query parameter also accepts URLs. This is useful for finding IDs of URLs in the Open Graph. For example:https://graph.facebook.com/?ids=http://www.imdb.com/title/tt0117500/

https://graph.facebook.com/?ids=muyueh, ray.juiyuloa


Have the ability to search into the users profile, post etc., using keywords.
Need to be really careful about what one's is doing on facebook.

RSS feed function seems to be interesting:
- might be able to develop a app tracking people that one likes, and know when they changed their relationship status, the app will send "window is open" signal.