The source code of this post is in the javascript space page
I will add a link and arrange top page soon.
こちらの投稿で紹介したコードは javascript spaceのページにあります。
トップページを整理してリンクを追加する予定です。
tt climbers on html
I have modified a little the script introduced in this post
to display the output on html document (..not working on IE or Edge).
I will add it to the javascript space soon.
こちらの投稿のスクリプトをHTMLで表示出来るように
少し手を加えました。(IE や Edge ではみられません、、)
そのうち javascript 用のサイトに追加します。
to display the output on html document (..not working on IE or Edge).
I will add it to the javascript space soon.
こちらの投稿のスクリプトをHTMLで表示出来るように
少し手を加えました。(IE や Edge ではみられません、、)
そのうち javascript 用のサイトに追加します。
September 2017 cycling post
About Rokuyo dice 2
The 'Rokuyo' of each date is registered in the app,
however, it can be overridden by data posted in a post of this blog.
This is the code used to get the data from the blog.
-------------------------------------------------------------------------------------------
//Create an HTTP client object
Windows.Web.Http.HttpClient httpClient = new Windows.Web.Http.HttpClient();
Uri requestUri = new Uri("http://blog.downhillsoft.com/2017/08/sxdd.html");
Windows.Web.Http.HttpResponseMessage httpResponse = new Windows.Web.Http.HttpResponseMessage();
string httpResponseBody = "";
//Send the GET request
httpResponse = await httpClient.GetAsync(requestUri);
httpResponse.EnsureSuccessStatusCode();
httpResponseBody = await httpResponse.Content.ReadAsStringAsync();
-------------------------------------------------------------------------------------------
各日の六曜はアプリ内で登録してますが、 このブログにある投稿に日付データがあれば上書きされます 上はブログからデータを読むコードです。
-------------------------------------------------------------------------------------------
//Create an HTTP client object
Windows.Web.Http.HttpClient httpClient = new Windows.Web.Http.HttpClient();
Uri requestUri = new Uri("http://blog.downhillsoft.com/2017/08/sxdd.html");
Windows.Web.Http.HttpResponseMessage httpResponse = new Windows.Web.Http.HttpResponseMessage();
string httpResponseBody = "";
//Send the GET request
httpResponse = await httpClient.GetAsync(requestUri);
httpResponse.EnsureSuccessStatusCode();
httpResponseBody = await httpResponse.Content.ReadAsStringAsync();
-------------------------------------------------------------------------------------------
各日の六曜はアプリ内で登録してますが、 このブログにある投稿に日付データがあれば上書きされます 上はブログからデータを読むコードです。
Latests todos
I have updated the to do list with the followings:
Finish development of Ovi web app
Create site as repository of javascript experiments, etc.
Update Ovi (UWP version) with new functionalities
Add offline capabilities to GRMX
下記の項目でto do list を更新しました:
Oviのウェブアプリの完成
javascriptの実験等を掲載するサイトの作成
Ovi(UWPバージョン)のアップグレード
GRMXをオフラインで使うための機能の追加
Finish development of Ovi web app
Create site as repository of javascript experiments, etc.
Update Ovi (UWP version) with new functionalities
Add offline capabilities to GRMX
下記の項目でto do list を更新しました:
Oviのウェブアプリの完成
javascriptの実験等を掲載するサイトの作成
Ovi(UWPバージョン)のアップグレード
GRMXをオフラインで使うための機能の追加
September 2017 app acquisitions
About Ovi web app 4
I have updated the web app version of Ovi, so far it works well only on some touch devices. This is a link to it.
Oviのウェブアプリバージョンを更新しました。今のところいくつかのタッチデバイス端末のみ対応です。 こちらから開けます
Made with White black beard board
Oviのウェブアプリバージョンを更新しました。今のところいくつかのタッチデバイス端末のみ対応です。 こちらから開けます