วันเสาร์ที่ 9 กรกฎาคม พ.ศ. 2559

How to Download Composer for using Slim (a micro framework for PHP)

How to Download Composer for using Slim (a micro framework for PHP)

Step 1 : Download and run Composer-Setup.exe Step 2 : Open Command Prompt on Windows and Run Script -Download the installer to the current directory php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" -Verify the installer SHA-384 which ...

Read More

วันพุธที่ 29 มิถุนายน พ.ศ. 2559

How to install and configure AngularJS Web Project in Eclipse

How to install and configure AngularJS Web Project in Eclipse

ขั้นที่ 1 : ให้ไปที่ Menu Help > Install New Software ขั้นที่ 2 : ให้ Add Repository เพื่อลง Package Name : AngularJS Location : http://oss.opensagres.fr/angularjs-eclipse/1.2.0/ ขั้นที่ 3 : ให้เลือก Select All เพื่อเลือก Package ทั้งหมด ขั้นที่ 4 : ...

Read More

วันอังคารที่ 28 มิถุนายน พ.ศ. 2559

How to install Package in Sublime Text 3 to build AngularJS 2 Web Project

วันจันทร์ที่ 27 มิถุนายน พ.ศ. 2559

How to Clone AngularJS 2 Web Project from github with NPM Command and Git Bash

How to Clone AngularJS 2 Web Project from github with NPM Command and Git Bash

สวัสดีครับ วันนี้ท๊อปจะมานำเสนอวิธีการทดสอบ Web Application ที่ถูกพัฒนาด้วย AngularJS 2 ซึ่ง ณ.ปัจจุบันนี้ ก็เป็นที่นิยมอย่างมากในหมู่นักพัฒนา Web Application สิ่งที่เราจะต้องมี คือ... 1. NodeJS เพื่อการลอง Package ด้วย cmd 2. github 3. Typescript Library 4. Json Package วันนี้ท๊อปจะยกตัวอย่าง ...

Read More