Monday, April 7, 2014

[event] AdSense OPG Korean Blogger Event 2014

Title
AdSense OPG Korean Blogger Event 2014 (<-not an official title)
Place
Gangnam Finance Center 23rd Fl.
Time
January 9, 2014
Speaker
HyeIn Kim, Sewon Yoon
Organizer
Google Korea
Focus
money-making tips for bloggers

I.       Message
1.       be No 1. on SRP; if can’t, be No 1 in contents
2.       if wanting to draw new visitors, open up new pages related to current hot keywords
3.       design website focused on visitor demographics: e.g. for moms, use bigger fonts and larger spacing between information categories
4.       get basic SEO done: e.g. use title, description, H1 tags

II.      Takeaway
1.       get AdSense on my blog

Thursday, April 3, 2014

[lecture] Policy to Create Businesses through Opening Up Public Data

Title
Policy to Create Businesses through Opening Up Public Data
Place
KAIST Dogok Software Grad School Chin’s AMP Hall 103-ho
Time
April 3, 2014 5PM~7PM
Speaker
Yong Suk Lee
Organizer
KAIST Software Graduate School
Focus
available public data

I.       Message
1.       Common examples of open data
1)      GPS data: street navigation
2)      Transportation data: Seoul Bus iPhone app
2.       Concepts of openness: open everything except 8 categories of information (e.g. corporate private info)
3.       Data providers- data.go.kr (c.f. data.gov, data.gov.uk)
4.       Best practice
1)      Inside Korea- Smart Big Board for national emergency watch, Vitamin MD (MediLatte), SweetTracker (스마트택배), 모두컴퍼니 (모두의 주차장)
2)      Outside of Korea- Zillow (real estate info)
  Date combination=> Zestimate: real estate + GIS info (Maponics)+ population stat info + academic sector info (via GreatSchools)
5.       Data quality effort
1)      For project managers, visit or call
  issues at www.gooddata.kr 1600-2187
  use one-stop service at www.data.go.kr 1566-0025
2)      governmental standardization effort: category (e.g. parking lot-> address, phone number), term (W/C, bathroom-> restroom)
6.       Cases utilizing big data into actions
1)      Google: flu trend-> vaccine
2)      Amazon: purchase suggestion-> more purchasing
3)      Seoul City: night time phone frequency-> night time bus routing
4)      Small and Medium Business Administration: commercial area information system-> locationing businesses in lower rent and selling hot items in local area
7.       Others
1)      Open Data Barometer (ODB): more data needs to be opened in Korea [news: linksource: link]

II.      Takeaway
1.       New cases of big data: MediLatte, 스마트택배, 모두의주차장

Wednesday, March 19, 2014

[personal UX reflection: holistic approach] an enlightening thought about product development at a civil-defense training

story: At a civil-defense training today esp. on fire prevention, a thought came up that designers and engineers need to take a great consideration even in selecting materials for doors knobs because the knobs can become a guiding signal whether the room behind is on fire or not by transmitting heat on the material. By making it with perhaps copper or heat-transferable material, the careful selection of material may save lives for people who are trying to escape in a panic room caused by fire. 

lesson: all people involved with product development (e..g product managers, designers, engineers) need to approach the product's design with a holistic and inclusive perspective to think beyond its directly intended function; though a decision made for a material choice for the product may seem small, the decision can save lives. 

Wednesday, March 12, 2014

[personal UX/UI review] information design for Google Knowledge Panel's "You will get updates on Google Now"


  • feature: Knowledge Panel feature on Google Search product
  • issue: not clear usage of words by "updates"
  • recommendation: if the "updates" is referring to Google+ posts, how about 
  • (1) using "Google Plus post updates" instead of "updates" to send a clear message so that users can not just be assured by where (i.e. Google Now card) the updates will be displayed and what kind of information (i.e. Google+ posts) will be updated
  • (2) removing the line under "Get updates about Kevin Kelly" and somehow put the get updates and "Recent posts" modules together so that information hierarchy is clear to understand
  • (3) inserting a new line between "Recent posts" and Books module because they are two different entity
  • lesson: in UI design, to avoid confusion sometimes it is important to specify what and where users get when they press a clickable link or button

[tool recommendation] cloud-based, annotate-able and share-able screenshot software: Monosnap

 The best screenshot tool ever for your desktop (both PC and Mac), iPhone, and iPad to annotate and share seamlessly. 

