مرايا
السلام عليكم
مرحبا اخي /أختي إذا كنت تود التسجيل إضغط سجل
وإذا كنت مسجل وتريد الدخول إضغط دخول
اما إذا كنت تريد التصفح فتستطيع ذلك بكل سهولة
لاتنس تسجيلك يشرفنا
مرايا
السلام عليكم
مرحبا اخي /أختي إذا كنت تود التسجيل إضغط سجل
وإذا كنت مسجل وتريد الدخول إضغط دخول
اما إذا كنت تريد التصفح فتستطيع ذلك بكل سهولة
لاتنس تسجيلك يشرفنا
مرايا
هل تريد التفاعل مع هذه المساهمة؟ كل ما عليك هو إنشاء حساب جديد ببضع خطوات أو تسجيل الدخول للمتابعة.

مرايا

كل ما يخص الطب والصحة والعلوم والتكنولوجيا من مقالات وبرامج حديثة ونادرة
 
الرئيسيةبوابة المنتدىأحدث الصورالتسجيلدخول

 

 مجلة أكـواد(1)

اذهب الى الأسفل 
2 مشترك
كاتب الموضوعرسالة
Panadol
المدير العام
Panadol


مكان الاقامة : حلب

عدد المساهمات : 343

تاريخ التسجيل : 22/01/2009

العمر : 35

العمل/المهنة : سنة رابعة في كلية الطب


مجلة أكـواد(1) Empty
مُساهمةموضوع: مجلة أكـواد(1)   مجلة أكـواد(1) I_icon_minitimeالإثنين أغسطس 10, 2009 4:19 pm

مجلة أكـواد(1) Slamny5

???? ????? ????? ??????
?????:
<--xx-- LANGUAGE="--xx--1.2">
/*
Analog Clock III- Kurt Grigg (kurt.grigg@virgin.net)
For full source code, 100's more DHTML --xx--s, and TOS,
visit http://www.dynamicdrive.com
* Visit our site at http://www.star28.com/ for more code
This notice must stay intact for use */

