Showing posts with label Cursor. Show all posts
Showing posts with label Cursor. Show all posts

Panduan Cara Membuat Tulisan Berpuatar Mengelilingi Cursor

Udah pernah lihat tulisan yang berputar-putar mengelilingi Cursor dan selalu mengikuti Cursor di blog blogger?

Tadi saya baru saja berkunjung ke salah satu blog teman yang menulis pesan di buku tamu, di sana saya melihat sebuah tulisan yang berputar-putar mengelilingi Cursor dan selalu mengikuti kemanapun arah cursor tersebut.

Setelah melihat itu saya jadi ingin untuk menuliskan caranya, siapa tahu ada yang ingin  menghias blog nya dengan tulisan berputar mengelilingi cursor blognya.

Dikit ilmu seperti tulisan yang mengikuti arah cursor seperti yang saya miliki ...

Panduan Cara Membuat Tulisan Berpuatar Mengelilingi Cursor

  1. Login ke dashboard blogger
  2. Klik Design/Rancangan
  3. Cara Membuat Tulisan Mengikuti Cursor
  4. Setelah itu klik Edit HTML
  5. Tulisan Mengikuti Cursor
Kemudian cari kode
</body>
Dan letakkan script berikut sebelum kode </body> tadi
Membuat Tulisan Mengikuti Cursor
<style type="text/css">
/* Circle Text Styles */
#outerCircleText {
/* Optional - DO NOT SET FONT-SIZE HERE, SET IT IN THE SCRIPT */
font-style: italic;
font-weight: bold;
font-family: 'comic sans ms', verdana, arial;
color: #999;

/* End Optional */
/* Start Required - Do Not Edit */
position: absolute;top: 0;left: 0;z-index: 3000;cursor: default;}
#outerCircleText div {position: relative;}
#outerCircleText div div {position: absolute;top: 0;left: 0;text-align: center;}
/* End Required */
/* End Circle Text Styles */
</style>
<script type="text/javascript">
/* Circling text trail- Tim Tilton
Website: http://www.tempermedia.com/
Visit: http://www.dynamicdrive.com/ for Original Source and tons of scripts
Modified Here for more flexibility and modern browser support
Modifications as first seen in http://www.dynamicdrive.com/forums/
username:jscheuer1 - This notice must remain for legal use
*/
;(function(){
// Your message here (QUOTED STRING)
var msg = "melq - taC-tiC-toL";
/* THE REST OF THE EDITABLE VALUES BELOW ARE ALL UNQUOTED NUMBERS */
// Set font's style size for calculating dimensions
// Set to number of desired pixels font size (decimal and negative numbers not allowed)
var size = 24;
// Set both to 1 for plain circle, set one of them to 2 for oval
// Other numbers & decimals can have interesting effects, keep these low (0 to 3)
var circleY = 0.75; var circleX = 2;
// The larger this divisor, the smaller the spaces between letters
// (decimals allowed, not negative numbers)
var letter_spacing = 5;
// The larger this multiplier, the bigger the circle/oval
// (decimals allowed, not negative numbers, some rounding is applied)
var diameter = 10;
// Rotation speed, set it negative if you want it to spin clockwise (decimals allowed)
var rotation = 0.4;
// This is not the rotation speed, its the reaction speed, keep low!
// Set this to 1 or a decimal less than one (decimals allowed, not negative numbers)
var speed = 0.3;
////////////////////// Stop Editing //////////////////////
if (!window.addEventListener && !window.attachEvent || !document.createElement) return;
msg = msg.split('');
var n = msg.length - 1, a = Math.round(size * diameter * 0.208333), currStep = 20,
ymouse = a * circleY + 20, xmouse = a * circleX + 20, y = [], x = [], Y = [], X = [],
o = document.createElement('div'), oi = document.createElement('div'),
b = document.compatMode && document.compatMode != "BackCompat"? document.documentElement : document.body,
mouse = function(e){
e = e || window.event;
ymouse = !isNaN(e.pageY)? e.pageY : e.clientY; // y-position
xmouse = !isNaN(e.pageX)? e.pageX : e.clientX; // x-position
},
makecircle = function(){ // rotation/positioning
if(init.nopy){
o.style.top = (b || document.body).scrollTop + 'px';
o.style.left = (b || document.body).scrollLeft + 'px';
};
currStep -= rotation;
for (var d, i = n; i > -1; --i){ // makes the circle
d = document.getElementById('iemsg' + i).style;
d.top = Math.round(y[i] + a * Math.sin((currStep + i) / letter_spacing) * circleY - 15) + 'px';
d.left = Math.round(x[i] + a * Math.cos((currStep + i) / letter_spacing) * circleX) + 'px';
};
},
drag = function(){ // makes the resistance
y[0] = Y[0] += (ymouse - Y[0]) * speed;
x[0] = X[0] += (xmouse - 20 - X[0]) * speed;
for (var i = n; i > 0; --i){
y[i] = Y[i] += (y[i-1] - Y[i]) * speed;
x[i] = X[i] += (x[i-1] - X[i]) * speed;
};
makecircle();
},
init = function(){ // appends message divs, & sets initial values for positioning arrays
if(!isNaN(window.pageYOffset)){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
} else init.nopy = true;
for (var d, i = n; i > -1; --i){
d = document.createElement('div'); d.id = 'iemsg' + i;
d.style.height = d.style.width = a + 'px';
d.appendChild(document.createTextNode(msg[i]));
oi.appendChild(d); y[i] = x[i] = Y[i] = X[i] = 0;
};
o.appendChild(oi); document.body.appendChild(o);
setInterval(drag, 25);
},
ascroll = function(){
ymouse += window.pageYOffset;
xmouse += window.pageXOffset;
window.removeEventListener('scroll', ascroll, false);
};
o.id = 'outerCircleText'; o.style.fontSize = size + 'px';
if (window.addEventListener){
window.addEventListener('load', init, false);
document.addEventListener('mouseover', mouse, false);
document.addEventListener('mousemove', mouse, false);
if (/Apple/.test(navigator.vendor))
window.addEventListener('scroll', ascroll, false);
}
else if (window.attachEvent){
window.attachEvent('onload', init);
document.attachEvent('onmousemove', mouse);
};
})();
</script>
Pada bagian
// Your message here (QUOTED STRING)
var msg = "melq - taC-tiC-toL";

