العودة   منتديات دلوعتي > *`·.¸¸.·®™® منتدى التكنولوجية ®™®`·.¸¸.·* > منتدى تطوير المواقع والمنتديات > الادوات لاصحاب المواقع

الادوات لاصحاب المواقع سكربتات & اكواد جافا & برامج & تطوير منتديات vBulletin®

 
 
رد
 
أدوات الموضوع

 
قديم 12-31-06, 10:39 PM   رقم المشاركة : 1
ادارة المنتدى
 
الصورة الرمزية شاعرة البدر






شاعرة البدر متواجد حالياً

شاعرة البدر has a spectacular aura about


اكواد خاصة بمؤثرات الفارة

اسم موقعك يتبع مؤشر الفارة
الوصف: يمكن وضع اسم موقعك او اي حروف لتتبع مؤشر الفارة.
طريقة التركيب: ضع الكود بمنطقة الـ <body>
الكود:
[html]
<****** language=Java******1.2>
<!--
/*
Cursor Trailer II (By Kurt at kurt.grigg@virgin.net)
Modified and featured on Dynamicdrive.com
For full source, usage terms, and 100's more DHTML ******s, visit http://dynamicdrive.com
للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
*/
var message='eqla3soft.com';
var messagecolor='#000000'
//Enter number of seconds for message to display (0=perpetual)
var dismissafter=0
///no need to edit below/////////
var amount=5,ypos=0,xpos=0,Ay=0,Ax=0,By=0,Bx=0,Cy=0,Cx =0,Dy=0,Dx=0,Ey=0,Ex=0;
if (********.layers){
for (i = 0; i < amount; i++)
{********.write('<layer name=ns'+i+' top=0 left=0><font face="Courier New" size=3 color='+messagecolor+'>'+message+'</font></layer>')}
window.captureEvents(Event.MOUSEMOVE);
function nsmouse(evnt){xpos = evnt.pageX;ypos = evnt.pageY;makefollow()}
}
else if (********.all){
********.write("<div id='outer' style='position:absolute;top:0px;left:0px'>");
********.write("<div id='inner' style='position:relative'>");
for (i = 0; i < amount; i++)
{********.write('<div id="****"'+i+' style="position:absolute;top:0px;left:0px;font-family:Courier New;font-size:16px;color:'+messagecolor+'">'+message+'</div>')}
********.write("</div>");
********.write("</div>");
function iemouse(){ypos = ********.body.scrollTop + event.y;xpos = ********.body.scrollLeft + event.x;makefollow()}
}
function makefollow(){
if (********.layers){
********.layers["ns0"].top=ay;********.layers["ns0"].left=ax;
********.layers["ns1"].top=by;********.layers["ns1"].left=bx;
********.layers["ns2"].top=cy;********.layers["ns2"].left=cx;
********.layers["ns3"].top=Dy;********.layers["ns3"].left=Dx;
********.layers["ns4"].top=Ey;********.layers["ns4"].left=Ex;
}
else if (********.all){
outer.all.inner.all[0].style.pixelTop=ay;outer.all.inner.all[0].style.pixelLeft=ax;
outer.all.inner.all[1].style.pixelTop=by;outer.all.inner.all[1].style.pixelLeft=bx;
outer.all.inner.all[2].style.pixelTop=cy;outer.all.inner.all[2].style.pixelLeft=cx;
outer.all.inner.all[3].style.pixelTop=Dy;outer.all.inner.all[3].style.pixelLeft=Dx;
outer.all.inner.all[4].style.pixelTop=Ey;outer.all.inner.all[4].style.pixelLeft=Ex;
}
}
function move(){
if (dismissafter!=0)
setTimeout("hidetrail()",dismissafter*1000)
if (********.layers){window.onMouseMove = nsmouse}
else if (********.all){window.********.onmousemove = iemouse}
ey = Math.round(Ey+=((ypos+20)-Ey)*2/2);ex = Math.round(Ex+=((xpos+20)-Ex)*2/2);
dy = Math.round(Dy+=(ey - Dy)*2/4);dx = Math.round(Dx+=(ex - Dx)*2/4);
cy = Math.round(Cy+=(dy - Cy)*2/6);cx = Math.round(Cx+=(dx - Cx)*2/6);
by = Math.round(By+=(cy - By)*2/8);bx = Math.round(Bx+=(cx - Bx)*2/8);
ay = Math.round(Ay+= (by - Ay)*2/10);ax = Math.round(Ax+= (bx - Ax)*2/10);
makefollow();
jumpstart=setTimeout('move()',10);
}
function hidetrail(){
if (********.all){
for (i2=0;i2<amount;i2++){
outer.all.inner.all[i2].style.visibility="hidden"
clearTimeout(jumpstart)
}
}
else if (********.layers){
for (i2=0;i2<amount;i2++){
temp="ns"+i2
********.layers[temp].visibility="hide"
clearTimeout(jumpstart)
}
}
}
window.onload=move;
//-->
</******>
[/html][html]

<****** LANGUAGE="Java******1.2">
//////////////////////////////////////////////////////////////////////////////////
اسم موقعك يدور حول مؤشر الفارة
الوصف: يمكن وضع اسم موقعك او اي حروف لتتبع مؤشر الفارة.
طريقة التركيب: ضع الكود بمنطقة الـ <body>
الكود:


<!--//
//Circling **** trail- Tim Tilton
//***site: http://www.tempermedia.com/
//Visit http://www.dynamicdrive.com for this ****** and more
//للمزيد من الجافا سكريبت .. نرجو زيارة موقع إقلاع سوفت http://soft.vip600.com/
// اكتب هنا الكلام
var msg='eqla3 soft';
var font='Verdana,Arial';
var size=3; // حجم الخط يصل الى 7
var color='#000000';
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 for just plain rotation w/out drag
var speed=.5;
// This is the rotation speed, set it negative if you want
// it to spin clockwise
var rotation=.2;
// Alter no variables past here!, unless you are good
//---------------------------------------------------
var ns=(********.layers);
var ie=(********.all);
var msg=msg.split('');
var n=msg.length;
var a=size*15;
var currStep=0;
var ymouse=0;
var xmouse=0;
var scrll=0;
var props="<font face="+font+" size="+size+" color="+color+">";
if (ie)
window.pageYOffset=0
// writes the message
if (ns){
for (i=0; i < n; i++)
********.write('<layer name="nsmsg'+i+'" top=0 left=0 height='+a+' width='+a+'><center>'+props+msg[i]+'</font></center></layer>');
}
if (ie){
********.write('<div id="outer" style="position:absolute;top:0px;left:0px"><div style="position:relative">');
for (i=0; i < n; i++)
********.write('<div id="iemsg" style="position:absolute;top:0px;left:0;height:'+a +';width:'+a+';****-align:center;font-weight:regular;cursor:default">'+props+msg[i]+'</font></div>');
********.write('</div></div>');
}
(ns)?window.captureEvents(Event.MOUSEMOVE):0;
function Mouse(evnt){
ymouse = (ns)?evnt.pageY+20-(window.pageYOffset):event.y; // y-position
xmouse = (ns)?evnt.pageX+20:event.x-20; // x-position
}
if (ns||ie)
(ns)?window.onMouseMove=Mouse:********.onmousemove =Mouse;
y=new Array();
x=new Array();
Y=new Array();
X=new Array();
for (i=0; i < n; i++){
y[i]=0;
x[i]=0;
Y[i]=0;
X[i]=0;
}
function makecircle(){ // rotation properties
if (ie) outer.style.top=********.body.scrollTop;
currStep-=rotation;
for (i=0; i < n; i++){ // makes the circle
var d=(ns)?********.layers['nsmsg'+i]:iemsg[i].style;
d.top=y[i]+a*Math.sin((currStep+i*1)/3.8)+window.pageYOffset-15;
d.left=x[i]+a*Math.cos((currStep+i*1)/3.8)*2; // remove *2 for just a plain circle, not oval
}
}
function drag(){ // makes the resistance
scrll=(ns)?window.pageYOffset:0;
y[0]=Math.round(Y[0]+=((ymouse)-Y[0])*speed);
x[0]=Math.round(X[0]+=((xmouse)-X[0])*speed);
for (var i=1; i < n; i++){
y[i]=Math.round(Y[i]+=(y[i-1]-Y[i])*speed);
x[i]=Math.round(X[i]+=(x[i-1]-X[i])*speed);
}
makecircle();
// not rotation speed, leave at zero
setTimeout('drag()',10);
}
if (ns||ie)window.onload=drag;
// -->
</******>
[/html]
////////////////////////////////////////////////////////////////////////////////////////////////
كلام يتبع مؤشر الفارة
الوصف: اكتب اي كلام ليتبع حركة مؤشر الفارة.
طريقة التركيب: من خطوتين :
1- ضع الكود التالي بمنطقة الـ <head>
الكود:
[html]
<style>
.spanstyle {
position:absolute;
visibility:visible;
top:-50px;
font-size:8pt;
font-family:Verdana;
font-weight:bold;
}
</style>
<******>

// Your trailing message.
var message="سوفت إقلاع في الله حياكم "
message=message.split(" ")

var step=8
var stepbasic=8
// Do not edit the varianles below
var x,y
var flag=0
var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
xpos[i]=-100
}
var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
ypos[i]=-100
}
var spacebetweenwords=new Array()
for (i=0;i<=message.length-1;i++) {
spacebetweenwords[i]=stepbasic+step*message[i].length-1
}
var colorstep=Math.round(255/message.length-1)
var colorrgb=new Array()
for (i=0;i<=message.length-1;i++) {
colorrgb[i]=i*colorstep
}
var wordcolor=new Array()
for (i=0;i<=message.length-1;i++) {
var colhex_left = Math.floor(colorrgb[i]/16)
var colhex_right= colorrgb[i]-(colhex_left*16)
if (colhex_left == 10) {colhex_left="A"}
if (colhex_left == 11) {colhex_left="B"}
if (colhex_left == 12) {colhex_left="C"}
if (colhex_left == 13) {colhex_left="D"}
if (colhex_left == 14) {colhex_left="E"}
if (colhex_left == 15) {colhex_left="F"}
if (colhex_right == 10) {colhex_right="A"}
if (colhex_right == 11) {colhex_right="B"}
if (colhex_right == 12) {colhex_right="C"}
if (colhex_right == 13) {colhex_right="D"}
if (colhex_right == 14) {colhex_right="E"}
if (colhex_right == 15) {colhex_right="F"}
wordcolor[i] =""+colhex_left+colhex_right
}
function handlerMM(e){
x = (********.layers) ? e.pageX : ********.body.scrollLeft+event.clientX
y = (********.layers) ? e.pageY : ********.body.scrollTop+event.clientY
flag=1
}
function makesnake() {
if (flag==1 && ********.all) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+spacebetweenwords[i-1]
ypos[i]=ypos[i-1]
}
xpos[0]=x+stepbasic
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("span"+(i)+".style")
thisspan.posLeft=xpos[i]
thisspan.posTop=ypos[i]
}
}

else if (flag==1 && ********.layers) {
for (i=message.length-1; i>=1; i--) {
xpos[i]=xpos[i-1]+spacebetweenwords[i-1]
ypos[i]=ypos[i-1]
}
xpos[0]=x+stepbasic
ypos[0]=y

for (i=0; i<message.length-1; i++) {
var thisspan = eval("********.span"+i)
thisspan.left=xpos[i]
thisspan.top=ypos[i]
}
}
var timer=setTimeout("makesnake()",30)
}
</******>
[/html]

2- ضع الكود التالي بمنطقة الـ <body>
الكود
[html]
<body onLoad="makesnake()" style="width:100%;overflow-x:hidden;overflow-y:scroll">
<******>
<!-- Beginning of Java****** -
for (i=0;i<=message.length-1;i++) {
********.write("<span id='span"+i+"' class='spanstyle'>")
********.write("<font color='"+wordcolor[i]+wordcolor[i]+wordcolor[i]+"'>"+message[i]+"</font>")
********.write("</span>")
}
if (********.layers){
********.captureEvents(Event.MOUSEMOVE);
}
********.onmousemove = handlerMM;
// - End of Java****** - -->
</******>

<DIV id="deletethisblock" style="position:absolute;top:20px;left:20px;">
<font size=1 face=Verdana>
<ul>
[/html]






التوقيع :
[align=center]



[/align]
Digg this Post! Del.Icio.Us this Post! Technorati this Post! Furl this Post! Mister Wong this Post! Newsvine this Post! Spurl this Post! Reddit this Post! Netscape this Post!
آخر تعديل بواسطة شاعرة البدر بتاريخ 12-31-06 الساعة 10:42 PM .
  رد مع اقتباس
 
 
رد

مواقع النشر (المفضلة)


الذين يشاهدون محتوى الموضوع الآن : 1 ( الأعضاء 0 والزوار 1)
 
أدوات الموضوع

تعليمات المشاركة
لا تستطيع إضافة مواضيع جديدة
لا تستطيع الرد على المواضيع
لا تستطيع إرفاق ملفات
لا تستطيع تعديل مشاركاتك

BB code is متاحة
كود [IMG] متاحة
كود HTML معطلة

الانتقال السريع إلى

المواضيع المتشابهه
الموضوع كاتب الموضوع المنتدى مشاركات آخر مشاركة
اسم موقعك يتبع مؤشر الفارة شاعرة البدر الادوات لاصحاب المواقع 2 03-08-07 05:48 AM
اكواد :::: (ادوات الموقع) :::: شاعرة البدر الادوات لاصحاب المواقع 0 01-03-07 02:07 AM
اكواد خاصة مؤثرات على النصوص شاعرة البدر الادوات لاصحاب المواقع 0 12-31-06 11:00 PM
نجوم تتبع مؤشر الفارة شاعرة البدر الادوات لاصحاب المواقع 0 12-31-06 10:32 PM
بريق يتبع مؤشر الفارة شاعرة البدر الادوات لاصحاب المواقع 0 12-31-06 07:17 PM


الساعة الآن: 06:06 PM بتوقيت مسقط


Powered by vBulletin® Version 3.8.4, Copyright ©2000 - 2010, Tranz By Almuhajir

 
:: محموعه اولو هوست للتصميم والبرمجه ::