Archive for August, 2007

Facebook Developer Garage in Palo Alto

August 26th, 2007 | Category: Facebook

n650617852_242009_9535.jpgn650617852_242011_50031.jpg 

n650617852_242012_2747.jpg

Facebook initial & famous application developers all came - box.net, rockyou.com, ilike, Course, Causes, Booze Mail, etc

No comments

Facebook l10n & i18n Issues

August 25th, 2007 | Category: Localization, Facebook

International Un-friendly FBML

Not Internationalized yet

Use Instead

Comment

<fb:name uid=”%s” possessive=”true”/> <fb:name uid=”%s” possessive=”false”/> Vincent’s (possessive) can not be used for some international languages.
<fb:name uid=”%s” useyou=”true”/> <fb:name uid=”%s” useyou=”false”/> You or you can not be used for non-English languages.
<fb:pronoun… No workaround  
<fb:time t=”‘ . $post[’time’] .
‘”/>
Use Date or Pear I18n library  
<fb:friend-selector idname=”to”/>’ No workaround ‘Start typing a friend’s name’ is always displayed in English.

Bugs

Synopsis

Workaround

Status

- a submit button in my server: < input type=”submit” value=”e” />e : small e, acute accent - HEX: 0xC3A9 in UTF-8, so 0xC3
-> (A) and 0xA9 -> (c).

- in my facebook application:
< input type=”submit” value=”Ac” />

Use Images instead Already reported to Facebook

PEAR:

1. Add locale file toI18nv2/Locale

2. Add locale pear/18Nv2.php for Locale mapping

$locales = array(
‘af’ => ‘af_ZA’,
‘de’ => ‘de_DE’,
‘en’ => ‘en_US’,
‘fr’ => ‘fr_FR’,
‘it’ => ‘it_IT’,
‘es’ => ‘es_ES’,
‘pt’ => ‘pt_PT’,
’sv’ => ’sv_SE’,
‘nb’ => ‘nb_NO’,
‘nn’ => ‘nn_NO’,
‘no’ => ‘no_NO’,
‘fi’ => ‘fi_FI’,
‘is’ => ‘is_IS’,
‘da’ => ‘da_DK’,
‘nl’ => ‘nl_NL’,
‘pl’ => ‘pl_PL’,
’sl’ => ’sl_SI’,
‘hu’ => ‘hu_HU’,
‘ru’ => ‘ru_RU’,
‘cs’ => ‘cs_CZ’,

Other Issues:

Submit button issue:

http://www.facebook.com/topic.php?uid=2205007948&topic=8962

Internationalization in general:

http://www.facebook.com/topic.php?uid=2205007948&topic=11236

mini feed issue:

http://www.facebook.com/topic.php?uid=2205007948&topic=10057

No comments

Favorite blogs by famous people

August 02nd, 2007 | Category: The Wall Street Journal

Harold Evans (Editor, the Week):

- AndrewSullivan.com
- MichaelTotten.com
- HeadButler.com

James Taranto (Editor, OpinionJournal.com):

- KausFiles.com
- InstaPundit.com
- JustOneMinute.typepad.com

Mia Farrow:

- BoingBoing.net

Jane Hamsher (Founder, firedoglake):

- DigbysBlog.blogspot.com
- TBogg.blogspot.com
- CrooksAndLiars.com

Newt Gingrich (Former House speaker):

- RedState.com
- Coner.NationalReview.com
- PowerlineBlog.com

Dick Costolo (Former CEO of FeedBuner):

- FakeSteve.blogspot.com
- Publishing2.com
- Photoblogs.org

Xiao Qiang (Founder of China Digital Times):

- ZonaEuropa.com
- Blog.DoNews.com/keso

Jim Buckmaster (CEO, Craigslist):

- Slashdot.org
- Metafilter.com
- Valleywag.com
- TechDirt.org

Elizabeth Spiers (Founding Editor, Gawker):

- Reason.com/blog

- MaudNewton.com
- DesignObserver.com

www.google.com/reader
www.bloglines.com
www.netvibes.com

No comments

Facebook Lunch 2.0

August 02nd, 2007 | Category: Facebook

About 200 people came to see what’s going on.

185921884_616896005_0.jpg185921469_616894660_0.jpg185921535_616894884_0.jpg185904763_616839316_0.jpg

No comments