Skip to main content

Posts

How to remove vocal sound จะ เอาเสียงร้องออกจากเพลง ได้อย่างไร มาดูกัน

Base on Mac OS X: I use Audacity for editing many mp3 file. To remove vocal sound, I will introduce you to use " Center Pan Remover ". or VoxReducer You just put it into plugin folder of Audacity program. If you cannot find plug-in folder, you can create it via 1. Access to Applications/Audacity 2. Create folder Plug in folder Reference: http://wiki.audacityteam.org/index.php?title=Vocal_Removal http://loudsoftware.com/?HG=Downloads

Written Sound

You might have a bit problem when you need to write your blog with the sound in English. The below link will you how we can write the sound. Have fun with it. ^_____^ http://www.writtensound.com/index.php?term=n_s For example, Phew = 1. used to express relief or fatigue 2. used to express disgust at or as if at an unpleasant odor ah-choo / atchoo / achoo = sound of sneezing argh = exclamation expressing pain.

PHP Generate Report - display utf-8 data from MySQL 5

display utf-8 data from MySQL 5 Steps: 0-Language files: pls refer to the help file, I actually copied the english.xml to chinese.xml than change the first two lines: 1-Tools ->Advanced Setting->Character Encoding =utf-8 (Note: NOT utf8!) 2-Tools ->Advanced Setting->MySQL charset =utf8 (Note: NOT utf-8!) 3-Do what you should do and than Generate the files, eg I wanted to display the table "contracts" 4-Go to the root folder find the php files realted with your tables, let say, "contractsrpt.php", use Ultraedit or other software to change the encoding from ASCII to UTF-8. Done!

Ruby on Rails

ติดตั้ง Ruby และ RubyGems $ gem update --system ติดตั้ง Rails $ gem install rails ติดตั้ง Database $ gem install sqlite3-ruby -v 1.2.3 $ gem install mysql สร้างโปรเจค $ rails myprojectname $ cd myprojectname $ ruby script\rails server reference: http://wiki.rubyonrails.org/th/getting-started/installation/windows http://pongsakorn.exteen.com/20060711/ruby-on-rails

Access to MySQL

เริ่มด้วยต้องดาวน์โหลด MySQL ODBC Driver มาติดตั้งก่อนจากที่นี่ครับ http://dev.mysql.com/downloads/connector/odbc/ จากนั้นก็ดาวน์โหลดโปรแกรม MS Access To MySQL ที่นี่ครับ http://www.bullzip.com/products/a2m/info.php ทำตามวิธีในเวปนั้นก็เป็นอันเสร็จพิธี แต่อาจจะมีปัญหาบ้างบางฟิลด์ บางเรคคอร์ด ก็ค่อยๆ หาแล้วแก้ไขเอานะครับ อย่างผมเจอของเดิมฟิลด์ DateTime ผมมี Default เป็นวัน-เวลาปัจจุบัน มันไม่สามารถสร้างได้ ก็เลยต้องเอา Default ของตารางนี้ออกไปเลย อีกอันที่เจอก็คือบางฟิลด์เป็น Not Null แต่ดันไปเจอเรคคอร์ดว่าง โปรแกรมจะหยุดการทำงานแค่นั้น(ข้อมูลเก่าผมอาจผิดพลาด) ก็ไปหาดูตามเรคอร์ดที่มันหยุดการทำงานแล้วใส่ค่าไปซะ รันใหม่ก็ผ่านครับ