colors = new Array('330099','00ff00','ff00ff'); //Clock face colors.
sCol = 'ff00ff'; //seconds colour.
mCol = '00ff00'; //minutes colour.
hCol = 'red'; //hours colour.
//Alter nothing below!
H = '***';
H = H.split('');
H = H.reverse();
M = '****';
M = M.split('');
M = M.reverse();
S = '*****';
S = S.split('');
S = S.reverse();
dots = 12;
var Ypos = 0,Xpos = 0,Ybase = 0,Xbase = 0;
var ay = 0, ax = 0, Ay = 0, Ax = 0, by = 0, bx = 0, By = 0, Bx = 0, cy
= 0, cx = 0, Cy = 0, Cx = 0, dy = 0, dx = 0, Dy = 0, Dx = 0;
count = 0;
count_a = 0;
move = 1;
ie4=document.all
ns = (document.layers)?1:0;
viz = (document.layers)?'hide':'hidden';
if (ns) {
for (i = 0; i < dots; i++)
document.write('<layer name=nface'+i+' top=0 left=0 bgcolor=#000099 clip="0,0,3,3"></layer>');
for (i = 0; i < S.length; i++)
document.write('<layer name=nx'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+sCol+'><center>'+S[i]+'</center></font></layer>');
for (i = 0; i < M.length; i++)
document.write('<layer name=ny'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+mCol+'><center>'+M[i]+'</center></font></layer>');
for (i = 0; i < H.length; i++)
document.write('<layer name=nz'+i+' top=0 left=0 width=36 height=36><font face=Verdana size=2 color='+hCol+'><center>'+H[i]+'</center></font></layer>');
}
else if (ie4){
document.write('<div id="W" style="position:relative ;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < dots; i++) {
document.write('<div id="face" style="position:relative ;top:0px;left:0px;width:3px;height:3px;font-size:3px;background:#000099"></div>');
}
document.write('</div></div>');
document.write('<div id="X" style="position:relative ;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < S.length; i++) {
document.write('<div id="x" style="position:relative ;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+sCol+';text-align:center;padding-top:10px">'+S[i]+'</div>');
}
document.write('</div></div>')
document.write('<div id="Y" style="position:relative ;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < M.length; i++) {
document.write('<div id="y" style="position:relative ;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+mCol+';text-align:center;padding-top:10px">'+M[i]+'</div>');
}
document.write('</div></div>')
document.write('<div id="Z" style="position:relative ;top:0px;left:0px"><div style="position:relative">');
for (i = 0; i < H.length; i++) {
document.write('<div id="z" style="position:relative ;width:36px;height:36px;font-family:Verdana;font-size:12px;color:'+hCol+';text-align:center;padding-top:10px">'+H[i]+'</div>');
}
document.write('</div></div>');
}
if (ns) {
window.captureEvents(Event.MOUSEMOVE);
function nsMouse(evnt) {
Ypos = evnt.pageY + 100;
Xpos = evnt.pageX + 100;
}
window. NOOP = nsMouse;
}
else if (ie4){
function ieMouse() {
Ypos = event.y + 100;
Xpos = event.x + 100;
}
document. NOOP = ieMouse;
}
function clock() {
time = new Date ();
secs = time.getSeconds();
sec = -1.57 + Math.PI * secs / 30;
mins = time.getMinutes();
min = -1.57 + Math.PI * mins / 30;
hr = time.getHours();
hrs = -1.575 + Math.PI * hr / 6 + Math.PI * parseInt(time.getMinutes())
/ 360;
Ybase = 15;
Xbase = 15;
if (ns) {
document.layers["nx"+0].visibility = viz;
document.layers["ny"+0].visibility = viz;
document.layers["nz"+0].visibility = viz;
for (i = 0; i < S.length; i++) {
document.layers["nx"+i].top = ay - 12 + (i * Ybase) * Math.sin(sec);
document.layers["nx"+i].left = ax - 12 + (i * Xbase) * Math.cos(sec);
}
for (i = 0; i < M.length; i++) {
document.layers["ny"+i].top = by - 12 + (i * Ybase) * Math.sin(min);
document.layers["ny"+i].left = bx - 12 + (i * Xbase) * Math.cos(min);
}
for (i = 0; i < H.length; i++) {
document.layers["nz"+i].top = cy - 12 + (i * Ybase) * Math.sin(hrs);
document.layers["nz"+i].left = cx - 12 + (i * Xbase) * Math.cos(hrs);
}
for (i = 0; i < dots; ++i) {
document.layers["nface"+i].top = dy - 2 + (70 *
Math.sin(-0.49+dots+i/1.9));
document.layers["nface"+i].left = dx + 4 + (70 *
Math.cos(-0.49+dots+i/1.9));
}
}
else if (ie4) {
var scrll = document.body.scrollTop;
W.style.pixelTop = scrll;
X.style.pixelTop = scrll;
Y.style.pixelTop = scrll;
Z.style.pixelTop = scrll;
x[0].style.visibility=viz;
y[0].style.visibility = viz;
z[0].style.visibility = viz;
for (i = 0; i < S.length; i++) {
x[i].style.pixelTop = ay - 12 + (i * Ybase) * Math.sin(sec);
x[i].style.pixelLeft = ax - 12 + (i * Xbase) * Math.cos(sec);
}
for (i = 0; i < M.length; i++) {
y[i].style.pixelTop = by - 12 + (i * Ybase) * Math.sin(min);
y[i].style.pixelLeft = bx - 12 + (i * Xbase) * Math.cos(min);
}
for (i = 0; i < H.length; i++) {
z[i].style.pixelTop = cy - 12 + (i * Ybase) * Math.sin(hrs);
z[i].style.pixelLeft = cx - 12 + (i * Xbase) * Math.cos(hrs);
}
for (i = 0; i < dots; ++i) {
face[i].style.pixelTop = dy + 6 + (70 * Math.sin(-0.49 + dots + i /
1.9));
face[i].style.pixelLeft = dx + 4 + (70 * Math.cos(-0.49 + dots + i /
1.9));
}
}
}
function MouseFollow() {
ay = Math.round(Ay += ((Ypos) - Ay) * 4 / 15);
ax = Math.round(Ax += ((Xpos) - Ax) * 4 / 15);
by = Math.round(By += (ay - By) * 4 / 15);
bx = Math.round(Bx += (ax - Bx) * 4 / 15);
cy = Math.round(Cy += (by - Cy) * 4 / 15);
cx = Math.round(Cx += (bx - Cx) * 4 / 15);
dy = Math.round(Dy += (cy - Dy) * 4 / 15);
dx = Math.round(Dx += (cx - Dx) * 4 / 15);
clock();
setTimeout('MouseFollow()',10);
}
function StartAll() {
MouseFollow();
}
if (document.layers || document.all) window. NOOP = StartAll;
// End -->
</--xx-->
rendeer rendeer rendeer rendeer
??? ???????</STRONG>

?????
<--xx-- language="--xx--1.2">

/*****************************************
* Visit our site at http://www.star28.com/ for more code
***********************************************/
<!-- Begin
function shake(n) {
if (self.moveBy) {
for (i = 10; i > 0; i--) {
for (j = n; j > 0; j--) {
self.moveBy(0,i);
self.moveBy(i,0);
self.moveBy(0,-i);
self.moveBy(-i,0);
}
}
}
}
// End -->
</--xx-->
<form>
<p align="center"><input type="button"
value="??????? ??????" NOOP="shake(2)"> </p>
</form>

No No No
?? ????? ???? ????? ???????</STRONG>
?????:

<--xx-->
<!-- Activate Cloaking Device

var onHours = " ";
var onMinutes = " ";

var onSeconds = " ";

var offHours = 0;
var offMinutes = 0;
var offSeconds = 0;

var logSeconds = 0;
var logMinutes = 0;
var logHours = 0;

var OnTimeValue = " ";
var OffTimeValue = " ";
var PageTimeValue = " ";

// Back to previous page.
function WinOpen()
{
getLogoffTime();
--xx--="js-timet.htm"
--xx--="js-timet.htm" // double call for Mac users??
}

// Loads HTML page to full window for View Source.
function WinOpen1()
{
alert('View/Document Source from menu bar..., then close new window to return to this page. The animation of the radio buttons on the --xx-- index will be dead upon return. Reload the --xx-- page to get them going again. ');
window.open("js-timer.htm","DisplayWindow","menubar=yes,scrollbars=yes");
}

// Captures logon time.
function getLogonTime()
{
var now = new Date();
// Used to display logon time.
var ampm = (now.getHours() >= 12) ? " ?????" : " ??????"
var Hours = now.getHours();
Hours = ((Hours > 12) ? Hours - 12 : Hours);
var Minutes = ((now.getMinutes() < 10) ? ":0" : ":") + now.getMinutes();

var Seconds = ((now.getSeconds() < 10) ? ":0" : ":") + now.getSeconds();
// String to display log-on time.

OnTimeValue =(" "

+ Hours

+ Minutes

+ Seconds

+ " "
+ ampm);

// Capture logon time for use in timer().
onHours = now.getHours();
onMinutes = now.getMinutes();
onSeconds = now.getSeconds();
}

function getLogoffTime()
{
var now = new Date();
// Used to display logoff time.
var ampm = (now.getHours() >= 12) ? " ?????" : " ??????"
var Hours = now.getHours();
Hours = ((Hours > 12) ? Hours - 12 : Hours);

var Minutes = ((now.getMinutes() < 10) ? ":0" : ":") + now.getMinutes();

var Seconds = ((now.getSeconds() < 10) ? ":0" : ":") + now.getSeconds();
// String to display log-off time.

OffTimeValue =(" "

+ Hours

+ Minutes

+ Seconds

+ " "
+ ampm);

// Capture logoff time for use in timer().
offHours = now.getHours();
offMinutes = now.getMinutes();
offSeconds = now.getSeconds();

timer();
}

// Compute difference between logoff time and logon time.
function timer()
{
if (offSeconds >= onSeconds)
{ logSeconds = offSeconds - onSeconds; }
else
{
offMinutes -= 1;
logSeconds = (offSeconds + 60) - onSeconds;
}
if (offMinutes >= onMinutes)
{ logMinutes = offMinutes - onMinutes; }
else
{
offHours -= 1;
logMinutes = (offMinutes + 60) - onMinutes;
}
logHours = offHours - onHours;

// Used to display time on page.
logHours = ((logHours < 10) ? "0" : ":") + logHours;
logMinutes = ((logMinutes < 10) ? ":0" : ":") + logMinutes;

logSeconds = ((logSeconds < 10) ? ":0" : ":") +logSeconds;
// String to display time on page.
PageTimeValue =(" "

+ logHours

+ logMinutes

+ logSeconds);

displayTimes();
}

function displayTimes()
{
alert("\n??? ???? ?????? : " +OnTimeValue+"\n\n??? ?????? : "+OffTimeValue+"\n\n????? ???? ????? ??????? ?? : " + PageTimeValue);
}

// Deactivate Cloaking -->
</--xx-->
What a Face What a Face What a Face
????? ????? ??? ???? ???? ????</STRONG>

?????

<--xx-- language="--xx--1.2">
/*
Fading Scroller- By DynamicDrive.com
For full source code, and usage terms, visit http://www.dynamicdrive.com
This notice MUST stay intact for use
Translated By www.star28.com
*/
var delay=3000 //set delay between message change (in miliseconds)
var fcontent=new Array()
begintag='<font face="Tahoma" size=2>' //set opening tag, such as font declarations
fcontent[0]="<b>??? ?? </b><br>??? ???? ???? ... ???? ????<br><br>???? ??? ????? ?? ???? <a href='http://www.star28.com/'>??? ???</a>"
fcontent[1]="??? ?? ?? ??????? ???????"
fcontent[2]="??? ?? ?? ??????? ??????? ... ??????"
closetag='</font>'
var fwidth='150px' //set scroller width
var fheight='150px' //set scroller height
var fadescheme=0 //set 0 to fade text color from (white to black), 1 for (black to white)
var fadelinks=1 //should links inside scroller content also fade like text? 0 for no, 1 for yes.
///No need to edit below this line/////////////////
var hex=(fadescheme==0)? 255 : 0
var startcolor=(fadescheme==0)? "rgb(255,255,255)" : "rgb(0,0,0)"
var endcolor=(fadescheme==0)? "rgb(0,0,0)" : "rgb(255,255,255)"
var ie4=document.all&&!document.getElementById
var ns4=document.layers
var DOM2=document.getElementById
var faderdelay=0
var index=0
if (DOM2)
faderdelay=2000
//function to change content
function changecontent(){
if (index>=fcontent.length)
index=0
if (DOM2){
document.getElementById("fscroller").style.color=startcolor
document.getElementById("fscroller").innerHTML=begintag+fcontent[index]+closetag
linksobj=document.getElementById("fscroller").getElementsByTagName("A")
if (fadelinks)
linkcolorchange(linksobj)
colorfade()
}
else if (ie4)
document.all.fscroller.innerHTML=begintag+fcontent[index]+closetag
else if (ns4){
document.fscrollerns.document.fscrollerns_sub.document.write(begintag+fcontent[index]+closetag)
document.fscrollerns.document.fscrollerns_sub.document.close()
}
index++
setTimeout("changecontent()",delay+faderdelay)
}
// colorfade() partially by Marcio Galli for Netscape Communications. ////////////
// Modified by Dynamicdrive.com
frame=20;
function linkcolorchange(obj){
if (obj.length>0){
for (i=0;i<obj.length;i++)
obj[i].style.color="rgb("+hex+","+hex+","+hex+")"
}
}
function colorfade() {
// 20 frames fading process
if(frame>0) {
hex=(fadescheme==0)? hex-12 : hex+12 // increase or decrease color value depd on fadescheme
document.getElementById("fscroller").style.color="rgb("+hex+","+hex+","+hex+")"; // Set color value.
if (fadelinks)
linkcolorchange(linksobj)
frame--;
setTimeout("colorfade()",20);
}
else{
document.getElementById("fscroller").style.color=endcolor;
frame=20;
hex=(fadescheme==0)? 255 : 0
}
}
if (ie4||DOM2)
document.write('<div id="fscroller" style="border:1px solid black;width:'+fwidth+';height:'+fheight+';padding:2px"></div>')
window. NOOP=changecontent
</--xx-->

<ilayer id="fscrollerns" width=&{fwidth}; height=&{fheight};><layer id="fscrollerns_sub" width=&{fwidth}; height=&{fheight}; left=0 top=0></layer></ilayer>
santa santa santa
??? ????? ?????? ??? ???? ??? ????? ???? ????? ???
?????
<META http-equiv="refresh" content="25;URL=https://marraya.yoo7.com">
???? ??? ????? ? ??? ?? ????? HEAD
??? ??????? ???? ?????? ? ????? 25 ???? ??? ??? ??????? ???????? ?????
???? ??? 0 ????? ???????
</STRONG>
cherry cherry cherry
No ???? affraid
</STRONG>
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://marraya.yoo7.com
Panadol
المدير العام
Panadol


مكان الاقامة : حلب

عدد المساهمات : 343

تاريخ التسجيل : 22/01/2009

العمر : 35

العمل/المهنة : سنة رابعة في كلية الطب


مجلة أكـواد(1) Empty
مُساهمةموضوع: رد: مجلة أكـواد(1)   مجلة أكـواد(1) I_icon_minitimeالإثنين أغسطس 10, 2009 5:16 pm

رائع Very Happy
الرجوع الى أعلى الصفحة اذهب الى الأسفل
https://marraya.yoo7.com
MORAD GX




عدد المساهمات : 31

تاريخ التسجيل : 16/06/2009


مجلة أكـواد(1) Empty
مُساهمةموضوع: رد: مجلة أكـواد(1)   مجلة أكـواد(1) I_icon_minitimeالجمعة أغسطس 14, 2009 9:17 am

تفضل هذه ايضاً أخي :

تحويل درجات الحرارة




فهرنهايت
NOOP="C.value = 100/(212-32) * (this.value - 32 )" size="20" style="background-color: #F7B428; color: #0000FF">
F


درجة مئوية NOOP="F.value = (212-32)/100 * this.value + 32 " size="20" style="background-color: #F7B428; color: #0000FF">
C



addlinkat.com Site




كود أمطار غزيرة


<--xx-- LANGUAGE="--xx--">

الرجوع الى أعلى الصفحة اذهب الى الأسفل
MORAD GX




عدد المساهمات : 31

تاريخ التسجيل : 16/06/2009


مجلة أكـواد(1) Empty
مُساهمةموضوع: رد: مجلة أكـواد(1)   مجلة أكـواد(1) I_icon_minitimeالجمعة أغسطس 14, 2009 9:19 am

كود لعبة تنس ارضية ثلاثية الابعاد

<iframe width="640" height="500" src="http://games.te3p.com/window.php?id=200" frameborder="0" scrolling="no"></iframe>


كود لعبة ضربات الجزاء


<iframe width="640" height="500" src="http://games.te3p.com/window.php?id=41" frameborder="0" scrolling="no"></iframe>
الرجوع الى أعلى الصفحة اذهب الى الأسفل
MORAD GX




عدد المساهمات : 31

تاريخ التسجيل : 16/06/2009


مجلة أكـواد(1) Empty
مُساهمةموضوع: رد: مجلة أكـواد(1)   مجلة أكـواد(1) I_icon_minitimeالجمعة أغسطس 14, 2009 9:21 am

شكرا والله موضوع ولاأروع
الرجوع الى أعلى الصفحة اذهب الى الأسفل
 
مجلة أكـواد(1)
الرجوع الى أعلى الصفحة 
صفحة 1 من اصل 1
 مواضيع مماثلة
-
» مجلة الأكواد(2)

صلاحيات هذا المنتدى:لاتستطيع الرد على المواضيع في هذا المنتدى
مرايا :: قسم لغات البرمجة وتطوير المواقع :: قسم تطوير المواقع بال Java Script-
انتقل الى: