This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1.Install Extension :: https://chrome.google.com/webstore/detail/google-dictionary-by-goog/mgijmajocgfcbeboacabfgobmjgjcoja | |
2.Open :: C:\Users\[ชื่อ username หรือ account]\AppData\Local\Google\Chrome\User Data\Default\Extensions\mgijmajocgfcbeboacabfgobmjgjcoja\4.0.2_0+ | |
-2.1.Open file :: options.html | |
-2.2.Add <option value="th">Thai</option> | |
-2.3.Save and Restart Chrome | |
3.Open Chrome | |
-3.1.Click icon Dictionary | |
-3.2.Click Extension Options link | |
-3.3.Select Thai from Dropdown list | |
-3.4.Save |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Front-End Framework | |
G.AngularJS http://mobileangularui.com/ | |
1.Bootstrap | |
2.Flat UI | |
3.http://bootswatch.com/flatly/ | |
4.Bootflat | |
5.http://www.getuikit.com/ | |
6.http://exacttarget.github.io/fuelux/ | |
http://theultralinx.com/2014/06/15-free-bootstrap-3-templates-ui-kits.html?utm_source=feedburner&utm_medium=feed&utm_campaign=Feed%3A+Ultralinx+%28UltraLinx%29&utm_content=FaceBook | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.yiiframework.com/doc/guide/1.1/en/database.dao | |
http://www.yiiframework.com/wiki/192/config-use-ms-sql-server-2005-2008/ | |
http://robsphp.blogspot.com/2012/09/how-to-install-microsofts-sql-server.html | |
http://www.php.net/manual/en/book.mssql.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import db mysql [windows] | |
c:\> mysql -u root -p db < sql.sql | |
Enter Password : **** | |
export db mysql [linux] | |
# mysqldump -u root -p dbname > sql.sql | |
Enter Password : **** | |
ref : http://www.linuxcommand.org/man_pages/mysqldump1.html |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1) Ctrl + Shift + P -> Install Pakage -> SublimeLinter JavaC | |
2) View -> Syntax | |
3) Ctrl + Shift + P -> ssjava = set syntax java | |
Java Run and Compile | |
1) Install sublime text 2 here. | |
2) Install the JDK (Java Developers Kit) from here. | |
3) After the JDK has been installed, locate the bin folder path in the JDK install directory. Mine is”C:\Program Files\Java\jdk1.6.0\bin\”. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.mkyong.com/java/apache-httpclient-examples/ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Spring MVC Framework JAVA ** !!! | |
http://spring.io/docs | |
http://www.scribd.com/doc/6925119/springmvcstepbystep | |
http://www.choopong.com/blog/2007/05/29/thai-language-spring-framework-problem/ | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ref: http://fontpro.com/lato-font-16145 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Laravel Create App | |
C:\xampp\htdocs>php composer.phar create-project laravel/laravel c:\xampp\htdocs\laravel-test |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
http://www.youtube.com/watch?v=LV94TTJBx3c |