Here i share a api for get city and state from postcode. http://maps.googleapis.com/maps/api/geocode/json?address=12345®ion=my Change 12345 with your postcode you want to search. The result as below : { “exclude_from_slo” : true, “results” : [ { “address_components” : [ { “long_name” : “40450”, “short_name” : “40450”, “types” : [ “postal_code” ] }, { “long_name” : “Shah …
Year: 2015
How To Refresh Coldfusion Bind Select
The above drop down list using cfselect bind to show data. We want user click the button to add some item to the dropdown list. When the user click the button the modal as below is showed : How to do when user click add, the new item has be entered before listing in drop …
Laragon: easily turn your computer into a powerful server
Your time is precious. Let’s Laragon detect any changes in Document Root and auto create virutal hosts for you. No more tedious times editing hosts file and add records to virtual host configuration.
BuiltWith Technology Lookup
Apabila kita singgah di sesuatu website, kita akan tertarik kepada UI atau flow of the system. Jadi persoalan yang pertama kita akan muncul di kepala kita, “Dia develop guna apa?”. Kita akan berusahalah view source untuk melihat metadata kalau-kalau ada mention nama framework. Andai kata tiada, kita akan mula godek-godek menggunakan url atau link yang …
Bootstrap with JQuery Validatation
If you have a problem using JQuery validation with .form-group bootstrap as below :