The best part is that this tool is FREE even for the usage of its cloud system! 
Because of this tool's user-friendliness, functionality and perhaps most importantly simplicity, I just couldn't close my mouth after install the program on my PC and iPhone and use it. 

Thanks to whoever designed and developed this tool. Highly recommended!

- URL: http://monosnap.com/

[Personal UX/UI review] unnecessary interaction to see iOS's Messages's time stamp



  • app: Messages (iOS's default text message app)
  • issue: the time stamp appears when swiped to the left although the space doesn't change after swiping interaction
  • recommendation: just display the time stamps so users don't even need to swipe to see when each message is sent or received

Friday, February 28, 2014

[conference] Google Developers Summit 2014

Title
Google Developers Summit 2014
Place
COEX Grand Ballroom 104, 105
Time
February 26, 2014 1PM~6:30PM
Speaker
Ryosuke Matsuuchi, Mickey Kim, et al.
Organizer
Google Korea
Focus
Android design guideline, Chromecast API, Google Play utilization

I.       Android design guideline [Chansuk Yang, Developer Relations]
1.       Message
1)      Basic advice
  targetSDK>19 (meaning use the most recent)
  change support package level to support minimum Android OS level
2)      What’s new in KitKat
  Home menu button: use app launcher icon as home menu button
  Visual design: when design, comply with people’s mental model so users don’t need to learn something new
  Two gestures: for zooming in and out, double touch or double touch drag
  Full screen mode: lean back mode (touching the screen in any way will bring navigation and notification bar back into place.), immersive mode (swiping down from the top or up from the bottom will bring notification bar or navigation bar respectively)
3)      Android design pattern
  Action Bar: app icon, view control, action buttons, action overflow
A       Suggestion: Android doesn’t recommend customized Action Bar
  Up and back difference
A       Up: higher category
B       Back: previous page or closing a pop-up window
  App structure
A       Tab: fixed and scrollable tabs; needs to be located at the top of the screen; needs to support swiping
B       Navigation Drawer: system bar needs to stay
  Dialogue and Toast principle
A       Principle
l  How much impact will the action bring to users? E.g. purchase brings a great impact
l  Does it allow users miss-click?
l  Can the result of the action returnable?
l  Sufficient user feedback to users? E.g. Facebook’s like button
B       Example: closing an app-> taking too much time-> consider using Dialogue window
  Notification: utilize expand and contract option
4)      Responsive design
  Need to support tablet
  Use DP (density-independent pixels) (e.g. 200 dp)
  Resource qualifier- provide different size icons

2.       Takeaway
1)      targetSDK>19 (meaning use the most recent)
2)      Home menu button: use app launcher icon as home menu button


II.      Chrome WebView Essentials [Alex Danilo, Developer Advocate]
1.       Message
1)      What does this mean?
  New capabilities:
A       indexedDB: important technology to store data (e.g. games)
B       Web Sockets: push data back and forth client and server
C       requestAnimationFrame: synchronize animation on screen (not wasting time compared to JavaScript)
D       SVG filters and Effecs: e.g. convolution blurs
E       H/W accelerated rendering (e.g. <canvas>)
  Debugging Features: Analyzing web traffic, monetizing
  Hybrid applications: Use native component, interfacing JavaScript to native
  Compatibility mode: Use targetSDK>19
  Multi-threading and thread blocking
  Custom URL Handling: URLs must conform to RFC 3986
  Viewport Changes
  Styling Changes
  Sizes are in CSS pixels instead of screen pixels
2)     Best practices
  Set SDK version to 19: <uses-sdk android:targetSdkVersion=”19”.>
  Enable hardware acceleration: <application android:hardwareAccelerated=”true” ..>
  Enable Debugging: WebView.setWebContentsDebuggingEnabled(true);
3)      The Future: Web RTC (real-time communication; P2P communication; e.g. Google Hangouts is coming

2.       Resources
1)      documentation: http://goog.gl/1gJ8gp, http://goog.gl/Xj2zpK
2)      samples: http://goo.gl/2LfCBS
3)      twitter: @alexanderdanilo; g+ google.com/+alexdanilo


III.     New AdMob- profitability, convenience and control [Siyoung Choi, PBS AdMob Lead]
1.       Message
1)      Best practice
  Why it got popular:
A       YouTube video review (subscription 3 M)
B       Review: ## reviews
C       Community BBS
D       Siyoung’s insight: Low requirement, short game time, free
  Ways to purchase mobile app contents: Freemium, in-app purchase, download
  수익= 매출 - 비용
