1

Valentines Day

Posted by Joey Villas on Jan 23, 2009 in Uncategorized

Valentine’s Day is a holiday celebrated on February 14.  It is the traditional day on which lovers express their love for each other by sending Valentine’s cards, presenting flowers, or offering confectionery, all in the name of St. Valentine.. It is named after two among the numerous Early Christian martyrs named Valentine. The day became associated with romantic love in the circle of Geoffrey Chaucer in the High Middle Ages, when the tradition of courtly love flourished.

According to legend, the holiday has its roots in the ancient Roman festival of Lupercalis/Lupercalia, a fertility celebration commemorated annually on February 15. As Christianity came to dominance in Europe, pagan holidays such as Lupercalia were frequently renamed for early Christian martyrs. In 496 AD, Pope Gelasius recast this pagan festival as a Christian feast day circa 496, declaring February 14 to be the feast day of the Roman martyr Saint Valentine, who lived in the 3rd century.

Read more…

Share/Save

Tags: ,

 
0

Bookmark Your Page Javascript , Add to Favorites script

Posted by Joey Villas on Jan 6, 2009 in Uncategorized

1. Place the following javascript in the <HEAD>…</HEAD> section of your page html source. dont forget to put <script type=”text/javascript”>…</script>

1
2
3
4
5
6
7
8
9
10
11
12
function bookmarksite(title,url){
   if (window.sidebar)
	window.sidebar.addPanel(title, url, '');
   else if(window.opera &amp;&amp; window.print){
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
   }else if(document.all)
	window.external.AddFavorite(url, title);
}

2. Place this bookmark link in your html page source between the and tags, where you want the link to appear on your page.

<a href="javascript:bookmarksite(’Joey Villas - Blog','http://www.joeyvillas.com')">Bookmark this site!</a>

DEMO

Share/Save

Tags: , ,

Copyright © 2010 Joey Villas All rights reserved.