تبليغاتX
****ALLTHINKS****
<a href='http://www.javakhafan.7p.com' target='_blank' ><img src='http://www.javakhafan.7p.com/JavaCity.gif' alt='بزرگترین سایت جاوا اسکریپت ایران ' width='100' height='40' border='0'>
<SCRIPT language=javascript>
function noRightClick() {
if (event.button==2) {
alert('مگه از نش من رد بشي !!!!')
}
}
document.onmousedown=noRightClick
</SCRIPT>
+ نوشته شده در  ساعت 12:25 PM  توسط عمرانی | 

کد را در میان بادی سایت یا وبلاگ خود کپی کنید

 

کد نمایش متن دلخاه به دور موس

<a href='http://www.kkrcity.com' target='_blank' ><img src='http://www.kkrcity.com/logo.gif' alt='بزرگترین سایت جاوا اسکریپت ایران ' width='100' height='40' border='0'>
<!-- START OF Mouse Cursor Text Trailer DHTML -->


<!-- SUMMARY BRIEF

 This DHTML script will make a text message follow
 your cursor around the screen. You can change the
 message to say whatever you want.

 You can change the font face, color and size in
 the .trailersytle tag below. You can change the message
 in the javascript below that. Just look for the
 comment that says "Insert your personal message below."

-->


<!-- Put this portion of the script inside of your <HEAD> tag -->


<style>
.trailerstyle {
 position: absolute;
 visibility: visible;
 top: -50px;
 font-size: 12px;
 font-family: Arial,Helvetica,Verdana;
       font-weight: bold;
 color: #000000;
}
</style>

<script>
<!--

var x,y
var step=20
var flag=0

// Insert your personal message below.
// Important: Do NOT remove the space at the end of the sentence!!!

var message=" www.webloger.5u.com "
message=message.split("")

var xpos=new Array()
for (i=0;i<=message.length-1;i++) {
 xpos[i]=-50
}

var ypos=new Array()
for (i=0;i<=message.length-1;i++) {
 ypos[i]=-50
}

function handlerMM(e){
 x = (document.layers) ? e.pageX : document.body.scrollLeft+event.clientX
 y = (document.layers) ? e.pageY : document.body.scrollTop+event.clientY
 flag=1
}

function mousetrailer() {
 if (flag==1 && document.all) {
     for (i=message.length-1; i>=1; i--) {
      xpos[i]=xpos[i-1]+step
   ypos[i]=ypos[i-1]
     }
  xpos[0]=x+step
  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 && document.layers) {
     for (i=message.length-1; i>=1; i--) {
      xpos[i]=xpos[i-1]+step
   ypos[i]=ypos[i-1]
     }
  xpos[0]=x+step
  ypos[0]=y
 
  for (i=0; i<message.length-1; i++) {
      var thisspan = eval("document.span"+i)
      thisspan.left=xpos[i]
   thisspan.top=ypos[i]
     }
 }
  var timer=setTimeout("mousetrailer()",30)
}

//-->
</script>


<!-- Put this code inside of your <BODY> tag. -->


<script>
<!--

for (i=0;i<=message.length-1;i++) {
    document.write("<span id='span"+i+"' class='trailerstyle'>")
 document.write(message[i])
    document.write("</span>")
}

if (document.layers){
 document.captureEvents(Event.MOUSEMOVE);
}
document.onmousemove = handlerMM;

//-->
</script>


<!-- Lastly, insert the following into the <BODY> tag, itself, just like the example that follows. -->


example:
<body onLoad="mousetrailer()" style="width:100%;overflow-x:hidden;overflow-y:scroll">


<!-- END OF Mouse Cursor Text Trailer DHTML -->

+ نوشته شده در  ساعت 12:14 PM  توسط عمرانی | 

کد را در میان بادی سایت یا وبلاگ خود کپی کنید

 

 

کد نمایش پیام به صورت افکت

