..................แบบธรรมชาติฟูๆ.................... ....................แบบเกร้ดหิมะน้ำแขง................................ ถ้าวางสองโค้ดนี้ต่อกันจะได้เกรดกันหิมะปนกันสวยมาก

Translate 翻譯

วันเสาร์ที่ 8 สิงหาคม พ.ศ. 2558

footer background for blogger

footer background for blogger 

วันศุกร์ที่ 17 กรกฎาคม พ.ศ. 2558

youtube autoplay loop start play time html code for web ;)

youtube autoplay loop start play time html code  for web  ;)
  <iframe width="533" height="300" src="https://www.youtube.com/embed/zqKoXPHhmsM?rel=0&start=126&autoplay=1&loop=1" frameborder="0" allowfullscreen></iframe>
 

วันเสาร์ที่ 27 มิถุนายน พ.ศ. 2558

text size with background colour slide bar html code for website or blogger

 <marquee bgcolor="blue" direction="lefe" onmouseout="this.start()" onmouseover="this.stop()" scrollamount="9.9" width="80%"><span style="color: white;"><span><FONT SIZE=15>ซ่อมแอร์ติดตั้งแอร์ ลาดกระบังหลวงแพ่ง ฉลองกรุงสุวรรรณภูมิ โทร 081 627 1691 โทร 081 627 1691 &gt;&gt;ซ่อมแอร์ติดตั้งแอร์ ลาดกระบังหลวงแพ่ง ฉลองกรุงสุวรรรณภูมิ โทร 081 627 1691 โทร 081 627 1691</font></span></span>
    </marquee>

วันศุกร์ที่ 26 มิถุนายน พ.ศ. 2558

scroll text with background mouse over stop mosue out it's work for blogger html code

----- <marquee bgcolor="blue" direction="lefe" scrollamount="8" width="80%" onmouseout="this.start()" onmouseover="this.stop()"    ><FONT SIZE=12>ซ่อมแอร์ติดตั้งแอร์ ลาดกระบังหลวงแพ่ง ฉลองกรุงสุวรรรณภูมิ โทร 081 627 1691 โทร 081 627 1691 >>ซ่อมแอร์ติดตั้งแอร์ ลาดกระบังหลวงแพ่ง ฉลองกรุงสุวรรรณภูมิ โทร 081 627 1691 โทร 081 627 1691</FONT>
    </marquee>
------------------------------
blue tab it's your text 

  

วันอังคารที่ 16 มิถุนายน พ.ศ. 2558

javascrip การทำ typing บน blogger สวยๆ

การ encode ภาษาไทย ใน javascrip และการทำ typing บน blogger สวยๆ ---------------------------------- ----------------------------
------------------------------------------------------------------------ ภาษาอังกฤษดีกว่าไทยอักษรไม่ครบencodeไม่ได้ -------------------------------------------------------------------------
 <html>
<head>
<style>
#myTypingText {
 background-color:transparent;
 width:500px;
 height:80px;
 padding:0px;
 color:#FFF;
 font-family:consolas,freesiaupc, cooperblack;
        font-size:29px;
 line-height:1.5em;
}
</style>
</head>
<body>
<div id="myTypingText">
</div>
<script>
var myString = "bankkamo9แอร service 0816271691 ladkrabang huatakhae chalongkrung and other near to.";
var myArray = myString.split("");
var loopTimer;
function frameLooper() {
 if(myArray.length > 0) {
  document.getElementById("myTypingText").innerHTML += myArray.shift();
 } else {
  clearTimeout(loopTimer);
                return false;
 }
 loopTimer = setTimeout('frameLooper()',50);
}
frameLooper();
</script>
</body>
</html>
</br>

วันพฤหัสบดีที่ 14 พฤษภาคม พ.ศ. 2558

social share button blogger html code

social share button blogger html code

<!-- I got these buttons from simplesharebuttons.com --> support by
<div +content </div> ( เปิด = <div ) ( ปิด= </div> ) between path social share change your page like below should put </div> to close your tag different social
***if you need path html social share together at all just path <div id="share-buttons"> in front then only </div> on bottom content only**** -----------------------------------------------------------------------
 
 
 
 
 
 
 <div id="share-buttons">
<!-- Facebook -->

<a href="http://www.facebook.com/sharer.php?u=

your page "_blank">ฺ<img src="http://www.simplesharebuttons.com/images/somacro/facebook.png" alt="Facebook" /></a>

<div id="share-buttons">
<!-- Twitter -->
<a href="http://twitter.com/share?url=http://www.simplesharebuttons.com&text=Simple Share Buttons&hashtags=simplesharebuttons" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/twitter.png" alt="Twitter" /></a>
<div id="share-buttons">
<!-- Google+ -->
<a href="https://plus.google.com/share?url=http://www.simplesharebuttons.com" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/google.png" alt="Google" /></a>
<div id="share-buttons">
<!-- Digg -->
<a href="http://www.digg.com/submit?url=http://www.simplesharebuttons.com" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/diggit.png" alt="Digg" /></a>
<div id="share-buttons">
<!-- Reddit -->
<a href="http://reddit.com/submit?url=http://www.simplesharebuttons.com&title=Simple Share Buttons" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/reddit.png" alt="Reddit" /></a>
<div id="share-buttons">
<!-- LinkedIn -->
<a href="http://www.linkedin.com/shareArticle?mini=true&url=http://www.simplesharebuttons.com" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/linkedin.png" alt="LinkedIn" /></a>
<div id="share-buttons">
<!-- Pinterest -->
<a href="javascript:void((function()%7Bvar%20e=document.createElement('script');e.setAttribute('type','text/javascript');e.setAttribute('charset','UTF-8');e.setAttribute('src','http://assets.pinterest.com/js/pinmarklet.js?r='+Math.random()*99999999);document.body.appendChild(e)%7D)());"><img src="http://www.simplesharebuttons.com/images/somacro/pinterest.png" alt="Pinterest" /></a>
<div id="share-buttons">
<!-- StumbleUpon-->
<a href="http://www.stumbleupon.com/submit?url=http://www.simplesharebuttons.com&title=Simple Share Buttons" target="_blank"><img src="http://www.simplesharebuttons.com/images/somacro/stumbleupon.png" alt="StumbleUpon" /></a>
<div id="share-buttons">
<!-- Email -->
<a href="mailto:?Subject=Simple Share Buttons&Body=I%20saw%20this%20and%20thought%20of%20you!%20 http://www.simplesharebuttons.com"><img src="http://www.simplesharebuttons.com/images/somacro/email.png" alt="Email" /></a>
</div>
Facebook Twitter
Google
Digg
Reddit
LinkedIn
Pinterest

การใส่ snow fall effect to blogger background

การใส่ snow fall effect to blogger background 
เข้าไปที่ แม่แบบ บลอก  แก้ html  ctrl+f หาคำว่า</head>น่าจะอยู่บรรทัดที่653แล้วแต่บลอกใครมีเนื้อหามากกว่ากัน        
ใส่โค้ดด้านบน  ตรงท้ายคำว่า  </head>


<script type="text/javascript" src="http://static.tumblr.com/qsifglb/mZjl87ts1/f8.js"></script>

<script type="text/javascript">
snowStorm.snowColor = '#bbbbbb'; //
snowStorm.flakesMaxActive = 30; 
</script>

..................แบบธรรมชาติฟูๆ....................

<script src='https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.js'/>
<script type='text/javascript'>//<![CDATA[
(function($){$.fn.snow=function(options){var  $flake=$('<div id="flake"  />').css({'position':'absolute','top':'-50px'}).html('&#10052;'),documentHeight=$(document).height(),documentWidth=$(document).width(),defaults={minSize:10,maxSize:20,newOn:500,flakeColor:"#FFFFFF"},options=$.extend({},defaults,options);var  interval=setInterval(function(){var  startPositionLeft=Math.random()*documentWidth-100,startOpacity=0.5+Math.random(),sizeFlake=options.minSize+Math.random()*options.maxSize,endPositionTop=documentHeight-40,endPositionLeft=startPositionLeft-100+Math.random()*200,durationFall=documentHeight*10+Math.random()*5000;$flake.clone().appendTo('body').css({left:startPositionLeft,opacity:startOpacity,'font-size':sizeFlake,color:options.flakeColor}).animate({top:endPositionTop,left:endPositionLeft,opacity:0.2},durationFall,'linear',function(){$(this).remove()});},options.newOn);};})(jQuery);//]]></script><script>$(document).ready(  function(){
$.fn.snow({ minSize: 10, maxSize: 50, newOn: 400, flakeColor: '#ffffff' });
});</script>
....................แบบเกร้ดหิมะน้ำแขง................................

ถ้าวางสองโค้ดนี้ต่อกันจะได้เกรดกันหิมะปนกันสวยมาก
การวางโค้ดพื้นหลังเป็นใบไม้ร่วงในบล็อก 

วันอังคารที่ 12 พฤษภาคม พ.ศ. 2558

comment box html code for blogger

comment box code

วันพุธที่ 10 ธันวาคม พ.ศ. 2557

ตัวหนังสือ อะนิเมชั่น สวยๆ flash text html

วันอังคารที่ 23 กันยายน พ.ศ. 2557

forecast html code for web or blogger

forecast html for web and blogger

1:  task manager press ctrl+alt+del then choose where do you want to end process this can help when you need to uninstall any programs or reinstall or whenever you can not delete that programs this may help
2: when crack the program copy then it can't path there just do like number 1: find your program .exe then end process 
********
 


วันพฤหัสบดีที่ 18 กันยายน พ.ศ. 2557

paypal วิธีการสมัครและวิธีการจ่ายและรับเงิน

                              


              




paypal วิธีการสมัครและวิธีการจ่ายและรับเงิน     paypal how to ???วิธีการใช้งาน

paypal sign in 
paypal sign up

scroll text scroll bord by html code for website blogger

111ตัวหนังสือสไลด์เลื่อนขึ้นลงสวยๆ scroll text scroll bord by html code for website blogger
EXAMPLE= 
<span style="background-color: yellow;">scroll text scroll bord by html code for website blogger</span><br />
<br />

THIENCHAI WICHAPORN CALL + 66 81 627 1691 EXAMPLE =    <marquee bgcolor="#000080" direction="up" loop="true" scrollamount="2" width="55%"> <center>
 <span style="color: white;"><b> THIENCHAI WICHAPORN<br /> CALL + 66 81 627 1691<br /> I LOVE CHINA AND CHINESE<br /> <br /> WEB DESIGN CALL THIS NUMBER </b></span></center>
</marquee>
THIENCHAI WICHAPORN
CALL + 66 81 627 1691
I LOVE CHINA AND CHINESE

WEB DESIGN CALL THIS NUMBER

chinese music chinese youtube 網絡為中國音樂 中國音樂 中國電影 中國國家 旅遊 中國文化 中國人

chinese music chinese youtube click here!!!!中國音樂
中國電影
中國演員
  女星


   
網絡為中國音樂   
中國音樂
中國電影
中國國家

旅遊
中國文化
中國人
 

 

 我是泰國人
中國婦女泰國曼谷
很傷心的生活
她的家人感到非常難過
我愛她
她的名字叫
我們的生活中感受到了許多年,我不知道為什麼
可能會導致我們的命運如此很差

i am thailand people
marry with chinese women in bangkok thailand
she is very sad life
her family feel very sad
i love her
her name is hui
our life feel down many years i dont know why
may be cause our destiny that so very poor

i am thailand people
marry with chinese women in bangkok thailand
she is very sad life
her family very sad




 但我還是愛中國愛中國  
我周圍的人,甚至是不一樣的我
可能是200年前
我是中國人
 


 
 but i still love china love chinese
even people  around  me it not same me
may be 200 years ago
i am chinese ???

clock html codefor website for blogger

วันอังคารที่ 16 กันยายน พ.ศ. 2557

การใช้โปรแกรม adobe flash ต่างๆ how to use adobe flash

การใช้โปการใช้โปรแกรม  adobe flash ต่างๆ how to use  adobe flash รแกรม  adobe flash ต่างๆ how to use  adobe flash 

how to creat banner by adobe flash
flash text so cool it's easy click here 

copy file that protact copy การก็อปหน้าเว็บที่กันการก็อป

how to copy page or file in web that protect copy click  here

หากท่านใช้  Mozilla Firefox เป็น Browser

ไปที่ Tools>Options>Content
แล้วก็ไปติ๊กเอา Enable JavaScript ออก 




 ใช้ IE เป็น Browser

ก็ให้ไปที่ Tools>Internet Options>Security>Internet
คลิกที่ปุ่ม Custom Level แล้วก็หา Active scripting แล้วไปติ๊กตรง Disable



flash world movement how to การทำโลกหมุนสวยๆด้วยแฟลช
 

หากท่านใช้  Mozilla Firefox เป็น Browser

ไปที่ Tools>Options>Content
แล้วก็ไปติ๊กเอา Enable JavaScript ออก ก็เรียบร้อยแล้วค่ะ

วันจันทร์ที่ 15 กันยายน พ.ศ. 2557

กล่องข้อความโต้ตอบ text box comment box html code for websiteand blogger

<!-- begin htmlcommentbox.com -->
 <br />
<div id="HCB_comment_box">
<a href="http://www.htmlcommentbox.com/">Widget</a> is loading comments...</div>
<link href="//www.htmlcommentbox.com/static/skins/bootstrap/twitter-bootstrap.css?v=0" rel="stylesheet" type="text/css"></link>
 <script id="hcb" type="text/javascript"> /*<!--*/ if(!window.hcb_user){hcb_user={};} (function(){var s=document.createElement("script"), l=(""+window.location).replace(/'/g,"%27") || hcb_user.PAGE, h="//www.htmlcommentbox.com";s.setAttribute("type","text/javascript");s.setAttribute("src", h+"/jread?page="+encodeURIComponent(l).replace("+","%2B")+"&opts=16862&num=10");if (typeof s!="undefined") document.getElementsByTagName("head")[0].appendChild(s);})(); /*-->*/ </script>
<!-- end htmlcommentbox.com -->

this is commen or text box html code for website or blogger

วันอาทิตย์ที่ 14 กันยายน พ.ศ. 2557

html code earth and solar system for web

Logo Design by FlamingText.com
Logo Design by FlamingText.com

suvarnaphumi airport map



Suvarnabhumi Airport 


banner cool text html code 
 <a target="_top" href="http://www.flamingtext.com/" ><img src="http://blog.flamingtext.com/blog/2014/09/15/flamingtext_com_1410766746_115061723.gif" border="0" alt="Logo Design by FlamingText.com" title="Logo Design by FlamingText.com"></a>
<br/>Logo Design by <a href="http://www.flamingtext.com/" >FlamingText.com</a>



 suvarnaphumi airport flight status arrival and departure

 html code color for web
html code earth and solar system for web
earth 3d animation online
background animation for web html code
 

วันเสาร์ที่ 13 กันยายน พ.ศ. 2557

count hit view html for blogger mail to html for blogger

count hit view html for blogger


Nice Amazing Counters



mail to html for blogger  mail to thienchai wichaporn

ฮกลกซิ่ว 福祿壽


                                                        福祿壽

                            福祿壽- 维基百科,自由的百科全书

ฮก

NEED BE OWNER WEBSITE
CALL 0816271691
CALL ME NOW START 1,000BATH

YOUR BUSINESS SUCESS....0816271691...LINE BANKKAMO9...
         ฮก (ในภาษาแต้จิ๋ว) หรือ ฝู (ภาษาจีนกลาง) (จีน: 福) หมายถึง บุญวาสนา อำนาจ เกียรติยศ ลักษณะของฮก เป็นรูปขุนนางจีนสวมหมวก มีใบพูกางออกไปสองข้าง มือถือคธายู่อี่ ซึ่งเป็นคธาแห่งความสมปรารถนา มีพาหนะ คือ ค้างคาวเหตุที่เป็น ค้างคาว เนื่องจากเป็นสัตว์สี่เท้าแต่มีปีก เป็นสัตว์ที่ไม่รู้จักลงยังแผ่นดินเหมือนนกทั้งปวงจึงเป็นที่หมายแห่งวาสนา
        มีเรื่องเล่าว่า ท่าน "ก๋วยจื่องี้" เป็นข้าราชการระดับอัครเสนาบดี (ข้าราชการระดับสูง) ที่จงรักภักดี ซื่อสัตย์ ยุติธรรม รับใช้ราชการนานหลายแผ่นดิน ความซื่อสัตย์ และ จงรักภักดีต่อแผ่นดินนั้น เป็นที่ประจักษ์ต่อ ฮ่องเต้หลายพระองค์ จึงมีราชการโองการ ให้อยู่ในตำแหน่งตลอดทั้ง 4 แผ่นดิน และได้รับมอบ ดาบหยก และ เข็มขัดหยก ให้สามารถทำการใดๆ แทนฮ่องเต้ก่อน แล้ว ค่อยทูลถวายภายหลังได้ ท่าน ก๋วยจื่องี้ เป็นข้าราชการที่อยู่ในตำแหน่ง นานที่สุดในประวัติศาสตร์จีน
 

ลก


        ลก (ในภาษาแต้จิ๋ว) หรือ ลู่ (ภาษาจีนกลาง) (จีน: 禄) หมายถึง โชคลาภและความมั่งคั่ง บริบูรณ์ด้วยโภคสมบัติ คือ ประกอบพร้อมด้วยเครื่องอุปโภค บริโภค แก้วแหวนเงินทอง และบริบูรณ์ด้วยบริวารสมบัติ มีบุตร ภรรยา ญาติมิตร คนใช้สอย เป็นต้นลักษณะของลก เป็นรูปเศรษฐี สวมหมวกมีเส้าข้างหลังสูง มีผ้าคลุมลงไปเบื้องหลัง แสดงโภคสมบัติ มือหนึ่งอุ้มเด็ก แสดงถึงบริวาร สมบัติ นิยมให้เป็นเด็กผู้ชาย เพราะหมายถึงการสืบต่อวงศ์ตระกูล มีพาหนะ คือ กวางดาว ซึ่งดวงดาวบนตัวกวางคล้ายกับอีแปะจีน แสดงถึงโภคสมบัติ
     มีเรื่องเล่าว่า ท่าน "เจี่ยวช้ง" เป็นพ่อค้า มหาเศรษฐี ในสมัยราชวงศ์ถัง ที่ร่ำรวยจากการค้าขายที่สุจริต และ คนในครอบครัว ลูกหลาน ล้วนแล้วแต่เป็นคนดี ไม่สร้างความเดือดร้อนให้กับผู้ใด มีเรื่องเล่าขานกันว่า บ้านพักของท่านเจี่ยวช้งนั้น ห่างจากพระราชวังถึง 20 ลี้ เพียงท่านก้าวพ้นจากเขตที่ดินของท่าน ก็เป็นเขตพระราชวัง ด้วยความที่ท่านมีทรัพย์สมบัติมาก กอปรกับท่านเป็นใจบุญ ให้ความช่วยเหลือกับทุกคนที่ทุกข์ยาก จนเป็นที่นับถือของชาวบ้าน และสร้างคุณความดีต่อแผ่นดินอย่างใหญ่หลวง จนได้รับพระราชทานบรรดาศักดิ์จากฮ่องเต้ในสมัยนั้น

ซิ่ว


          ซิ่ว (ในภาษาแต้จิ๋ว) หรือ โซ่ว (ภาษาจีนกลาง) (จีน: 寿) หมายถึงอายุยืน ลักษณะของซิ่วเป็นรูปชายชราหน้าตาใจดี หนวดเครายาวสีขาว มือหนึ่งถือไม้เท้า อีกมือหนึ่งถือผลท้อ ซึ่งเป็นผลไม้แห่งความยั่งยืนและมักจะมีนกกระเรียนขาวอยู่ข้างกาย มีพาหนะ คือ นกดำ เพราะเป็นสัตว์ที่ไม่มีผู้ใดเห็นตายอยู่ในที่แห่งใด เช่นกับเราพูดกันอยู่ว่า กาไม่รู้จักตาย นอกจากมีผู้ทำอันตรายเพราะไม่ได้เห็นซากกาตายอยู่ในที่แห่งใด
ลักษณะของ ฮก ลก ซิ่ว
ฮก แปลว่า โชคลาภ
         ถ้าตีความให้ลึก แปลว่า ความสุข คือสุขที่เกิดจากการได้สมหวังดังใจ

  • ลักษณะ : ชายโหงวเฮ้งดี ดูดีมีราศี แต่งกายภูมิฐาน
  • มือขวา : ประคองคฑา ยอดทำด้วยหยก เรียก "ยู่อี่" หรือ "เง็กยู่อี่" (หยกสมปรารถนา) หรือคฑากายสิทธิ์ ถือเป็นของวิเศษ ใครอธิษฐานสิ่งใดก็ให้สมปรารถนาหรือได้โชคลาภตามคำขอ ฮก แสดงถึงอำนาจ วาสนา และยศถาบรรดาศักดิ์
  • มือซ้าย : ก้อนทอง หมายถึง ความมั่งคั่งร่ำรวย

ลก แปลว่า รวยหรือความมั่งคั่ง

  • ลักษณะ : อัครอภิมหาเศรษฐีผู้มั่งคั่ง ร่ำรวยล้นฟ้า
  • มือขวา : เป็นรูปเศรษฐี สวมหมวกมีเสาข้างหลังสูง มีผ้าคลุมลงไปเบื้องหลัง แสดงโภคสมบัติ มือหนึ่งอุ้มเด็ก แสดงบริวารสมบัติ ถือบัญชีทรัพย์สินและรายชื่อลูกหนี้ม้วนใหญ่ เพราะมีลูกหนี้มากมายจำได้ไม่ หมด  ต้องจดใส่สมุดไว้


ซิ่ว แปลว่า อายุยืน

  • ลักษณะ : ตาแป๊ะแก่ชรา ผม คิ้ว หนวด เครายาวสีขาวเหมือนสำลี ติ่งหูใหญ่ยาวถึงบ่า แสดงโหงวเฮ้งของผู้มีอายุยืน หน้าผากนูนโหนกผิดปกติ เพราะมี "ฮกขี่" (บุญวาสนา) มากจนล้นและปูดออกมาทางหน้าผาก ตุ๊กตาซิ่วนั้นบุญวาสนาสูงนักจึงมีอายุยืนยาว และได้เป็นเซียนในภายหลังด้วย
  • มือขวา : ถือไม้เท้าหัวมังกรสัตว์ในเทพนิยายที่มีอายุยืนถึงหมื่นปี ที่คอไม้เท้า ห้อยน้ำเต้าที่บรรจุยาอายุวัฒนะไว้ภายใน เหนือน้ำเต้ามี "เซียนจือ" (ตำรายาเทวดา หรือยาอายุวัฒนะ)ผูกติดอยู่ ข้างกายมีสัตว์เลี้ยง "เซียนเฮาะ" (นกกะเรียนเทวดาอายุพันปี) ที่ในปากคาบ"เซียนเฉ้า" ซึ่งเป็น หญ้าเทพยดามีขึ้นเฉพาะบนสวรรค์ เมื่อนำไปต้มน้ำกินจะทำให้ปราศจาก โรคภัยและมีอายุยืนยาวอีกด้วย
  • มือซ้าย : ถือผลท้อ ซึ่งเป็นผลไม้สวรรค์หากใครได้ทานจะมีอายุยืนยาว

           ตุ๊กตา ฮก ลก และ ซิ่ว มี ฮกเป็นหัวหน้า ส่วนลกและซิ่วเป็นบริวาร เพราะถือว่าต้องมีลกกับมีซิ่วจึงจะมีฮก นั่นคือต้องมีอายุมั่นขวัญยืนและมั่งมี จึงจะศรีสุขได้ การตั้งที่ถูกหลักจะต้องตั้งฮกไว้กลาง

การแสดงออก
ใช้เป็นสัญลักษณ์ในรูปแบบต่าง ๆ กันคือ
  •  แสดงออกโดยรูปมนุษย์ คือรูปฮก ลก ซิ่ว ที่พบเห็นได้ทั่วไป
  •  แสดงออกโดยรูปสัตว์ เช่น ฮกในรูปค้างคาว ลกในรูปกวางดาว และซิ่วในรูปนกกระเรียน
  •  แสดงออกโดยเครื่องประดับทองฟ้า เช่น ดวงดาว พระอาทิตย์ พระจันทร์ เมฆ
  •  แสดงออกโดยพฤกษาชาติและบุปผชาติ