Archive for April, 2008

ตัวอย่าง $(document).ready(function(){ $(\\’img\\’).each(function(){ $(this).wrapAll(\\’ \\’).after(\\’\\’+$(this).attr(\\’title\\’)+\\’\\’); }); }); Js: $(document).ready(function(){ $(‘img’).each(function(){ $(this).wrapAll(‘<div class=”img-container”></div>’).after(‘<span class=”img-name”>’+$(this).attr(‘title’)+’</span>’); }); }); Css: .img-container { float: left; position: relative; } .img-name { position: absolute; bottom: 0px; text-align: center; font-family: Arial, Helvetica, sans-serif; font-weight: bold; font-size: 10px; color: #000000; background-color: #E0DFE3; opacity:0.65; width: 100%; } .shwTitle { display: block; } Html: <img src=”http://jquery.com/images/bibeault_cover150.jpg” [...]

Exteen Blog make money by Adsense

เมื่อวาน คุณแชมป์ ได้เปิดฟีเจอร์ใหม่ขึ้นมาตัวหนึ่ง นั่นก็คือ Custom Code ซึ่งเป็น widget ตัวหนึ่งที่ทำให้สมาชิกใส่โค้ดที่ต้องการได้ (จำกัดไว้ที่ 200 ตัวอักษร) ซึ่งผมก็ได้ืทดลองใส่ Adsense ลงไป ผลปรากฏว่าทำงานได้ดีเลยทีเดียว  และก็มี blogger บางท่านก็เข้ามาสอบถาม รวมไปถึงเขียนวิธีหาเงินผ่าน widget exteen ตัวใหม่นี้เช่นกัน ผมพูดในฐานะ คนไม่เคยเล่น blog ไทย ตัวอื่นๆ exteen อาจจะเป็นที่เดียวที่ทำ custom code และ drag drop เปลี่ยนตำแหน่ง ทำให้การติดป้ายโฆษณา ดูสวยงามมากขึ้น การทำ ของ exteen จะส่งผลให้มีบุคคลหน้าใหม่ๆ เข้ามาทำโฆษณาออนไลน์ และรวมไปถึงการทำการตลาดออนไลน์ อีกด้วย ถ้าหากเขารู้วิธีการใช้งานของ adsense และ exteen widget ดังนั้น สิ่งที่ตามต่อไป คือ ความคึกคักของผู้ต้องการหาเงินออนไลน์ จะหลั่งไหลเข้ามาใช้งานใน [...]