70% of all security breaches are due to an organization’s own staff. Register for this webinar and find out how not to become a statistic. Security is increasingly becoming a significant challenge, regarding how ensuring unstructured and semi-structured content is protected, and also the security rights of the individuals within the organization that need to be given or denied rights to organizational assets.
This Concept Searching webinar will focus on all aspects of security in a SharePoint environment, using native SharePoint tools, conceptClassifier for SharePoint, or integrated with your security application. conceptClassifier for SharePoint and conceptClassifier for Office 365 deliver semantic metadata generation, auto-classification, and taxonomy tools integrated natively with the SharePoint Term Store.
How does it work with privacy and confidential content? The products identify unknown security or confidential exposures in real-time from diverse repositories. Identification of not only standard descriptors but also organizationally defined vocabulary can also be identified. Once identified they are routed to a repository and removed from unauthorized access and portability.
HRカンファレンス2014春で使用した「考えても答えが出ない『体験型研修の効果測定』に考える補助線を引いてみよう」の講演資料です。ゲームを活用した研修に代表される体験型研修の効果測定を扱っています。HRカンファレンスは日本最大級のHRイベントです。登壇者はカレイドソリューションズ株式会社代表取締役開発者の高橋興史です。
Performed by Koji Takahashi (CEO of Kaleidosolutions.inc) / A file for one of the biggest HR event "HR conference 2014". This file is about evaluation of corporate training, esp. gaming simulation.
新人研修でAgileの考え方を取り入れてみました。その結果をまとめた資料になります。
This presentation is freshman's training report in this year.
We adopted 'Agile' and we got very good result.
新人研修でAgileの考え方を取り入れてみました。その結果をまとめた資料になります。
This presentation is freshman's training report in this year.
We adopted 'Agile' and we got very good result.
1. Copyright ? Century Four All right reserved. 1
エクセルマップ(Google Maps API3.0対応)
GoogleMaps API 2.0の廃止に伴い、新バージョンのGoogleMaps API3.0に対応させました
エクセルに入力した住所から、GoogleMapsに吹き出しを表示させるシステムです
■開発言語
?Excel VBA
?JavaScript
■マークアップ言語
?XHTML 1.0 Strict
?CSS2.0
■API
?GoogleMaps JavaScript
API Ver3.0
■対応ブラウザ
?Internet Explorer6.7.8.9
?Firefox
?Google Chrome
2. Copyright ? Century Four All right reserved. 2
吹き出しに表示させたい『文字』と、吹き出しに表示したい『住所』を入力してください。
●手順1
?吹き出しに表示させたい『文字』を入力
?吹き出しに表示させたい『住所』を入力
地図作成方法
3. Copyright ? Century Four All right reserved. 3
「座標取得」が取得されてきます。しばらく時間が掛かります。
「座標取得」が自動的に取得されていきます。
●手順2
「座標取得」ボタンをクリックすると、
住所から座標を取得します。
地図作成方法
4. Copyright ? Century Four All right reserved. 4
拡大
「ブロックされているコンテンツを許可」をクリック
地図を見る場合は、ココをクリック
地図作成方法
5. Copyright ? Century Four All right reserved. 5
GoogleMapsが起動し、入力した住所に吹き出しに表示されます。
入力した住所に、
「物件名」のテキストをいれた、
吹き出しが表示されるようになります。
「住所」を入力すると、
入力した住所に地図が移動します。
ストリートビューも可能!
地図作成方法
9. Copyright ? Century Four All right reserved. 9
コード解説(Excel VBA編)
Excel VBA
VBAは、コールバック処理ができない?
恰好悪いけど、Sleepで連打送信を制限
他にも綺麗な書き方ある!
美を追求し過ぎない主義!(言い訳)
500ms 一時停止させる
10. Copyright ? Century Four All right reserved. 10
コード解説(Excel VBA編)
やっとこさ、経度と緯度が取得できた
XMLファイルを操作するので、
Microsoft XML V6.0 を有効に!
住所を「UTF-8」に変換する
Excel VBA
11. Copyright ? Century Four All right reserved. 11
コード解説(Excel VBA編)
文字コードを変換する関数
SJIS-WIN ?UTF-8
汎用性が効く関数です。
Excel VBA
オブジェクトの解放を忘れずに
12. Copyright ? Century Four All right reserved. 12
コード解説(Excel VBA編)
Excel VBA
「, 」を入れないとIEでは起動できない。。。
件数分ループさせて、
JavaScriptに読み込ませる用のデータを作る
13. Copyright ? Century Four All right reserved. 13
コード解説(Excel VBA編)
Excel VBA
Internet Explorer を起動させる
相対パス指定
14. Copyright ? Century Four All right reserved. 14
コード解説(Excel VBA編)
Excel VBA
GoogleMaps API V3.0に対応する吹き出しライブラリ
https://code.google.com/p/google-maps-utility-library-v3/
コイツを動かすには、文字コード「UTF-8」にしないといけない
かなり嵌まってしまった。。。
Excel VBA で、ファイルの文字コード変換作成ができる!
オブジェクトの解放を忘れずに