Note: This blog was created mostly using ChatGPT. Blog image was created using DALL-E It usually takes about 2続きを読む “Full-Width Katakana Check Using Javascript”
カテゴリーアーカイブ: 未分類
Kanji Character Validation in Javascript
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.
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.
Salesforce/LWC datatableへナビゲーション項目を表示する
lwcコンポーネント内で、datatableにナビゲーション項目を配置したいことはよくあると思います。ナビゲーションURLを生成するために、NavigationMixinが標準で用意されていますので、それを使います。 こ続きを読む “Salesforce/LWC datatableへナビゲーション項目を表示する”
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 using 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を発表しました