silakah ganti tulisan
melq - taC-tiC-toL
 dengan tulisan yang anda inginkan, karena tulisan itulah yang nantinya akan berputar-putar mengeliligi cursor.



Kumpulan Cursor Mouse Effect Untuk Blog

Akhirnya setelah sekian lama waktu yang sudah saya habiskan untuk membuat postingan ini,dan memakan waktu 2 tahun 2 bulan 2 minggu 2 hari 2 jam dan 2 menit ini akhirnya selesai juga,wakakaka (lebay.com) Nah mungkin ini yang di tunggu-tunggu sama gan gan..?? dan mungkin hanya di blog ini yang memposting semua Cursor dan tentunya berbeda dari pada yang lain,hehehe (PeDe.com) bila gan gan bingung dengan penyimpanan kode,gan gan bisa melihat video tutorial pencarian kode di bawah ini.

Atau gan gan bisa menyimpan kode di Dasbord --> Element Laman --> Tambah Gadget --> HTML/JavaScript. Di bawah ini adalah video demo dan di bawahnya lagi adalah code yang harus gan gan copy,terserah kode di bawah ini gan mau di pasang di mana,mau di pasang di jidat juga boleh,hehehe OpsSSS tapi tergantung template blognya juga sih,hehehe..  yaudah cekidot aja lah..

