<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	>

<channel>
	<title>Bollysite Blog</title>
	<link>http://blog.bollysite.com</link>
	<description></description>
	<pubDate>Thu, 17 Apr 2008 16:00:01 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Bollysite goes Orkut (opensocial)</title>
		<link>http://blog.bollysite.com/2008/04/17/bollysite-goes-orkut-opensocial/</link>
		<comments>http://blog.bollysite.com/2008/04/17/bollysite-goes-orkut-opensocial/#comments</comments>
		<pubDate>Thu, 17 Apr 2008 15:57:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[engineering]]></category>

		<category><![CDATA[bollywood news]]></category>

		<category><![CDATA[bollysite]]></category>

		<category><![CDATA[india]]></category>

		<category><![CDATA[bollywood]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2008/04/17/bollysite-goes-orkut-opensocial/</guid>
		<description><![CDATA[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      [...]]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">We proudly present Bollysite News as an Open Social Application.</p>
<p><img src="http://blog.bollysite.com/wp-content/uploads/2008/04/bollysite_orkut.gif" alt="bollysite_orkut.gif" /></p>
<p>You can add this application by following these steps.</p>
<p class="MsoNormal"><o:p> </o:p></p>
<ol style="margin-top: 0in" start="1" type="1">
<li class="MsoNormal">Goto      orkut.com</li>
<li class="MsoNormal">L.H.S      see the Apps Box. Click edit</li>
<li class="MsoNormal">Under add      an application directly by its url box enter,<a href="http://news.bollysite.com/bollysite.news.orkut.xml">http://news.bollysite.com/bollysite.news.orkut.xml</a><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></li>
<li class="MsoNormal">Click      Add Application.</li>
<li class="MsoNormal">Click Save.</li>
</ol>
<p><span style="font-size: 12pt; font-family: 'Times New Roman'"><!--[if !supportLineBreakNewLine]--><br />
<!--[endif]--></span></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2008/04/17/bollysite-goes-orkut-opensocial/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Facebox hack for Internet Explorer (IE 5,6,7)</title>
		<link>http://blog.bollysite.com/2008/03/30/facebox-hack-for-internet-explorer-ie-567/</link>
		<comments>http://blog.bollysite.com/2008/03/30/facebox-hack-for-internet-explorer-ie-567/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 05:53:40 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[UI]]></category>

		<category><![CDATA[engineering]]></category>

		<category><![CDATA[jquery]]></category>

		<category><![CDATA[bollysite]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2008/03/30/facebox-hack-for-internet-explorer-ie-567/</guid>
		<description><![CDATA[
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 &#38; 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 [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://famspam.com/facebox/logo.png" height="110" width="235" /></p>
<p>Along with jQuery, we have used third party module <a href="http://famspam.com/facebox/">facebox</a> for <a href="http://hindilyrics.bollysite.com">hindi lyrics</a>. During testing different browsers, I got problem with placement of facebox.</p>
<p>In internet explorer (IE 6 &amp; 7) it got aligned left.</p>
<p>So, finally I tried some cross browser hack for it. I have done some little change in facebox.js</p>
<p>At the end of function,</p>
<p><strong>$.facebox.reveal = function(data, klass) {</strong></p>
<p>I have added followng line,</p>
<p>if(jQuery.browser.msie){<br />
b = $(&#8221;BODY&#8221;).width();<br />
pl = (b - $(&#8217;#facebox .content&#8217;)[0].offsetWidth)/2;<br />
$(&#8217;#facebox&#8217;)[0].style.paddingLeft = pl;<br />
}<br />
}</p>
<p>Explanation:-</p>
<p>[1] If browser is Internet Explorer, it gets width of view port into <strong>b</strong> variable<br />
[2] Now facebox with is <strong>$(&#8217;#facebox .content&#8217;)[0].offsetWidth<br />
</strong> [3] So, required left padding is (total screen width - box with)/2<br />
[4] $(&#8217;#facebox&#8217;)[0].style.paddingLeft = pl line properly aligns the facebox.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2008/03/30/facebox-hack-for-internet-explorer-ie-567/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Now Hindi Lyrics is yours</title>
		<link>http://blog.bollysite.com/2008/03/30/now-hindi-lyrics-is-yours/</link>
		<comments>http://blog.bollysite.com/2008/03/30/now-hindi-lyrics-is-yours/#comments</comments>
		<pubDate>Mon, 31 Mar 2008 04:03:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[hindi]]></category>

		<category><![CDATA[lyrics]]></category>

		<category><![CDATA[UI]]></category>

		<category><![CDATA[engineering]]></category>

		<category><![CDATA[bollysite]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2008/03/30/now-hindi-lyrics-is-yours/</guid>
		<description><![CDATA[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 [...]]]></description>
			<content:encoded><![CDATA[<p>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.</p>
<p><a href="http://blog.bollysite.com/wp-content/uploads/2008/03/lyrics1.gif" title="Bollysite Lyrics Preview Main"><img src="http://blog.bollysite.com/wp-content/uploads/2008/03/lyrics1.gif" alt="Bollysite Lyrics Preview Main" /></a></p>
<p>Apart from that, we have added printer friendly version for hindi lyrics. So, on printed page you can get lyrics only.</p>
<p><a href="http://blog.bollysite.com/wp-content/uploads/2008/03/lyrics2.gif" title="Correct Lyrics"><img src="http://blog.bollysite.com/wp-content/uploads/2008/03/lyrics2.gif" alt="Correct Lyrics" /></a></p>
<p>If you find any mistakes or errors in lyrics, feel to click correct it, it’s yours. We will review it &amp; update lyrics accordingly.</p>
<p><a href="http://blog.bollysite.com/wp-content/uploads/2008/03/lyrics3.gif" title="Send Lyrics"><img src="http://blog.bollysite.com/wp-content/uploads/2008/03/lyrics3.gif" alt="Send Lyrics" /></a></p>
<p>So enjoy, Bollysite&#8217;s Hindi <a href="http://hindilyrics.bollysite.com/">Lyrics</a></p>
<p>Team,<br />
Bollysite</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2008/03/30/now-hindi-lyrics-is-yours/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bollysite News goes iGoogle</title>
		<link>http://blog.bollysite.com/2008/03/26/bollysite-news-goes-igoogle/</link>
		<comments>http://blog.bollysite.com/2008/03/26/bollysite-news-goes-igoogle/#comments</comments>
		<pubDate>Wed, 26 Mar 2008 09:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[engineering]]></category>

		<category><![CDATA[bollywood news]]></category>

		<category><![CDATA[bollywood]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2008/03/26/bollysite-news-goes-igoogle/</guid>
		<description><![CDATA[Friends,
Now you can get all the bollywood sites news on your google homepage ie. iGoogle.


Just click above Google icon to get bollysite add bollysite news widget to your iGoogle homepage.
Team,
Bollysite
]]></description>
			<content:encoded><![CDATA[<p>Friends,</p>
<p>Now you can get all the bollywood sites news on your google homepage ie. iGoogle.</p>
<p><a href="http://blog.bollysite.com/wp-content/uploads/2008/03/ig_screenshot.png" title="igoogle"><img src="http://blog.bollysite.com/wp-content/uploads/2008/03/ig_screenshot.png" alt="igoogle" /></a><br />
<a href="http://fusion.google.com/add?source=atgs&amp;moduleurl=http%3A//news.bollysite.com/bollysite_news.xml" title="Add to iGoogle"><img src="http://buttons.googlesyndication.com/fusion/add.gif" alt="Add to iGoogle" border="0" /></a></p>
<p>Just click above Google icon to get bollysite add bollysite news widget to your iGoogle homepage.</p>
<p>Team,</p>
<p>Bollysite</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2008/03/26/bollysite-news-goes-igoogle/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Maxim Calendar 2007</title>
		<link>http://blog.bollysite.com/2007/11/20/maxim-calendar-2007/</link>
		<comments>http://blog.bollysite.com/2007/11/20/maxim-calendar-2007/#comments</comments>
		<pubDate>Wed, 21 Nov 2007 05:56:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[india]]></category>

		<category><![CDATA[fashion]]></category>

		<category><![CDATA[model]]></category>

		<category><![CDATA[Sexy]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2007/11/20/maxim-calendar-2007/</guid>
		<description><![CDATA[









]]></description>
			<content:encoded><![CDATA[<p><img width="540" src="http://livinggallery.oneindia.in/d/2574-3/jan-hotbabe.jpg" height="565" style="width: 540px; height: 565px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2577-3/feb-hotbabe.jpg" height="567" style="width: 540px; height: 567px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2579-3/mar-hotbabe.jpg" height="542" style="width: 540px; height: 542px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2581-3/apr-hotbabe.jpg" height="562" style="width: 540px; height: 562px" /></p>
<p><img width="397" src="http://livinggallery.oneindia.in/d/2583-3/may-hotbabe.jpg" height="461" style="width: 397px; height: 461px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2585-3/jun-hotbabe.jpg" height="565" style="width: 540px; height: 565px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2587-3/july-hotbabe.jpg" height="554" style="width: 540px; height: 554px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2589-3/aug-hotbabe.jpg" height="580" style="width: 540px; height: 580px" /></p>
<p><img width="540" src="http://livinggallery.oneindia.in/d/2591-3/sep-hotbabe.jpg" height="579" style="width: 540px; height: 579px" /></p>
<p><img width="522" src="http://livinggallery.oneindia.in/d/2593-2/oct-hotbabe.jpg" height="600" style="width: 522px; height: 600px" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2007/11/20/maxim-calendar-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Bollywood News Aggregator - All Bollywood News at one place.</title>
		<link>http://blog.bollysite.com/2007/10/30/bollywood-news-aggregator-all-bollywood-news-at-one-place/</link>
		<comments>http://blog.bollysite.com/2007/10/30/bollywood-news-aggregator-all-bollywood-news-at-one-place/#comments</comments>
		<pubDate>Tue, 30 Oct 2007 14:05:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[bollywood news]]></category>

		<category><![CDATA[bollysite]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2007/10/30/bollywood-news-aggregator-all-bollywood-news-at-one-place/</guid>
		<description><![CDATA[
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&#8217;s build based on RSS - PHP content syndication technology.
JQuery is used for UI.
We will make a good efforts to [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.bollysite.com"><img border="0" src="http://blog.bollysite.com/wp-content/uploads/2007/10/bollysite_news1.jpg" alt="Bollywood News" /></a><br />
Need to find all bollywood news at one place?</p>
<p>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.</p>
<p>It&#8217;s build based on RSS - <a href="http://www.php.net">PHP</a> content syndication technology.<br />
<a href="http://www.jquery.com">JQuery</a> is used for UI.</p>
<p>We will make a good efforts to build good and robust product.</p>
<p>Team,<br />
Bollysite.com</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2007/10/30/bollywood-news-aggregator-all-bollywood-news-at-one-place/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Lakme India Fashion Week 2007</title>
		<link>http://blog.bollysite.com/2007/07/25/lakme-india-fashion-week-2007/</link>
		<comments>http://blog.bollysite.com/2007/07/25/lakme-india-fashion-week-2007/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 11:10:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[india]]></category>

		<category><![CDATA[fashion]]></category>

		<category><![CDATA[model]]></category>

		<category><![CDATA[Sexy]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2007/07/25/lakme-india-fashion-week-2007/</guid>
		<description><![CDATA[





















]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la1.jpg" style="width: 400px; height: 398px" height="398" width="400" /></p>
<p><font color="#ffffff" face="Verdana" size="1"><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la2.jpg" style="width: 341px; height: 400px" height="400" width="341" /></font></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la3.jpg" style="width: 400px; height: 322px" height="322" width="400" /></p>
<p><font color="#ffffff" face="Verdana" size="1"><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la4.jpg" style="width: 300px; height: 400px" height="400" width="300" /></font></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la5.jpg" style="width: 300px; height: 400px" height="400" width="300" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la11.jpg" style="width: 300px; height: 400px" height="400" width="300" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la12.jpg" style="width: 300px; height: 400px" height="400" width="300" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la13.jpg" style="width: 400px; height: 300px" height="300" width="400" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/31b/la16.jpg" style="width: 400px; height: 300px" height="300" width="400" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash1.jpg" style="width: 400px; height: 400px" height="400" width="400" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash3.jpg" style="width: 331px; height: 400px" height="400" width="331" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash2.jpg" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash7.jpg" style="width: 333px; height: 400px" height="400" width="333" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash8.jpg" style="width: 338px; height: 400px" height="400" width="338" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash9.jpg" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/30a/fash10.jpg" style="width: 375px; height: 400px" height="400" width="375" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/29a/fash1.jpg" style="width: 400px; height: 364px" height="364" width="400" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/29a/fash3.jpg" style="width: 348px; height: 400px" height="400" width="348" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/29a/fash4.jpg" style="width: 400px; height: 400px" height="400" width="400" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/29a/fash8.jpg" style="width: 338px; height: 400px" height="400" width="338" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/29a/fash7.jpg" style="width: 357px; height: 400px" height="400" width="357" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/29a/fash6.jpg" style="width: 400px; height: 400px" height="400" width="400" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2007/07/25/lakme-india-fashion-week-2007/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wills India fashion week 2007</title>
		<link>http://blog.bollysite.com/2007/07/25/wills-india-fashion-week-2007-day-4/</link>
		<comments>http://blog.bollysite.com/2007/07/25/wills-india-fashion-week-2007-day-4/#comments</comments>
		<pubDate>Wed, 25 Jul 2007 10:51:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[india]]></category>

		<category><![CDATA[fashion]]></category>

		<category><![CDATA[model]]></category>

		<category><![CDATA[Sexy]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/2007/07/25/wills-india-fashion-week-2007-day-4/</guid>
		<description><![CDATA[




]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/26a/fash1.jpg" /></p>
<p><img src="http://www.indiavarta.com/gallery/images/2007/mar/26a/fash5.jpg" /></p>
<p><img width="332" src="http://www.indiavarta.com/gallery/images/2007/mar/26a/fash4.jpg" height="399" style="width: 332px; height: 399px" /></p>
<p><img width="400" src="http://www.indiavarta.com/gallery/images/2007/mar/26a/fash3.jpg" height="400" style="width: 400px; height: 400px" /></p>
<p><img width="400" src="http://www.indiavarta.com/gallery/images/2007/mar/26a/fash2.jpg" height="400" style="width: 400px; height: 400px" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2007/07/25/wills-india-fashion-week-2007-day-4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kingfisher Calendar 2007</title>
		<link>http://blog.bollysite.com/2007/07/24/kingfisher-calendar-2007/</link>
		<comments>http://blog.bollysite.com/2007/07/24/kingfisher-calendar-2007/#comments</comments>
		<pubDate>Tue, 24 Jul 2007 12:53:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[actress]]></category>

		<category><![CDATA[bollywood]]></category>

		<category><![CDATA[model]]></category>

		<category><![CDATA[Sexy]]></category>

		<guid isPermaLink="false">http://blog.bollysite.com/?p=3</guid>
		<description><![CDATA[





For more images: http://actress.bollysite.com/kingfisher-calendar
]]></description>
			<content:encoded><![CDATA[<p><img src="http://actress.bollysite.com/kingfisher-calendar/image/595/1_001.jpg" /></p>
<p><img src="http://actress.bollysite.com/kingfisher-calendar/image/595/2_001.jpg" /></p>
<p><img src="http://actress.bollysite.com/kingfisher-calendar/image/595/4_001.jpg" /></p>
<p><img src="http://actress.bollysite.com/kingfisher-calendar/image/595/5_001.jpg" /></p>
<p><img width="595" src="http://actress.bollysite.com/cache/kingfisher-calendar/691679-P.jpg_595.jpg" height="446" style="width: 595px; height: 446px" /></p>
<p><img width="595" src="http://actress.bollysite.com/cache/kingfisher-calendar/691681-P.jpg_595.jpg" height="446" style="width: 595px; height: 446px" /></p>
<p>For more images: <a href="http://actress.bollysite.com/kingfisher-calendar">http://actress.bollysite.com/kingfisher-calendar</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.bollysite.com/2007/07/24/kingfisher-calendar-2007/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
