المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : مكتبه اكواد الجافا


Ram
15-06-2006, 11:39 AM
هذه اكواد جافا خاصه لاصحاب المواقع
اولا
كود درجه الحراره
اذا اردت توفير درجة حرارة مدينتك او اي مدينة اخرى او اكثر فما عليك الا التوجه الى رابطة الصورة السفلى واختيار ما تريد
<body> انسخ هذا الكود في
<a href="javascript:if(confirma('http://www.wunderground.com/global/stations/40438.html \n\nThis file was not retrieved by Teleport Pro, because it is addressed on a domain or path outside the boundaries set for its Starting Address. \n\nDo you want to open it from the server?'))window.location='http://www.wunderground.com/global/stations/40438.html'" tppabs="http://www.wunderground.com/global/stations/40438.html">
<img src="40438.gif" tppabs="http://banners.wunderground.com/banner/gizmotempbig/global/stations/40438.gif" height=40 width=467></a>
كود لقتل البانر في موقع الجيوستيز
يوضع في نهاية صفحة الهتمل اي بعد
<html/>
والكود هو
<div style="display:none">
أو هذا
<NOSCRIPT>
<!--
<!--geoguide-->
-->
</NOSCRIPT>
<NOSCRIPT>
<NOSCRIPT>
<NOSCRIPT>
<script>
</
<!-- End Copying -->
--------------------------------------------------------------------------------
لقتل بانر ترايبود tripod اضف التالي لجميع الصفحات
<SCRIPT LANGUAGE="JavaScript">
var temppopup = window.open( "", "tempWin", 'toolbar=0,location=0,directories=0,status=0,menub ar=0,
scrollbars=0,resizable=0,width=1,height=1');
window.open = temppopup.open;
temppopup.close();
var popup = window.open("", "TripodPopup",'toolbar=0,
location=0,directories=0,status=0,
menubar=0,scrollbars=0,resizable=0,width=1,height= 1');
popup.close();
</SCRIPT>
او هذا
<SCRIPT>
<!--
function close_nagwin(){
var popupURL = "blank.html";
popup = window.open(popupURL,"TripodPopup",'toolbar=0,
location=0,directories=0,status=0,menubar=0,
scrollbars=0,resizable=0,width=0,height=0');
popup.close()}
close_nagwin();
// -->
</SCRIPT>
<SCRIPT LANGUAGE="javascript">
<!-- window.open=false // --> </SCRIPT>
ويضاف السابقان لكل صفحات الترايبود
قاتل الاعلانات
وهو يُخفي الإعلانات التي تأتي على شكل نافذة خارجية صغيرة وفي أي موقع .. ضعه في صفحتك وريّح زوارك
<body> انسخ ما يلي في
<Script Language='Javascript'>
<!--
eval(unescape('%66%75%6E%63%74%69%6F%6E%20%6F%70%6 5%6E%20%28%29%20%7B%72%65%74%75%72%6E%20%74%72%75% 65%3B%7D'));
//-->
</Script>
طباعة صفحة
وفرها لزوارك في حال صفحة مهمة وفيها تعليمات وارشادات
.
<body> انسخ ما يلي في
<SCRIPT Language="Javascript">
function printit(){
if (NS) {
window.print() ;
} else {
var WebBrowser = '<OBJECT ID="WebBrowser1" WIDTH=0 HEIGHT=0 CLASSID="CLSID:8856F961-340A-11D0-A96B-00C04FD705A2"></OBJECT>';
document.body.insertAdjacentHTML('beforeEnd', WebBrowser);
WebBrowser1.ExecWB(6, 2);//Use a 1 vs. a 2 for a prompting dialog box WebBrowser1.outerHTML = "";
}
}
</script>
<SCRIPT Language="Javascript">
var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
document.write('<form><input type=button value="إطبع الصفحة" name="Print" onClick="printit()"></form>');
}
</script>
تحديث تلقائي
هذا الكود يقوم بتحديث الصفحة بعد فترة زمنية تحددها انت
<body> انسخ ما يلي في
<script>
<!--
//ادخل الوقت المطلوب للتحديث هنا
var limit="0.50:0"
if (document.images){
var parselimit=limit.split(":")
parselimit=parselimit[0]*60+parselimit[1]*1
}
function beginrefresh(){
if (!document.images)
return
if (parselimit==1)
window.location.reload()
else{
parselimit-=1
curmin=Math.floor(parselimit/60)
cursec=parselimit%60
if (curmin!=0)
curtime=curmin+" : دقيقة ... لتحديث الصفحة "
else
curtime=cursec+" : ثانية ... لتحديث الصفحة "
window.status=curtime
setTimeout("beginrefresh()",1000)
}
}
window.onload=beginrefresh
//-->
</script>
الى اعلى بضغطتين
<head> انسخ التالي في

<script language="JavaScript1.2">
<!--
function dblclick() {
window.scrollTo(0,0)
}
if (document.layers) {
document.captureEvents(Event.ONDBLCLICK);
}
document.ondblclick=dblclick;
//-->
</script>
ـــــــــــــــــــــــــــــــــــــــــــــــ
لظهور رساله تنبيه
الكود

<SCRIPT LANGUAGE="JavaScript">
<!--
window.alert("ضع رسالتك هنا")
// -->
</SCRIPT>
كود قيمه الاوان
الكود

<SCRIPT LANGUAGE="JavaScript">
<!--
document.bgColor=ضع كود اللون هنا
// -->
</SCRIPT>
لفتح نافذه مستقله بموقع انت تحدده
الكود

<SCRIPT LANGUAGE="JavaScript">
<!--
window.open("ضع موقعك هنا","windowname","height=320,width=320,scrollbars,resizable")
// -->
</SCRIPT>
كود لوحه تاكيديه كما عند تسجيل خروجك من القراصنه العرب تظهر لك رساله تاكيد
الكود

<SCRIPT LANGUAGE="JavaScript">
<!--
if (!confirm(ضع رسالتك هنا))
{
history.back()
}
// -->
</SCRIPT>

يتبع مكتبة اكواد الجافا

Ram
15-06-2006, 11:44 AM
كامل الشاشة
يفتح هذا الكود الصفحة بكامل مساحة الشاشة
<body> انسخ ما يلي في

<script language="Javascript">
<!--
function OpenFull(where2) {
if (document.all) window.open(where2,"Full_Screen_Window","fullscreen=yes");
else alert("Sorry, but you can only open to FullScreen with Internet Explorer.");
}
//-->
</script>
<p align="center">
<font face="Tahoma" size="2"><a href="javascript:OpenFull('عنوان الصفحة');">إفتح النافذة بكامل مساحة الشاشة</a><br>
</font>
<p align="center">
<a href="javascript:window.close();"><font face="Tahoma" size="2">أغلق هذه النافذة</font></a></p>
رسائل متغيرة
وغير ما يلزم <body> انسخ ما يلي في
<center>
<p><font size="3" face="Tahoma" color="#0000FF">
<script language="Javascript">
<!--
day = new Date()
hr = day.getHours()
hr1 = hr - 12
if (hr < "8") {
document.write("الحين انت ما عندك شغل ؟؟؟!!!!رح ارقد الساعة الحين "+hr+"بعد منتصف الليل ")
}
else if (hr < "12") {
document.write("صباح الخير .. والفل والجوري وكل ورود الدنيا الساعة الان "+hr+"صباحاً ")
}
else if (hr < "15") {
document.write(" مرحب بيك في منتديات القراصنه العرب الحين "+hr1+"ظهراً")
}
else if (hr < "21") {
document.write("مساء الخير والاحساس والطيبة .. الساعة الان "+hr1+" ")
}
else if (hr < "23") {
document.write("مساءك معطر بأريج الورد .. أتمنى لك ليلة سعيدة وعشوة طيبة لان الساعة الحين "+hr1+"مساءً ")
}
else if (hr > "10") {
document.write("تصبح على خير .. لا تنسى إقرا آية الكرسي الله يحفظنا وياك وكل المسلمين .. الساعة الان صارت "+hr1+" ليلاً ")
}
//-->
</script>
</font></p>
</center>
نقاط ملونة ثعبانية
<LAYER NAME="a0" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a1" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a2" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a3" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a4" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a5" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF00FF" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a6" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,1,1"></LAYER>
<LAYER NAME="a7" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffffff" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a8" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#fff000" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a9" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ffa000" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a10" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#ff00ff" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a11" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#00ff00" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a12" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#0000ff" CLIP="0,0,2,2"></LAYER>
<LAYER NAME="a13" LEFT=10 TOP=10 VISIBILITY=SHOW BGCOLOR="#FF0000" CLIP="0,0,2,2"></LAYER>
<script language="JavaScript">
if (document.all){
with (document){
write('<div id="starsDiv" style="position:absolute;top:0px;left:0px">')
write('<div style="position:relative;width:1px;height:1px;background: #ffffff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #fff000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ffa000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #ff00ff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #00ff00;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #0000ff;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:1px;height:1px;background: #FF0000;font-size:1px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #ffffff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #fff000;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #ffa000;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #ff00ff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #00ff00;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:2px;height:2px;background: #0000ff;font-size:2px;visibility:visible"></div>')
write('<div style="position:relative;width:3px;height:3px;background: #FF0000;font-size:3px;visibility:visible"></div>')
write('</div>')
}
}
if (document.layers)
{window.captureEvents(Event.MOUSEMOVE);}
var yBase = 200;
var xBase = 200;
var step = 1;
var currStep = 0;
var Xpos = 1;
var Ypos = 1;
if (document.all)
{
function MoveHandler(){
Xpos = document.body.scrollLeft+event.x;
Ypos = document.body.scrollTop+event.y;
}
document.onmousemove = MoveHandler;
}
else if (document.layers)
{
function xMoveHandler(evnt){
Xpos = evnt.pageX;
Ypos = evnt.pageY;
}
window.onMouseMove = xMoveHandler;
}
function animateLogo() {
if (document.all)
{
yBase = window.document.body.offsetHeight/6;
xBase = window.document.body.offsetWidth/6;
}
else if (document.layers)
{
yBase = window.innerHeight/8;
xBase = window.innerWidth/8;
}
if (document.all)
{
for ( i = 0 ; i < starsDiv.all.length ; i++ )
{
starsDiv.all[i].style.top = Ypos + yBase*Math.sin((currStep + i*4)/12)*Math.cos(400+currStep/200);
starsDiv.all[i].style.left = Xpos + xBase*Math.sin((currStep + i*3)/10)*Math.sin(currStep/200);
}
}
else if (document.layers)
{
for ( j = 0 ; j < 14 ; j++ ) //number of NS layers!
{
var templayer="a"+j
document.layers[templayer].top = Ypos + yBase*Math.sin((currStep + j*4)/12)*Math.cos(400+currStep/200);
document.layers[templayer].left = Xpos + xBase*Math.sin((currStep + j*3)/10)*Math.sin(currStep/200);
}
}
currStep+= step;
setTimeout("animateLogo()", 10);
}
animateLogo();
/script>

حزن
15-06-2006, 05:00 PM
يعطيك العافية على مجهودك

أكواد مهمة لمصممي الصفحات

تحياتي لك

ح ـزن