Posted by admin on April 17th, 2008
We proudly present Bollysite News as an Open Social Application.

You can add this application by following these steps.
- Goto orkut.com
- L.H.S see the Apps Box. Click edit
- Under add an application directly by its url box enter,http://news.bollysite.com/bollysite.news.orkut.xml
- Click Add Application.
- Click Save.
Posted by admin on March 30th, 2008

Along with jQuery, we have used third party module facebox for hindi lyrics. During testing different browsers, I got problem with placement of facebox.
In internet explorer (IE 6 & 7) it got aligned left.
So, finally I tried some cross browser hack for it. I have done some little change in facebox.js
At the end of function,
$.facebox.reveal = function(data, klass) {
I have added followng line,
if(jQuery.browser.msie){
b = $(”BODY”).width();
pl = (b - $(’#facebox .content’)[0].offsetWidth)/2;
$(’#facebox’)[0].style.paddingLeft = pl;
}
}
Explanation:-
[1] If browser is Internet Explorer, it gets width of view port into b variable
[2] Now facebox with is $(’#facebox .content’)[0].offsetWidth
[3] So, required left padding is (total screen width - box with)/2
[4] $(’#facebox’)[0].style.paddingLeft = pl line properly aligns the facebox.
Posted by admin on March 30th, 2008
We pleased to know you that now you can send lyrics to someone special to you. I love to dedicate love lyrics to my beloved, so I think why not to make such a module that can help other people to share their hearts’ thought.

Apart from that, we have added printer friendly version for hindi lyrics. So, on printed page you can get lyrics only.

If you find any mistakes or errors in lyrics, feel to click correct it, it’s yours. We will review it & update lyrics accordingly.

So enjoy, Bollysite’s Hindi Lyrics
Team,
Bollysite
Posted by admin on October 30th, 2007

Need to find all bollywood news at one place?
Bollysite.com is only one solution for that. Recently we have launched Bollywood news aggrigator (beta). So you can find the news of your all the bollywood favourite sites at a single place.
It’s build based on RSS - PHP content syndication technology.
JQuery is used for UI.
We will make a good efforts to build good and robust product.
Team,
Bollysite.com
Recent Comments