var popunder = true;

Sunday, 30 December 2012

free online Funny Photo effects & frames



Photo Editor  Free Download



Online Photo Editing 







Four Desktops One Time.Free Download




Ulead Photo Impact 11 Free



How to Add Rainbow Color Effect Links to Blogger


Rainbow color effect will give random colors to your link on mouse hover. Normally seen on mouse hover only a single color changes. But thanks to Dynamic Drive now we can easily 
change several colors of our links. Once the code is applied to the blog/website, all links on each page exhibit a rainbow effect on mouse hover. This tutorial is very simple to follow and uses a JavaScript code inside Blogger.

To add Rainbow effect link to your blog/website follow some easy steps below:

STEP #1: Login to Blogger

STEP #2: Go to Dashboard>Template

STEP #3: Click on Edit HTML>Proceed

STEP #4: Press ( Ctrl+f ) to search for the below code.

</head>

STEP #5: And just above </head> paste the code below

<script type='text/javascript'>
//<![CDATA[
var rate = 20;
if (document.getElementById) 
window.onerror=new Function("return true")
var objActive;  // The object which event occured in 
var act = 0;    // Flag during the action 
var elmH = 0;   // Hue 
var elmS = 128; // Saturation 
var elmV = 255; // Value 
var clrOrg;     // A color before the change 
var TimerID;    // Timer ID
if (document.all) { 
    document.onmouseover = doRainbowAnchor; 
    document.onmouseout = stopRainbowAnchor; 
} 
else if (document.getElementById) { 
    document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT); 
    document.onmouseover = Mozilla_doRainbowAnchor; 
    document.onmouseout = Mozilla_stopRainbowAnchor; 
}
function doRainbow(obj) 
{ 
    if (act == 0) { 
        act = 1; 
        if (obj) 
            objActive = obj; 
        else 
            objActive = event.srcElement; 
        clrOrg = objActive.style.color; 
        TimerID = setInterval("ChangeColor()",100); 
    } 
}

function stopRainbow() 
{ 
    if (act) { 
        objActive.style.color = clrOrg; 
        clearInterval(TimerID); 
        act = 0; 
    } 
}

function doRainbowAnchor() 
{ 
    if (act == 0) { 
        var obj = event.srcElement; 
        while (obj.tagName != 'A' && obj.tagName != 'BODY') { 
            obj = obj.parentElement; 
            if (obj.tagName == 'A' || obj.tagName == 'BODY') 
                break; 
        }
        if (obj.tagName == 'A' && obj.href != '') { 
            objActive = obj; 
            act = 1; 
            clrOrg = objActive.style.color; 
            TimerID = setInterval("ChangeColor()",100); 
        } 
    } 
}

function stopRainbowAnchor() 
{ 
    if (act) { 
        if (objActive.tagName == 'A') { 
            objActive.style.color = clrOrg; 
            clearInterval(TimerID); 
            act = 0; 
        } 
    } 
}

function Mozilla_doRainbowAnchor(e) 
{ 
    if (act == 0) { 
        obj = e.target; 
        while (obj.nodeName != 'A' && obj.nodeName != 'BODY') { 
            obj = obj.parentNode; 
            if (obj.nodeName == 'A' || obj.nodeName == 'BODY') 
                break; 
        }
        if (obj.nodeName == 'A' && obj.href != '') { 
            objActive = obj; 
            act = 1; 
            clrOrg = obj.style.color; 
            TimerID = setInterval("ChangeColor()",100); 
        } 
    } 
}

function Mozilla_stopRainbowAnchor(e) 
{ 
    if (act) { 
        if (objActive.nodeName == 'A') { 
            objActive.style.color = clrOrg; 
            clearInterval(TimerID); 
            act = 0; 
        } 
    } 
}

function ChangeColor() 
{ 
    objActive.style.color = makeColor(); 
}

