Copyrights @ Journal 2014 - Designed By Templateism - SEO Plugin by MyBloggerLab

Tuesday, June 20, 2006

Brazil .... la la la

AMAZING NUMEROLOGY TO PREDICT THE FIFA WORLD CUP WINNER
Brazil won the world cup in 1994. Before that, he had won this title for the last time in 1970.
If you add up: 1970 + 1994 = 3964
Argentina won the world cup for the last time in 1986. Before that only in 1978.
And 1978 + 1986 = 3964
Germany, though, won the world cup in 1990. Before that, Germany won in 1974.
Look: 1990 + 1974 = 3964
This could lead us to guess the winner of the World Cup in 2002, since it should be the winner of the 1962 World Cup.
In fact 3964 - 2002 = 1962).
And Brazil won the world cup in 1962! (And, in fact, Brazil won the 2002 WC)
This numerology seems to work... and now, who would be the winner of the 2006 world cup?
Let's see, 3964 - 2006 = 1958
And who won in 1958?.... Oh, Brazil did!!!
The logic is not perfect, coz what about other world cups? But I still wanna believe and sing ...
brazil brazil na na na na na na na nanananananannananaaaa' nanananannanananananaaaaaa brazil brazil laallalalalalaa lalalaaaaaaaaa lalalalaaaaa brazil

Wednesday, June 14, 2006

RSS or Atom Reader for your site

Everybody wants to have RSS or atom feeds displayed on their site. This is with the fact that not everybody can write code to extract the feeds. Sometimes your blog is just HTML based or there can be some other difficulties.
You need an easy way to include the feed links on your website. Try using following javascript include in your HTML page.
<script language="javascript" type="text/javascript" src="http://www.khapre.org/content/rssLinkGenerator.aspx?showDate=false&showNewWindow=true&type=rss&url=http%3a%2f%2fnews.google.com%2fnews%3fhl%3den%26q%3dIndia%26ie%3dUTF-8%26output%3drss%26ned%3d%3aePkh8BM9EwLbwanF6pmXkplowAm3KQ9iEyvQTgMWuF2pQgwoVhoJhPHNedwQz7lXTWvruzZp_b0AB3kQng"></script>
It displays like this....
How to use it?
Try this Include Generation page. Feel free to generate on your own also.
Here is the Syntax
<script language="javascript" type="text/javascript" src="http://www.khapre.org/content/rssLinkGenerator.aspx?showDate=< DISPLAY_DATE_OPTION >&showNewWindow=< NEW_WINDOW_OPTION >&type=< FEED_TYPE >&url=< YOUR_FEED_URL >"></script>
< DISPLAY_DATE_OPTION > = true|false (Default:false) : Switch for publish date of the Item.
< NEW_WINDOW_OPTION > = true|false (Default:false) : Switch for opening links in new window (_blank).
< FEED_TYPE > = rss|atom : Swith to tell program that what is the feed format.
< YOUR_FEED_URL > = Feed URL that you need to include. Make sure that it is working. Usually if the url has any special characters it needs Encoded URL format. Simlar to it is displayed in the example above.
rssLinkGenerator.aspx on {khapre.org} will create the HTML Table with all the URLS you need. The page writes table CSS classs as kRSSTable, kRSSTr and kRSSTd classes for table and respective HTML tags. So these can gel into your site theme very easily.
Leave a comment here, if you face any problems.