<a href='http://www.kkrcity.com' target='_blank' ><img src='http://www.kkrcity.com/logo.gif' alt='بزرگترین سایت جاوا اسکریپت ایران ' width='100' height='40' border='0'>
<!-- START OF Message Reader DHTML -->

<!-- SUMMARY BRIEFS

 This DHTML script will cycle through 4 different text links.
 You can adjust the text and links below to meet your webpage.
 
     IMPORTANT

 Make suer that this body tag is included in your webpage.  It
 activates the Message Reader. 
-->

<body onload="if (document.all||document.layers) {regenerate2();update()}">

<style>
<!--
#msgline{
position:relative;
layer-background-color:black;
width:400;
height:12;
}

#msgtext{
background-color:black;
position:absolute;
border: 1px solid black;
width:400;
height:12;

}


.msgtextfont{
font:bold 16px Arial;
postition:absolute;
left:5px;
text-decoration:none;
color:white;
}

.msgtextfont a{
color:white;
text-decoration:none;
}
-->
</style>
<div id="msgline">
<div id="msgtext" class="msgtextfont">Starting Messages...</div>
</div>

<script language="JavaScript1.2">

var speed=4000
var news=new Array()
news[0]="<a href='http://www.khafankadeh.7p.com'>First line of text....</a>"
news[1]="<a href='http://www.mahmood.7p.com'>Second line of text....</a>"
news[2]="<a href='http://www.andisheh.7p.com'>Third line of text....</a>"
news[3]="<a href='http://www.javakhafan.7p.com'>Add as many as you want....</a>"

i=0
if (document.all)
tickerobject=document.all.msgtext.style
else
tickerobject=document.msgline.document
function regenerate(){
window.location.reload()
}
function regenerate2(){
if (document.layers)
setTimeout("window.onresize=regenerate",450)
}

function update(){
 BgFade(0xff,0xff,0xff, 0x00,0x00,0x00,10);
if (document.layers){
document.msgline.document.msgtext.document.write('<span class="msgtextfont">'+news[i]+'</span>')
document.msgline.document.msgtext.document.close()
}
else
document.all.msgtext.innerHTML=news[i]

if (i<news.length-1)
i++
else
i=0
setTimeout("update()",speed)
}

 function BgFade(red1, grn1, blu1, red2,
 grn2, blu2, steps) {
 sred = red1; sgrn = grn1; sblu = blu1;
 ered = red2; egrn = grn2; eblu = blu2;
 inc = steps;
 step = 0;
 MsgDither();
 }
 function MsgDither() {
 var epct = step/inc;
 var spct = 1 - epct;
 if (document.layers)
 tickerobject.bgColor =
 Math.floor(sred * spct + ered *
 epct)*256*256 +
 Math.floor(sgrn * spct + egrn * epct)*256 +
 Math.floor(sblu * spct + eblu * epct);
 else
 tickerobject.backgroundColor=
 Math.floor(sred * spct + ered *
 epct)*256*256 +
 Math.floor(sgrn * spct + egrn * epct)*256 +
 Math.floor(sblu * spct + eblu * epct);
 if ( step < inc ) {
 setTimeout('MsgDither()',50);
 }
 step++;
 }

</script>

<!-- END OF Message Reader DHTML -->

+ نوشته شده در  ساعت 12:11 PM  توسط عمرانی | 

 

کد را در میان بادی سایت یا وبلاگ خود کپی کنید

 

 

کد نمایش متن ها  به طور زیبا   

 

