<?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>Pathik Shah &#187; Add</title>
	<atom:link href="http://www.pathikshah.com/blog/tag/add/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.pathikshah.com/blog</link>
	<description>pseudo-geek. wannabe-entrepreneur. internet-addict. insomniac. apatheist. bored.</description>
	<lastBuildDate>Thu, 12 Jan 2012 14:43:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>How to Add the Facebook Like Button to WordPress Blogs</title>
		<link>http://www.pathikshah.com/blog/how-to-add-the-facebook-like-button-to-wordpress-blog/</link>
		<comments>http://www.pathikshah.com/blog/how-to-add-the-facebook-like-button-to-wordpress-blog/#comments</comments>
		<pubDate>Thu, 22 Apr 2010 06:37:11 +0000</pubDate>
		<dc:creator>Pathik</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Add]]></category>
		<category><![CDATA[Blogs]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Like Button]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.pathikshah.com/blog/?p=1181</guid>
		<description><![CDATA[Today, Facebook officially released its social plugins as part of its world domination plans. Now you can like every page on the internet and share it on Facebook. For website owners, it can be a great source of traffic. This tutorial will show you how to add the Facebook Like Button to your WordPress Blog. [...]]]></description>
			<content:encoded><![CDATA[<p>Today, <strong>Facebook</strong> officially released its social plugins as part of its world domination plans. Now you can like every page on the internet and share it on Facebook. For website owners, it can be a great source of traffic.</p>
<p><strong>This tutorial will show you how to add the Facebook Like Button to your WordPress Blog.</strong></p>
<p>Go to <strong><a href="http://developers.facebook.com/plugins">http://developers.facebook.com/plugins</a></strong></p>
<p>Select the Like Button Plugin &#8211; <strong><a href="http://developers.facebook.com/docs/reference/plugins/like">http://developers.facebook.com/docs/reference/plugins/like</a></strong></p>
<p>Customize the button as you want -</p>
<p>Select the layout, width, font etc and click on Get Code. Keep the dummy URL as it is &#8211; http://developers.facebook.com/</p>
<p>For static pages, you can directly enter the URL and get the code.</p>
<p>If you have a WordPress blog, you can get dynamically generate Like buttons for every page without having to generate new code every time.</p>
<p>The sample code for my blog is<br />
-<br />
&lt;iframe src=&#8221;http://www.facebook.com/plugins/like.php?href=<strong>http%3A%2F%2Fwww.pathikshah.com%2F</strong>&amp;amp;layout=button_count&amp;amp; show_faces=false&amp;amp; width=450&amp;amp; action=like&amp;amp; font=trebuchet+ms&amp;amp; colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none;  overflow:hidden; width:450px; height:px&#8221;&gt;&lt;/iframe&gt;<br />
-<br />
Replace the blog URL with</p>
<p><strong>&lt;?php_the_permalink();?&gt;</strong></p>
<p>Just copy this code if you want -<br />
-<br />
&lt;iframe src=&#8221;http://www.facebook.com/plugins/like.php?href=<strong>&lt;?php_the_permalink();?&gt;</strong>&amp;amp; layout=button_count&amp;amp;show_faces=false&amp;amp; width=450&amp;amp; action=like&amp;amp; font=trebuchet+ms&amp;amp; colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:450px; height:px&#8221;&gt;&lt;/iframe&gt;<br />
-<br />
This will automatically create Facebook Like buttons for every page of your blog. Just place this code in your sidebar or on single.php of your WordPress theme.</p>
<p>This is the code I added on single.php just below the page title.<br />
-<br />
&lt;iframe src=&#8221;http://www.facebook.com/plugins/like.php?href=<strong>&lt;?php the_permalink();?&gt;</strong>;&amp;amp ;layout=button_count&amp;amp; show_faces=false&amp;amp; width=80&amp;amp;action=like&amp;amp; font=trebuchet+ms &amp;amp; colorscheme=light&#8221; scrolling=&#8221;no&#8221; frameborder=&#8221;0&#8243; allowTransparency=&#8221;true&#8221; style=&#8221;border:none; overflow:hidden; width:80px; height:20px&#8221;&gt;&lt;/iframe&gt;<br />
-<br />
Just tinker with the code and add it to your blog. If you have any doubts, leave a comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pathikshah.com/blog/how-to-add-the-facebook-like-button-to-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>How to Add Google Buzz Button to your Blog</title>
		<link>http://www.pathikshah.com/blog/how-to-add-google-buzz-button-to-your-blog/</link>
		<comments>http://www.pathikshah.com/blog/how-to-add-google-buzz-button-to-your-blog/#comments</comments>
		<pubDate>Sat, 17 Apr 2010 07:12:08 +0000</pubDate>
		<dc:creator>Pathik</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Add]]></category>
		<category><![CDATA[Blogspot]]></category>
		<category><![CDATA[Buzz]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Share Button]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.pathikshah.com/blog/?p=1172</guid>
		<description><![CDATA[This tutorial will show you How to add the Google Buzz Share button on your WordPress or Blogspot/Blogger blog. Get the Google Buzz Button code Visit http://www.google.com/buzz/stuff and get the code for the Post to Buzz button. Keep all the options set to their default values. Copy the Buzz button code. Add the Google Buzz [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.pathikshah.com/blog/wp-content/uploads/2010/04/googlebuzzbutton.jpg"><img class="alignright size-full wp-image-1173" title="googlebuzzbutton" src="http://www.pathikshah.com/blog/wp-content/uploads/2010/04/googlebuzzbutton.jpg" alt="googlebuzzbutton" width="78" height="94" /></a>This tutorial will show you How to add the Google Buzz Share button on your WordPress or Blogspot/Blogger blog.</p>
<p><strong>Get the Google Buzz Button code</strong></p>
<p>Visit <a href="http://www.google.com/buzz/stuff" target="_blank"><strong>http://www.google.com/buzz/stuff</strong></a> and get the code for the Post to Buzz button. Keep all the options set to their default values. Copy the Buzz button code.</p>
<p><strong>Add the Google Buzz Button to WordPress Blog</strong></p>
<p>Just browse to your <strong>&lt;blog directory&gt;/wp-content/&lt;theme directory&gt;/single.php</strong></p>
<p>Add the code depending on where you want your button.</p>
<p>Try inserting the code just after<strong> &lt;div class=entry&gt;</strong>. Align / Float the button to the left if you want to.</p>
<p>Save the file and open any post in your WordPress blog. You should see a Post to Buzz button with the Buzz count.</p>
<p><strong>Google Buzz WordPress Plugin</strong></p>
<p>If you don&#8217;t want to mess with the code,  just download this <strong><a href="http://wordpress.org/extend/plugins/google-buzz-button-for-wordpress/">Google Buzz Plugin for WordPress</a></strong> and install it.</p>
<p><strong>Add the Google Buzz Button to Blogspot/Blogger Blog</strong></p>
<p>Sign in to your <strong>Blogger D</strong><strong>ashboard</strong> and goto <strong>Layout &gt; Edit HTML</strong>.</p>
<p>Add the Buzz Button code in the theme code where you want to place the button. The exact location will vary with the theme.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pathikshah.com/blog/how-to-add-google-buzz-button-to-your-blog/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How To Add Windows XP to Windows 7 Boot Menu</title>
		<link>http://www.pathikshah.com/blog/how-to-add-windows-xp-to-windows-7-boot-menu/</link>
		<comments>http://www.pathikshah.com/blog/how-to-add-windows-xp-to-windows-7-boot-menu/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:38:44 +0000</pubDate>
		<dc:creator>Pathik</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Add]]></category>
		<category><![CDATA[Boot Menu]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows XP]]></category>

		<guid isPermaLink="false">http://www.pathikshah.com/blog/?p=942</guid>
		<description><![CDATA[Many Windows XP users have decided to skip Windows Vista and jump on directly to the Windows 7 bandwagon when it releases. Windows 7 RTM is going to officially release on August 6 and the final version will release by October. If you already have Windows XP and want to install Windows 7 on another [...]]]></description>
			<content:encoded><![CDATA[<p>Many <strong>Windows XP</strong> users have decided to skip <strong>Windows Vista</strong> and jump on directly to the <strong>Windows 7</strong> bandwagon when it releases. Windows 7 RTM is going to officially release on August 6 and the final version will release by October. If you already have Windows XP and want to install Windows 7 on another partition and use both XP and Windows 7 in a dual boot configuration, you just need to install Windows 7 and it will automatically create a boot loader entry for the Windows XP installation. If that does not happen, you can manually add Windows XP to Windows 7 Boot Menu.</p>
<p><strong>To Add Windows XP to Windows 7 Boot Menu</strong></p>
<p>Assuming that you have Windows XP installed on D: and Windows 7 on C:</p>
<p>Open an Elevated Command Prompt and type</p>
<p><strong>C:&gt;bcdedit /create {ntldr} /d &#8220;Windows XP&#8221;</strong></p>
<p>This will create a boot loader entry using NTLDR for your Windows XP installation.</p>
<p><strong>C:&gt;bcdedit /set {ntldr} device partition=D:C:&gt;bcdedit /set {ntldr} path \ntldr</p>
<p>C:&gt;bcdedit /displayorder {ntldr} /addlast</p>
<p></strong></p>
<p>This will point the boot entry to your Windows XP partition &#8211; D: , set the path to NTLDR and add it to the end of the boot menu options.</p>
<p>You can view the changes by selecting the Boot tab in <strong>Run &gt; MSCONFIG.</strong></p>
<p>Check out this tutorial to see <a href="http://www.pathikshah.com/blog/how-to-add-windows-vista-to-windows-7-boot-menu/"><strong>How To Add Windows Vista to Windows 7 Boot Menu</strong></a></p>
<p>You can also use<strong><a href="http://neosmart.net/dl.php?id=1"> EasyBCD</a></strong> to edit and manage your bootloader entries using a GUI.</p>
<p>Via <a href="http://www.kombitz.com/2009/01/13/how-to-add-windows-xp-to-windows-7-boot-manager/">Kombitz</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.pathikshah.com/blog/how-to-add-windows-xp-to-windows-7-boot-menu/feed/</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>How To Add Windows Vista to Windows 7 Boot Menu</title>
		<link>http://www.pathikshah.com/blog/how-to-add-windows-vista-to-windows-7-boot-menu/</link>
		<comments>http://www.pathikshah.com/blog/how-to-add-windows-vista-to-windows-7-boot-menu/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 07:12:36 +0000</pubDate>
		<dc:creator>Pathik</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Add]]></category>
		<category><![CDATA[Boot]]></category>
		<category><![CDATA[Bootloader]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[Windows Vista]]></category>

		<guid isPermaLink="false">http://www.pathikshah.com/blog/?p=940</guid>
		<description><![CDATA[If you have Windows Vista installed and have installed Windows 7 in another partition using a clean install, the Windows 7 bootloader will automatically add an entry for Windows Vista.  By any chance, if you have managed to screw this up and want to add the Windows Vista boot option to Windows 7&#8242;s bootloader, just [...]]]></description>
			<content:encoded><![CDATA[<p>If you have Windows Vista installed and have installed Windows 7 in another partition using a clean install, the Windows 7 bootloader will automatically add an entry for Windows Vista.  By any chance, if you have managed to screw this up and want to add the Windows Vista boot option to Windows 7&#8242;s bootloader, just follow these steps.</p>
<p>Assuming that you installed Windows 7 on C: and Windows Vista was installed on D:</p>
<p><strong>To Add Windows Vista Boot Option to Windows 7 Boot Menu</strong></p>
<p>Open Command Prompt as an administrator or an elevated prompt and type</p>
<p><strong>C:&gt;bcdedit</strong></p>
<p>This will list the current boot manager configuration. Note down the identifier key which is in the format</p>
<p>{e96c8447-8171-11de-9007-b10454ebd432} or something like it.</p>
<p><strong>C:&gt;bcdedit /copy {current} /d &#8220;Windows Vista&#8221;</strong></p>
<p>This will copy the current bootloader into a new entry for Windows Vista. However selecting it will still boot into Windows 7.</p>
<p><strong>C:&gt;bcdedit /set {e96c8447-8171-11de-9007-b10454ebd432} device partition=D:</strong></p>
<p><strong>C:&gt;bcdedit /set {e96c8447-8171-11de-9007-b10454ebd432} osdevice partition=D:</strong></p>
<p>These two commands will set the new boot entry to point to your Vista partition and load from it.</p>
<p>You can reboot and see the changes. You can also <strong>Run &gt; MSCONFIG </strong>and check out the entries in the Boot tab.</p>
<p>Check out this tutorial to see <a href="http://www.pathikshah.com/blog/how-to-add-windows-xp-to-windows-7-boot-menu/"><strong>How To Add Windows XP to Windows 7 Boot Menu</strong></a></p>
<p>As <a href="http://www.pathikshah.com/blog/how-to-add-windows-vista-to-windows-7-boot-menu/#comment-1960">Manan</a> pointed out, You can also use<strong><a href="http://neosmart.net/dl.php?id=1"> EasyBCD</a></strong> to edit and manage your bootloader entries using a GUI.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.pathikshah.com/blog/how-to-add-windows-vista-to-windows-7-boot-menu/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

