緯度・経度から住所を取得したい (Google Maps API)

Google Mapsの”逆ジオコーディング”ページにサンプルコード付きの解説があった。 住所→緯度・経度:ジオコーディング 緯度・経度→住所:逆ジオコーディング のよう。 google.maps … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

User Agentの確認

Google Maps APIのデベロッパーガイド:携帯端末(iPhone や Android 端末)向けの開発に、DOMのnavigator.userAgentプロパティを見てどういう端末か判定していた。 確認ページ: … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

Google Maps API 続き

Google Maps APIのHello world的なチュートリアルを以前やったので、今回はデベロッパーガイドを読みながらお試し。 Geolocation API(navigator.geolocation.getC … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

Geolocation API (JavaScript)

Geolocation APIをお試し。 ブラウザがGeolocation APIに対応しているか:geolocation_api_check.html getCurrentPositionで緯度・経度を取得:geolo … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

Google Maps API

書籍:公開API活用ガイドの第9章にあるGoogle Maps APIをお試し。 確認:hello_googlemapsapi.html 参考サイト Google Maps JavaScript API V3 チュートリ … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

はじめてのLESS

Twitter Bootstrapでは、デバイスによってページのデザインを変えられるようなので、Bootstrap, from Twitterを読んでみたけど、やり方がよくわからない。。.lessファイルをコンパイルして … Continue reading

Posted in 未分類 | Tagged , , | Leave a comment

Twitter Bootstrap

そもそもCSSがわかってないので、Twitter Bootstrapをダウンロードし、サンプルサイトのソースもあわせて読んでみて、わからない箇所を列挙した。 HTML classとidとnameの違いは?->同一ペ … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

フォームにうっすらとヒントを表示する

フォームにうっすらとヒントを表示させたく、調べると、jQueryプラグインを使ったやり方が紹介されていたので使ってみた。 確認ページ:hello_jquery_formtips.html 参考サイト フォーム要素にうっす … Continue reading

Posted in 未分類 | Tagged , | Leave a comment

YouTube 再生リストの表示

YouTubeで、特定名称の再生リストにある動画の一覧を表示したく、リファレンス ガイド: Data API プロトコル – YouTube の API とツール – Google Codeを読ん … Continue reading

Posted in 未分類 | Tagged , , | Leave a comment

WordPressプラグインX個

追加でWordPressプラグインをインストールした。 プラグイン 内容 Google Analytics アクセス解析 SyntaxHighlighter Evolved ソースコードを色付けして見やすくしてくれる。[ … Continue reading

Posted in 未分類 | Tagged | Leave a comment