<?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>Tareq's Planet &#187; google</title>
	<atom:link href="http://tareq.wedevs.com/tag/google/feed/" rel="self" type="application/rss+xml" />
	<link>http://tareq.wedevs.com</link>
	<description></description>
	<lastBuildDate>Sat, 14 Jan 2012 16:38:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Grab your Google Buzz Status</title>
		<link>http://tareq.wedevs.com/2010/02/grab-your-google-buzz-status/</link>
		<comments>http://tareq.wedevs.com/2010/02/grab-your-google-buzz-status/#comments</comments>
		<pubDate>Wed, 17 Feb 2010 18:04:48 +0000</pubDate>
		<dc:creator>Tareq</dc:creator>
				<category><![CDATA[API]]></category>
		<category><![CDATA[My Works]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Buzz]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[Status]]></category>

		<guid isPermaLink="false">http://tareq.wedevs.com/?p=1210</guid>
		<description><![CDATA[Here&#8217;s how you can get your google buzz status with php. Just put your google username at the right place and do whatever you want. We have used simpleXML to parse the google&#8217;s RSS feed for every user.]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s how you can get your google buzz status with php. Just put your google username at the right place and do whatever you want.<br />
We have used simpleXML to parse the google&#8217;s RSS feed for every user. <img src='http://tareq.wedevs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley colorbox-1210' /> </p>
<pre class="brush: php; title: ; notranslate">
&lt;?php
$user = &quot;&lt;username&gt;&quot;;
$url = &quot;http://buzz.googleapis.com/feeds/&quot;.$user.&quot;/public/posted&quot;;
$data = file_get_contents($url);
$xml = new SimpleXMLElement($data);

$status = $xml-&gt;entry[0]-&gt;summary;
$time = date('D j M Y g:i a', strtotime($xml-&gt;entry[0]-&gt;published));
echo &quot;Status: $status &lt;br /&gt;&quot;;
echo &quot;Time: $time&quot;;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://tareq.wedevs.com/2010/02/grab-your-google-buzz-status/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Transliteration plugin for WordPress &amp; punBB</title>
		<link>http://tareq.wedevs.com/2009/10/google-transliteration-plugin-for-wordpress-punbb/</link>
		<comments>http://tareq.wedevs.com/2009/10/google-transliteration-plugin-for-wordpress-punbb/#comments</comments>
		<pubDate>Tue, 20 Oct 2009 09:35:39 +0000</pubDate>
		<dc:creator>Tareq</dc:creator>
				<category><![CDATA[My Works]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plugin]]></category>
		<category><![CDATA[punBB]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Bangla]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[transliteration]]></category>

		<guid isPermaLink="false">http://tareq.wedevs.com/?p=1156</guid>
		<description><![CDATA[What is Google Transliterate? Google offers an automatic transliteration option that converts Roman characters to the characters used in Arabic, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Nepali, Punjabi, Tamil, Telugu and Urdu. This feature lets you type these languages phonetically in English letters, but they&#8217;ll appear in their correct alphabet. Keep in mind that transliteration [...]]]></description>
			<content:encoded><![CDATA[<p><strong>What is Google Transliterate?</strong></p>
<blockquote><p>Google offers an automatic transliteration option that converts Roman characters to the characters used in Arabic, Bengali, Gujarati, Hindi, Kannada, Malayalam, Marathi, Nepali, Punjabi, Tamil, Telugu and Urdu. This feature lets you type these languages phonetically in English letters, but they&#8217;ll appear in their correct alphabet. Keep in mind that transliteration is different from translation; the sound of the words is converted from one alphabet to the other, not the meaning.</p></blockquote>
<p><strong>What I did?</strong><br />
I did a integration of Google Transliterate with WordPress &amp; punBB. My plugin allows you to write phonetically with the help of Google Transliteration in the WordPress post editor and also in punBB post box. <strong>This will not work in rich text editor mode in wordpress, you need to switch on HTML mode</strong>.</p>
<p><strong>How does it work?</strong><br />
The bellow images tells you everything</p>
<ul>
<li>You can select your desired language from the list</li>
<p style="text-align: center;"><img class="colorbox-1156"  title="transliterate" src="http://tareq.wedevs.com/wp-content/uploads/2009/10/transliterate.png" alt="transliterate" width="183" height="340" /></p>
<li>After Selecting the language, active the google transliteration option by clicking the text.</li>
<p style="text-align: center;"><img class="colorbox-1156"  title="transliterate1" src="http://tareq.wedevs.com/wp-content/uploads/2009/10/transliterate1.png" alt="transliterate1" width="183" height="90" /></p>
<li>Type the words phonetically. Once you type a space or a punctuation mark, the letters will be converted to corresponding language characters, like this:</li>
<p style="text-align: center;"><img class="colorbox-1156"  title="transliterate2" src="http://tareq.wedevs.com/wp-content/uploads/2009/10/transliterate2.png" alt="transliterate2" width="156" height="73" /><img class="colorbox-1156"  title="transliterate3" src="http://tareq.wedevs.com/wp-content/uploads/2009/10/transliterate3.png" alt="transliterate3" width="129" height="76" /></p>
<li> If you need to correct a transliterated word, click the word; you&#8217;ll see a menu of alternate spellings, in addition to an option to switch back to the Roman characters you typed. If you type the same word again, it will then be transliterated correctly based on your saved preference. <img class="colorbox-1156"  title="transliterate4" src="http://tareq.wedevs.com/wp-content/uploads/2009/10/transliterate4.png" alt="transliterate4" width="230" height="229" /></li>
</ul>
<p><a class="downloadlink" href="http://tareq.wedevs.com/downloads/google-transliterationwordpress.zip" title="Version1.0 downloaded 338 times" >Download Google Tranliteration for Wordpress (338)</a><br />
<a class="downloadlink" href="http://tareq.wedevs.com/downloads/google_transliterationpunbb.zip" title="Version1.0 downloaded 281 times" >Download Google Tranliteration for punBB (281)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://tareq.wedevs.com/2009/10/google-transliteration-plugin-for-wordpress-punbb/feed/</wfw:commentRss>
		<slash:comments>14</slash:comments>
		</item>
		<item>
		<title>ব্যবহার করুন গুগল ডেস্কটপ</title>
		<link>http://tareq.wedevs.com/2008/10/%e0%a6%ac%e0%a7%8d%e0%a6%af%e0%a6%ac%e0%a6%b9%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a6%b0%e0%a7%81%e0%a6%a8-%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%a1%e0%a7%87%e0%a6%b8%e0%a7%8d%e0%a6%95%e0%a6%9f/</link>
		<comments>http://tareq.wedevs.com/2008/10/%e0%a6%ac%e0%a7%8d%e0%a6%af%e0%a6%ac%e0%a6%b9%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a6%b0%e0%a7%81%e0%a6%a8-%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%a1%e0%a7%87%e0%a6%b8%e0%a7%8d%e0%a6%95%e0%a6%9f/#comments</comments>
		<pubDate>Wed, 22 Oct 2008 17:20:35 +0000</pubDate>
		<dc:creator>Tareq</dc:creator>
				<category><![CDATA[Review]]></category>
		<category><![CDATA[desktop]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[গুগল]]></category>
		<category><![CDATA[গেজেট]]></category>

		<guid isPermaLink="false">http://localhost/word/?p=939</guid>
		<description><![CDATA[গুগল ডেস্কটপ হল বিভিন্ন প্রয়োজনীয় গেজেটের সংমিশ্রণে তৈরী একটি সফটওয়ার। এটাকে গেজেট কালেকশনও বলা যেতে পারে। কি নেই এতে ? এর গেজেটের তালিক এত বিশাল যে আপনাকেই দেখে নিতে হবে। তাও কয়েকটা বলছিঃ ওয়েব ক্লিপ, স্টক, নিউজ, অরকুট, স্ক্র্যাচ প্যাড, ইমেইল, ফটো, ম্যাপ, টু ডু লিস্ট, সিস্টেম মনিটর, ডে-নাইট ওয়ার্ল্ড ক্লক, ক্যালেন্ডার, ডিজিটাল ক্লক, জি [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://tareqs.files.wordpress.com/2008/10/google_desktop.jpeg"><img class="alignleft size-full wp-image-970 colorbox-947" title="google_desktop" src="http://tareqs.files.wordpress.com/2008/10/google_desktop.jpeg" alt="" width="131" height="131" /></a>গুগল ডেস্কটপ হল বিভিন্ন প্রয়োজনীয় গেজেটের সংমিশ্রণে তৈরী একটি সফটওয়ার। এটাকে গেজেট কালেকশনও বলা যেতে পারে। কি নেই এতে ?<br />
এর গেজেটের তালিক এত বিশাল যে আপনাকেই দেখে নিতে হবে। তাও কয়েকটা বলছিঃ<br />
ওয়েব ক্লিপ, স্টক, নিউজ, অরকুট, স্ক্র্যাচ প্যাড, ইমেইল, ফটো, ম্যাপ, টু ডু লিস্ট, সিস্টেম মনিটর, ডে-নাইট ওয়ার্ল্ড ক্লক, ক্যালেন্ডার, ডিজিটাল ক্লক, জি টক, ক্যালকুলেটর, মিডিয়া প্লেয়ার, টেট্রিস গেম, রেডিও সহ মোট ১১১ টি গেজেট।</p>
<p>তাই ডাউনলোড করে নিন তাড়াতাড়ি, আর এটি দেখতে একদম ভিস্তার সাইডবারের মত। এটাকে সাইডবার ছাড়াও ডেস্কবার, ফ্লোটিং ডেস্কবার হিসেবে ব্যবহার করতে পারেন।</p>
<p>আর ডাউনলোড করুন <a href="http://desktop.google.com">এখান</a> থেকে</p>
]]></content:encoded>
			<wfw:commentRss>http://tareq.wedevs.com/2008/10/%e0%a6%ac%e0%a7%8d%e0%a6%af%e0%a6%ac%e0%a6%b9%e0%a6%be%e0%a6%b0-%e0%a6%95%e0%a6%b0%e0%a7%81%e0%a6%a8-%e0%a6%97%e0%a7%81%e0%a6%97%e0%a6%b2-%e0%a6%a1%e0%a7%87%e0%a6%b8%e0%a7%8d%e0%a6%95%e0%a6%9f/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