A       운영서버, 퍼블리싱, 분석도구, 마케팅채널, 보안솔루션, 결제솔루션
B       매출: DL x재방문율x결제율x ARPPU
C       매출 결정 변수: 마케팅x In app 설계x service balance x결제지원수단, 개인별 결제 한도
  모바일 광고: 사용자는 돈을 내지 않고 광고주가 대신 지불+손쉬운 적용, 안정적 수익, 적은 투자
2)      AdMob 특장점
  Reach and scale: Google Play global target, localization languages
  Innovative ads: 전면 동영상 등 creative
  High fill-rate: traffic이 수익화에 적용
3)      광고 수익의 규모는
  계산: 10M user, 노출율 90%, CPC 100 KRW, xxx -> 9M KRW
4)      New AdMob
  편의성: 빨라진 지급주기, 앱 개발자에게 최적화 된 UI (수익화/홍보 지원), 앱 업데이트 없이 mediation, house ad 적용
  수익성: 전환최적화 기능 (자동으로 단가 최적화), 수익 극대화 (mediation 활용- Optimize AdMob Network)
  컨트롤: 세분화된 필터링 (140여개 예. 경쟁사 광고 제외), 광고 심사 센터
5)      광고 수익화를 위한 적용 Tip  
  Refresh rate: 30~60 seconds
  광고와 컨텐츠의 경계
  Smart banner 사용: portrait <-> landscape
  전면광고: 사용자 별로 노출횟수 조절, 사용자가 즐거울 때, user flow 끊기는 지점, 호출과 노출분리, 최신 SDK 사용, Google Analytics 사용

2.       Takeaway
1)      Request to convert to New AdMob at Bit.ly/newadmob
2)      광고 수익화를 위한 적용 Tip
  Refresh rate: 30~60 seconds
  광고와 컨텐츠의 경계할 것
  Smart banner 사용: portrait <-> landscape
  전면광고: 사용자 별로 노출횟수 조절, 사용자가 즐거울 때, user flow 끊기는 지점, 호출과 노출분리, 최신 SDK 사용, Google Analytics 사용


IV.    Chromecast [Mickey Kim, Head of Asia Pacific, Chromecast]
1.       Message
1)      Lesson Google learned
  need setup experience to be easy
  need nothing new to learn
  need to support cross platforms and devices
  need to support second screen (smartphone, tablet, laptop)- because 77% of the time while watching a TV, second screen has been used; the bigger the screen, the more YouTube people watch
2)      setup process: plug in-> connect to Wi-Fi-> cast (bringing optimized resolution depending on screen size)
3)      benefit
  video and audio cast to TV
  Chrome web browser tab mirroring

2.       Takeaway
1)      Just add code from Cast SDK at developer.google.com/chromecast into your smartphone, tablet and website
2)      Review the Cast UX requirements and integrate


V.      Google Cast SDK Overview [Chansuk Yang, Developer Relations]
1.       Message
1)      Download SDK at developer.google.com/cast
2)      Google Cast 구성요소
  Sender Application:
  Receiver Application:
  Cast Device
  Streamiing media server
3)      Check out
  User Experience with Google Cast at https://developers.google.com/ast/docs/ux_guidelines
  Google Cast Design Checklist:
4)      Google Cast SDK 구성요소
  Sender SDK- Android (google Play Service), iOS (SDK), Chrome (JavaScript)
  Receiver SDK- Receiver Library & Media Player Library (JavaScript)
  Cast Developer Console
5)      시작하기
  Google Cast Developer Console 계정 등록- $5 onetime fee, receiver app/device registration and management
  Receiver app 등록: Ap ID 발급
  Cast Device 등록 (unlock)- 개발, 디버깅, 테스팅을 위해
6)      Sender Application: cast device 검색, receiver app 실행, 보안 채널 연결, UI control, media message sending, custom message sending
7)      Receiver application: 단순 웹 어플리케이션, 컨텐츠를 표시하기 위한 인터페이스 제공, 미디어 컨텐츠를 컨트롤 하기 위한 메시지 수신 및 처리, 앱에 특화된 사용자 정의 메시지 수신
8)      Receiver application 종류: default receiver, styled receiver (CSS 만 등록), custom receiver,
9)      Supported media: most open format
10)    Google Cast Sample apps: github.com/googlecast
11)    Stack Overflow: #google-cast

2.       Takeaway
1)      Include Chrome Cast in your app