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

[Makefile] Online Concatenate and Compress JavaScript Files

December 26, 2016

Concatenate and minify JavaScript files via Makefile, curl, and online Google Closure Compiler.

 read more »

[Bash] Online Concatenate and Compress JavaScript Files

December 25, 2016

Concatenate and minify JavaScript files via Bash script, curl, and online Google Closure Compiler.

 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] Online Concatenate and Compress JavaScript Files

March 07, 2016

Concatenate and compress JavaScript files via Go programming language and online Google Closure Compiler.

 read more »

[Python] Online Concatenate and Compress JavaScript Files

February 26, 2016

Online concatenate and compress JavaScript files via Python script.

 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 »

[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 »

[JavaScipt] Cross-Browser HTTP POST Request

October 05, 2012 (Updated: March 02, 2015)

JavaScript cross-browser HTTP POST request

 read more »

JavaScript Cross-Browser Cross-Domain XMLHttpRequest (XDomainRequest in IE)

September 25, 2012 (Updated: March 20, 2017)

Cross-domain AJAX requests

 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 »

HTTP POST (multipart/form-data) on Android

May 24, 2012

Upload a file to the server in your Android app.

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