Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ogawa: The inside of jpmobile #32

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
38 changes: 38 additions & 0 deletions shinichiro_ogawa-jpmobile_inside/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
# The inside of jpmobile

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:

* Cookie and session store manipulation
* Character encoding and emoticon conversion
* sending/receiving emails with emoticon, and decomail
* Considerations about testing

Jpmobileは携帯電話、いわゆるガラケーだけではなく、スマホ対応サイトを製作する上で必須のプラグインです。
最近ではデコメの送信や絵文字メールの送受信、またタブレットクラスが導入され、タブレットにも対応しています。

本発表では、
このjpmobileの内部について、どのように実装され動作しているのかを具体的に紹介します。
クッキーやセッションストアに対する処理や、
文字列・絵文字の変換処理、またメールの送受信に関する処理から、
テストの際に気をつけることまで、
様々な観点からjpmobileを紹介します。

- 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)