The simplest way I’ve found to restrict the entry of characters to only allow entry of valid Shift-JIS characters is just to check each character in the input field and throw an error on the entry of an invalid character.
投稿者アーカイブ:Kent Horng
Meta Horizon Workrooms
This week Enrapt had its first online meeting in the Metaverse.
Hands on with Meta Quest 2
We issued Meta Quest 2 – VR headsets to our employees this month to start investigating how enterprises can leverage the Metaverse.
Insurance Recommendation Engine using Amazon Personalize
How to use Amazon Personalize for the purpose fo creating an insurance recommendation engine.
Using AWS Textract / Azure Computer Vision for Insurance OCR
Using AWS Textract and Azure Computer Vision for the purpose of OCR (Optical Character Recognition).
次世代のクライアントサイドフレームワーク Aurelia
2ヶ月前のブログエントリーで Aurelia という次世代のクライアントサイドフレームワークについて書きましたが、Aureliaの開発が更に進んでいて、私たちもそれに追随してサンプルアプリケーションの Typescript のバージョンを更新しました。
Full-width to Half-width Katakana Conversion in Javascript
Since the byte characters and lengths are different for full-width and half-width versions of katakana, most Japanese web applications resolve this issue by auto-converting full-width katakana characters into half-width katakana characters.
次世代のクライアントサイドフレームワーク Aurelia のご紹介
弊社がエンタープライズ向けのプロジェクトで利用したDurandalフレームワークの作者 Rob Eisenberg さんがこの間次世代のクライアントサイドフレームワークAurliaを発表しました
TypeScriptとthisのおさらい
TypeScriptにおけるthisについておさらいします。
[Java] Bean validation 1.1(JSR303, JSR349)の拡張
Javaでオブジェクトをバリデーションする仕様にBean validationがあります。