<?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>DailyTUT</title>
	<atom:link href="http://www.dailytut.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.dailytut.com</link>
	<description>Internet, Technology, Blogging, Tutorials, Howto&#039;s</description>
	<lastBuildDate>Mon, 08 Mar 2010 13:25:48 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Transfer Your Wordpress Blog to a New Domain ?</title>
		<link>http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html</link>
		<comments>http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html#comments</comments>
		<pubDate>Mon, 08 Mar 2010 13:25:48 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Blogging Services]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[Wordpress Plugins]]></category>
		<category><![CDATA[Wordpress Themes]]></category>
		<category><![CDATA[how to convert wordpress]]></category>
		<category><![CDATA[how to migrate wordpress]]></category>
		<category><![CDATA[new domain wordpress blog]]></category>
		<category><![CDATA[wordpres blog to new domain]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress blog transfer]]></category>
		<category><![CDATA[wordpress.com]]></category>
		<category><![CDATA[wordpress.org]]></category>
		<category><![CDATA[wp to new domain]]></category>

		<guid isPermaLink="false">http://www.dailytut.com/?p=2227</guid>
		<description><![CDATA[
As i said in my previous post on guiding you about the wordpress blog transfer from an existing to a new domain name, i am writing this article with the steps involved in it. I am using CPanel based webhosting in existing and the new domain. That reduces many manual works i may have to [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: justify;">As i said in my previous post on guiding you about the <a href="http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html"><strong>wordpress blog transfer from an existing to a new domain name</strong></a>, i am writing this article with the steps involved in it. I am using <strong>CPanel based webhosting</strong> in existing and the new domain. That reduces many manual works i may have to do for a successful transfer of the blog.</p>
<p style="text-align: justify;"><strong>Note:</strong> <em>These steps are only for people who have self hosted blog (not in wordpress.com) and wish to transfer it to the new domain name.</em></p>
<p style="text-align: justify;"><em><img class="aligncenter size-full wp-image-2234" title="5" src="http://media.dailytut.com/2010/03/5.jpg" alt="" width="223" height="380" /></em>When we find some cool domain names after months or years of blogging, we may have an idea about booking that domain and transferring all the contents to the new domain to attract the visitors than before. Today, social bookmarking and networking sites reduces the necessity of remembering the favorite websites (blogs) when we sit with internet. So transferring to a new domain name can be a better choice.</p>
<p style="text-align: justify;"><span id="more-2227"></span><strong>Step 1 &#8211; Taking a backup of the existing blog</strong></p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-2230" title="1" src="http://media.dailytut.com/2010/03/11.jpg" alt="" width="380" height="120" /></p>
<p style="text-align: justify;">This is the Primary step in the transfer process. We first have to generate a backup of the home directory to begin the download. Once backup generated and download completed, check the archive for integrity. Whether download went successful or any corruption is present in the archive or not. If there is any corruption, then repeat the download process.</p>
<p style="text-align: justify;"><strong>Step 2 &#8211; Upload the backup.tar.gz file into the new domain</strong></p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-2231" title="2" src="http://media.dailytut.com/2010/03/2.jpg" alt="" width="314" height="201" />Use the <strong>&#8220;Restore a Home Directory Backup&#8221;</strong> option to perform the complete restoring process of the downloaded back up. This is completely an automated site uploading method that creates the databases as present in the previous server. But still you need to do some manual play with the database for getting the blog configuration completed and see the site in action with the new domain name in effect.</p>
<p style="text-align: justify;">After the upload process, navigate to the <strong>PHPMyAdmin</strong> area to configure the database settings. It is highly advisable for you not to use if you have no idea about the database. <strong>Better get a low fee support from us to complete the transfer process if you feel not to mess with the DB.</strong></p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-2232" title="3" src="http://media.dailytut.com/2010/03/3.jpg" alt="" width="591" height="150" />Select &#8220;WP-Options&#8221; table and in the right side you will see the field values similar to the above screen. First set the &#8220;<strong>siteurl</strong>&#8221; to the new domain to access the wp-admin panel.</p>
<p style="text-align: justify;">All these option goes well if you hosted the blog in root directory of your server. Else you must configure the correct directory at this stage. Click &#8220;<strong>GO</strong>&#8221; to save and navigate the browser to your new <strong>domain/wp-admin</strong> to configure the theme options.</p>
<p style="text-align: justify;"><strong>Step 3 &#8211; Fixing Template Directory Links</strong></p>
<p style="text-align: justify;">By default the theme directory wont work and you will see broken template images all over the site. After entering into the wp-admin dashboard just disable all the plugins that are active and its time to play with<strong> .htaccess</strong> for fixing up the template issues.</p>
<p style="text-align: justify;">Just clear the .htaccess file located in your root directory folder and create a new one. If you use plugins like <strong>All in One SEO</strong>, then reconfigure the plugin after removing the .htaccess file. Things can be recreated without much pain simply via your Admin Dashboard.</p>
<p style="text-align: justify;"><strong>Step 4 &#8211; Fixing Images in the Blog Post</strong></p>
<p style="text-align: justify;">You may have 1000 + posts or more in your blog. You can see the images linked in the posts are not visible when you use sub domain to upload the images. The same case happens sometimes if you use <strong>wp-content/uploads</strong> option too. At this step you have to check the image path that has been set in the <strong>&#8220;Settings-Miscellaneous&#8221;</strong> section.</p>
<p style="text-align: justify;"><strong>Step 5 &#8211; Redirect the old domain to new domain</strong></p>
<p style="text-align: justify;">You are almost done with the blog transfer from an existing to a new domain name. The final thing is <strong>activating 301 Redirect</strong>. Simply enter the following line into your &#8220;<strong>old domain name</strong>&#8221; .httaccess file to save the links indexed by search engines.</p>
<p style="text-align: center;"><strong>redirect 301      / http://www.newdomain.com/</strong></p>
<p style="text-align: justify;">This will simply redirect the users from search engines when they click on the indexed links without seeing the <strong>&#8220;404 not found&#8221;</strong> page. It is advisable to keep the old name alive for atleast an year to let the indexing of new completed by the search engines.</p>
<p style="text-align: justify;"><strong>Step 6 &#8211; Activate the plugins and configure if necessary</strong></p>
<p style="text-align: justify;">You can redirect the plugins that are deactivated in our <strong>step 3</strong> to see whether the changes are taking effect or not. Some plugin may require you to configure the url once again to see it work with the new domain name. So do check all the plugin pages inside the dashboard to avoid any failure.</p>
<p style="text-align: justify;">Oh, i forgot to add up the external links. Its nothing but the <strong>Feeds</strong> and <strong>API Services</strong>. You have to create a new account with all those services or some services like feedburner allows you to change the domain name without affecting the subscribed users. Because loosing existing links from the search engines and subscribed users is really a big disappointment for a blogger.</p>
<p style="text-align: justify;">This complete move of the site from old domain to a new domain can save your time and users as well. Have fun ! and do let me know incase of any troubles you face via the comment below. <strong>You can hire me for completing the transfer totally to a new domain at a very low fee</strong>. Just contact by sending an email to <strong>blog@dailytut.com</strong> .</p>
<p style="text-align: justify;">
<p style="text-align: justify;">
<p style="text-align: justify;">


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;title=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F" rel="" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;title=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F" rel="" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;title=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F" rel="" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;submitHeadline=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F&amp;submitSummary=As%20i%20said%20in%20my%20previous%20post%20on%20guiding%20you%20about%20the%20wordpress%20blog%20transfer%20from%20an%20existing%20to%20a%20new%20domain%20name%2C%20i%20am%20writing%20this%20article%20with%20the%20steps%20involved%20in%20it.%20I%20am%20using%20CPanel%20based%20webhosting%20in%20existing%20and%20the%20new%20domain.%20That%20reduces%20many%20manual%20works%20i%20may%20have%20to%20do%20for%20a%20succ&amp;submitCategory=science&amp;submitAssetType=text" rel="" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;title=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F" rel="" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html" rel="" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;t=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F" rel="" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;title=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F" rel="" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F&amp;link=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html" rel="" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=How+to+Transfer+Your+Wordpress+Blog+to+a+New+Domain+%3F&amp;du=http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html&amp;cn=As%20i%20said%20in%20my%20previous%20post%20on%20guiding%20you%20about%20the%20wordpress%20blog%20transfer%20from%20an%20existing%20to%20a%20new%20domain%20name%2C%20i%20am%20writing%20this%20article%20with%20the%20steps%20involved%20in%20it.%20I%20am%20using%20CPanel%20based%20webhosting%20in%20existing%20and%20the%20new%20domain.%20That%20reduces%20many%20manual%20works%20i%20may%20have%20to%20do%20for%20a%20succ" rel="" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->


]]></content:encoded>
			<wfw:commentRss>http://www.dailytut.com/tips-and-tricks/how-to-transfer-your-wordpress-blog-to-a-new-domain.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Google Indexes DailyTUT Faster and Better</title>
		<link>http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html</link>
		<comments>http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html#comments</comments>
		<pubDate>Sat, 06 Mar 2010 06:36:46 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[dailytut]]></category>
		<category><![CDATA[google indexes]]></category>
		<category><![CDATA[google sitemap]]></category>
		<category><![CDATA[google sitemap plugin]]></category>
		<category><![CDATA[google webmaster]]></category>
		<category><![CDATA[google webmaster central]]></category>
		<category><![CDATA[wordpress google sitemap]]></category>
		<category><![CDATA[wordpress sitemap]]></category>

		<guid isPermaLink="false">http://www.dailytut.com/?p=2219</guid>
		<description><![CDATA[
I love google so much. Today morning when i was searching with the keyword &#8220;dailytut&#8221; i found the google indexing begins and acting faster on dailytut blog. I completed the site transfer just two days back and so happy to see the site indexing with show more results option for DailyTUT.
After the site Transfer, i [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: justify;">I love google so much. Today morning when i was searching with the keyword <strong>&#8220;dailytut&#8221;</strong> i found the google indexing begins and acting faster on dailytut blog. I completed the site transfer just two days back and so happy to see the site indexing with <strong>show more results option</strong> for DailyTUT.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-2221" title="1" src="http://media.dailytut.com/2010/03/1.jpg" alt="" width="589" height="619" />After the site Transfer, i did Resync of <strong>Sitemap</strong> through <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">sitemap generator</a> plugin. Before adding the new url into Google Webmaster Central, i was able to get the above list of Dailytut links <img src='http://www.dailytut.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  . Now stepping to configure the sitemap in google as well as to change the new domain in all blog trafficking resources.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;title=Google+Indexes+DailyTUT+Faster+and+Better" rel="" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;title=Google+Indexes+DailyTUT+Faster+and+Better" rel="" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;title=Google+Indexes+DailyTUT+Faster+and+Better" rel="" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;submitHeadline=Google+Indexes+DailyTUT+Faster+and+Better&amp;submitSummary=I%20love%20google%20so%20much.%20Today%20morning%20when%20i%20was%20searching%20with%20the%20keyword%20%22dailytut%22%20i%20found%20the%20google%20indexing%20begins%20and%20acting%20faster%20on%20dailytut%20blog.%20I%20completed%20the%20site%20transfer%20just%20two%20days%20back%20and%20so%20happy%20to%20see%20the%20site%20indexing%20with%20show%20more%20results%20option%20for%20DailyTUT.%0D%0AAfter%20the%20s&amp;submitCategory=science&amp;submitAssetType=text" rel="" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;title=Google+Indexes+DailyTUT+Faster+and+Better" rel="" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html" rel="" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;t=Google+Indexes+DailyTUT+Faster+and+Better" rel="" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;title=Google+Indexes+DailyTUT+Faster+and+Better" rel="" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Google+Indexes+DailyTUT+Faster+and+Better&amp;link=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html" rel="" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Google+Indexes+DailyTUT+Faster+and+Better&amp;du=http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html&amp;cn=I%20love%20google%20so%20much.%20Today%20morning%20when%20i%20was%20searching%20with%20the%20keyword%20%22dailytut%22%20i%20found%20the%20google%20indexing%20begins%20and%20acting%20faster%20on%20dailytut%20blog.%20I%20completed%20the%20site%20transfer%20just%20two%20days%20back%20and%20so%20happy%20to%20see%20the%20site%20indexing%20with%20show%20more%20results%20option%20for%20DailyTUT.%0D%0AAfter%20the%20s" rel="" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->


]]></content:encoded>
			<wfw:commentRss>http://www.dailytut.com/general/google-indexes-dailytut-faster-and-better.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Gurusonline.in is now DailyTUT.com</title>
		<link>http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html</link>
		<comments>http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html#comments</comments>
		<pubDate>Thu, 04 Mar 2010 17:34:40 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Headline]]></category>
		<category><![CDATA[Articles]]></category>
		<category><![CDATA[blog migration]]></category>
		<category><![CDATA[blogging tutorials]]></category>
		<category><![CDATA[daily tutorials]]></category>
		<category><![CDATA[dailytut]]></category>
		<category><![CDATA[dailytut.com]]></category>
		<category><![CDATA[guest blogging]]></category>
		<category><![CDATA[Gurusonline]]></category>
		<category><![CDATA[new domain wp transfer]]></category>
		<category><![CDATA[wordpress migration]]></category>
		<category><![CDATA[wordpress new domain transfer]]></category>
		<category><![CDATA[wordpress transfer]]></category>

		<guid isPermaLink="false">http://www.dailytut.com/?p=2207</guid>
		<description><![CDATA[
After a great hunting for the new name, finally i set with DailyTUT.com . Please do let me know whether the domain name looks sweet, cute or terrific   in your view. This migration is to kick start the process of daily blogging as i mentioned in the Blogging Goals for the year 2010. [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: justify;">After a great hunting for the new name, finally i set with <strong>DailyTUT.com</strong> . Please do let me know whether the domain name looks sweet, cute or terrific <img src='http://www.dailytut.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  in your view. This migration is to kick start the process of daily blogging as i mentioned in the <a href="http://www.dailytut.com/general/blogging-goals-for-the-year-2010.html">Blogging Goals for the year 2010</a>. I thought to share the steps of transferring wordpress blog from an existing to new domain. The searches i made via <a href="http://www.google.co.in/#hl=en&amp;source=hp&amp;q=wordpress+transfer+to+new+domain&amp;btnG=Google+Search&amp;meta=&amp;aq=f&amp;oq=wordpress+transfer+to+new+domain&amp;fp=5aac848072e1ee69" target="_blank">google gives me</a> some relevant but not the exact solution for the problems i faced. I am still fixing up few problems.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-2212" title="wordpress_hosting_blog" src="http://media.dailytut.com/2010/03/wordpress_hosting_blog.jpg" alt="" width="500" height="331" /></p>
<p style="text-align: justify;">My hearty thanks for people who supported my articles in Gurusonline and expecting the same support with new DailyTUT Blog. If you have subscribed for the newsletters in gurusonline, then its time for you to subscribe once again here in the right side panel. Have a great day ! Have fun !</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;title=Gurusonline.in+is+now+DailyTUT.com" rel="" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;title=Gurusonline.in+is+now+DailyTUT.com" rel="" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;title=Gurusonline.in+is+now+DailyTUT.com" rel="" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;submitHeadline=Gurusonline.in+is+now+DailyTUT.com&amp;submitSummary=After%20a%20great%20hunting%20for%20the%20new%20name%2C%20finally%20i%20set%20with%20DailyTUT.com%20.%20Please%20do%20let%20me%20know%20whether%20the%20domain%20name%20looks%20sweet%2C%20cute%20or%20terrific%20%3A%29%20in%20your%20view.%20This%20migration%20is%20to%20kick%20start%20the%20process%20of%20daily%20blogging%20as%20i%20mentioned%20in%20the%20Blogging%20Goals%20for%20the%20year%202010.%20I%20thought%20to%20sh&amp;submitCategory=science&amp;submitAssetType=text" rel="" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;title=Gurusonline.in+is+now+DailyTUT.com" rel="" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html" rel="" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;t=Gurusonline.in+is+now+DailyTUT.com" rel="" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;title=Gurusonline.in+is+now+DailyTUT.com" rel="" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Gurusonline.in+is+now+DailyTUT.com&amp;link=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html" rel="" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Gurusonline.in+is+now+DailyTUT.com&amp;du=http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html&amp;cn=After%20a%20great%20hunting%20for%20the%20new%20name%2C%20finally%20i%20set%20with%20DailyTUT.com%20.%20Please%20do%20let%20me%20know%20whether%20the%20domain%20name%20looks%20sweet%2C%20cute%20or%20terrific%20%3A%29%20in%20your%20view.%20This%20migration%20is%20to%20kick%20start%20the%20process%20of%20daily%20blogging%20as%20i%20mentioned%20in%20the%20Blogging%20Goals%20for%20the%20year%202010.%20I%20thought%20to%20sh" rel="" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->


]]></content:encoded>
			<wfw:commentRss>http://www.dailytut.com/blogging/gurusonline-in-is-now-dailytut-com.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>101 Blogs For You To Write Guest Articles</title>
		<link>http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html</link>
		<comments>http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html#comments</comments>
		<pubDate>Sun, 28 Feb 2010 17:23:42 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Contest]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[Linkedin]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Orkut]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[100 blogs]]></category>
		<category><![CDATA[101 blogs]]></category>
		<category><![CDATA[101 guest blogging]]></category>
		<category><![CDATA[101 guest blogs]]></category>
		<category><![CDATA[blog plugins]]></category>
		<category><![CDATA[blog themes]]></category>
		<category><![CDATA[guest articles]]></category>
		<category><![CDATA[guest blog]]></category>
		<category><![CDATA[guest blog lists]]></category>
		<category><![CDATA[guest blog writers]]></category>
		<category><![CDATA[guest bloggers]]></category>
		<category><![CDATA[guest blogging]]></category>
		<category><![CDATA[guest writers]]></category>
		<category><![CDATA[how to write guest article]]></category>
		<category><![CDATA[wordpress plugins]]></category>
		<category><![CDATA[wordpress themes]]></category>

		<guid isPermaLink="false">http://www.dailytut.com/?p=2168</guid>
		<description><![CDATA[
This title is going to be all yours. Yes, if you are a blogger and accept guest blogging then leave your Blog url in the comment below to add up with this topic.Recently i wrote about my &#8220;Blogging Goals for the year 2010&#8220;. Once the 101 blogs campaign completed, we will transform this to a [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: justify;">This title is going to be all yours. Yes, if you are a blogger and accept <strong>guest blogging</strong> then leave your <strong>Blog url</strong> in the comment below to add up with this topic.Recently i wrote about my &#8220;<strong><a href="http://www.dailytut.com/general/blogging-goals-for-the-year-2010.html">Blogging Goals for the year 2010</a></strong>&#8220;. Once the <strong>101 blogs campaign</strong> completed, we will transform this to a page where users can access the 101 sites via header link. The blogs can be either self hosted or hosted (wordpress, blogspot etc.,) type that accepts guest posting in any categories.</p>
<p style="text-align: justify;"><img class="aligncenter size-full wp-image-2197" title="blogging" src="http://media.dailytut.com/2010/02/blogging.jpg" alt="" width="300" height="350" />Guest blogging is so much fun, that gives you more friends and new contacts. We have<strong> Broken Link Checker</strong> installed. Hence, if your blog goes down for <strong>10 days or more than that</strong>, it will be removed from the list. Its a chance to drive more traffic and visitors to your blog at the same time quality links must be in place for upcoming new bloggers to find best resources.</p>
<p style="text-align: justify;">1. Give your Blog URL with Blog Title and Description if any.</p>
<p style="text-align: justify;">2. Your Twitter or Facebook Profile (fan page) to link with your name. (optional)</p>
<p style="text-align: center;"><span style="color: #0000ff;"><strong>* Remember to give only the URL with your valuable suggestion or comment. </strong></span></p>
<p style="text-align: left;"><span id="more-2168"></span><span style="color: #000000;"><a href="http://www.hellboundbloggers.com" target="_blank"><strong> </strong></a></span></p>
<p style="text-align: left;"><strong>Blog Tree that allows you to post Guest Articles:</strong></p>
<p style="text-align: left;"><span style="color: #000000;"><a href="http://www.hellboundbloggers.com" target="_blank"><strong>HellBoundBloggers</strong></a> by <a href="http://www.facebook.com/hellblog" target="_blank"><strong>Pradeep</strong></a><br />
</span></p>
<p style="text-align: left;"><span style="color: #000000;"><a href="http://www.shoutmeloud.com" target="_blank"><strong>ShoutMeLoud</strong></a><strong> </strong>by <a href="http://www.facebook.com/harsh.agrawal" target="_blank"><strong>Harsh Agrawal</strong></a><a href="http://www.shoutmeloud.com" target="_blank"><strong><br />
</strong></a></span></p>
<p style="text-align: left;"><a href="http://www.techhamlet.com" target="_blank"><strong>TechHamlet</strong></a> by <strong>Earth Organization</strong></p>
<p style="text-align: left;"><a href="http://www.technozeast.com/" target="_blank"><strong>Technozeast</strong></a><strong> </strong>by<strong> <a href="http://www.facebook.com/profile.php?id=1524055139&amp;ref=mf" target="_blank">Shivendu Madhava</a></strong></p>
<p style="text-align: left;"><strong><a href="http://www.madrasgeek.com" target="_blank">MadrasGeek</a> </strong>by<strong> <a href="http://www.facebook.com/dangerdiabolick" target="_blank">Srivathsan GK</a><br />
</strong></p>
<p style="text-align: left;">
<p style="text-align: left;"><span style="color: #000000;"><strong><br />
</strong></span></p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;title=101+Blogs+For+You+To+Write+Guest+Articles" rel="" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;title=101+Blogs+For+You+To+Write+Guest+Articles" rel="" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;title=101+Blogs+For+You+To+Write+Guest+Articles" rel="" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;submitHeadline=101+Blogs+For+You+To+Write+Guest+Articles&amp;submitSummary=This%20title%20is%20going%20to%20be%20all%20yours.%20Yes%2C%20if%20you%20are%20a%20blogger%20and%20accept%20guest%20blogging%20then%20leave%20your%20Blog%20url%20in%20the%20comment%20below%20to%20add%20up%20with%20this%20topic.Recently%20i%20wrote%20about%20my%20%22Blogging%20Goals%20for%20the%20year%202010%22.%20Once%20the%20101%20blogs%20campaign%20completed%2C%20we%20will%20transform%20this%20to%20a%20page%20where&amp;submitCategory=science&amp;submitAssetType=text" rel="" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;title=101+Blogs+For+You+To+Write+Guest+Articles" rel="" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html" rel="" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;t=101+Blogs+For+You+To+Write+Guest+Articles" rel="" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;title=101+Blogs+For+You+To+Write+Guest+Articles" rel="" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=101+Blogs+For+You+To+Write+Guest+Articles&amp;link=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html" rel="" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=101+Blogs+For+You+To+Write+Guest+Articles&amp;du=http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html&amp;cn=This%20title%20is%20going%20to%20be%20all%20yours.%20Yes%2C%20if%20you%20are%20a%20blogger%20and%20accept%20guest%20blogging%20then%20leave%20your%20Blog%20url%20in%20the%20comment%20below%20to%20add%20up%20with%20this%20topic.Recently%20i%20wrote%20about%20my%20%22Blogging%20Goals%20for%20the%20year%202010%22.%20Once%20the%20101%20blogs%20campaign%20completed%2C%20we%20will%20transform%20this%20to%20a%20page%20where" rel="" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->


]]></content:encoded>
			<wfw:commentRss>http://www.dailytut.com/tips-and-tricks/101-blogs-for-you-to-write-guest-articles.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>TW2BUZZ Invitation Code</title>
		<link>http://www.dailytut.com/technology/tw2buzz-invitation-code.html</link>
		<comments>http://www.dailytut.com/technology/tw2buzz-invitation-code.html#comments</comments>
		<pubDate>Fri, 26 Feb 2010 17:50:16 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[Google]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[web 2.0]]></category>
		<category><![CDATA[buzz contacts]]></category>
		<category><![CDATA[convert contacts]]></category>
		<category><![CDATA[convert contacts twitter to buzz]]></category>
		<category><![CDATA[google buzz]]></category>
		<category><![CDATA[google contacts migration]]></category>
		<category><![CDATA[tw2buzz]]></category>
		<category><![CDATA[twitter buzz contacts]]></category>
		<category><![CDATA[twitter contacts migration]]></category>
		<category><![CDATA[twitter to buzz]]></category>
		<category><![CDATA[twitter to buzz contacts]]></category>

		<guid isPermaLink="false">http://www.dailytut.com/?p=2193</guid>
		<description><![CDATA[
 Tw2Buzz is a service that lets you to import your twitter contacts (followers) to Buzz. Many people feel that buzz is a great service by google. Especially users who is new to buzz. Ofcourse, it takes some time to get familiar with buzz. But its still tough for google to pull the twitter users [...]]]></description>
			<content:encoded><![CDATA[
<p style="text-align: justify;"><strong><img class="alignleft size-full wp-image-2194" title="icon" src="http://media.dailytut.com/2010/02/icon.png" alt="" width="73" height="73" /> </strong><a href="http://www.tw2buzz.com" target="_blank"><strong>Tw2Buzz</strong></a> is a service that lets you to import your<strong> twitter contacts</strong> (followers) to<a href="http://www.google.com/buzz" target="_blank"><strong> Buzz</strong></a>. Many people feel that <a href="http://www.dailytut.com/technology/google-buzz-is-so-crazy-will-facebook-and-twitter-traffic-get-hit.html">buzz is a great service</a> by google. Especially users who is new to buzz. Ofcourse, it takes some time to get familiar with buzz. But its still tough for google to pull the twitter users completely to buzz. Bloggers use both the service for spreading their contact. But people who wants to use twitter for communication purpose with their friends and family members are yet not compromising with the migration. I recently wrote about &#8220;<a href="http://www.dailytut.com/internet/wp-google-buzz-wordpress-plugin-by-arpit-shah.html">WP Google Buzz Wordpress Plugin by Arpit Shah</a>&#8221; where you can find a <strong>Google Buzz Plugin</strong> (like the one in this article) for your wordpress blog.</p>
<p style="text-align: justify;"><strong>Invite Code:</strong> gurus0nl1n39008</p>
<p style="text-align: justify;">Alright, the Tw2Buzz is currently in beta that lets you to convert the twitter contacts easily. If you need to test this service just use the below invite while signing up with the Tw2Buzz website. You may also request for an invite in the official site. Have fun in buzzing ! <img src='http://www.dailytut.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;title=TW2BUZZ+Invitation+Code" rel="" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;title=TW2BUZZ+Invitation+Code" rel="" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;title=TW2BUZZ+Invitation+Code" rel="" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;submitHeadline=TW2BUZZ+Invitation+Code&amp;submitSummary=%20Tw2Buzz%20is%20a%20service%20that%20lets%20you%20to%20import%20your%20twitter%20contacts%20%28followers%29%20to%20Buzz.%20Many%20people%20feel%20that%20buzz%20is%20a%20great%20service%20by%20google.%20Especially%20users%20who%20is%20new%20to%20buzz.%20Ofcourse%2C%20it%20takes%20some%20time%20to%20get%20familiar%20with%20buzz.%20But%20its%20still%20tough%20for%20google%20to%20pull%20the%20twitter%20users%20comp&amp;submitCategory=science&amp;submitAssetType=text" rel="" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;title=TW2BUZZ+Invitation+Code" rel="" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.dailytut.com/technology/tw2buzz-invitation-code.html" rel="" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;t=TW2BUZZ+Invitation+Code" rel="" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;title=TW2BUZZ+Invitation+Code" rel="" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=TW2BUZZ+Invitation+Code&amp;link=http://www.dailytut.com/technology/tw2buzz-invitation-code.html" rel="" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=TW2BUZZ+Invitation+Code&amp;du=http://www.dailytut.com/technology/tw2buzz-invitation-code.html&amp;cn=%20Tw2Buzz%20is%20a%20service%20that%20lets%20you%20to%20import%20your%20twitter%20contacts%20%28followers%29%20to%20Buzz.%20Many%20people%20feel%20that%20buzz%20is%20a%20great%20service%20by%20google.%20Especially%20users%20who%20is%20new%20to%20buzz.%20Ofcourse%2C%20it%20takes%20some%20time%20to%20get%20familiar%20with%20buzz.%20But%20its%20still%20tough%20for%20google%20to%20pull%20the%20twitter%20users%20comp" rel="" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->


]]></content:encoded>
			<wfw:commentRss>http://www.dailytut.com/technology/tw2buzz-invitation-code.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Twitter Fall in Love with Open Source</title>
		<link>http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html</link>
		<comments>http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html#comments</comments>
		<pubDate>Thu, 25 Feb 2010 01:51:50 +0000</pubDate>
		<dc:creator>Robin</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Twitter]]></category>
		<category><![CDATA[c and c++]]></category>
		<category><![CDATA[java]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[twitter announcement]]></category>
		<category><![CDATA[twitter engineering]]></category>
		<category><![CDATA[twitter fall in love]]></category>
		<category><![CDATA[twitter job]]></category>
		<category><![CDATA[twitter jobs]]></category>
		<category><![CDATA[twitter latest news]]></category>
		<category><![CDATA[twitter love]]></category>
		<category><![CDATA[twitter office]]></category>
		<category><![CDATA[twitter open source]]></category>

		<guid isPermaLink="false">http://www.dailytut.com/?p=2185</guid>
		<description><![CDATA[
Twitter love towards open source can help programmers across the globe to actively participate and grow with twitter projects and jobs. Right now twitter have listed few of the available projects done in Ruby, Scala, Java and C/C++ languages. Without just that, twitter also added up its job opportunities when we do great projects in [...]]]></description>
			<content:encoded><![CDATA[
<p>Twitter love towards open source can help programmers across the globe to actively participate and grow with twitter projects and jobs. Right now twitter have listed few of the available projects done in Ruby, Scala, Java and C/C++ languages. Without just that, twitter also added up its <a href="http://twitter.com/jobs" target="_blank">job opportunities</a> when we do great projects in the crowd. The<a href="http://engineering.twitter.com/" target="_blank"> engineering blog</a> of twitter gives more info on the recent announcements on this.</p>
<p><img class="aligncenter size-full wp-image-2186" title="jobs_logo" src="http://media.dailytut.com/2010/02/jobs_logo.jpg" alt="" width="470" height="240" /></p>
<p>All the projects are done via <a href="http://github.com" target="_blank">Github &#8211; Social Coding service</a>. Another great platform to do a development in a collaborative way with bug fixing and many more features.</p>


<!-- Begin SexyBookmarks Menu Code -->
<div class="sexy-bookmarks sexy-bookmarks-bg-caring">
<ul class="socials">
		<li class="sexy-delicious">
			<a href="http://del.icio.us/post?url=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;title=Twitter+Fall+in+Love+with+Open+Source" rel="" class="external" title="Share this on del.icio.us">Share this on del.icio.us</a>
		</li>
		<li class="sexy-digg">
			<a href="http://digg.com/submit?phase=2&amp;url=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;title=Twitter+Fall+in+Love+with+Open+Source" rel="" class="external" title="Digg this!">Digg this!</a>
		</li>
		<li class="sexy-reddit">
			<a href="http://reddit.com/submit?url=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;title=Twitter+Fall+in+Love+with+Open+Source" rel="" class="external" title="Share this on Reddit">Share this on Reddit</a>
		</li>
		<li class="sexy-yahoobuzz">
			<a href="http://buzz.yahoo.com/submit/?submitUrl=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;submitHeadline=Twitter+Fall+in+Love+with+Open+Source&amp;submitSummary=Twitter%20love%20towards%20open%20source%20can%20help%20programmers%20across%20the%20globe%20to%20actively%20participate%20and%20grow%20with%20twitter%20projects%20and%20jobs.%20Right%20now%20twitter%20have%20listed%20few%20of%20the%20available%20projects%20done%20in%20Ruby%2C%20Scala%2C%20Java%20and%20C%2FC%2B%2B%20languages.%20Without%20just%20that%2C%20twitter%20also%20added%20up%20its%20job%20opportun&amp;submitCategory=science&amp;submitAssetType=text" rel="" class="external" title="Buzz up!">Buzz up!</a>
		</li>
		<li class="sexy-stumbleupon">
			<a href="http://www.stumbleupon.com/submit?url=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;title=Twitter+Fall+in+Love+with+Open+Source" rel="" class="external" title="Stumble upon something good? Share it on StumbleUpon">Stumble upon something good? Share it on StumbleUpon</a>
		</li>
		<li class="sexy-technorati">
			<a href="http://technorati.com/faves?add=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html" rel="" class="external" title="Share this on Technorati">Share this on Technorati</a>
		</li>
		<li class="sexy-facebook">
			<a href="http://www.facebook.com/share.php?v=4&amp;src=bm&amp;u=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;t=Twitter+Fall+in+Love+with+Open+Source" rel="" class="external" title="Share this on Facebook">Share this on Facebook</a>
		</li>
		<li class="sexy-google">
			<a href="http://www.google.com/bookmarks/mark?op=add&amp;bkmk=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;title=Twitter+Fall+in+Love+with+Open+Source" rel="" class="external" title="Add this to Google Bookmarks">Add this to Google Bookmarks</a>
		</li>
		<li class="sexy-friendfeed">
			<a href="http://www.friendfeed.com/share?title=Twitter+Fall+in+Love+with+Open+Source&amp;link=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html" rel="" class="external" title="Share this on FriendFeed">Share this on FriendFeed</a>
		</li>
		<li class="sexy-orkut">
			<a href="http://promote.orkut.com/preview?nt=orkut.com&amp;tt=Twitter+Fall+in+Love+with+Open+Source&amp;du=http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html&amp;cn=Twitter%20love%20towards%20open%20source%20can%20help%20programmers%20across%20the%20globe%20to%20actively%20participate%20and%20grow%20with%20twitter%20projects%20and%20jobs.%20Right%20now%20twitter%20have%20listed%20few%20of%20the%20available%20projects%20done%20in%20Ruby%2C%20Scala%2C%20Java%20and%20C%2FC%2B%2B%20languages.%20Without%20just%20that%2C%20twitter%20also%20added%20up%20its%20job%20opportun" rel="" class="external" title="Promote this on Orkut">Promote this on Orkut</a>
		</li>
</ul>
<div style="clear:both;"></div>
</div>
<!-- End SexyBookmarks Menu Code -->


]]></content:encoded>
			<wfw:commentRss>http://www.dailytut.com/general/twitter-fall-in-love-with-open-source.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
