วันศุกร์ที่ 16 ตุลาคม พ.ศ. 2558

วิธีทำสอบ App ที่พัฒนาด้วย cordova

1. เข้าสู่ command line ด้วยคำสั่ง cmd
2. สั่งให้ cordova ให้จำลองเครื่องเป็น localhost server ด้วยคำสั่ง cordova serve
3. เมื่อเราแก้ไขไฟล์ index.html ก่อนจะทำสอบให้ใช้คำสั่ง cordova prepare เพื่อ copy ไพล์ HTML,CSS,JS ไปยัง ptatform/.../www

การติดตั้ง Cordova/PhoneGap และ Android Studio บน Windows

  1. Download JDK- Java SE Development Kit - Windows x64 - (latest edition) and Install using default options
    1. Add a system variable JAVA_HOME and point it to the directory containing the contents of the JDK (example C:\Program Files\Java\jdk1.7.0_51)
    2. Add ;%JAVA_HOME%\bin; to the Path system variable.
    3. If you have a Proxy Server, note proxy server settings and:
      1. Start --> Type Java Control Panel
      2. General Tab --> Click Network Settings...
      3. Choose the appropriate settings, "use browser settings" may work for you.
    4. Validate Java Install:
      1. From a command prompt enter the following
        java -version
      2. You should see something like :
        java version "1.7.0_51"

วันอาทิตย์ที่ 4 ตุลาคม พ.ศ. 2558

ทำเว็บอย่างไร?? ให้เป็นมิตรกับ facebook

1. อย่าลืมใส่ Open Graph tags  ด้านล่างนี้

Title
<meta property="og:title" content="Workday Sets Price Range for I.P.O." />
Site name
<meta property="og:site_name" content="My Favorite News"/>
URL
<meta property="og:url" content="http://www.myfavnews.com/2013/1/1/workday-price-range" />
Description
<meta property="og:description" content="Workday, a provider of cloud-based
applications for human resources, said on Monday that it would seek to price
its initial public offering at $21 to $24 a share.  At the midpoint of that
range, the offering would value the company at $3.6 billion. Like many other
technology start-ups, Workday, founded in 2005, will have a dual-class share
structure, with each Class B share having 10 votes. Its co-chief executives,
David Duffield, the founder of PeopleSoft, and Aneel Bhusri, who was chief
strategist at PeopleSoft, will have 67 percent of the voting rights after
the I.P.O., according to the prospectus." />
Facebook App ID
<meta property="fb:app_id" content="[FB_APP_ID]" />
Object Type
<meta property="og:type" content="article" />
Localization
<meta property="og:locale" content="th_TH">
Author and Publisher
<meta property="article:author" content="https://www.facebook.com/fareedzakaria" />
<meta property="article:publisher" content="https://www.facebook.com/cnn" />


2.ขนาดรูป  1200 x 630 px   หรืออย่างต่ำสุด 600 x 315 px


ที่มา
https://developers.facebook.com/docs/sharing/best-practices#images
https://developers.facebook.com/docs/sharing/webmasters