function makeColor() 
{ 
    // Don't you think Color Gamut to look like Rainbow?
    // HSVtoRGB 
    if (elmS == 0) { 
        elmR = elmV;    elmG = elmV;    elmB = elmV; 
    } 
    else { 
        t1 = elmV; 
        t2 = (255 - elmS) * elmV / 255; 
        t3 = elmH % 60; 
        t3 = (t1 - t2) * t3 / 60;
        if (elmH < 60) { 
            elmR = t1;  elmB = t2;  elmG = t2 + t3; 
        } 
        else if (elmH < 120) { 
            elmG = t1;  elmB = t2;  elmR = t1 - t3; 
        } 
        else if (elmH < 180) { 
            elmG = t1;  elmR = t2;  elmB = t2 + t3; 
        } 
        else if (elmH < 240) { 
            elmB = t1;  elmR = t2;  elmG = t1 - t3; 
        } 
        else if (elmH < 300) { 
            elmB = t1;  elmG = t2;  elmR = t2 + t3; 
        } 
        else if (elmH < 360) { 
            elmR = t1;  elmG = t2;  elmB = t1 - t3; 
        } 
        else { 
            elmR = 0;   elmG = 0;   elmB = 0; 
        } 
    }
    elmR = Math.floor(elmR).toString(16); 
    elmG = Math.floor(elmG).toString(16); 
    elmB = Math.floor(elmB).toString(16); 
    if (elmR.length == 1)    elmR = "0" + elmR; 
    if (elmG.length == 1)    elmG = "0" + elmG; 
    if (elmB.length == 1)    elmB = "0" + elmB;
    elmH = elmH + rate; 
    if (elmH >= 360) 
        elmH = 0;
    return '#' + elmR + elmG + elmB; 
}
//]]>
</script>

Customization:

You can change the value of var rate = 20. This controls the speed with which links change color.

So execute steps correctly and you are done. Head to your blog and check the trick executed. So don't forget us. We will only survive with your generosity. Like, Share, Follow and Subscribe. If you are facing any problem with implementing these codes just comment below for help. Stay tuned for more posts.

Saturday, 29 December 2012


PSD NEW DATA

Creative Album PSD Wedding Collection vol 11

Creative Album PSD Wedding Collection 02

Creative Album PSD Wedding Collection - Vol 07

Classic Frame For Adobe Photoshop

Adobe Photoshop Cs3 Lite

Rasmi Title

Classic Frame For Adobe Photoshop


TIPS AND TRICK

TIPS AND TRICKS

  1. Make Folder of size 0KB and Lock it without software
  2. CHANGE YOUR DRIVES BACK GROUND
  3. How to super hide the folder using CMD commands xp 
  4. Increase internet speed 100%
  5. Shutdown Computer In 10 sec
  6. How To Set a Video as Desktop Background
  7. MOST USEFULL KEYBOARD SHORTCUT
  8. 14 Blog Ping Services Immediately
  9. IMPROVE XP SHUTDOWN SPEED
  10. speed up your windows or to increase RAM
  11. secure YOUR WIRELESS LAN
  12. desktop shortcut for locking your computer
  13. Difference Between Core i3, Core i5, Core i7
  14. How to Burn DVD�s The Easy Way
  15. How to Uninstall and Remove Software in Safe Mode in Windows Operating System
  16. How to Hide User Accounts from the Welcome Screen in Windows 7 and Vista
  17. How To: Change Your Ip In Less Then 1 Minute
  18. Use a Shortcut to Local Area Network Connection Information
  19. Turning off System Beeps
  20. Increase your RAM and so system speed
  21. Remove shortcut arrow from desktop icons completely 
  22. How to know someone's IP Address
  23. Add Your Location Automatically to Your Gmail Signature
  24. To convert a FAT partition to NTFS
  25. change the Location Of  windows Folders
  26. Changing password of a remote PC
  27. Check Personal Firewall Status
  28. Enable/Disable Registry Editing tools
  29. Disable a key of F3 Search
  30. things to make for fun with notepad
  31. Convert 1GB File to 10MB
  32. how can you earn money with HotFile in Three Steps
  33. Windows shortcut keys
  34. Facebook shortcut keys 
  35. Changing the Location Of Special Folders

ADOBE PREMIER NEW PROJECTS NEW

Taroon Ko Mohabbat new

Mere Jeevan Sathi 

Tere Chere Se nazar 

7Zip pass:farooq 

Palkain Uthake Dekhiye

Lal Dupatta

 pass:farooq 

Chura Liya Hai Tum Ne

TU HE RAB TU HE DUA (NEW)

          
Pass:kinggrafix

Soniye (Atif Aslam)

Downloding Links
 mediafire and rar password
 hasseeb1.tk 

Rabba Luck Barsa (Farooq)

O Sajan      (FAROOQ)

O Jane Jana

 Part 1 
 Part 2 
 Part 5 
 Part 4 
 Part 6 
Pasword:farooq 

Ik Junoon(FAROOQ)

 Pasword:5596245

CHUNRI TITLE SONG(KING GRAFIX)