Forum
Topics
Posts
Last Post
General Board
Portal Announcement
Disini Gw Post Announcement yang ditampilkan di homepage. Post yang berhubungan dengan announcement di dalam sini harap dipost di forum aLbiN coMMuNitY's Rules,Suggestion & Helps .
1
1
Fri May 12, 2006 7:08 pmk12onos
'QuIcK GuIDe to aLbiN coMMuNitY'
Bagi yang ga tau cara ngepost reply/thread, silakan kesini untuk petunjuk.
/***********************************************
* Drag and Drop Script: © Dynamic Drive (http://www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit for this script and 100s more.
***********************************************/
var dragobject={
z: 0, x: 0, y: 0, offsetx : null, offsety : null, targetobj : null, dragapproved : 0,
initialize:function(){
document.onmousedown=this.drag
document.onmouseup=function(){this.dragapproved=0}
},
drag:function(e){
var evtobj=window.event? window.event : e
this.targetobj=window.event? event.srcElement : e.target
if (this.targetobj.className=="drag"){
this.dragapproved=1
if (isNaN(parseInt(this.targetobj.style.left))){this.targetobj.style.left=0}
if (isNaN(parseInt(this.targetobj.style.top))){this.targetobj.style.top=0}
this.offsetx=parseInt(this.targetobj.style.left)
this.offsety=parseInt(this.targetobj.style.top)
this.x=evtobj.clientX
this.y=evtobj.clientY
if (evtobj.preventDefault)
evtobj.preventDefault()
document.onmousemove=dragobject.moveit
}
},
moveit:function(e){
var evtobj=window.event? window.event : e
if (this.dragapproved==1){
this.targetobj.style.left=this.offsetx+evtobj.clientX-this.x+"px"
this.targetobj.style.top=this.offsety+evtobj.clientY-this.y+"px"
return false
}
}
}
dragobject.initialize()
/*
Shake image script (onMouseover)-
© Dynamic Drive (www.dynamicdrive.com)
For full source code, usage terms, and 100's more DHTML scripts, visit
*/
//configure shake degree (where larger # equals greater shake)
var rector=3
///////DONE EDITTING///////////
var stopit=0
var a=1
function init(which){
stopit=0
shake=which
shake.style.left=0
shake.style.top=0
}
function rattleimage(){
if ((!document.all&&!document.getElementById)||stopit==1)
return
if (a==1){
shake.style.top=parseInt(shake.style.top)+rector
}
else if (a==2){
shake.style.left=parseInt(shake.style.left)+rector
}
else if (a==3){
shake.style.top=parseInt(shake.style.top)-rector
}
else{
shake.style.left=parseInt(shake.style.left)-rector
}
if (a<4)
a++
else
a=1
setTimeout("rattleimage()",50)
}
function stoprattle(which){
stopit=1
which.style.left=0
which.style.top=0
}
self.onError=null;
currentX = currentY = 0;
whichIt = null;
lastScrollX = 0; lastScrollY = 0;
NS = navigator.appName == "Netscape";
IE = navigator.appName == "Microsoft Internet Explorer";
if(NS) NSVer=parseFloat(navigator.appVersion);
function scrollmenu() {
if(IE) { diffY = document.body.scrollTop; diffX = document.body.scrollLeft; }
if(NS) { diffY = self.pageYOffset; diffX = self.pageXOffset; }
if(diffY!=lastScrollY) {
percent=.1*(diffY-lastScrollY);
if(percent>0) percent=Math.ceil(percent);
else percent=Math.floor(percent);
if(IE) document.all.floater.style.pixelTop+=percent;
if(NS){
if (NSVer>4){
menu=document.getElementById("floater");
menu.style.top=parseInt(menu.style.top)+percent+"px";
}else
document.floater.top += percent;
}
lastScrollY = lastScrollY + percent;
}
if(diffX!=lastScrollX) {
percent=.1*(diffX-lastScrollX);
if(percent>0) percent=Math.ceil(percent);
else percent=Math.floor(percent);
if(IE) document.all.floater.style.pixelTop+=percent;
if(NS){
if (NSVer>4){
menu=document.getElementById("floater");
menu.style.top=parseInt(menu.style.top)+percent+"px";
}else
document.floater.top += percent;
}
lastScrollX = lastScrollX + percent;
}
}if(NS || IE) action = window.setInterval("scrollmenu()",1);
Moderator aLbiN's G-MoDs Team
3
7
Sun Feb 12, 2006 7:58 amk12onos
alBiN's HaNg OuT pLaCe
aLbiN coMMuNitY's Rules,Suggestion & Helps
Silahkan baca peraturan forum ini. Disini bakal di post pengumuman technical tentang forum ini, sering2 buka forum ini ya.Tolong Post Masalah/Error yang ada di Forum ini. Silahkan post thread baru dengan nama Masalah/Error yang lo alami. Bagi yg ga bisa login, silahkan post disini masalahnya. *tidak dibutuhkan login untuk post di forum ini*
Moderators Technical Advisor , aLbiN's G-MoDs Team
11
15
Thu May 18, 2006 4:43 pmk12onos
aLbiN'S LoUnGe
Disini tempat anak2 albin ngobrol dan b'senang2. kalo mw silakan klik new topic untuk buat topic baru.
function popcbox() {
cboxwin = window.open("","Cbox","width=300,height=380,toolbar=no,scrollbars=no,status=no,resizable=yes");
cboxwin.document.write('Cbox ');
cboxwin.document.write(' ');
cboxwin.document.write(' ');
cboxwin.document.write('Cbox needs frames! ');
try {
x = screen.width;
y = screen.height;
cboxwin.moveTo(Math.max((x/4)-(300/2), 0), Math.max((y/3)-(380/2)));
} catch (e) {};
}
aLbiN coMMuNitY's Pop Up ChatRoom
Moderators Technical Advisor , aLbiN's G-MoDs Team
42
1488
Sat Jul 01, 2006 5:27 amHatake_Dewanto
aLbiN'S ViP LoUnGe
Bikin 20 Post di forum apa aja. Lalu klik usergroups diatas, pilih untuk gabung ke ViP LoUnGe Group. Setelah diverifikasi admin, baru bisa masuk sini. Klik disini utk cara lebih detail.
Moderator aLbiN's G-MoDs Team
4
44
Sat Jul 08, 2006 12:42 pmAgTdS_ValerinE
RuAnG MuSiK
Disini tempat bagi2 info musik, band favorit dsb.
Moderators Technical Advisor , aLbiN's G-MoDs Team
11
362
Mon Jul 31, 2006 3:57 pmrhinna
RuAnG aVa
Disini tempat nya ngepost info film, film favorit dsb.
Moderators Technical Advisor , aLbiN's G-MoDs Team
5
203
Sun Jun 04, 2006 7:00 amBlue SkyLights
RuAnG OlaHrAGa
Disini lo bisa sharing ttg olahraga(bola,basket dll.)
Moderators Technical Advisor , aLbiN's G-MoDs Team
5
177
Wed Jun 28, 2006 6:04 amHatake_Dewanto
tHe gAmEs PoInT
Disini tempat lo bagi2 info tentang games.
Moderators Technical Advisor , aLbiN's G-MoDs Team
6
132
Fri Jun 09, 2006 4:14 pmAiL
Technology & Information
RuAnG kOmPuTeR
Disini tentang internet, dan yg pasti tentang komputer
Moderators Technical Advisor , aLbiN's G-MoDs Team
9
79
Fri Jun 09, 2006 4:19 pmAiL
mObiLe PhoNe
Info hape, Masalah2 Hape dsb nya yang related sama hape.
Moderators Technical Advisor , aLbiN's G-MoDs Team
7
94
Thu Jun 01, 2006 7:01 pmk12onos