Theory and Practice
About Archives Categories Tags Authors 中文 ไทย
  1. Tags
  2. Web application

Communication Between Chrome Extension and Local Application

March 30, 2018

Use local web server to achieve communication between Chrome extension and local program.

 read more »

Progressive Web App (PWA) For My Static Website

March 11, 2018

Make my static website become like a mobile app via Progressive Web App (PWA).

 read more »

[Golang/GopherJS] Chrome Extension for Chinese Conversion

April 30, 2017

Build Chrome Extension with Go, compiled to JavaScript via GopherJS. This post show you how to build Chrome extension that convert the web page of Simplified Chinese website to Traditional Chinese.

 read more »

Embed Data in Front-end Go Code

April 08, 2017

Embed data/assets/resources/binary in Go code, and compiled by GopherJS to a single JavaScript file which runs on the front-end browser.

 read more »

GitHub Pages Symbolic Link Caveat

March 30, 2017

GitHub Pages set Content-Type according to the name of symlink, not the file name that the symlink references to.

 read more »

Online Conversion of Traditional and Simplified Chinese in Go/GopherJS

February 20, 2017

Go front-end programming - online service for conversion of Traditional and Simplified Chinese via GopherJS/godom/gojianfan.

 read more »

[Vue.js] Input Suggest Dropdown Menu

February 04, 2017

Provide input suggest feature via Vue.js. Usually used in dictionary application.

 read more »

[AngularJS] Input Suggest Dropdown Menu

January 27, 2017

Provide input suggest feature via AngularJS. Usually used in dictionary application.

 read more »

[JavaScript] HTML Web History API Example

January 04, 2017

Change browser URL without reloading web pages - Example for how to use HTML history API.

 read more »

[Golang] Server Get Form POST Value

March 27, 2016

Server get HTML form value from HTTP POST in Go programming language.

 read more »

[Golang] gettext Function on Frontend (Browser) by GopherJS

January 28, 2016

Implement gettext function on front-end (browsers) by GopherJS. The gettext function translates a text string into the user's native language.

 read more »

[Golang] JSONP Example (CORS) by GopherJS

January 23, 2016

Run Golang program in your browser by GopherJS. Show how to make cross-domain requests (CORS) by JSONP (JSON with Padding) technique, which allows data to be retrieved from servers of other domains. This is an example of full-stack Go, which uses Golang to develop web applications in both front-end and backend.

 read more »

[Golang] XMLHttpRequest (XHR) HTTP POST JSON Data by GopherJS

January 21, 2016

Run Golang program in your browser by GopherJS. Use XMLHttpRequest (XHR) to send HTTP POST requests to send JSON data to remote server. This is an example of full-stack Go, which uses Golang to develop web applications in both front-end and backend.

 read more »

xgettext Extract Translatable Strings From Golang html/template

January 19, 2016

Use xgettext (one of GNU gettext utilities) to extract translatable strings from HTML templates of Go html/template.

 read more »

i18n Golang Web Application by gettext and html/template

January 19, 2016

i18n (Internationalization) Go web applications by GNU gettext tools and html/template. Use PO and MO files generated by gettext in Golang web application to render HTML of specific languages by html/template.

 read more »

i18n Python Web Application by gettext and Jinja2

January 17, 2016

i18n (Internationalization) Python web applications by GNU gettext tools and Jinja2. Use PO and MO files generated by gettext in Python web application to render HTML of specific languages by Jinja2 template engine.

 read more »

[Golang] Online Snake Game by GopherJS

January 13, 2016

Online snake game using Go programming language, compiled to JavaScript by GopherJS. (GopherJS DOM example)

 read more »

[Golang] Online Input Method (Pāli) by GopherJS

January 12, 2016

Online Pali (Pāli, Pāḷi) Input Method using Go programming language, compiled to JavaScript by GopherJS. (GopherJS DOM example)

 read more »

Internationalization (i18n) of Web Application by GNU gettext Tools

January 07, 2016

Support multiple languages in your (web) applications, by GNU gettext tools, which include xgettext, msginit, msgmerge, and msgfmt.

 read more »

Internationalization and Localization of Google App Engine Python Webapp Using webapp2 and Jinja2

April 12, 2015

i18n and L10n of Google App Engine Python web application, with webapp2, Jinja2, Babel, and pytz.

 read more »

[Webapp] Dart HTTP POST JSON Data to Go Server

February 15, 2015

Show how to pass JSON-format data using HTTP POST between browser (implemented with Dart) and web server (implemented with Go).

 read more »

AJAX Form POST Request to Google App Engine Python

July 24, 2012 (Updated: March 02, 2015)

Send/receive data to/from Google App Engine Python servers by HTTP POST requests in AJAX way.

 read more »

Google Closure Library Editor with Equation Editor Dialog

July 08, 2012 (Updated: April 06, 2015)

Rich text editor with math equation dialog using Google Closure Library.

 read more »

Google App Engine Datastore Example : Dictionary Application

June 07, 2012 (Updated: April 07, 2015)

Simple usage example of Google App Engine Python Datastore.

 read more »
Powered by Github Pages, Pelican, pyScss.