<?xml version="1.0" encoding="UTF-8"?>
<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/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Rajshekhar Rajaharia</title>
	<atom:link href="http://www.thebillu.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.thebillu.com</link>
	<description>Official Blog</description>
	<pubDate>Sun, 14 Feb 2010 12:06:36 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
	<language>en</language>
			<item>
		<title>Masti</title>
		<link>http://www.thebillu.com/my-personal-life/masti.html</link>
		<comments>http://www.thebillu.com/my-personal-life/masti.html#comments</comments>
		<pubDate>Thu, 21 Jan 2010 16:35:22 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Personal Life]]></category>

		<guid isPermaLink="false">http://www.thebillu.com/?p=83</guid>
		<description><![CDATA[
]]></description>
		<wfw:commentRss>http://www.thebillu.com/my-personal-life/masti.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Upload any Data with upto 100GBPS Speed from URL</title>
		<link>http://www.thebillu.com/my-ideas/upload-any-data-with-upto-100gbps-speed-from-url.html</link>
		<comments>http://www.thebillu.com/my-ideas/upload-any-data-with-upto-100gbps-speed-from-url.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 09:19:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Ideas!]]></category>

		<guid isPermaLink="false">http://www.thebillu.com/?p=76</guid>
		<description><![CDATA[With this code u can upload any data like zip file to anywhere with a upto 100GB per second speed
PHP Code:
PHP
if ($_GET[xfer]) {
if ($_POST[from] == &#8220;&#8221;) {
print &#8220;You forgot to enter a url.&#8221;;
} else {
copy(&#8221;$_POST[from]&#8220;, &#8220;$_POST[to]&#8220;);
$size = round((filesize($_POST[to])/1000000), 3);
print &#8220;transfer complete.&#60;br&#62;
&#60;a&#62;&#60;a href=\&#8221;$_POST[from]\&#8221;&#62;$_POST[from]&#60;/a&#62;&#60;br&#62;
&#60;a&#62;&#60;a href=\&#8221;$_POST[to]\&#8221;&#62;$_POST[to]&#60;/a&#62; : $size MB&#8221;;
}
} else {
print &#8220;&#60;form action=\&#8221;$PHP_SELF?xfer=true\&#8221; method=post&#62;
from(http://): &#60;input name=from&#62;&#60;br&#62;
to(filename): &#60;input name=to&#62;&#60;br&#62;
&#60;input [...]]]></description>
		<wfw:commentRss>http://www.thebillu.com/my-ideas/upload-any-data-with-upto-100gbps-speed-from-url.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>My Achievements</title>
		<link>http://www.thebillu.com/my-achievements/my-achivements.html</link>
		<comments>http://www.thebillu.com/my-achievements/my-achivements.html#comments</comments>
		<pubDate>Mon, 21 Dec 2009 07:15:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Achievements]]></category>

		<guid isPermaLink="false">http://www.thebillu.com/?p=8</guid>
		<description><![CDATA[Rajshekhar Rajaharia - Director &#38; Founder of  Yoinfocom
Rajshekhar Rajaharia is a young and emerging serial entrepreneur and has a wide experience in the field of web tools and web programming &#38; developing innovative web applications.
At age of 17, Raj has found major mistakes in India&#8217;s biggest internet provider&#8217;s login form.
At age of 18, Started a site [...]]]></description>
		<wfw:commentRss>http://www.thebillu.com/my-achievements/my-achivements.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Grab Gmail Emails Using PHP and IMAP</title>
		<link>http://www.thebillu.com/my-ideas/grab-gmail-emails-using-php-and-imap.html</link>
		<comments>http://www.thebillu.com/my-ideas/grab-gmail-emails-using-php-and-imap.html#comments</comments>
		<pubDate>Sun, 20 Dec 2009 09:17:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Ideas!]]></category>

		<guid isPermaLink="false">http://www.thebillu.com/?p=63</guid>
		<description><![CDATA[you can retrieve emails from your Gmail account in no time!
Here is the Codes:-
CSS

div.toggler { border:1px solid #ccc; background:url(any background) 10px 12px #eee no-repeat; cursor:pointer; padding:10px 32px; }
div.toggler .subject { font-weight:bold; }
div.read { color:#666; }
div.toggler .from, div.toggler .date { font-style:italic; font-size:11px; }
div.body { padding:10px 20px; }
JavaScript

window.addEvent(&#8217;domready&#8217;,function() {
 var togglers = $$(&#8217;div.toggler&#8217;);
 if(togglers.length) var gmail = [...]]]></description>
		<wfw:commentRss>http://www.thebillu.com/my-ideas/grab-gmail-emails-using-php-and-imap.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>Grab Information From IMDB using PHP</title>
		<link>http://www.thebillu.com/my-ideas/how-to-grab-information-from-imdb-using-php-script.html</link>
		<comments>http://www.thebillu.com/my-ideas/how-to-grab-information-from-imdb-using-php-script.html#comments</comments>
		<pubDate>Sat, 19 Dec 2009 07:16:38 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Ideas!]]></category>

		<guid isPermaLink="false">http://www.thebillu.com/?p=11</guid>
		<description><![CDATA[Let&#8217;s see, what a single PHP page can do&#8230;.
IMDB (Internet Movie DataBase) has info on every movie ever made (or so it seems). Lets see how to grab IMDB information with a single PHP page&#8230;.
PHP Code
&#60;?php
//url
$url = &#8216;http://www.imdb.com/title/tt1166100/&#8217;;
//get the page content
$imdb_content = get_data($url);
//parse for product name
$name = get_match(&#8217;/&#60;title&#62;(.*)&#60;\/title&#62;/isU&#8217;,$imdb_content);
$director = strip_tags(get_match(&#8217;/&#60;h5[^&#62;]*&#62;Director:&#60;\/h5&#62;(.*)&#60;\/div&#62;/isU&#8217;,$imdb_content));
$plot = get_match(&#8217;/&#60;h5[^&#62;]*&#62;Plot:&#60;\/h5&#62;(.*)&#60;\/div&#62;/isU&#8217;,$imdb_content);
$release_date = get_match(&#8217;/&#60;h5[^&#62;]*&#62;Release Date:&#60;\/h5&#62;(.*)&#60;\/div&#62;/isU&#8217;,$imdb_content);
$mpaa [...]]]></description>
		<wfw:commentRss>http://www.thebillu.com/my-ideas/how-to-grab-information-from-imdb-using-php-script.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>About Me</title>
		<link>http://www.thebillu.com/about-me/about-me.html</link>
		<comments>http://www.thebillu.com/about-me/about-me.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 12:14:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[About Me]]></category>

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

		<guid isPermaLink="false">http://www.thebillu.com/?p=6</guid>
		<description><![CDATA[
Rajshekhar Rajaharia
"Think Big, Think Fast,
Think Ahead.
Ideas are no ones,
Monopoly"

Full Name: Rajshekhar Rajaharia
B&#8217;Day: 26th August
Birthplace: Jhunjhunu in Rajasthan
India
Carrer: Currently studying + Business

Short carrer Brief:
In the year 2007, i gotta hug crazzze in Computer &#38; Internet.
Currently Studying Engg. CS&#8230;&#8230;&#8230;
In the year 10May, 2007 registered a domain named TheBillu.com for fun.
And after 2-3 months started work on thebillu.com [...]]]></description>
		<wfw:commentRss>http://www.thebillu.com/about-me/about-me.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>About my Business</title>
		<link>http://www.thebillu.com/business/about-my-business.html</link>
		<comments>http://www.thebillu.com/business/about-my-business.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 07:19:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Business]]></category>

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

		<guid isPermaLink="false">http://www.thebillu.com/?p=15</guid>
		<description><![CDATA[Lots of people says&#8230;.
what i do&#8230;.?
Here is all about my business&#8230;&#8230;&#8230;..
.
.
.
.
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;./
]]></description>
		<wfw:commentRss>http://www.thebillu.com/business/about-my-business.html/feed</wfw:commentRss>
		</item>
		<item>
		<title>About mt personal life</title>
		<link>http://www.thebillu.com/my-personal-life/about-mt-personal-life.html</link>
		<comments>http://www.thebillu.com/my-personal-life/about-mt-personal-life.html#comments</comments>
		<pubDate>Sun, 13 Dec 2009 07:17:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[My Personal Life]]></category>

		<guid isPermaLink="false">http://www.thebillu.com/?p=13</guid>
		<description><![CDATA[Here is all about my personal life&#8230;
.
.
.
.
&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;&#8230;./
]]></description>
		<wfw:commentRss>http://www.thebillu.com/my-personal-life/about-mt-personal-life.html/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
