From cfc285c837b3462cc1ebd0abf9a3e852559b4f10 Mon Sep 17 00:00:00 2001 From: Shin-ichiro OGAWA Date: Tue, 22 May 2012 10:43:05 +0900 Subject: [PATCH 1/4] Add my bio and resources --- shinichiro_ogawa-jpmobile_inside/README.md | 23 ++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 shinichiro_ogawa-jpmobile_inside/README.md diff --git a/shinichiro_ogawa-jpmobile_inside/README.md b/shinichiro_ogawa-jpmobile_inside/README.md new file mode 100644 index 0000000..65c04e8 --- /dev/null +++ b/shinichiro_ogawa-jpmobile_inside/README.md @@ -0,0 +1,23 @@ +# My talk title +# タイトル (title in Japanese; optional) + +My talk description + +発表概要 (talk description in Japanese; optional) + +- Preferred presentation day: no preference +- Presentation language: Japanese + +## Shin-ichiro OGAWA +## 小川 伸一郎 + +## Tokyu.rb +## Tokyu.rb + +Rails Programmer. jpmobile developer. Ph.D. Physics. +Railsアプリケーション開発者。jpmobileを開発しています。 + +- [My website](http://stnard.jp) +- [My twitter](https://twitter.com/#!/conceal_rs) +- [Past talk slides](http://www.slideshare.net/rust/, https://speakerdeck.com/u/ogawa) +- [Past talk video](http://www.nicovideo.jp/watch/sm11901698, http://vimeo.com/26540910) From 271cc9af0938298116d5c783d3f4aace77b786b7 Mon Sep 17 00:00:00 2001 From: Shin-ichiro OGAWA Date: Wed, 23 May 2012 17:56:27 +0900 Subject: [PATCH 2/4] add first draft about 'jpmobile inside' --- shinichiro_ogawa-jpmobile_inside/README.md | 19 +++++++++++++++---- 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/shinichiro_ogawa-jpmobile_inside/README.md b/shinichiro_ogawa-jpmobile_inside/README.md index 65c04e8..595aad0 100644 --- a/shinichiro_ogawa-jpmobile_inside/README.md +++ b/shinichiro_ogawa-jpmobile_inside/README.md @@ -1,9 +1,20 @@ -# My talk title -# タイトル (title in Japanese; optional) +# jpmobile inside -My talk description +Jpmobile is a requisite Rails plugin for mobile phones in Japan, including Feature Phone and Smart Phone. +Recently, some features are added; sending emoticon email and decomail, tablet classes. -発表概要 (talk description in Japanese; optional) +In this presentaion, I will introduce the inside of jpmobile; cookie and session store manipulation, +character encoding and emoticon conversion, sending/receiving emails, considerations about testing. + +Jpmobileは携帯電話、いわゆるガラケーだけではなく、スマホ対応サイトを製作する上で必須のプラグインです。 +最近ではデコメの送信や絵文字メールの送受信、またタブレットクラスが導入され、タブレットにも対応しています。 + +本発表では、 +このjpmobileの内部について、どのように実装され動作しているのかを具体的に紹介します。 +クッキーやセッションストアに対する処理や、 +文字列・絵文字の変換処理、またメールの送受信に関する処理から、 +テストの際に気をつけることまで、 +様々な観点からjpmobileを紹介します。 - Preferred presentation day: no preference - Presentation language: Japanese From b41472af3c24c4f32de7939353cc2a1b16f21041 Mon Sep 17 00:00:00 2001 From: Shin-ichiro OGAWA Date: Wed, 23 May 2012 18:02:19 +0900 Subject: [PATCH 3/4] Fix style --- shinichiro_ogawa-jpmobile_inside/README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/shinichiro_ogawa-jpmobile_inside/README.md b/shinichiro_ogawa-jpmobile_inside/README.md index 595aad0..91cc5d1 100644 --- a/shinichiro_ogawa-jpmobile_inside/README.md +++ b/shinichiro_ogawa-jpmobile_inside/README.md @@ -3,8 +3,12 @@ Jpmobile is a requisite Rails plugin for mobile phones in Japan, including Feature Phone and Smart Phone. Recently, some features are added; sending emoticon email and decomail, tablet classes. -In this presentaion, I will introduce the inside of jpmobile; cookie and session store manipulation, -character encoding and emoticon conversion, sending/receiving emails, considerations about testing. +In this presentaion, I will introduce the inside of jpmobile. The main topics are the followings: + +* Cookie and session store manipulation +* Character encoding and emoticon conversion +* sending/receiving emails with emoticon, and decomail +* Considerations about testing Jpmobileは携帯電話、いわゆるガラケーだけではなく、スマホ対応サイトを製作する上で必須のプラグインです。 最近ではデコメの送信や絵文字メールの送受信、またタブレットクラスが導入され、タブレットにも対応しています。 From b13cba5fe1abfb6dc13a0dfebb11198713ee2622 Mon Sep 17 00:00:00 2001 From: Shin-ichiro OGAWA Date: Thu, 24 May 2012 09:57:32 +0900 Subject: [PATCH 4/4] Update title, fix word --- shinichiro_ogawa-jpmobile_inside/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/shinichiro_ogawa-jpmobile_inside/README.md b/shinichiro_ogawa-jpmobile_inside/README.md index 91cc5d1..32e5319 100644 --- a/shinichiro_ogawa-jpmobile_inside/README.md +++ b/shinichiro_ogawa-jpmobile_inside/README.md @@ -1,6 +1,6 @@ -# jpmobile inside +# The inside of jpmobile -Jpmobile is a requisite Rails plugin for mobile phones in Japan, including Feature Phone and Smart Phone. +Jpmobile is a essential Rails plugin for mobile phones in Japan, including Feature Phone and Smart Phone. Recently, some features are added; sending emoticon email and decomail, tablet classes. In this presentaion, I will introduce the inside of jpmobile. The main topics are the followings: