อย่าเจ็บ อย่าไข้และให้ได้พบแต่กัลยาณมิตร
Group Blog
 
 
ธันวาคม 2548
 
 123
45678910
11121314151617
18192021222324
25262728293031
 
8 ธันวาคม 2548
 
All Blogs
 
ซากุระร่วงสวยกว่า

ต้องก๊อปใส่ช่อง Script area

ตามไปดูที่เวปนี้ได้ VSr. คนรักเหมียว



Create Date : 08 ธันวาคม 2548
Last Update : 27 ธันวาคม 2548 1:19:39 น. 8 comments
Counter : 750 Pageviews.

 

CODE

<SCRIPT type="text/javascript">
grphcs=new Array(6)
Image0=new Image();
Image0.src=grphcs[0]="https://www.bloggang.com/data/rumpuey/picture/1109654970.gif"
Image1=new Image();
Image1.src=grphcs[1]="https://www.bloggang.com/data/rumpuey/picture/1109654970.gif"
Image2=new Image();
Image2.src=grphcs[2]="https://www.bloggang.com/data/rumpuey/picture/1109655080.gif"
Image3=new Image();
Image3.src=grphcs[3]="https://www.bloggang.com/data/rumpuey/picture/1109655080.gif"
Image4=new Image();
Image4.src=grphcs[4]="https://www.bloggang.com/data/rumpuey/picture/1109655241.gif"
Image5=new Image();
Image5.src=grphcs[5]="https://www.bloggang.com/data/rumpuey/picture/1109654970.gif"
// Configure below - change number of snow to render
Amount=6;

Ypos=new Array();
Xpos=new Array();
Speed=new Array();
Step=new Array();
Cstep=new Array();
ns=(document.layers)?1:0;
ns6=(document.getElementById&&!document.all)?1:0;

if (ns){
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write('<img id="si'+i+'" src="'+rndPic+'" style="position:absolute;top:0px;left:0px">');
}
document.write('</div></div>');
}
WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*5+3;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
}
function fall(){
var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;
var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(90*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
if (Ypos[i] > WinHeight){
Ypos[i]=-60;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*5+3;
}
if (ns){
document.layers['sn'+i].left=Xpos[i];
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else if (ns6){
document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]);
document.getElementById("si"+i).style.top=Ypos[i]+hscrll;
}
else{
eval("document.all.si"+i).style.left=Xpos[i];
eval("document.all.si"+i).style.top=Ypos[i]+hscrll;
}
Cstep[i]+=Step[i];
}
setTimeout('fall()',222);
}
window.onload=fall
//--></SCRIPT>



ต้องก๊อปใส่ที่ช่อง Slogan เท่านั้นนะครับ


โดย: hidden file วันที่: 8 ธันวาคม 2548 เวลา:17:29:01 น.  

 
เจ๋งๆ
ขอบคุณครับ


โดย: fun_bar วันที่: 9 ธันวาคม 2548 เวลา:10:32:14 น.  

 
ใส่ในช่อง Slogan อันนี้ต้นคริสมาสลอยไปลอยมามีดาวระยิบระยับ
ดูตัวอย่างได้ที่โสมรัศมี

CODE
<script language="JavaScript1.2">


var Ymax=8; //MAX # OF PIXEL STEPS IN THE "X" DIRECTION
var Xmax=8; //MAX # OF PIXEL STEPS IN THE "Y" DIRECTION
var Tmax=10000; //MAX # OF MILLISECONDS BETWEEN PARAMETER CHANGES

//FLOATING IMAGE URLS FOR EACH IMAGE. ADD OR DELETE ENTRIES. KEEP ELEMENT NUMERICAL ORDER STARTING WITH "0" !!

var floatimages=new Array();
floatimages[0]='//www.pantown.com/data/9578/board2/73-20051022143610.jpg';
floatimages[1]='//www.pantown.com/data/9578/board2/73-20051022143610.jpg';
floatimages[2]='https://www.bloggang.com/data/yadegari/picture/1133731144.gif';

//*********DO NOT EDIT BELOW***********
var NS4 = (navigator.appName.indexOf("Netscape")>=0 && parseFloat(navigator.appVersion) >= 4 && parseFloat(navigator.appVersion) < 5)? true : false;
var IE4 = (document.all)? true : false;
var NS6 = (parseFloat(navigator.appVersion) >= 5 && navigator.appName.indexOf("Netscape")>=0 )? true: false;
var wind_w, wind_h, t='', IDs=new Array();
for(i=0; i<floatimages.length; i++){
t+=(NS4)?'<layer name="pic'+i+'" visibility="hide" width="10" height="10"><a href="javascript:hidebutterfly()">' : '<div id="pic'+i+'" style="position:absolute; visibility:hidden;width:10px; height:10px"><a href="javascript:hidebutterfly()">';
t+='<img src="'+floatimages[i]+'" name="p'+i+'" border="0">';
t+=(NS4)? '</a></layer>':'</a></div>';
}
document.write(t);

function moveimage(num){
if(getidleft(num)+IDs[num].W+IDs[num].Xstep >= wind_w+getscrollx())IDs[num].Xdir=false;
if(getidleft(num)-IDs[num].Xstep<=getscrollx())IDs[num].Xdir=true;
if(getidtop(num)+IDs[num].H+IDs[num].Ystep >= wind_h+getscrolly())IDs[num].Ydir=false;
if(getidtop(num)-IDs[num].Ystep<=getscrolly())IDs[num].Ydir=true;
moveidby(num, (IDs[num].Xdir)? IDs[num].Xstep : -IDs[num].Xstep , (IDs[num].Ydir)? IDs[num].Ystep: -IDs[num].Ystep);
}

function getnewprops(num){
IDs[num].Ydir=Math.floor(Math.random()*2)>0;
IDs[num].Xdir=Math.floor(Math.random()*2)>0;
IDs[num].Ystep=Math.ceil(Math.random()*Ymax);
IDs[num].Xstep=Math.ceil(Math.random()*Xmax)
setTimeout('getnewprops('+num+')', Math.floor(Math.random()*Tmax));
}

function getscrollx(){
if(NS4 || NS6)return window.pageXOffset;
if(IE4)return document.body.scrollLeft;
}

function getscrolly(){
if(NS4 || NS6)return window.pageYOffset;
if(IE4)return document.body.scrollTop;
}

function getid(name){
if(NS4)return document.layers[name];
if(IE4)return document.all[name];
if(NS6)return document.getElementById(name);
}

function moveidto(num,x,y){
if(NS4)IDs[num].moveTo(x,y);
if(IE4 || NS6){
IDs[num].style.left=x+'px';
IDs[num].style.top=y+'px';
}}

function getidleft(num){
if(NS4)return IDs[num].left;
if(IE4 || NS6)return parseInt(IDs[num].style.left);
}

function getidtop(num){
if(NS4)return IDs[num].top;
if(IE4 || NS6)return parseInt(IDs[num].style.top);
}

function moveidby(num,dx,dy){
if(NS4)IDs[num].moveBy(dx, dy);
if(IE4 || NS6){
IDs[num].style.left=(getidleft(num)+dx)+'px';
IDs[num].style.top=(getidtop(num)+dy)+'px';
}}

function getwindowwidth(){
if(NS4 || NS6)return window.innerWidth;
if(IE4)return document.body.clientWidth;
}

function getwindowheight(){
if(NS4 || NS6)return window.innerHeight;
if(IE4)return document.body.clientHeight;
}

function init(){
wind_w=getwindowwidth();
wind_h=getwindowheight();
for(i=0; i<floatimages.length; i++){
IDs[i]=getid('pic'+i);
if(NS4){
IDs[i].W=IDs[i].document.images["p"+i].width;
IDs[i].H=IDs[i].document.images["p"+i].height;
}
if(NS6 || IE4){
IDs[i].W=document.images["p"+i].width;
IDs[i].H=document.images["p"+i].height;
}
getnewprops(i);
moveidto(i , Math.floor(Math.random()*(wind_w-IDs[i].W)), Math.floor(Math.random()*(wind_h-IDs[i].H)));
if(NS4)IDs[i].visibility = "show";
if(IE4 || NS6)IDs[i].style.visibility = "visible";
startfly=setInterval('moveimage('+i+')',Math.floor(Math.random()*100)+100);
}}

function hidebutterfly(){
for(i=0; i<floatimages.length; i++){
if (IE4)
eval("document.all.pic"+i+".style.visibility='hidden'")
else if (NS6)
document.getElementById("pic"+i).style.visibility='hidden'
else if (NS4)
eval("document.pic"+i+".visibility='hide'")
clearInterval(startfly)
}
}

if (NS4||NS6||IE4){
window.onload=init;
window.onresize=function(){ wind_w=getwindowwidth(); wind_h=getwindowheight(); }
}

</script>



โดย: hidden file วันที่: 10 ธันวาคม 2548 เวลา:11:36:52 น.  

 
Thank you...


โดย: Cymry วันที่: 12 ธันวาคม 2548 เวลา:14:28:25 น.  

 
ขอบคุณค่า .. ขอเอาไปใช้แล้วนะคะ ..


โดย: JANii ~~ วันที่: 24 ธันวาคม 2548 เวลา:15:30:48 น.  

 
หิมะร่วง เยอะๆ จน... รกไปหมด ง่ะ

<SCRIPT type="text/javascript">
/*
Snow Fall Java Script
Visit //rainbow.arch.scriptmania.com/scripts/
for this script and many more
*/

//Pre-loads your image/s below
//Configure below - change URL path to the snow image

grphcs=new Array(6)
Image0=new Image();
Image0.src=grphcs[0]="snow1.gif";
Image1=new Image();
Image1.src=grphcs[1]="snow2.gif"
Image2=new Image();
Image2.src=grphcs[2]="snow3.gif"
Image3=new Image();
Image3.src=grphcs[3]="snow4.gif"
Image4=new Image();
Image4.src=grphcs[4]="snow5.gif"
Image5=new Image();
Image5.src=grphcs[5]="snow6.gif"

//Smoothness depends on image file size,
//the smaller the size the more you can use!

// Configure below - change number of snow to render
Amount=15;

Ypos=new Array();
Xpos=new Array();
Speed=new Array();
Step=new Array();
Cstep=new Array();
ns=(document.layers)?1:0;
ns6=(document.getElementById&&!document.all)?1:0;

if (ns){
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write("<LAYER NAME='sn"+i+"' LEFT=0 TOP=0><img src="+rndPic+"></LAYER>");
}
}
else{
document.write('<div style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < Amount; i++){
var P=Math.floor(Math.random()*grphcs.length);
rndPic=grphcs[P];
document.write('<img id="si'+i+'" src="'+rndPic+'" style="position:absolute;top:0px;left:0px">');
}
document.write('</div></div>');
}
WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;
WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
for (i=0; i < Amount; i++){
Ypos[i] = Math.round(Math.random()*WinHeight);
Xpos[i] = Math.round(Math.random()*WinWidth);
Speed[i]= Math.random()*5+3;
Cstep[i]=0;
Step[i]=Math.random()*0.1+0.05;
}
function fall(){
var WinHeight=(ns||ns6)?window.innerHeight:window.document.body.clientHeight;
var WinWidth=(ns||ns6)?window.innerWidth-70:window.document.body.clientWidth;
var hscrll=(ns||ns6)?window.pageYOffset:document.body.scrollTop;
var wscrll=(ns||ns6)?window.pageXOffset:document.body.scrollLeft;
for (i=0; i < Amount; i++){
sy = Speed[i]*Math.sin(90*Math.PI/180);
sx = Speed[i]*Math.cos(Cstep[i]);
Ypos[i]+=sy;
Xpos[i]+=sx;
if (Ypos[i] > WinHeight){
Ypos[i]=-60;
Xpos[i]=Math.round(Math.random()*WinWidth);
Speed[i]=Math.random()*5+3;
}
if (ns){
document.layers['sn'+i].left=Xpos[i];
document.layers['sn'+i].top=Ypos[i]+hscrll;
}
else if (ns6){
document.getElementById("si"+i).style.left=Math.min(WinWidth,Xpos[i]);
document.getElementById("si"+i).style.top=Ypos[i]+hscrll;
}
else{
eval("document.all.si"+i).style.left=Xpos[i];
eval("document.all.si"+i).style.top=Ypos[i]+hscrll;
}
Cstep[i]+=Step[i];
}
setTimeout('fall()',115);
}
window.onload=fall
//-->

</SCRIPT>


โดย: hidden file วันที่: 27 ธันวาคม 2548 เวลา:1:18:57 น.  

 


โดย: คนเดินดิน (หน้าใหม่อยากกรอบ ) วันที่: 11 สิงหาคม 2554 เวลา:12:02:45 น.  

 


โดย: คนเดินดิน (หน้าใหม่อยากกรอบ ) วันที่: 11 สิงหาคม 2554 เวลา:12:59:49 น.  

ชื่อ :
Comment :
  *ใช้ code html ตกแต่งข้อความได้เฉพาะสมาชิก
 

hidden file
Location :
กรุงเทพ Thailand

[ดู Profile ทั้งหมด]

ฝากข้อความหลังไมค์
Rss Feed

ผู้ติดตามบล็อก : 1 คน [?]





หยดน้ำเล็กๆ ทำให้เธอมีชีวิตอยู่ได้
คนไม่ยอมขายวิญญาณ ใครสักคนบอกฉัน
ชีวิต...งานศิลป์ที่มีลมหายใจ
ดำรงชีพอย่างขาดศิลปะ
คงไม่ต่างจากโคกระบือที่เขาสนตะพาย
เส้นทางที่ฉันขีดฉันวาดมันเองกับมือ
มันก็แค่ทางเล็กๆ ดูยุ่งเหยิง
ไม่ง่าย แต่ก็ไม่ยากจนเกินไป
ที่ยากก็ตรงที่ทำให้ใครๆ เขาเข้าใจไม่ได้ แค่นั้นแหละ



มีความฝันตราบที่ยังมีลมหายใจ
คนที่ไม่มีความฝันก็เหมือนตายไปแล้ว
คนตายแล้วย่อมไม่หลับฝัน
คนไม่มีความฝัน - คนตาย



เป็นเรื่องแปลกที่ว่า
เมื่อเรารักใครแล้วหากเขาทำผิดพลาด
เรามักโกรธเขามากกว่าคนอื่น
เพราะเรามีความคาดหวังในคนที่เรารักไว้สูง
พอไม่ได้ดั่งใจ
ก็โกรธหรือน้อยใจเขามากกว่าคนอื่น
ดังนั้น การให้อภัย
จึงจำเป็นอย่างยิ่งในการครองชีวิตคู่



Destiny can be change

Time sometimes flows backwards

Snow can fall in the Spring

and even a frozen heart can come back to life...




ปฏิทินพระจันทร์

Friends' blogs
[Add hidden file's blog to your web]
Links
 

 Pantip.com | PantipMarket.com | Pantown.com | © 2004 BlogGang.com allrights reserved.