Code Cursors-Banner Text
<script language='JavaScript' type='text/JavaScript'> /*********************************************** * Created Modifasi © Joe Set Apart * Blog Name © Blog Acak-Acakan * Visit http://joesetapart.blogspot.com ***********************************************/ function fifteenth(sixteenth){seventeenth = document.body.scrollLeft+event.clientX;eighteenth = document.body.scrollTop+event.clientY;nineteenth = event.clientX;twentieth = event.clientY;first2(seventeenth,eighteenth);}document.onmousemove = fifteenth;var second2=0; function third2(fourth2, fifth2, sixth2, fifteenth3){ if(fifth2==null)fifth2=1; if(sixth2==null)sixth2=1; if(fifteenth3==null)fifteenth3=-50; if(document.all){var sixteenth3='third2' + second2++;seventeenth3 = "<DIV ID='"+ sixteenth3+ "' STYLE=\"position:absolute;"+ "left:"+ fifth2 + ";"+ "top:" + sixth2 + ";"+ "width:" + fifteenth3 + ";"+ "visibility:hidden\">"+ fourth2+ "</DIV>";document.body.insertAdjacentHTML('BeforeEnd',seventeenth3);this.eighteenth3 = document.all[sixteenth3];this.nineteenth3 = document.all[sixteenth3].style;this.twentieth3 = document.twentieth3;}return(this);} if(document.all){third2.prototype.moveTo = function(fifth2,sixth2){this.nineteenth3.pixelLeft = fifth2;this.nineteenth3.pixelTop = sixth2;};third2.prototype.moveBy = function(fifth2,sixth2){this.nineteenth3.pixelLeft += fifth2;this.nineteenth3.pixelTop += sixth2;};third2.prototype.show = function() { this.nineteenth3.visibility = 'visible'; };third2.prototype.hide = function() { this.nineteenth3.visibility = 'hidden'; };third2.prototype.setzIndex = function(first4) { this.nineteenth3.zIndex = first4; };third2.prototype.setBgColor = function(second4) { this.nineteenth3.backgroundColor = second4;};third2.prototype.setBgImage = function(seventeenth4) { this.nineteenth3.backgroundImage = seventeenth4; };third2.prototype.setContent= function(fourth2) { this.eighteenth3.innerHTML=fourth2; };third2.prototype.getX = function() { return this.nineteenth3.pixelLeft; };third2.prototype.getY = function() { return this.nineteenth3.pixelTop; };third2.prototype.getWidth = function() { return this.nineteenth3.pixelWidth; };third2.prototype.getHeight = function() { return this.nineteenth3.pixelHeight; };third2.prototype.getzIndex = function() { return this.nineteenth3.zIndex; };third2.prototype.isVisible= function() { return this.nineteenth3.visibility == 'visible'; };third2.prototype.clip = function(third4,fourth4, fifth4,ninth4){this.nineteenth3.clip='rect('+fourth4+' '+fifth4+' '+ninth4+' '+third4+')';this.nineteenth3.pixelWidth=fifth4;this.nineteenth3.pixelHeight=ninth4;this.nineteenth3.overflow='hidden';}}var tenth4=new Array();var thirteenth4=20;var fourteenth4;var fifteenth4;var sixteenth4=1;var eighteenth4 = 16;var seventh4;var sixth4; function eighth4(eleventh4){var nineteenth4; for(twentieth4=0 ; twentieth4<eleventh4.length ; twentieth4++){nineteenth4=eleventh4.charAt(twentieth4);nineteenth4="<font face ='Verdana' size='5' color='red'>"+nineteenth4+"</font>";tenth4[twentieth4] = new third2(nineteenth4);tenth4[twentieth4].moveTo(twentieth4*thirteenth4, 10000);tenth4[twentieth4].show();}setTimeout('fdsoiua()', 19);} function fdsoiua(){sixteenth4=sixteenth4 + 0.51;seventh4 = eighteenth4*Math.cos(sixteenth4)/4; sixth4 = eighteenth4*Math.sin(sixteenth4); for(twentieth4=tenth4.length-1; twentieth4>0 ; twentieth4--){tenth4[twentieth4].moveTo(tenth4[twentieth4-1].getX()+thirteenth4, tenth4[twentieth4-1].getY());}tenth4[0].moveTo(fourteenth4+20+seventh4, fifteenth4+sixth4-12);setTimeout('fdsoiua()', 60);} function first2(fifth2,sixth2){fourteenth4=fifth2;fifteenth4=sixth2;} function fdsiuoa(){eighth4('Ganti dengan nama yang kamu mau');} function fdsiopa(){fdsiuoa();}window.onload=fdsiopa; </script>

Code Magic Wand
<script type="text/javascript" language="javascript" src="http://joesetapart.googlecode.com/files/Magic%20Wand.js" name="JSAcopas"></script>

Code Magic Cursor
<script type="text/javascript" language="javascript" src="http://joesetapart.googlecode.com/files/Magic-Cursor.js" name="JSAcopas"></script>

Code Cursors Jumping Stars
<script type="text/javascript" language="javascript" src="http://joesetapart.googlecode.com/files/Jumping-Stars.js" name="JSAcopas"></script>

Code Orbital Cursor
<script language='JavaScript' type='text/JavaScript'> /*********************************************** * Created Modifasi © Joe Set Apart * Blog Name © Blog Acak-Acakan * Visit http://joesetapart.blogspot.com ***********************************************/ function fifteenth(sixteenth){seventeenth =document.body.scrollLeft+event.clientX;eighteenth = document.body.scrollTop+event.clientY;nineteenth = event.clientX;twentieth = event.clientY;first2(seventeenth,eighteenth);}document.onmousemove = fifteenth;var second2 = '<font color="red">Ganti dengan nama yang kamu mau</font>';var third2 = 'position: absolute; visibility:visible; font-family:Arial; font-size:14px; width=150px; height=110px; top:-210px; left:-205px; z-index:1;';var fourth2 = 'top=-220 left=-180 width=140 height=115 visibility="show"';var fifth2 = 'Arial, Helvetica';var sixth2 = '14px';var fifteenth3 = 5;var sixteenth3 = 65;var seventeenth3 = 44;var eighteenth3 = 55;var nineteenth3 = 28;var twentieth3 = 1;var first4;var second4;var twelfth4;var third4;var fourth4;var fifth4;var ninth4;var tenth4 = 0; function first2(thirteenth4,fourteenth4){clearTimeout(first4);fifth4 = thirteenth4;ninth4 = fourteenth4;first4 = setTimeout('fifteenth4()',2);return true;} function fifteenth4(){ if (tenth4>2 * 180) {tenth4 = 0}second4 = Math.sin(tenth4/180*3.1415);twelfth4 = Math.cos(tenth4/180*3.1415);third4 = (fifth4 - eighteenth3) + (sixteenth3 * second4);fourth4 = (ninth4 - nineteenth3) + (seventeenth3 * twelfth4); if (document.all){document.all.sixteenth4.style.posLeft = third4;document.all.sixteenth4.style.posTop = fourth4;}tenth4 += fifteenth3;first4=setTimeout('fifteenth4()',twentieth3);}document.write('<div id="sixteenth4" ');document.write('style="' + third2 + '">') ;document.write('<p align="center">' + second2 + '</p>');document.write('</div>'); </script>

