Bookmarks on 2009-08-31
Posted on August 31, 2009, under ບຸກມາກ.
ສະສົມໄວ້ຈົນຄ້ານອ່ານ ຊິລຶບຖິ້ມກໍເສຍດາຍ ເກັບໄວ້ໃນນີ້ເພື່ອອາດໄດ້ມາຊອກອ່ານອີກດີກວ່າ..
- 6 Simple Ways For Freelancers To Increase Productivity
- Use USB Flash Drives To Lock Windows
- 6 Cool Tools to Track Your Time
- Photoshop Insider Blog By Scott Kelby
- PANTIP.COM : O7005623 ลิงค์ความรู้ค่ะ เผื่อใครต้องการจะหยิบใช้ [มือใหม่หัดถ่าย]
- PANTIP.COM : O8131149 FAQ: ทำไมสีของ Raw ไฟล์ที่ปรับสีแล้ว, และแปลงจาก DPP, ไปเปิดใน PS จึงได้สีที่ไม่ตรงกัน (แก้ไข) [software-technic]
- 65 Must-Know CSS Strategies and Tutorials – Webitect
- 5 Regular Expressions Every Web Programmer Should Know
- Mastering CSS, Part 1: Styling Design Elements
- http://www.philipp-spoeth.de/photoshop/sinedots2.php
- DIVINE official website (Convert PSD to WordPress)
- The 10 most useful Linux commands
- IMO (Webbased IM)
- Software Installation Monitor
- 50 Creative Photoshop Text Effects
- DNS HOWTO
- 50 New CSS Techniques For Your Next Web Design
- How to Use the Sticky Footer HTML & CSS Code
- 4 Online Handbooks for Web Designers & Developers
- สาระบาน: หมู่เลื้อด…หมู่เลือด | สารัตถะฟุ้งซ่านว่าด้วยภาษา วรรณกรรม และชีวิต
- Desktop Wallpapers | Vladstudio.com
- Creating an Environmentally Friendly Green Type Treatment
- The Coolest Text Effects on the Planet
- แบบฟอร์มสัญญาจ้างต่างๆ
- 270+ Tools for Running a Business Online
Bookmarks on 2009-01-21
ມີຫຼາຍອັນຢາກອ່ານ ແຕ່ບໍ່ໄດ້ອ່ານເທື່ອ ກໍ່ເລີຍ bookmark ໄວ້ອີກຮອບ
- The Sexy Curls jQuery Plugin!
- Learning OOP in PHP ASAP!
- 20 Beautiful Examples of Light Graffiti
- 13 Free Web Apps To Simplify Designer’s Work Life
- 10 Things to do After Installing WordPress
- CSS Resources: The Ultimate Collection
- My WordPress Cheat Sheet
- 45 Sites, Free Icons And PSD Resources For Web-Design
- 13 Alternative Search Engines That Find What Google Can’t
- 30 Must-Have Logo Books
Bookmarks on 2009-01-19
- JavaScript animation library
- 40 Beautiful and Creative Website Footers
- WordPress.tv
- Ajax File Upload
- MS Paint Tricks
- 3 ways to compress CSS files using PHP
- ຫົວເມືອງລາວ ພາຍໃຕ້ການປົກຄອງຂອງສຍາມ
- 10 Top Skills for Web Design, in order of importance
- Tips on the Structure and Timing of Payments for Web Site Projects
TinyMCE ໃນ WordPress ບໍ່ເຮັດວຽກ
Posted on January 15, 2008, under ເທັກໂນໂລຢີ.
ພໍດີໄດ້ມີໂອກາດເບິ່ງບັນຫາ TinyMCE ເຊິ່ງເປັນ WYSIWYG Editor ໃນ WordPress ໃຫ້ກັບທ່ານ TANA ສະມາຊິກເວັບບອດ Zone-IT ໃຊ້ເວລາດົນເຕີບ ທຳອິດຄິດວ່າເປັນຍ້ອນ blank line ກ່ອນຫນ້າ <?php ແຕ່ຊອກແນວໃດກໍ່ບໍ່ເຫັນ ຫາກແຕ່ໃນ view source ມັນເຫັນຊ່ອງຫວ່າງກ່ອນ <?php ກໍ່ເລີຍຄິດວ່າຍ້ອນສາເຫດນີ້ ແຕ່ກໍ່ບໍ່ແມ່ນ
ຫລັງຈາກປຸກປ້ຳໄດ້ໄລຍະຫນຶ່ງຈຶ່ງໄດ້ໄປຮູ້ຈາກກະທູ້ນີ້ວ່າ ເປັນຍ້ອນ GZIP ມັນໃຊ້ບໍ່ໄດ້ໃນບາງ Server ເຮັດໃຫ້ມັນໂຫລດ TinyMCE ບໍ່ຜ່ານ ກໍ່ເລີຍວ່າໄປແກ້ຕາມເພິ່ນບອກ ໄປທີ່ /wp-includes/js/tinymce/tiny_mce_gzip.php
ຈາກນັ້ນຊອກຫາ
if ((in_array('gzip', $encodings) || in_array('x-gzip', $encodings) || isset($_SERVER['---------------'])) && function_exists('ob_gzhandler') && !ini_get('zlib.output_compression') && ini_get('output_handler') != 'ob_gzhandler') {
$enc = in_array('x-gzip', $encodings) ? "x-gzip" : "gzip";
$supportsGzip = true;
}
ແກ້ສ່ວນສີແດງເປັນ false ແລ້ວ save and then upload back to the host ກໍ່ເປັນອັນໃຊ້ໄດ້ດັ່ງເດີມ 😀