<a href='http://www.kkrcity.com' target='_blank' ><img src='http://www.kkrcity.com/logo.gif' alt='بزرگترین سایت جاوا اسکریپت ایران ' width='100' height='40' border='0'>
<!-- Start of Fade In and Out JavaScript-->
<!-- Place this entire script into a new webpage and then work off the example.  Do not -->
<!-- try to incorporate into an existing webpage, else you may disrupt the Script    -->
<!-- Script supplied with CoffeeCup HTML Editor -->
<!--            
www.coffeecup.com              -->
<HTML>
  <HEAD>
        <style type="text/css">
        <!--
                #fadeMe01 { position: absolute; visibility: visible; width: 410px }
                #fadeMe02 { position: absolute; visibility: visible; width: 400px }
                .content { font: 16pt Verdana, Arial, Helvetica; width: 400px; text-align: center }
                .content1 { font: 16pt Verdana, Arial, Helvetica; width: 400px; text-align: center }
                .small { font: 6pt Verdana, Arial, Helvetica; width: 400px; text-align: center }
                b { font-weight: bold }
                a { text-decoration : none }
        // -->
        </style>

        <script type="text/javascript" language="javascript">

        <!--

        var idme=908601;
        var convert = new Array();
        var hexbase = new Array("0", "1", "2", "3", "4", "5", "6", "7",
                                  "8", "9", "A", "B", "C", "D", "E", "F");
        var value=0;
        var rgb;

        for (x=0; x<16; x++)
                for (y=0; y<16; y++) {
                        convert[value] = hexbase[x] + hexbase[y];
                        value++;
                }

        var timerID = null, timerRunning = false;

        function stopClock(){
          if(timerRunning)
                clearTimeout(timerID)
          timerRunning = false
        }

        var layers = document.layers;
        var style = document.all;
        var both = layers || style;
        if (layers) { layerRef = 'document.layers'; styleRef = ''; }
        if (style) { layerRef = 'document.all'; styleRef = '.style'; }

        function moveLayer(obj, topx, leftx) {
          if (both) {
                eval(layerRef + '["'+obj+'"]' + styleRef + '.top = topx');
                eval(layerRef + '["'+obj+'"]' + styleRef + '.left = leftx');
          }
        }

        var s1, s2, s3, s2r, s2g, s2b, smallest;

        function hexToDec(hex) { var value=0; while (true) { if (convert[value] == hex) break; value++; } return value; }

        function writeOn(obj, str) {
            if (layers) with (document[obj]) {
                document.open();
                document.write(str);
                document.close();
            }

            if (style) {
                eval(obj+'.innerHTML= str');
            }
        }


        function changeColor(obj, str, rgb1, speed, counter) {
          if (counter < smallest) {
            stopClock();

            if (layers) with (document[obj]) { document.open(); document.linkColor = rgb1; document.fgColor = rgb1; document.write(str); document.close(); }
            if (style) { eval(obj+'.document.linkColor= rgb1');
                eval(obj+'.innerHTML= "<font color="+rgb1+">"+str+"<\/font>"');
//              eval(layerRef + '["'+obj+'"]' + styleRef + '.color= rgb1');
                }

            s2r+=s1; s2g+=s2;  s2b+=s3;
            tempR = Math.round(s2r); tempG = Math.round(s2g); tempB = Math.round(s2b);
            if (tempR <= 0) tempR = 0; if (tempG <= 0) tempG = 0; if (tempB <= 0) tempB = 0;
            if (tempR >= 255) tempR = 255; if (tempG >= 255) tempG = 255; if (tempB >= 255) tempB = 255;

            rgb1 = convert[tempR] + convert[tempG] + convert[tempB];
            counter++;
            timerID = setTimeout('changeColor("'+obj+'", "'+str+'", "'+rgb1+'", '+speed+', '+counter+')', speed);
            timerRunning = true;
          }
        }

        function fadeText(obj, str, rgb1, rgb2, speed, step) {
        var r1, g1, b1, r2, g2, b2;
          for (cnt=1; cnt<=2; cnt++) {
            eval('r'+cnt+' = hexToDec(rgb'+cnt+'.slice(0,2));');
            eval('g'+cnt+' = hexToDec(rgb'+cnt+'.slice(2,4));');
            eval('b'+cnt+' = hexToDec(rgb'+cnt+'.slice(4,6));');
          }
          with (Math) {
                s2r = r1; s2g = g1; s2b = b1;
                s1 = abs(r1 - r2); s2 = abs(g1 - g2); s3 = abs(b1 - b2);
                if (s1 > s2 && s1 > s3) { smallest = s1; } else if (s2 > s1 && s2 > s3) { smallest = s2; } else { smallest = s3; }
                s1 = (s1 == 0) ? 0 : s1/smallest; s2 = (s2 == 0) ? 0 : s2/smallest; s3 = (s3 == 0) ? 0 : s3/smallest;
                s1*=step; s2*=step; s3*=step;
                if (r1 > r2) { s1 = -s1; } if (g1 > g2) { s2 = -s2; } if (b1 > b2) { s3 = -s3; }

                smallest= Math.round(smallest/step);
          }
          if (both) { changeColor(obj, str, rgb1, speed, 0); } else { document.write("Err. for some reason you tried viewing this page with a browser that doesn`t support javascript/CSS block support"); }
        }
        function getMid() { tvAgent = navigator.userAgent; if (layers) { maxX = innerWidth; maxY = innerHeight; } if (style) { maxX = document.body.clientWidth; maxY = document.body.clientHeight; } if (tvAgent.indexOf("WebTV") != -1) { maxX = 544; maxY = 378; } midX = maxX/2; midY = maxY/2; }
        function layout() { getMid(); moveLayer('fadeMe01', midY-50, midX-200);
                fadeText("fadeMe01", "<span class=content>NOW PRESENTING</span><div class=small>by popular demand</div>", "000000", "CCCCCC", 10, 2);
                setTimeout('fadeText("fadeMe01", "<span class=content>FADE IN AND OUT JavaScript</span><div class=small>A neat JavaScript</div>", "CCCCCC", "000000", 10, 4)',8000);
                setTimeout('fadeText("fadeMe01", "<div class=small>A</div><span class=content>It is COOL</span>", "000000", "CCCCFF", 10, 2)',12000);
                setTimeout('fadeText("fadeMe01", "<div class=small>A</div><span class=content>Easy to Use</span>", "CCCCFF", "000000", 10, 4)',20000);
                setTimeout('moveLayer("fadeMe01", midY-100, midX-200)',24000);
                setTimeout('moveLayer("fadeMe02", midY-60, midX-200)',24000);
                setTimeout('fadeText("fadeMe01", "<span class=content>This line could be Sentence Line 1.</span>", "000000", "CCCCFF", 10, 4)',26000);
                setTimeout('fadeText("fadeMe02", "<span class=content>Sentence Line 2.</span>", "000000", "9999FF", 10, 4)',32000);
                setTimeout('fadeText("fadeMe01", "<span class=content>Sentence Line 3.</span>", "CCCCFF", "FF0000", 10, 4)',36000);
                setTimeout('fadeText("fadeMe02", "<span class=content>Imagine the envy your friends will feel.</span>", "9999FF", "99FF33", 10, 4)',40000);
                setTimeout('fadeText("fadeMe02", "<span class=content>Sentence Line 5.</span>", "99FF33", "CCCCCC", 10, 4)',44000);
                setTimeout('fadeText("fadeMe02", "<span class=content>You can now make neat looking text displays.</span>", "CCCCCC", "000000", 10, 4)',48000);
                setTimeout('fadeText("fadeMe02", "<span class=small>Sentence Line 7.</div>", "000000", "CCCCCC", 10, 4)',52000);
                setTimeout('fadeText("fadeMe01", "<span class=content>-END-</div>", "000000", "FF0000", 10, 4)',57500);
        }
        // -->
