<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Website Designing and development &#187; Blog</title>
	<atom:link href="http://www.mivpl.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.mivpl.com</link>
	<description></description>
	<lastBuildDate>Wed, 11 Nov 2009 13:40:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Showing tweets on your blog[php code]</title>
		<link>http://www.mivpl.com/showing-tweets-on-your-blogphp-code/</link>
		<comments>http://www.mivpl.com/showing-tweets-on-your-blogphp-code/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 13:40:35 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[showing twitter posts]]></category>
		<category><![CDATA[showing twitter posts using php]]></category>
		<category><![CDATA[twitter blog updates]]></category>
		<category><![CDATA[twitter rss parser]]></category>
		<category><![CDATA[twitter rss php code]]></category>
		<category><![CDATA[twitter updates on blog]]></category>
		<category><![CDATA[twitter wordpress widget]]></category>

		<guid isPermaLink="false">http://www.mivpl.com/?p=280</guid>
		<description><![CDATA[I wanted to share php code for pulling your tweets and showing them on your blog.
it uses Curl so make sure your server supports it.
you can edit the appearance by creating a class called tweets.
You will need to replace  YOURRSSCODE  with your twitter RSS url.
- Just paste following code anywhere in your theme/template files.
&#60;?
function load_file_from_url($url) [...]]]></description>
			<content:encoded><![CDATA[<p>I wanted to share php code for pulling your tweets and showing them on your blog.</p>
<p>it uses Curl so make sure your server supports it.</p>
<p>you can edit the appearance by creating a class called tweets.</p>
<p>You will need to replace  YOURRSSCODE  with your twitter RSS url.</p>
<p>- Just paste following code anywhere in your theme/template files.</p>
<p>&lt;?</p>
<p>function load_file_from_url($url) {<br />
$curl = curl_init();<br />
curl_setopt($curl, CURLOPT_URL, $url);<br />
curl_setopt($curl, CURLOPT_RETURNTRANSFER, true);<br />
$str = curl_exec($curl);<br />
curl_close($curl);<br />
return $str;<br />
}</p>
<p>$ourl = load_file_from_url(&#8221;YOURRSSCODE&#8221;);</p>
<p>$pattern_title = &#8216;/&lt;title&gt;(.*)&lt;\/title&gt;/&#8217;;<br />
$pattern_link = &#8216;/&lt;link&gt;(.*)&lt;\/link&gt;/&#8217;;</p>
<p>preg_match_all($pattern_title,$ourl,$Titles);<br />
preg_match_all($pattern_link,$ourl,$Links);<br />
$Title1 = $Titles[1];<br />
$Links1 = $Links[1];<br />
$numberoftweets = count($Links1);<br />
echo &#8216;&lt;ul&gt;&#8217;;<br />
for($i=1;$i&lt;$numberoftweets;$i++)<br />
{<br />
echo &#8216;&lt;li&gt;&lt;a href=&#8221;&#8216;.$Links1[$i].&#8217;&#8221;&gt;&#8217;.$Title1[$i].&#8217;&lt;/a&gt;&lt;/li&gt;&#8217;;<br />
}<br />
echo &#8216;&lt;/ul&gt;&#8217;;</p>
<p>?&gt;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.mivpl.com/showing-tweets-on-your-blogphp-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PokerWebsiteSolutions.com</title>
		<link>http://www.mivpl.com/pokerwebsitesolutions-com/</link>
		<comments>http://www.mivpl.com/pokerwebsitesolutions-com/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 13:01:12 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mivpl.com/?p=72</guid>
		<description><![CDATA[Recently, we got alot of projects from Poker customers.

They wanted us to redesign their poker affiliate websites.

During last few months , we have made over 50 unique layouts for our Poker affiliates.

Due to Poker being a different niche we decided to make a different website featuring our services for Poker industry clients.

Thus the Pokerwebsitesolutions.com was born.

Check it out today : http://www.pokerwebsitesolutions.com]]></description>
			<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-73" title="pws" src="http://www.mivpl.com/wp-content/uploads/2009/06/pws.jpg" alt="pws" width="385" height="202" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mivpl.com/pokerwebsitesolutions-com/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Mivpl.com Revamped</title>
		<link>http://www.mivpl.com/mivpl-com-revamped/</link>
		<comments>http://www.mivpl.com/mivpl-com-revamped/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 12:54:47 +0000</pubDate>
		<dc:creator></dc:creator>
				<category><![CDATA[Blog]]></category>

		<guid isPermaLink="false">http://www.mivpl.com/?p=69</guid>
		<description><![CDATA[It has been long time since the Mivpl.com website launched [over 4 years].

During this time,  the trend of online website designs is changed so we feel its time to get a new design for Mivpl.com as well.

We launched the new design today , but there are still few tweaks to be done, they are supposed to be done in upcoming few days.

Do not forget to give your feedback about our new design.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.mivpl.com/wp-content/uploads/2009/06/mivpl.jpg"><img class="alignnone size-full wp-image-87" title="mivpl" src="http://www.mivpl.com/wp-content/uploads/2009/06/mivpl.jpg" alt="mivpl" width="249" height="124" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.mivpl.com/mivpl-com-revamped/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
