Archive

Archive for the ‘ETC’ Category

UX Designer VS UI Designer

May 7, 2014 Leave a comment
UX-Inforgraphic

UX Designer VS UI Designer

Categories: ETC

Firefox multi profile setting

December 30, 2012 Leave a comment

เป็นวิธีการเปิด Firefox หลายหน้าต่างโดยข้อมูลไม่ชนกัน และมีการแยกข้อมูลกันชัดเจน

ซึ่งถ้าเราสร้าง Profile ใหม่เพิ่มขึ้นมา ข้อมูล Add-on ประวัติการเข้าเว็บ คุ๊กกี้ ฯลฯ จะแยกออกเป็นอิสระจากกันทั้งหมด

วิธีทำ

1. ให้สร้าง Shortcut Firefox แล้วคลิกขวาที่ไอคอน เลือก Properties

2. คลิกที่แถบ Shortcut

3. ในช่อง Target ให้เคาะ Space Bar แล้วเพิ่มข้อความนี้ลงไปต่อท้าย -no-remote -P

ตัวอย่าง

“C:\Program Files (x86)\Mozilla Firefox\firefox.exe” -no-remote -P

หลังจาก กด OK เพื่อ Save ค่า ให้เปิดโดยดับเบิ้ลคลิก Icon ที่สร้างไว้ จะมีหน้าต่างเลือก Profile ขึ้นมา

อย่าลืมติ๊กเครื่องหมายถูก หน้า Don’t ask at start up ออกด้วยล่ะ

ให้เราทำการ Create Profile ใหม่ เท่านี้เราก็จะใช้ Firefox แบบแยก Profile ในเครื่องเดียวได้แล้ว

Categories: ETC

ปัญหา facebook share แบบ iframe

October 25, 2012 Leave a comment

เมื่อสั่งให้ขึ้น share หลังจากทำรายการส่งขึ้นมูลเข้าเว็บ ในรูปแบบส่งมาหน้าถัดไปแล้วขึ้น dialog share เลย ถ้าเกิดเจอปัญหา session key expire ให้ลองทำตามนี้

1. เช็ค token ว่าถูกต้องหรือไม่ มีหรือไม่ ในขั้นตอนการแสดงผล share แบบ iframe ต้องมี token ใน function ของ js ที่ใช้ด้วย

2. ใส่ set timeout ให้ function ที่ใช้ share ปัญหานี้เจอมากับตัว ใช้ document ready ก็ยังมีปัญหา ให้สั่ง Delay แทนไปเลยซัก 1-2 วินาที

3. อย่าลืม ไฟล์ js หลักของ facebook และ div root ของ facebook

ตัวอย่างเต็ม
<script type="text/javascript">
  FB.init({appId: "xxxxxxxxxxx", status: true, cookie: true, xfbml  : true});
  function postToFeed() {
    var obj = {
      method: 'feed',
      display: 'iframe',
      link: 'ลิ้งค์แชร์',
      picture: 'ลิ้งค์รูป',
      name: 'ชื่อแชร์',
      caption: 'ข้อความย่อแชร์',
      description: 'ข้อความ',
      app_id: "xxxxxxxxxxx", 
      access_token: "token ของสมาชิกนั้นๆ" 
    }; 
      function callback(response) { 
         document.getElementById('msg').innerHTML = "Post ID: " + response['post_id']; 
      } 
      FB.ui(obj, callback); 
     } 
     setTimeout(function() { postToFeed(); }, 1000); 
</script>
Categories: ETC

วิธีแก้ Netbean 7.1 – 7.1.2 FTP Remote ไม่ได้

July 4, 2012 Leave a comment

สำหรับ JAVA 7 จะมีปัญหาเกี่ยวกับการ Remote file ไป FTP วิธีแก้ ให้เปิด CMD ขึ้นมา แล้วพิมพ์คำสั่งด้านล่าง

1.
netsh advfirewall firewall add rule name=”FTP Service” action=allow service=ftpsvc protocol=TCP dir=in

2.
netsh advfirewall set global StatefulFTP disable

จบข่าว ง่ายๆ แบบนี้เลย

Categories: ETC Tags: , ,

Forcing 3G only mode – CyanogenMod 7

January 25, 2012 Leave a comment
  1. เปิดหน้าจอโทรออกขึ้นมา แล้วกดรหัสตามนี้ *#*#4636#*#*
  2. เลือก Phone information
  3. เลื่อนมาด้านล่าง เลือก WCDMA only

ตรงกล่องข้อความชนิดเครือข่ายอาจต่างไปตามรุ่นมือถือ 3G = WCDMA

Categories: ETC Tags: ,

WordPress Vs Drupal Vs Joomla

November 16, 2011 Leave a comment

Categories: ETC Tags: , ,

Facebook Auto Post

October 18, 2011 Leave a comment

Postsible help you to manage your content for Fan Page,Group and App Profile Page. You can post status,link and album at time and date you have plan.

Website

 

 

Categories: ETC Tags: , , , ,

Turn off caching for JavaScript files on Firefox

October 14, 2011 Leave a comment

พิมพ์ about:config ในช่อง Url

ค้นหา network.http.use-cache เปลี่ยนเป็น false
ค้นหา browser.cache.offline.enable เปลี่ยนเป็น false

Categories: ETC Tags: , , ,

Steve Jobs ผู้เป็นแรงบรรดาลใจ เอาไปเป็น Wallpaper กระตุ้น

October 6, 2011 Leave a comment

Steve Jobs Wallpaper

Categories: ETC Tags: ,