Many people ask me they don’t want to want to use CFML language but don’t want to buy a license for Adobe Coldfusion, is there any free software (open source) they can use? The answer is YES. Here a list of alternative for Adobe Coldfusion and it’s free : OpenBD Railo Lucee And here i …
Google API for Malaysia Postcode
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 …
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 :
How to install Microsoft’s SQL Server Driver for PHP
There are many questions on Microsoft’s SQL Server driver for PHP forum from people that cannot work out how to install the PHP driver. There is a page on the PHP site with help on choosing the right extension build: http://php.net/manual/en/install.pecl.windows.php, and general help is here: http://php.net/manual/en/install.windows.extensions.php.
Tips : Fast Loading Webpage (Javascript)
Baiklah, ingat lagi entri sebelum ini bertajuk Tips : Fast Loading Webpage (Image). Kali ini saya akan menyentuh mengenai javascript. Dalam pembinaan sesuatu web base sistem, penggunaan javascript memang tidak boleh dielakkan. Ia banyak digunakan untuk client side validation.
Tips : Fast Loading Webpage (Image)
Menurut kajian, 40% punca utama sesuatu sistem itu slow adalah dari applikasi system itu sendiri, 30% dari network, 20% dari database dan selebihnya dari server architecture itu sendiri. Jadi disini saya akan berikan sedikit tips untuk best practice untuk meningkatkan performance webpage kita. Untuk kali ini saya akan menceritakan mengenai image. Sebab image antara punca …
MS SQL : Auto Generated Char+Number ID
Bagaimana membuat table column menjana ID seperti ABC001, ABC002, … dan seterusnya.