Welcome To Home of Information

How To Add Rainbow Colored Flashing Link Style

4 comments
By Anonymous

Want to make a link to your blog and rainbow-colored flashing when the pointer is affected? It is very easy

I have to write two set of instructions for each steps, as some of you are using the default layout, and some of you are using the new layout.Backup your template before attempting this tutorial.


1: Go to Home 
2: Click On template
3: After that Click on Edit HTML 




4: Click on Expand Widget Templates.




5: Now press (CTRL+F) 



And find this Code

</head>

And exactly before it add the This code :

<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><a href="http://msajawalyounas.blogspot.com" target="_blank" title="Blogger Widgets"><img src="http://safir85.ucoz.com/24work-blogspot/cursor-24work-10.png" border="0" alt="Blogger Widgets" style="position:absolute; top: 0px; right: 0px;" /></a>

Now Click Save Template 


And you are done.

Customize And Demo.
You can change this value



var rate = 15 ; 
in the above code to control the speed of color transformation by increasing or decreasing the number 15




4 comments:

Free Download Manager

Posted in
No comments
By Anonymous

Free Download Manager - FreewareFiles Edition 3.0  pick


Size:5.75MB
Publisher:
Release Date:2011-05-20
Submit Date:2011-05-20
OS:Win 9x/ME/NT/2K/XP/2K3/Vista/7
Downloads:472171
Popularity:Popularity:9/10

0 comments:

Dv Project

Posted in
No comments
By Anonymous


Dv Project

Dv Project is a simplified document and drawing control system which can be downloaded and implemented with limited technical support. No extended implementation is required because the database is pre-defined with industry standards. Companies or departments which need to manage project documents among a group of ten or fewer concurrent users (40-50 total users). See DvTDM for larger projects. Dv Project contains a pre-defined database with industry standard processes set up for document numbering, check-out, document revisions, and more. Because these processes are pre-set customers with limited resources and simpler needs can implement a document control system in a short time without requiring an on-site visit from our product services group. Some modifications can be administered on an as quoted basis. This system is not recommended for clients requiring a high-level of customization or clients that desire a scalable system to manage projects from multiple regional locations.

0 comments:

Microsoft Visual C#

No comments
By Anonymous

Microsoft Visual C# 2005 Express Edition  pick 
Size:2.8MB
Publisher:
Release Date:2006-01-24
Submit Date:2006-01-24
OS:Win 2000/XP/2003/Vista
Downloads:209713
Popularity:Popularity:4/10


0 comments:

Access Manager

Posted in
No comments
By Anonymous


Access Manager

Access Manager 

Password ManagerAccess Manager provides fast, easy and secure storage for all your passwords. You can organize passwords into types and categories for easy access and keep notes, web site links and e-mail addresses with each password. Email addresses or web site URLs can be automatically launched from within the program. The program is easy to use and uses a clean MS Outlook style interface and can be protected with a master password. Also included is an option to generate random passwords, search functions, printing of password lists and more. Free for personal use.

Product Details

PublisherCiti-Software LtdO/SWin (All)
PriceFreeRequirements.NET Framework 2.0
Version2.2.61 ...historyFile Size2362 Kb
Last updatedDec 20, 2012

0 comments:

Access Manager

Posted in
No comments
By Anonymous


Access Manager

Access Manager 

Password ManagerAccess Manager provides fast, easy and secure storage for all your passwords. You can organize passwords into types and categories for easy access and keep notes, web site links and e-mail addresses with each password. Email addresses or web site URLs can be automatically launched from within the program. The program is easy to use and uses a clean MS Outlook style interface and can be protected with a master password. Also included is an option to generate random passwords, search functions, printing of password lists and more. Free for personal use.

Product Details

PublisherCiti-Software LtdO/SWin (All)
PriceFreeRequirements.NET Framework 2.0
Version2.2.61 ...historyFile Size2362 Kb
Last updatedDec 20, 2012

0 comments:

About the Author

Lorem ipsum dolor sit amet, consectetur adipiscing elit. Pellentesque volutpat volutpat nibh nec posuere. Donec auctor arcut pretium consequat.

Proudly Powered by Blogger.