Code Elastic Heart
Simpan di bawah code <body> atau di atas code </body>
<div id='fdsqwa0' style='position: absolute; left: -30px; visibility: hidden; fdspoia: 11; fdsoipa: 11;'><font color='#FF0000'>&#9829;</font></div> <div id='fdsqwa1' style='position: absolute; left: -30px; fdspoia: 11; fdsoipa: 11;'><font color='#00FF00'>&#9829;</font></div> <div id='fdsqwa2' style='position: absolute; left: -30px; fdspoia: 11; fdsoipa: 11;'><font color='#0000FF'>&#9829;</font></div> <div id='fdsqwa3' style='position: absolute; left: -30px; fdspoia: 11; fdsoipa: 11;'><font color='#FFFF00'>&#9829;</font></div> <div id='fdsqwa4' style='position: absolute; left: -30px; fdspoia: 11; fdsoipa: 11;'><font color='#00FFFF'>&#9829;</font></div> <div id='fdsqwa5' style='position: absolute; left: -30px; fdspoia: 11; fdsoipa: 11;'><font color='#FF00FF'>&#9829;</font></div> <div id='fdsqwa6' style='position: absolute; left: -30px; fdspoia: 11; fdsoipa: 11;'><font color='#0AB5C2'>&#9829;</font></div> <script language='JavaScript'> /*********************************************** * Created Modifasi © Joe Set Apart * Blog Name © Blog Acak-Acakan * Visit http://joesetapart.blogspot.com ***********************************************/ FdszXa=24;var fdswqa = 7;Fdszxa=FdszXa+6; fDszxa=FdszXa+Fdszxa; fdSzxa=FdszXa+Fdszxa+fDszxa; fdsZxa=fdSzxa/fDszxa*FdszXa; fdszXa=fDszxa*FdszXa/12*Fdszxa; fdszxA=FdszXa+Fdszxa/fdsZxa-16*fdSzxa; FdsXza=fdszXa*(FdszXa-5)/fDszxa+fdSzxa; Fdsxza=FdsXza/fdszxA+FdszXa*fDszxa-fdSzxa;fDsxza=(Fdsxza+FdszXa/fDszxa*fdSzxa+Fdszxa*fdsZxa)/fdszXa+FdsXza-Fdsxza-1;fdSxza=Math.floor(fDsxza) ;fdsXza=fdSxza-60; if (document.all&&window.print)document.body.style.cssText='overflow-x:hidden;overflow-y:scroll';var fdswea = fdsXza;var fdsewa = fdsXza;var fdsera = .01;var fdsrea = 9;var fdsrta = 8;var fdstra = 1;var fdstya = 47;var fdsyta = 11;var fdsyua = 0.11;var fdsuya = 0.11;var fdsuia = 12;var fdsiua = 0.73;var fdsioa = navigator.appName=='Netscape';var fdsoia = true;var fdsqwas = new Array();fdsopa(); function fdsopa(){var fdspoa = fdsXza; for (fdspoa = fdsXza; fdspoa < fdswqa; fdspoa++) {fdsqwas[fdspoa] = new fdsqwa(fdspoa);} if (!fdsioa) {} for (fdspoa = fdsXza; fdspoa < fdswqa; fdspoa++) {fdsqwas[fdspoa].obj.left = fdsqwas[fdspoa].X;fdsqwas[fdspoa].obj.top = fdsqwas[fdspoa].Y;} if (fdsioa) {fdsqwea();} else {setTimeout('fdsqwea()', 2);}} function fdsqwa(fdspoa) {this.X = fdswea;this.Y = fdsewa;this.dx = fdsXza;this.dy = fdsXza; if (fdsioa) { this.obj = eval('document.fdsqwa' + fdspoa);} else {this.obj = eval('fdsqwa' + fdspoa + '.style');}} function fdsqwea() { setInterval('fdsewqa()', 17)} function fdseqwa(fdsqwas){var fdswera = document.all.tags('LI');var fdspoa = fdsXza; for (fdspoa = fdsXza; fdspoa < fdswera.length && fdspoa < (fdswqa - 1); fdspoa++) {fdsqwas[fdspoa+1].X = fdswera[fdspoa].offsetLeft;fdswera[fdspoa].offsetParent.offsetLeft - fdsuia;fdsqwas[fdspoa+1].Y = fdswera[fdspoa].offsetTop +fdswera[fdspoa].offsetParent.offsetTop + 2*fdsuia;}fdsqwas[fdsXza].X = fdsqwas[1].X;fdsqwas[fdsXza].Y = fdsqwas[1].Y - fdsrea;} function fdsrewa(fdsrwea){fdswea = fdsrwea.pageX;fdsewa = fdsrwea.pageY; return true;} function fdserta() {fdswea = window.event.x + document.body.scrollLeft;fdsewa = window.event.y + document.body.scrollTop; } if (fdsioa) {} else {document.onmousemove = fdserta;} function fdstrea(X, Y){this.X = X;this.Y = Y;} function fdstera(fdspoa, fdsrtya, fdsytra){var dx = (fdsqwas[fdspoa].X - fdsqwas[fdsrtya].X);var dy = (fdsqwas[fdspoa].Y - fdsqwas[fdsrtya].Y);var fdstrya = Math.sqrt(dx*dx + dy*dy); if (fdstrya > fdsrea) {var fdsyuia = fdsrta * (fdstrya - fdsrea);fdsytra.X += (dx / fdstrya) * fdsyuia;fdsytra.Y += (dy / fdstrya) * fdsyuia;}} function fdsewqa() { var fdsiuya = fdsXza; if (fdsoia) {fdsqwas[fdsXza].X = fdswea;fdsqwas[fdsXza].Y = fdsewa; fdsiuya = 1;} for (fdspoa = fdsiuya ; fdspoa < fdswqa; fdspoa++ ) {var fdsytra = new fdstrea(fdsXza, fdsXza); if (fdspoa > fdsXza) {fdstera(fdspoa-1, fdspoa, fdsytra);} if (fdspoa < (fdswqa - 1)) {fdstera(fdspoa+1, fdspoa, fdsytra);}var fdsuyia = new fdstrea(-fdsqwas[fdspoa].dx * fdsyta,-fdsqwas[fdspoa].dy * fdsyta);var fdsiopa = new fdstrea((fdsytra.X + fdsuyia.X)/ fdstra,(fdsytra.Y + fdsuyia.Y)/ fdstra + fdstya);fdsqwas[fdspoa].dx += (fdsera * fdsiopa.X);fdsqwas[fdspoa].dy += (fdsera * fdsiopa.Y); if (Math.abs(fdsqwas[fdspoa].dx) < fdsyua && Math.abs(fdsqwas[fdspoa].dy) < fdsyua && Math.abs(fdsiopa.X) < fdsuya && Math.abs(fdsiopa.Y) < fdsuya) {fdsqwas[fdspoa].dx = fdsXza;fdsqwas[fdspoa].dy = fdsXza;}fdsqwas[fdspoa].X += fdsqwas[fdspoa].dx;fdsqwas[fdspoa].Y += fdsqwas[fdspoa].dy;var fdspoia, fdsoipa; if (fdsioa) {} else { fdspoia = document.body.clientHeight + document.body.scrollTop;fdsoipa = document.body.clientWidth + document.body.scrollLeft;} if (fdsqwas[fdspoa].Y >= fdspoia - fdsuia - 1) { if (fdsqwas[fdspoa].dy > fdsXza) {fdsqwas[fdspoa].dy = fdsiua * -fdsqwas[fdspoa].dy;}fdsqwas[fdspoa].Y = fdspoia - fdsuia - 1;} if (fdsqwas[fdspoa].X >= fdsoipa - fdsuia) { if (fdsqwas[fdspoa].dx > fdsXza) {fdsqwas[fdspoa].dx = fdsiua * -fdsqwas[fdspoa].dx;}fdsqwas[fdspoa].X = fdsoipa - fdsuia - 1;} if (fdsqwas[fdspoa].X < fdsXza) { if (fdsqwas[fdspoa].dx < fdsXza) {fdsqwas[fdspoa].dx = fdsiua * -fdsqwas[fdspoa].dx;}fdsqwas[fdspoa].X = fdsXza;}fdsqwas[fdspoa].obj.left = fdsqwas[fdspoa].X; fdsqwas[fdspoa].obj.top = fdsqwas[fdspoa].Y; }} </script>

Code Sparkler Cursor
<style type='text/css'> BODY{overflow:auto;overflow-second2:hidden;}.fifteenth{position : absolute;font-size : 20pt;color : #FF0000; visibility: hidden;}.sixteenth{position : absolute;font-size : 28pt;color : #00FFFF;visibility : hidden;}.eighteenth{position : absolute;font-size : 24pt;color : #FFFF00;visibility : hidden;}.eighteenth{position : absolute;font-size : 22pt;color : #6699FF;visibility : hidden;} </style> <script language='javascript' type='text/javascript'> var nineteenth = (document.layers);var twentieth = null;var first2 = 60;var second2 = 3;var third2 = 7;var fourth2 = 2;var fifth2 = 18;document.onmousemove = sixth2; function sixth2(e){ second2 = event.clientX+document.body.scrollLeft;fourth2 = event.clientY+document.body.scrollTop;second2 += third2;fourth2 += fifth2;fifteenth3(1); } function fifteenth3(sixteenth3){ if(sixteenth3<5){ if(nineteenth){ } else{eval('div'+sixteenth3+'.style.top='+fourth2);eval('div'+sixteenth3+'.style.left='+second2);eval("div"+sixteenth3+".style.visibility='visible'");}sixteenth3++;twentieth=setTimeout('fifteenth3('+sixteenth3+')',first2);} else{clearTimeout(twentieth);seventeenth3(4);} } function seventeenth3(sixteenth3){ if(sixteenth3>0) { if(nineteenth); else eval("div"+sixteenth3+".style.visibility='hidden'"); sixteenth3--;twentieth=setTimeout('seventeenth3('+sixteenth3+')',first2);} else clearTimeout(twentieth);} </script>

Code Swirling Tail
<style TYPE='text/css'>#a0 {position:absolute; left:-24; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#FF0000}#a1 {position:absolute; left:96; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#00FFFF}#a2 {position:absolute; left:216; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#0000FF}#a3 {position:absolute; left:338; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#FF0000}#a4 {position:absolute; left:460; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#00FF00} #a5 {position:absolute; left:640; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#FF00FF}#a6 {position:absolute; left:-24; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#0066FF}#a7 {position:absolute; left:200; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#FFf666}#a8 {position:absolute; left:300; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#FA344D}#a9 {position:absolute; left:600; top:-24; width:9; height:25;clip:rect(0 90 90 0);z-index:2000; color:#66CC99}</style> <script language='JavaScript'> /*********************************************** * Created Modifasi © Joe Set Apart * Blog Name © Blog Acak-Acakan * Visit http://joesetapart.blogspot.com ***********************************************/ window.onerror=null;eighteenth3 = (document.layers) ? 1:0;sixteenth = (document.all) ? 1:0;document.onmousemove=seventeenth;var eighteenth = 0;var nineteenth = 0;var twentieth='';var first2='';second2 = new Array( 0,30,57,80,101,125,80,80,101,125,80,0 );third2 = new Array( 50,100,100,150,150,200,200,100,150,150,200,200,0 );fourth2 = new Array( 0,292,318,181,181,217,263,318,181,181,217,263,-96 );fifth2 = new Array( 0,0,260,390,420,550,680,390,420,550,680,0 ); sixth2 = new Array( 0,0,0,0,0,0,0,0,0,0,0,0 );fifteenth3 = new Array( 0,0,0,0,0,0,0,0,0,0,0,0 );sixteenth3 = -15;seventeenth3 = -87; if (eighteenth3) {document.body=new Object();document.body.scrollTop='';document.body.scrollLeft='';window.captureEvents(Event.MOUSEMOVE);window.onMouseMove = seventeenth; var nineteenth3 = 'document.';var twentieth3 = '.left';var first4 = '.top';var second4 = '';var twelfth4 = window.innerWidth;var third4 = window.innerHeight; } else if (sixteenth) {twentieth=document.body.scrollTop;first2=document.body.scrollLeft;nineteenth3 = 'document.all.';twentieth3 = '.left';first4 = '.top';second4 = '.style';twelfth4=500;third4=450; }var fourth4 = 64;var fdserwa = 83; function seventeenth(ninth4) { if (eighteenth3 || sixteenth) {fdserwa = (eighteenth3)?ninth4.pageX:event.x;fourth4 = (eighteenth3)?ninth4.pageY:event.y;tenth4 = fdserwa;fdsrtea = fourth4; if (fourth4 > third4/2) { if (fdserwa > twelfth4/2) { eighth4 = 1;} else { eighth4 = -1;} } else { if (fdserwa > twelfth4/2) { eighth4 = -1;} else { eighth4 = 1;} }}} function eleventh4() { if (sixteenth) {twelfth4=document.body.clientWidth;third4=document.body.clientHeight; }tenth4 = 198;fdsrtea = 164; eighteenth4();seventh4(); }var sixth4 = 186;nineteenth=1; delay=120; eighth4 = -1;fdsoiua = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );fdsiopa = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );fdspoia = new Array ( 0, .63, 1.26, 1.89, 2.52, 3.15, 3.78, 4.41, 5.04, 5.67 );var fdsoipa = -0.06;var fdsqwera = 1; function eighteenth4() { for ( j = 0 ; j <= 9 ; j++ ) {fdsoiua[j] =fdsoiua[j] + (fdsoipa*eighth4); fdsiopa[j] = tenth4 + ((sixth4*Math.sin(fdsoiua[j])*fdsqwera)); fdspoia[j] = fdsrtea + (sixth4*Math.cos(fdsoiua[j])); }setTimeout('eighteenth4()',3); } function seventh4() {nineteenth++; for ( j = 0 ; j <= 9 ; j++ ) {sixth2[j] = fdspoia[j] - third2[j];fifteenth3[j] = fdsiopa[j] - fifth2[j];fdsrewqa = 30;third2[j] = third2[j] + sixth2[j]/fdsrewqa;fifth2[j] = fifth2[j] + fifteenth3[j]/fdsrewqa;eval(nineteenth3+'a'+j+second4+twentieth3+' = document.body.scrollLeft+fifth2['+j+']');eval(nineteenth3+'a'+j+second4+first4+' = document.body.scrollTop+third2['+j+']'); }setTimeout('seventh4()', 27) }eighth2 = 0;fdsa = navigator.appName.substring(0,8);ninth2 = parseFloat(navigator.appVersion);macintosh = navigator.userAgent.indexOf('Mac'); if (fdsa == 'Microsof') { if (macintosh != -1) { eighth2 = 1; } if (ninth2 < 4) { eighth2 = 1; } }document.write("<div ID='a0' align='center'>&#9829;</div><div ID='a1' align='center'>&#9824;</div><div ID='a2' align='center'>&#9827;</div><div ID='a3' align='center'>&#9674;</div><div ID='a4' align='center'>&#9829;</div><div ID='a5' align='center'>&#9824;</div><div ID='a6' align='center'>&#9827;</div><div ID='a7' align='center'>&#9674;</div><div ID='a8' align='center'>&#9829;</div><div ID='a9' align='center'>&#9824;</div>");document.onload=eleventh4(); </script>

Code Target Effect
Siman code di bawah ini tepat di bawah code <head>
<style> #fifteenth, #sixteenth{position:absolute;left:0;top:0;width:1px;height:1px;layer-background-color:black;background-color:#00FF00;z-index:100;font-size:1px;} </style> <script language='javascript' type='text/javascript'> /*********************************************** * Created Modifasi © Joe Set Apart * Blog Name © Blog Acak-Acakan * Visit http://joesetapart.blogspot.com ***********************************************/ first3=24; if (document.all&&!window.print){fifteenth.style.width=document.body.clientWidth-3;sixteenth.style.height=document.body.clientHeight-1;}second3=first3+6; third3=first3+second3; fourth3=first3+second3+third3; fifth3=fourth3/third3*first3; sixth3=third3*first3/12*second3; seventh3=first3+second3/fifth3-16*fourth3; eighth3=sixth3*(first3-5)/third3+fourth3; ninth3=eighth3/seventh3+first3*third3-fourth3;tenth3=(ninth3+first3/third3*fourth3+second3*fifth3)/sixth3+eighth3-ninth3-1;eleventh3=Math.floor(tenth3) ;twelfth3=eleventh3-58; function seventeenth(){fifteenth.style.pixelTop=document.body.scrollTop+event.clientY+twelfth3;sixteenth.style.pixelTop=document.body.scrollTop; if (event.clientX<document.body.clientWidth-twelfth3)sixteenth.style.pixelLeft=document.body.scrollLeft+event.clientX+twelfth3; else sixteenth.style.pixelLeft=document.body.clientWidth-twelfth3;} function eighteenth(nineteenth){document.fifteenth.top=nineteenth.y+twelfth3;document.sixteenth.top=pageYOffset;document.sixteenth.left=nineteenth.x+twelfth3;} if (document.all)document.onmousemove=seventeenth; function twentieth(){window.location.reload();} function first2(){setTimeout('window.onresize=twentieth',300);} if ((document.all&&!window.print)||document.layers)window.onload=first2;document.write("<div id='fifteenth' style='width:expression(document.body.clientWidth-twelfth3)'></div><div id='sixteenth' style='height:expression(document.body.clientHeight-twelfth3)'></div>"); </script>


Membuat Effects Image Hover


Postingan kali ini saya hanya ingin membuat trik sederhana membuat effect hover pada image dengan bantuan CSS. Seperti apa effect yang terlihat, silahkan arahkan pointer/mouse pada sample image dibawah ini:

gimana..?? tertarik..!!!
Kalo tertarik silahkan baca lebih lanjut..
Nah cara menambahkan effect hover pada image untuk template blogger sebagai berikut:

Setelah sign in pada account blogger kalian>>> pada dasbor>>> Klik Tata Letak>>> Edit HTML

Tambahkan kode CSS berikut diatas tag atau kode ]]></b:skin>


ImgD{
float:left;}.rad10R{float:right;}
.rad10C,.rad10C0{
float:none;display:block;margin:0 auto;
}
.ImgD:hover {
border-radius:20px;-moz-border-radius:20px;-webkit-border-radius:20px;
box-shadow:-2px -2px 8px #03b5ff, 2px 2px 20px #03b5ff;
-moz-box-shadow:-2px -2px 8px #03b5ff, 2px 2px 20px #03b5ff;
-webkit-box-shadow:-2px -2px 8px #03b5ff, 2px 2px 20px #03b5ff;
-o-transform:scale(1.4) translate(40px,40px) rotate(0deg);
-moz-transform:scale(1.4) translate(40px,40px) rotate(0deg);
-webkit-transform:scale(1.4) translate(40px,40px) rotate(0deg);
background:#555;-o-transition: all 1.2s ease-in;
-moz-transition: all 1.2s ease-out;
-webkit-transition: all 1.2s ease-in;
}

Simpan Template

Cara cepat pencarian kode ]]></b:skin> Tekan CTRL + F atau F3

Dan untuk membuat Image hover melq tinggal copy kode di bawah ini dan letakan di postingan melq

<img class="ImgD" height="162" id="#" src="http://i1094.photobucket.com/albums/i447/kang-da2ng/black.jpg" style="height: 220px; width: 320px;" width="400" />

Untuk URL http://i1094.photobucket.com/albums/i447/kang-da2ng/black.jpg ganti dengan URL gambar melq sendiri

Dan lihat hasilnya..
Semoga bermanfaat

Original from http://joesetapart.blogspot.com/2011/06/membuat-effects-image-hover.html#ixzz1f5YZfWzU
Created design by : Blog Acak-Acakan
Under Creative Commons License: Attribution Non-Commercial

Memasang Cursor Cinta Dan Bintang di blog

Huhuhu judulnya emang agak lucu yah,tapi emang sekarang hati si penulis emang lagi gembira alias berbunga-bunga hehehe lebeh (lebay) banget yah..
yaudah bila gan ingin mencoba,silahkan di coba.

Setelah sig in pada account blogger melq>>> pada dasbor>>> Klik Tata Letak>>> Edit HTML
Copy Code di bawah ini lalu letakan di bawah kode </body>

Kode Untuk Crusor Cinta

<script src="http://stashbox.org/928295/bgsGRredLOVE_StarsCursor.txt">
Kode Untuk Crusor Bintang

<script src="http://joesetapart.fileave.com/www.joesetapart.co.cc%20crusor%20bintang%20hijau.js" type="text/javascript">
</script>
Cara cepat pencarian kode </body> Tekan CTRL + F atau F3
Lalu simpan hasil kerja melq dan lihat hasilnya