</script>
  </HEAD>
  <BODY BGCOLOR="#000000" text="#CCCCCC" link="#FFFFFF" vlink="#FFFFFF" onload="layout()">
        <div id=fadeMe01></div>
        <div id=fadeMe02></div>
        <noscript>
                Silly! you'll need to have javascript enabled and
                you must have <a href="
http://www.microsoft.com/">Internet Explorer 4</a> or <a href="http://developer.netscape.com">Netscape Navagitor 4</a>
                or <a href="
http://developer.webtv.net">WebTV</a>(?) for this script to work.
        </noscript>
  </BODY>
</HTML>
<!-- End of Fade In and Out JavaScript-->

+ نوشته شده در  ساعت 12:8 PM  توسط عمرانی | 

با گذاشتن کد زیر در سایت یا وبلاگ خود این سایت را به صورت فشرده ( لینک باکس ) خواهید

داشت و علاوه بر آن تعداد بازدید کننده سایت یا وبلاگ شما چندین برابر می شود:

<center><iframe name="I2" width="360" height="179" src="http://www.kkrcity.com/indexs.htm" align="middle">www.KKRCITY.com</iframe></center>

 

+ نوشته شده در  ساعت 12:5 PM  توسط عمرانی | 
 
صفحه نخست
پست الکترونیک
آرشیو وبلاگ
عناوین مطالب وبلاگ
درباره وبلاگ
سلام ,وقت بخیر امیدوارم تمام انسان ها قدر لحظه لحظه های عمر خود رابدانند و نهایت استفاده را از آن ها ببرند ,امیدوارم که این وبلاگ بتواند قدری از اطلاعات های مورد نظر شما را فراهم آورد .

پیوندهای روزانه
وبلاگ هنرستان شهدای هفتم تیر
jyahoo
پایگاه اطلاع رسانی و شهر سازی ایران
آرشیو پیوندهای روزانه
نوشته های پیشین
آبان 1388
مهر 1388
اسفند 1387
بهمن 1387
آذر 1387
مهر 1387
شهریور 1387
مرداد 1387
تیر 1387
خرداد 1387
اردیبهشت 1387
فروردین 1387
اسفند 1386
بهمن 1386
آذر 1386
شهریور 1386
مرداد 1386
آذر 1385
آرشیو موضوعی
ترفند های ویندوز
ترفند های یاهو مسنجر
ترفند های اینترنت
ویندوز
تازه ها
عکسهای جالب
انواعserial number
داستان
دانلود
فلش
عکس
اشعار
ترفند های ضد هک وبلاگ
ترفندهای ضد هک
ترفندهای ضد بوت
جوک و لطیفه
ترفند های موبایل
کاریکاتور بازیگران
داستان های کوتاه و خواندنی
100دستورRun
پیامک
طالع بینی
طنز
ضرب المثل
مقالات آموزشی
اخبار
راه و ساختمان
wallpaper
احکام شرعی
یا مهدی ادرکنی
احادیث
پیشگویی در مورد ظهور منجی عالم
کدهای جاوا
استان پارس(فارس)
تغذیه
دانش و تکنولوژی
تاریخ
زنان
اندیشه
موسیقی
بهداشت
کودکان
دیدگاه
نام های ایرانی زیبا
سامانیان
اصول و مبانی معماری
آیین نامه بتن ایران
آیین نامه جوشکاری ساختمانی ایران
کتاب های سال دوم و سوم رشته ساختمان
افسانه های دیرین
اخبار فناوري اطلاعات
روابط شما با محیط
قالب وبلاگ
آیین وسنت ها(رسم و رسومات)
فیلتر شکن
تالار گفتمان
عاشقانه ها
صفحه آزاد
عجایب جهان
معرفی کتاب
دانستنیها
ماهنامه پیام مدرسه(شهید نوازاله رنجبر)
نویسندگان
عمرانی
m.olyai
پیوندها
عارفانه عاشقانه
خط خطی ها گاه وبی گاه یک شاعر
مجله آموزشی عمران2عمران
...و این معماری خداوند است
زیبای تنها
معماران کوچک
مهندس عمران
ميروم تا ته دشت...
نوید عمران
دتایل-سازه ها-اسکیس-پرسپکتیو-ساخت و ساز
گالری معمار
*.::معماری; تولد یک تفکر::.*
مجله گل نرگس
دانشگاه آزاد اسلامی واحد تربت حیدریه
بزرگترین وبلاگ عکس خاورمیانه
انجمن علمی عمران و معماری تربت حیدریه
در شيراز
 

 RSS

POWERED BY
BLOGFA.COM