Original from http://joesetapart.blogspot.com/2011/06/memasang-cursor-cinta-dan-bintang-di.html#ixzz1f5YDLSem
Created design by : Blog Acak-Acakan
Under Creative Commons License: Attribution Non-Commercial

Cara Mengganti Gambar Cursor

.
Kamu bosan dengan gambar cursor tanda panah? Pengen ganti?
Cara sebagai berikut:
1. Click "Tata Letak"
2. Click "Edit HTML"
3. Kemudian cari code ini:

body {

4. Kemudian letakkan code berikut:

cursor: url("alamat url tempat gambr kamu di simpan")

5. Simpan...!

O iya.. di blog ini, gambar cursornya ngga saya ganti. Soalnya untuk mempercepat loading.

NB :
text yang berwarna merah gan-gan bisa nyari url nya di sene http://www.cursors-4u.com/most-rated/

met mencoba :)

Cara Membuat Tulisan Mengikuti Cursor

Udah pernah lihat tulisan yang berputar-putar mengelilingi Cursor dan selalu mengikuti Cursor di blog blogger? Tadi saya baru saja berkunjung ke salah satu blog teman yang menulis pesan di buku tamu, di sana saya melihat sebuah tulisan yang berputar-putar mengelilingi Cursor dan selalu mengikuti kemanapun arah cursor tersebut. Setelah melihat itu saya jadi ingin untuk menuliskan caranya, siapa tahu ada yang ingin  menghias blog nya dengan tulisan berputar mengelilingi cursor blognya. Panduan Cara Membuat Tulisan Berpuatar Mengelilingi Cursor
  1. Login ke dashboard blogger
  2. Klik Design/Rancangan
  3. Cara Membuat Tulisan Mengikuti Cursor
  4. Setelah itu klik Edit HTML
  5. Tulisan Mengikuti Cursor
Kemudian cari kode
</body>
Dan letakkan script berikut sebelum kode </body> tadi


Search