<?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>Social Media and Technology Blog &#187; Blogging</title>
	<atom:link href="http://openhippo.com/category/blogging/feed/" rel="self" type="application/rss+xml" />
	<link>http://openhippo.com</link>
	<description>&#34; Share your Knowledge &#34;</description>
	<lastBuildDate>Sat, 21 Jan 2012 04:11:05 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Get Mobile Version of Your Website or Blog Using Google Reader</title>
		<link>http://openhippo.com/get-mobile-version-of-your-website-or-blog-using-google-reader/</link>
		<comments>http://openhippo.com/get-mobile-version-of-your-website-or-blog-using-google-reader/#comments</comments>
		<pubDate>Wed, 28 Jul 2010 19:41:36 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[easy mobile push articles]]></category>
		<category><![CDATA[google reader]]></category>
		<category><![CDATA[make site for mobile phone viewers]]></category>
		<category><![CDATA[mobile version of site]]></category>
		<category><![CDATA[pluign for mobile phone view website]]></category>
		<category><![CDATA[rss feed]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2503</guid>
		<description><![CDATA[If  you want to push your site on the mobile world than Google Reader can be the best option for you. There are plugins available to make your site visible on the phones.

But I am looking for the Google Reader easy and fast way to push your web latest post/articles on the phone. Its only require RSS Feed URL of your blog. For Ex( http://openhippo.com/feeds ).By default the wordpress blog RSS feeds are set ( http:/yoursiteurl/feeds ).]]></description>
			<content:encoded><![CDATA[<p>If  you want to push your site on the mobile world than Google Reader can be the best option for you. There are <a title="Mobile Plugin wordpress" href="http://wordpress.org/extend/plugins/wordpress-mobile-edition/" target="_blank">plugins </a>available to make your site visible on the phones.</p>
<p>But I am looking for the Google Reader easy and fast way to push your web latest post/articles on the phone. Its only require RSS Feed URL of your blog. For Ex( <a title="RSS feeds" href="http://openhippo.com/feeds" target="_blank">http://openhippo.com/feeds</a> ).By default the wordpress blog RSS feeds are set ( http:/yoursiteurl/feeds ).</p>
<p>Its very easy.</p>
<ul>
<li>Okay, If you are willing than make a subdomain ( ex:- <a title="Mobile Version of Openhippo Web" href="http://m.openhippo.com" target="_blank">http://m.openhippo.com</a> ) . You have to log in the cpanel and than manage subdomains and add the subdomain.</li>
<li>Now you have to make a index.html file and paste some code. ( The code is below  )</li>
</ul>
<p>[php]&lt;html&gt;<br />
&lt;head&gt;<br />
 &lt;title&gt;Openhippo Web | Social Media and  Tech Blog, Reviews, Tutorial and WordPress &lt;/title&gt;<br />
 &lt;META name=&quot;description&quot; content=&quot;. Topics focus on blogging, tech news, reviews, tutorials and computing tips.&quot;&gt;&lt;META name=&quot;keywords&quot; content=&quot;opensource, blogging tips,facebook, google, WordPress, reviews, tutorials, blogging, security, tips and tricks, hacks&quot;&gt;<br />
&lt;/head&gt;<br />
&lt;frameset rows=&quot;100%,*&quot; border=&quot;0&quot;&gt;<br />
 &lt;frame src=&quot;http://www.google.com/reader/m/view/feed/feed://www.openhippo.com/feed&quot; frameborder=&quot;0&quot; /&gt;<br />
 &lt;frame frameborder=&quot;0&quot; noresize /&gt;<br />
&lt;/frameset&gt;<br />
&lt;/html&gt;</p>
<p>[/php]</p>
<ul>
<li>In the above code you have to modify the RSS feed URL only.</li>
</ul>
<p><a href="http://openhippo.com/wp-content/uploads/2010/07/mobile-view-of-site.png"><img class="aligncenter size-full wp-image-2505" title="mobile view of site" src="http://openhippo.com/wp-content/uploads/2010/07/mobile-view-of-site.png" alt="mobile view of site" width="536" height="513" /></a></p>
<p>Its done. Now your blog article can be fast accessible on the mobile phones.</p>
<p>Thanks &#8220;Share Your knowledge &#8220;.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/get-mobile-version-of-your-website-or-blog-using-google-reader/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Facebook and Twitter Links in the Author Box : Customize Author Box</title>
		<link>http://openhippo.com/add-facebook-and-twitter-links-in-the-author-box/</link>
		<comments>http://openhippo.com/add-facebook-and-twitter-links-in-the-author-box/#comments</comments>
		<pubDate>Sun, 25 Jul 2010 11:50:55 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[add facebook author box]]></category>
		<category><![CDATA[author box plugin wordpress]]></category>
		<category><![CDATA[authorbox]]></category>
		<category><![CDATA[customize authorbox]]></category>
		<category><![CDATA[twitter author box]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2437</guid>
		<description><![CDATA[In this article, you will learn little bit coding and tricks to add social networks like Facebook, twitter, own site URL, etc. You may get many plugin for this, but why I am not using plugin because using many plugin in your site would make site slow. It took me 3 hrs to customize the author [...]]]></description>
			<content:encoded><![CDATA[<p>In this article, you will learn little bit coding and tricks to add social networks like Facebook, twitter, own site  URL, etc.</p>
<p>You may get many plugin for this, but why I am not using plugin because using many plugin in your site would make site slow. It took me 3 hrs to customize the author box.</p>
<p><span style="text-decoration: underline;"><em>How to add Twitter and Facebook Links In the author box :-</em></span></p>
<p>Step 1:-  Open the file &#8220;single.php&#8221; of current  theme .</p>
<p>Step 2:- Search out the code</p>
<p>[php]&lt;div class=&quot;authorbox&quot;&gt;<br />
			&lt;p&gt;&lt; ?php echo get_avatar( get_the_author_email(), &#8217;48&#8242; ); ?&gt;<br />
			&lt;strong&gt;&lt; ?php the_author_posts_link(); ?&gt;&lt;/strong&gt;&lt;br /&gt;<br />
			&lt; ?php the_author_meta( &#8216;description&#8217; ); ?&gt;&lt;/p&gt;<br />
			&lt;div class=&quot;clear&quot;&gt;&lt;/div&gt;<br />
		&lt;/div&gt;<br />
[/php]</p>
<p>Step3:- Now, you need to add the following code after</p>
<p>[php] &lt; ?php the_author_meta( &#8216;description&#8217; ); ? [/php]</p>
<p>Paste the following code</p>
<p>[php]&lt;p&gt;&lt;br /&gt;&lt;h5&gt;&lt;align =&quot;left&quot;&gt;Connect with Me &#8211; - &#8211; - -&lt;/align&gt;&lt;/h5&gt;<br />
&lt;a href=&quot;&lt;?php the_author_meta(&#8216;user_url&#8217;); ?&gt;&quot;&gt; &lt;img src=&quot;http://openhippo.com/files/website.png&quot;/&gt; &lt;/a&gt;<br />
&lt;a href=&quot;&lt;?php the_author_meta(&#8216;aim&#8217;); ?&gt;&quot;&gt;&lt;img src=&quot;http://openhippo.com/files/twitter.png&quot;/&gt;&lt;/a&gt; &lt;a href=&quot;&lt;?php the_author_meta(&#8216;yim&#8217;); ?&gt;&quot;&gt; &lt;img src=&quot;http://openhippo.com/files/facebook.jpg&quot;/&gt;&lt;/a&gt; &lt;/p&gt; [/php]</p>
<p>You can see the Image below :-</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/07/customize-author-box.jpg"><img class="aligncenter size-full wp-image-2440" title="customize author box" src="http://openhippo.com/wp-content/uploads/2010/07/customize-author-box.jpg" alt="customize author box" width="562" height="279" /></a></p>
<p>we are using &#8220;aim&#8221; and &#8220;yim&#8221; id&#8217;s to POST and GET the Twitter and Facebook Links . So, no worries.</p>
<p>Step4:- Now you must change the Profile Page.</p>
<p><strong>Before :-</strong></p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/07/customize-author-box-facebook.jpg"><img class="aligncenter size-full wp-image-2441" title="customize author box facebook" src="http://openhippo.com/wp-content/uploads/2010/07/customize-author-box-facebook.jpg" alt="customize author box facebook" width="550" height="247" /></a></p>
<p>Now- You must change the &#8220;AIM&#8221; and &#8220;Yahoo IM&#8221; , so that new user can add the twitter and facebook links there.</p>
<p>Open the file &#8220;wp-include/registration.php &#8221; of wordpress package. Now search the strings &#8220;AIM&#8221; and replace with the &#8220;Twitter&#8221; and replace &#8220;Yahoo IM&#8221; with &#8220;Facebook&#8221;.</p>
<p><strong>After:-</strong><br />
<a href="http://openhippo.com/wp-content/uploads/2010/07/customize-author-box-facebook.png"><img class="aligncenter size-full wp-image-2443" title="customize author box facebook" src="http://openhippo.com/wp-content/uploads/2010/07/customize-author-box-facebook.png" alt="customize author box facebook" width="557" height="252" /></a></p>
<p>That’s it. Now you are ready with the customized author box. No need of plugin. Easy and Fast.</p>
<p>Do comments. If you stuck any where in the code.</p>
<p>“Share your Knowledge”</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/add-facebook-and-twitter-links-in-the-author-box/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Openhippo-Money Making Program For Guest bloggers</title>
		<link>http://openhippo.com/openhippo-money-making-program-for-guest-bloggers/</link>
		<comments>http://openhippo.com/openhippo-money-making-program-for-guest-bloggers/#comments</comments>
		<pubDate>Thu, 22 Jul 2010 03:13:10 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[easy guest blogging money]]></category>
		<category><![CDATA[guest blogging]]></category>
		<category><![CDATA[how to earn guest bloggers]]></category>
		<category><![CDATA[make money guest blogging]]></category>
		<category><![CDATA[revenue sharing guest blogging]]></category>
		<category><![CDATA[write a post and earn money]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=2372</guid>
		<description><![CDATA[Since last week I was working on designing part and making necessary changes to make openhippo web as a revenue sharing hub.

Openhippo Web officially started the revenue making program. Now the Guest bloggers can add their own adsense in their article. The ads would be shown at the top of the at post.

We have good traffic from all around the world. Writing the article would surely make money for the guest bloggers.]]></description>
			<content:encoded><![CDATA[<p>Hello Friends,</p>
<p>Since last week I was working on designing part and making necessary changes to make openhippo web as a revenue sharing hub.</p>
<p>Openhippo Web officially started the revenue making program. Now the Guest bloggers can add their own adsense in their article. The ads would be shown at the top of the at post.</p>
<p><a title="Add adsense details" href="http://openhippo.com/2010/07/22/openhippo-money-making-program-for-guest-bloggers/" target="_blank">How to add the Adsense ID and Slot D</a></p>
<p>We have good traffic from all around the world. Writing the article would surely make money for the guest bloggers.</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/07/guest-blogging.jpg"><img class="aligncenter size-medium wp-image-2373" title="guest blogging" src="http://openhippo.com/wp-content/uploads/2010/07/guest-blogging-243x300.jpg" alt="guest blogging" width="243" height="264" /></a></p>
<p><strong>What are benefits to write on Openhippo Web :-</strong></p>
<ul>
<li>1st ,you are surely making money.</li>
<li>Expose yourself to large daily active bloggers.</li>
<li>Social media or your social networking contact will be strengthen</li>
<li>Your profile and website will be in every bodies eyes.</li>
</ul>
<p>The above are some benefits.</p>
<p><strong>Guidelines For Guest bloggers</strong> :-</p>
<p><strong>a) Content :</strong> Your article content should not break any privacy policies of openhippo and as well others. The content should be related to openhippo guidelines.</p>
<p><strong>b) Comments :</strong> When you post any article, there is surety of getting comments on it, so you must reply those comments in order to make it more popular, which indeed help in making more money.</p>
<p><strong>c) Social Media :</strong> If you want to make a move of your friends and other active users of internet, than you have to use the social-networking sites (Facebook, twitter, digg, buzz ) etc. Use these social media would bring  more traffic to your article.</p>
<h4><strong><span style="color: #ff0000;">Join Openhippo with  money making online program </span>: <a title="Join Openhippo - Money Making Program" href="http://openhippo.com/wp-login.php?action=register" target="_blank">Register</a></strong></h4>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/openhippo-money-making-program-for-guest-bloggers/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Access Facebook Chat from Pidgin</title>
		<link>http://openhippo.com/access-facebook-chat-from-pidgin/</link>
		<comments>http://openhippo.com/access-facebook-chat-from-pidgin/#comments</comments>
		<pubDate>Fri, 12 Feb 2010 13:17:29 +0000</pubDate>
		<dc:creator>Ritu sharma</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Gadgets]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[facebook and pidgin]]></category>
		<category><![CDATA[pidgin facebook chats]]></category>
		<category><![CDATA[pidgin facebook settings]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1669</guid>
		<description><![CDATA[You can integrate Facebook Chat into your Web-based, desktop, or mobile instant messaging products. Your instant messaging client connects to Facebook Chat via the Jabber/XMPP service. Now facebook had more than 400 million users all around the world,and out of that 100 million are mobile user. How you can integrate the facebook chat with PIDGIN [...]]]></description>
			<content:encoded><![CDATA[<p>You can integrate Facebook Chat into your Web-based, desktop, or mobile instant messaging products. Your instant messaging client connects to Facebook Chat via the Jabber/XMPP service.<br />
Now facebook had more than 400 million users all around the world,and out of that 100 million are mobile user.<br />
How you can integrate the facebook chat with PIDGIN instant messenger:<br />
<em>1. Download the pidgin IM messenger : <a href="http://www.pidgin.im/">Download </a><br />
2. Add the account:</em><br />
(a) Get your facebook username- Go to the Accounts &#8211; Accounts setting &#8211; username. If you have than no problem, otherwise make it.<br />
<a href="http://openhippo.com/wp-content/uploads/2010/02/pidgin-and-facebook.jpg"><img class="aligncenter size-full wp-image-1670" title="pidgin and facebook" src="http://openhippo.com/wp-content/uploads/2010/02/pidgin-and-facebook.jpg" alt="pidgin and facebook" width="612" height="393" /></a></p>
<p>Add all the facebook credentials and enjoy the facebook chat on the desktop IM client.</p>
<p>Integrating facebook chat in pidgin is awesome</p>
<p><a href="http://openhippo.com/wp-content/uploads/2010/02/pidgin.jpg"><img class="aligncenter size-full wp-image-1671" title="pidgin" src="http://openhippo.com/wp-content/uploads/2010/02/pidgin.jpg" alt="" width="361" height="420" /></a>Enjoy</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/access-facebook-chat-from-pidgin/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete Multiple Twitter Messages with DM deleter</title>
		<link>http://openhippo.com/delete-multiple-twitter-messages-with-dm-deleter/</link>
		<comments>http://openhippo.com/delete-multiple-twitter-messages-with-dm-deleter/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 12:35:12 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Social Networking]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[delete spam form twitter]]></category>
		<category><![CDATA[twitter DM deleter]]></category>
		<category><![CDATA[twitter spam deleter]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1588</guid>
		<description><![CDATA[Some of you might be active on the twitter micro blogging, you may be following thousands of peoples, so its not easy to manage your twitter direct messages. There may be reasonable messages and some may be spam. You can simply use the twitter DM deleter ( &#8220;twitter Direct message deleter&#8221; ). It is a [...]]]></description>
			<content:encoded><![CDATA[<p>Some of you might be active on the twitter micro blogging, you may be following thousands of peoples, so its not easy to manage your twitter direct messages. There may be reasonable messages and some may be spam.</p>
<p>You can simply use the twitter DM deleter ( &#8220;twitter Direct message deleter&#8221; ). It is a freeware tool that you can use to delete all the spam in your twitter account.</p>
<div id="attachment_1589" class="wp-caption aligncenter" style="width: 295px"><a href="http://openhippo.com/wp-content/uploads/2010/02/twitter-dm-deleter.jpg"><img class="size-full wp-image-1589" title="twitter dm deleter" src="http://openhippo.com/wp-content/uploads/2010/02/twitter-dm-deleter.jpg" alt="twitter dm deleter" width="285" height="187" /></a><p class="wp-caption-text">twitter dm deleter</p></div>
<p>Now you can look multiple twitter messages in one window.</p>
<div id="attachment_1590" class="wp-caption aligncenter" style="width: 602px"><a href="http://openhippo.com/wp-content/uploads/2010/02/twitter-message-deleter.jpg"><img class="size-full wp-image-1590" title="twitter message deleter" src="http://openhippo.com/wp-content/uploads/2010/02/twitter-message-deleter.jpg" alt="twitter message deleter" width="592" height="352" /></a><p class="wp-caption-text">twitter message deleter</p></div>
<p><a title="Twitter DM Deleer Download" href="http://www.tothepc.com/files/DM_Deleter.zip" target="_blank">Download Twitter DM Deleter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/delete-multiple-twitter-messages-with-dm-deleter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Top 10 Free Valentine WordPress themes</title>
		<link>http://openhippo.com/top-10-free-valentine-wordpress-themes/</link>
		<comments>http://openhippo.com/top-10-free-valentine-wordpress-themes/#comments</comments>
		<pubDate>Mon, 04 Jan 2010 09:31:45 +0000</pubDate>
		<dc:creator>Ritu sharma</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[best valentine gift]]></category>
		<category><![CDATA[free valentine day wp themes]]></category>
		<category><![CDATA[free valentine gift]]></category>
		<category><![CDATA[free valentine themes]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1456</guid>
		<description><![CDATA[14 feb is near and ofcourse its valentine day, so many of new generation guys want to gift a different kind. I suggest to gift a domain and chosse one of the below free valentine wp themes. This will be a different kind of gift sure you do that. Here I am uploading some of [...]]]></description>
			<content:encoded><![CDATA[<p>14 feb is near and ofcourse its valentine day, so many of new generation guys want to gift a different kind. I suggest to gift a domain and chosse one of the below free valentine wp themes. This will be a different kind of gift <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  sure you do that.</p>
<p>Here I am uploading some of the best valentine wordpress themes.  Themes are in pink, red and some themes including the hearts, to make them more to valentine love present gift.</p>
<p><strong><span style="color: #ff0000;">Love Letter</span></strong> :<br />
<a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme.jpg"><img class="alignnone size-full wp-image-1457" title="valentine day theme" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme.jpg" alt="love letter" width="500" height="250" /></a></p>
<p>[ <a title="Love letter info" href="http://www.tareeinternet.com/forum/wordpress-themes/1330-free-wordpress-theme-love-letter-free-download.html" target="_blank">Theme Info</a> ]  [ <a title="love letter demo" href="http://test.qualitywordpress.com/?preview_theme=loveletter" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Pink Valentine’s Theme:</span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-2.jpg"><img class="alignnone size-full wp-image-1459" title="valentine day theme 2" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-2.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://www.wpcontempo.com/free-pink-valentines-wordpress-theme/" target="_blank">Theme info</a> ]  [ <a href="http://demo.wpcontempo.com/?wptheme=Pink_Valentines" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Wedding Spring:</span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-3.jpg"><img class="alignnone size-full wp-image-1460" title="valentine day theme 3" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-3.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://www.templatepanic.com/article/wedding-spring-wordpress-theme" target="_blank">Theme Info</a> ]  [ <a href="http://demo.templatepanic.com/index.php?wptheme=Wedding%20Spring" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Valentine’s Day Theme:</span></h3>
<p><span style="color: #ff0000;"><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-4.jpg"><img class="alignnone size-full wp-image-1461" title="valentine day theme 4" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-4.jpg" alt="" width="500" height="250" /></a></span></p>
<p><span style="color: #ff0000;"><span style="color: #000000;">[ <a href="http://blog.pimentels-photography.com/2008/01/13/new-valentines-day-wordpress-themes/" target="_blank">Theme Info</a> ]  [ <a href="http://blog.pimentels-photography.com/2008/01/13/new-valentines-day-wordpress-themes/" target="_blank">Demo </a>]</span></span></p>
<h3><span style="color: #ff0000;">Pink Love </span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-5.jpg"><img class="alignnone size-full wp-image-1462" title="valentine day theme 5" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-5.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://bloggervenue.com/3-free-wordpress-bans-themes/" target="_blank">Theme Info</a> ]  [ <a href="http://bloggervenue.com/wp-content/uploads/2008/11/demo1.jpg" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Hearts Theme </span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-6.jpg"><img class="alignnone size-full wp-image-1463" title="valentine day theme 6" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-6.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://wpthemeland.com/theme/hearts/" target="_blank">Theme Info</a> ]  [ <a href="http://wpthemeland.com/preview/hearts/" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Be My Valentine </span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-7.jpg"><img class="alignnone size-full wp-image-1464" title="valentine day theme 7" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-7.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://wpthemesfree.com/view.php?theme_id=3183" target="_blank">Theme Info</a> ]  [ <a href="http://test.wpthemesfree.com/?preview_theme=be-my-valentine-10" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Love U </span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-8.jpg"><img class="alignnone size-full wp-image-1466" title="valentine day theme 8" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-8.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://wpthemesfree.com/view.php?theme_id=3196" target="_blank">Theme Info</a> ]  [ <a href="http://test.wpthemesfree.com/?preview_theme=love-u-10" target="_blank">Demo </a>]</p>
<h3><span style="color: #ff0000;">Love Bugs</span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-9.jpg"><img class="alignnone size-full wp-image-1467" title="valentine day theme 9" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-9.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://scribblescratch.com/themes2/" target="_blank">Theme Info</a> ]  [ <a href="http://demo.scribblescratch.com/index.php?wptheme=Lovebugs" target="_blank">Demo</a> ]</p>
<h3><span style="color: #ff0000;">Valentine Theme </span></h3>
<p><a href="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-10.jpg"><img class="alignnone size-full wp-image-1468" title="valentine day theme 10" src="http://openhippo.com/wp-content/uploads/2010/01/valentine-day-theme-10.jpg" alt="" width="500" height="250" /></a></p>
<p>[ <a href="http://www.freewpthemes.net/download/zip/valentine" target="_blank">Download</a> ]  [ <a href="http://www.freewpthemes.net/themes/previews/valentine/?theme=valentine" target="_blank">Demo</a> ]</p>
<p>So enjoy the free valentine day wordpress themes. A simple and prefect  gift to your loved ones.</p>
<p>thanks</p>
<div id="_mcePaste" style="overflow: hidden; position: absolute; left: -10000px; top: 676px; width: 1px; height: 1px;">
<h3>Wedding Spring</h3>
</div>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/top-10-free-valentine-wordpress-themes/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Bing:Top Voted Wallpapers 2009</title>
		<link>http://openhippo.com/bingtop-voted-wallpapers-2009/</link>
		<comments>http://openhippo.com/bingtop-voted-wallpapers-2009/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 10:43:14 +0000</pubDate>
		<dc:creator>Ritu sharma</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Fun Zone]]></category>
		<category><![CDATA[Gallery]]></category>
		<category><![CDATA[Windows 7]]></category>
		<category><![CDATA[bing pics]]></category>
		<category><![CDATA[bing top 2009 wallpapers]]></category>
		<category><![CDATA[bing.com wallpapers]]></category>
		<category><![CDATA[free bing wallpapers]]></category>
		<category><![CDATA[top bing wallpapers]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1430</guid>
		<description><![CDATA[I am uploading some of the top rated and votes wallpapers in 2009. Bing.com has a unique feature updating its background image daily. All the time best wallpapers of bing.com Here are BING top rated wallpapers : Share your Love]]></description>
			<content:encoded><![CDATA[<p>I am uploading some of the top rated and votes wallpapers in 2009. Bing.com has a unique feature updating its background image daily. All the time best wallpapers of bing.com</p>
<p>Here are BING top rated wallpapers :</p>
<p><img class="alignnone" title="Bluefeet Bing.com Wallpaper" src="http://openhippo.com/wp-content/uploads/2010/01/bluefeet.jpg" alt="" width="542" height="346" /></p>
<p><img class="alignnone" title="Top bing Wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/borabora.jpg" alt="" width="542" height="338" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/conwycastle.jpg" alt="" width="542" height="338" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/denali.jpg" alt="" width="543" height="338" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/grandteton.jpg" alt="" width="545" height="340" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/greenturtle.jpg" alt="" width="544" height="339" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/grotto.jpg" alt="" width="544" height="339" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/hawaii.jpg" alt="" width="544" height="339" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/hawaiilighthouse.jpg" alt="" width="544" height="339" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/leafcutterants.jpg" alt="" width="544" height="339" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/milfordsound.jpg" alt="" width="543" height="338" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/monarchs.jpg" alt="" width="546" height="342" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/navajobridge.jpg" alt="" width="545" height="341" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/nupsstadurfarm.jpg" alt="" width="543" height="338" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/palouse.jpg" alt="" width="540" height="337" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/panda.jpg" alt="" width="541" height="337" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/puffin.jpg" alt="" width="542" height="338" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/rainbowbridge.jpg" alt="" width="541" height="337" /></p>
<p><img class="alignnone" title="Top bing wallpapers 2009" src="http://openhippo.com/wp-content/uploads/2010/01/riverdouro.jpg" alt="" width="540" height="337" /></p>
<p>Share your Love <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/bingtop-voted-wallpapers-2009/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Install FileZilla in Ubuntu : 1 Step</title>
		<link>http://openhippo.com/install-filezilla-in-ubuntu-1-step/</link>
		<comments>http://openhippo.com/install-filezilla-in-ubuntu-1-step/#comments</comments>
		<pubDate>Mon, 21 Dec 2009 15:50:25 +0000</pubDate>
		<dc:creator>Ritu sharma</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[filezilla in ubuntu]]></category>
		<category><![CDATA[filezilla install linux]]></category>
		<category><![CDATA[install filezilla in ubuntu]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1374</guid>
		<description><![CDATA[FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface. Among others, the features of FileZilla include the following: * Easy to use * Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP) * IPv6 support * Available [...]]]></description>
			<content:encoded><![CDATA[<p>FileZilla Client is a fast and reliable cross-platform FTP, FTPS and SFTP client with lots of useful features and an intuitive graphical user interface.</p>
<p>Among others, the features of FileZilla include the following:</p>
<p>* Easy to use<br />
* Supports FTP, FTP over SSL/TLS (FTPS) and SSH File Transfer Protocol (SFTP)<br />
* IPv6 support<br />
* Available in many languages<br />
* Supports resume and transfer of large files greater than 4GB<br />
* Powerful Site Manager and transfer queue<br />
* Bookmarks<br />
* Drag &amp; drop support<br />
* Configurable transfer speed limits<br />
* Filename filters<br />
* Network configuration wizard<br />
* Remote file editing<br />
* Keep-alive<br />
* HTTP/1.1, SOCKS5 and FTP-Proxy support<br />
* Logging to file</p>
<p><strong>Install Filezilla in Ubuntu</strong></p>
<p><span style="color: #ff0000;">sudo aptitude install filezilla</span></p>
<p>This will complete the installation<br />
<strong> Using Filezilla</strong><br />
If you want to open filezilla go to <strong>Applications&#8212;&gt;Internet&#8212;&gt;FileZilla</strong></p>
<p>Enjoy the TIP<strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/install-filezilla-in-ubuntu-1-step/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 Keyboard Shortcuts for Ubuntu Users</title>
		<link>http://openhippo.com/10-keyboard-shortcuts-for-ubuntu-users/</link>
		<comments>http://openhippo.com/10-keyboard-shortcuts-for-ubuntu-users/#comments</comments>
		<pubDate>Wed, 16 Dec 2009 13:20:05 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[ubuntu keyboard shortcuts]]></category>
		<category><![CDATA[ubuntu shortcuts]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1363</guid>
		<description><![CDATA[1. Switch to the next/previous workspace If you make use of the workspace very frequently, you can easily switch between different workspaces by pressing Ctrl + Alt + Left/Right Arrow. The Left key brings you to the previous workspace while the Right key brings you to the next adjacent. If you have enabled Compiz, you [...]]]></description>
			<content:encoded><![CDATA[<p><strong><img class="size-full wp-image-1367 alignleft" title="a" src="http://openhippo.com/wp-content/uploads/2009/12/a.jpg" alt="a" width="120" height="124" />1. Switch to the next/previous workspace</strong><br />
If you make use of the workspace very frequently, you can easily switch between different workspaces by pressing<strong> Ctrl + Alt + Left/Right Arrow</strong>. The Left key brings you to the previous workspace while the Right key brings you to the next adjacent. If you have enabled Compiz, you can even get it to show all the workspace by pressing Super + E on the keyboard.<br />
<strong>2. Move the current window to another workspace<br />
</strong>By pressing<strong> Shift+ Ctrl + Alt + Left/Right Arrow</strong>, you can easily move your current window to another workspace in the specified direction. This keyboard shortcut works very well with the one mentioned above. If you have the habit of opening many applications/windows when doing your work, but don’t like to see your desktop and menubar cluttered with all the application windows, you can use this shortcut key to move your applications to another workspace and get your desktop organized.<br />
<strong>3. Show the desktop<br />
</strong><strong>Ctrl + Alt + D</strong> enables you to quickly minimize all windows and give focus to the desktop. When all windows are minimized, this shortcut can also maximize all the windows to their previous state.<br />
<strong>4. Keyboard shortcut for the mouse right-click<br />
</strong>In most applications, you can always right-click on the mouse to access the options menu. On the keyboard, you can simply press <strong>Shift + F10</strong> to achieve this ‘right-click‘ effect<br />
<strong>5. Restart session and recover from crashes<br />
</strong>There are very few instances where Ubuntu will crash totally. But if it does, you can press <strong>Ctrl + Alt + Backspace</strong> to restart the session, and 90% of the time, it will recover from the crashes.<br />
<strong>6. Lock the screen quickly<br />
</strong>If you need to leave your workstation for a while, you can quickly lock up your screen by pressing <strong>Ctrl + Alt + L</strong> and prevent unauthorized access by others.<br />
<strong>7. Switch between windows in the reverse direction<br />
</strong><strong>Alt + Tab</strong> is a common shortcut key that allow you to switch between open windows. But do you know that by including the ‘Shift‘ button, you can reverse the windows switching direction? This is useful when you press <strong>Alt + Tab</strong> too fast and passed the window that you want to switch to. Simply press down the ‘Shift‘ button to go back to the previous window in the switch cycle.<br />
<strong>8. Move windows with arrow keys<br />
</strong>Press <strong>Alt+F7</strong> to activate the Move window function and use any arrows key (up, down, left, right) to move the window around the screen.<br />
<strong>9. Show hidden files<br />
</strong>Most of the time, you won’t need to view the hidden files in your home folder, but in the event that you need to, you can press <strong>Ctrl + H</strong> inside the Nautilus (the file manager for Ubuntu) to show all hidden files.<br />
<strong>10. Show file properties without right-clicking the mouse<br />
</strong>The conventional way to view a file/folder properties is to right-click the mouse and select ‘Properties‘. Now you can just press <strong>Alt + Enter</strong> to get the Properties window to appear.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/10-keyboard-shortcuts-for-ubuntu-users/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Minimalist Google Homepage:Join the Group</title>
		<link>http://openhippo.com/minimalist-google-homepagejoin-the-group/</link>
		<comments>http://openhippo.com/minimalist-google-homepagejoin-the-group/#comments</comments>
		<pubDate>Fri, 09 Oct 2009 05:11:37 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[disable google minimalist]]></category>
		<category><![CDATA[enable google minimalist]]></category>
		<category><![CDATA[google new feature]]></category>
		<category><![CDATA[minimalist script]]></category>
		<category><![CDATA[minimalist trcik]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1345</guid>
		<description><![CDATA[Google new experiment on the &#8221; Simplofication of the Google Home Page&#8221;. It is called &#8220;Google Mimimalist homepage&#8221;. In recent days google had released a script, to make minimalist google homepage. To Join (enable ) the this feature, go to the http://www.google.com and type the following script in the address bar. javascript:void(document.cookie=&#8221;PREF=ID=abac7a90f5a3784b:LD=en:NR=10:TM=1254990196:LM=1254990236:S=uB6F4jDnMP_DuxtTpath=/domain=.google.com&#8221;); To disable this [...]]]></description>
			<content:encoded><![CDATA[<p>Google new experiment on the &#8221; Simplofication of the Google Home Page&#8221;. It is called &#8220;Google Mimimalist homepage&#8221;.</p>
<p>In recent days google had released a script, to make minimalist google homepage.</p>
<p>To Join (enable ) the this feature, go to the <a href="http://www.google.com " target="_blank">http://www.google.com </a>and type the following script in the address bar.</p>
<p><textarea name="google minimalist" cols="60" id="google minimalist">javascript:void(document.cookie=&#8221;PREF=ID=abac7a90f5a3784b:LD=en:NR=10:TM=1254990196:LM=1254990236:S=uB6F4jDnMP_DuxtTpath=/domain=.google.com&#8221;);</textarea></p>
<p><img class="aligncenter size-full wp-image-1358" title="google minimalist" src="http://openhippo.com/wp-content/uploads/2009/10/google-minimalist1.jpg" alt="google minimalist" width="200" height="124" /></p>
<p>To disable this feature, just go to the browser cookie and delete the GOOGLE cookie named &#8220;PREF&#8221;.</p>
<p>Enjoy the trick <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/minimalist-google-homepagejoin-the-group/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Last 5 hours with WordPress: My Experience</title>
		<link>http://openhippo.com/last-5-hours-with-wordpress/</link>
		<comments>http://openhippo.com/last-5-hours-with-wordpress/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 17:42:37 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[big mistake]]></category>
		<category><![CDATA[last 5 hours]]></category>
		<category><![CDATA[my wordpress experience]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1325</guid>
		<description><![CDATA[Hah ! after 5 hours of struggling with my site database and wordpress, at last I did it. Today in afternoon, I was publishing some post and something gone wrong with site contents, probably it was wordpress failure or any tweak in the wordpress files. I got afraid : It was a blank page no [...]]]></description>
			<content:encoded><![CDATA[<p>Hah ! after 5 hours of struggling with my site database and wordpress, at last I did it.</p>
<p>Today in afternoon, I was publishing some post and something gone wrong with site contents, probably it was wordpress failure or any tweak in the wordpress files.</p>
<p>I got afraid : It was a blank page no source code,nothing a simple blank page,I didn&#8217;t know how, but i knew one thing that i m  in trouble . There were  lots of post and i was afraid of loosing my site.</p>
<p><img class="aligncenter size-full wp-image-1327" title="wordpress experience" src="http://openhippo.com/wp-content/uploads/2009/10/wordpress-experience.jpg" alt="wordpress experience" width="540" height="195" /></p>
<p>I went to bed and thought for 10 minutes, came back to my desk and started to check my site database, Huh ok, thank GOD My site database was there and it was OKK, so there i got one thing, that i have to reinstall wordpress.</p>
<p>Re-installing the wordpress and maintaining all plugins, themes tweaks and other was tedious. So I finally decided to reinstall the WordPress.</p>
<p>But before installing the WordPress, I had made backup of all the previous files and folders, exported the .sql (my site database) to my PC.</p>
<p>Finally i was having a nice clean and fresh space for the new wordpress installation, downloaded the wordpress.zip, uploaded to my directory and extracted. Here I played a new game, i created a new database name and username , because if any thinng go wrong will not effect to my previous DB. Just simple steps to install, and Done that.</p>
<p>But how to get all my previous post and stuff here in new wordpress instalation. I realized that i will be importing the previous blog DB to the new DB , I opened PhpMyAdmin and imported that,it takes about 5 min But it was success</p>
<p>Finally It was a nice experience with the wordpress and the Database handling <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  Thank you WordPress.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/last-5-hours-with-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google advice:Choosing a smart password</title>
		<link>http://openhippo.com/google-advicechoosing-a-smart-password/</link>
		<comments>http://openhippo.com/google-advicechoosing-a-smart-password/#comments</comments>
		<pubDate>Wed, 07 Oct 2009 09:55:27 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[Hack]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[google strong password]]></category>
		<category><![CDATA[hotmail email scam]]></category>
		<category><![CDATA[how to choose strong password]]></category>
		<category><![CDATA[password assistance]]></category>
		<category><![CDATA[strong password]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1316</guid>
		<description><![CDATA[In the recent days we all came throughÂ  a news that about 30,000 hotmail email account had been exposed, this is really a big news for all the NET world. It is not only the hotmail who had sufferes but also gmail , yahoo accounts had been exposed. The only reason behind this is the [...]]]></description>
			<content:encoded><![CDATA[<p>In the recent days we all came throughÂ  a news that about 30,000 hotmail email account had been exposed, this is really a big news for all the NET world. It is not only the hotmail who had sufferes but also gmail , yahoo accounts had been exposed. The only reason behind this is the PHISHING page.</p>
<p><img class="aligncenter size-full wp-image-1317" title="password secure" src="http://openhippo.com/wp-content/uploads/2009/10/password-secure.jpg" alt="password secure" width="459" height="302" /></p>
<p>Phishing page is similar look and feel page of any real site.</p>
<p>Yesterday on the gmail blog I read about how to choose the <a href="http://gmailblog.blogspot.com/2009/10/choosing-smart-password.html" target="_blank">smart passwords</a>.</p>
<p><strong>- Use Different password at different levels</strong> :- Meaning is that don&#8217;t always use a single password everywhere. It is not good sense that somebody is using the gmail password and twitter , facebook or his/her online bank account password same. It is always recommended to choose different password at different levels.</p>
<p><strong>- Don&#8217;t use your personal data in password:-</strong> So while choosing the password, you might think of easy to remember its good but what first comes in your mind is the your &#8220;<strong> personal related password string</strong> &#8220;, That really bad way, don&#8217;t use your personal information in the password.</p>
<p><strong>-Don&#8217;t use common words or sequences:-</strong> Ok, here you are suggest not to choose your password containing common words or sequences. Example:-<br />
&#8220;smartboy&#8221; or &#8220;coolguy&#8221; is not the strong password, so it can be cracked easily. You can modify above password as &#8221; sm4rtB0y&#8221; and &#8221; C0oLg8y &#8220;.</p>
<p><strong>- Make sure that password recovery question is also secure :- </strong>Securing the password is not a winning a battle but you may also think of your security question, Hackers uses this way and also easily crack the email accounts and other accounts, so choose the strong question and you are suggested to Choose your own question, never give the hint which can directly understood.</p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/google-advicechoosing-a-smart-password/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Newbie Guide: Important Plugins for WordPress Blogging</title>
		<link>http://openhippo.com/newbie-guide-important-plugin-for-wordpress-blogging/</link>
		<comments>http://openhippo.com/newbie-guide-important-plugin-for-wordpress-blogging/#comments</comments>
		<pubDate>Sat, 03 Oct 2009 03:29:08 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[Tips and Tricks]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[important plugin for wordpress]]></category>
		<category><![CDATA[plugin guide]]></category>
		<category><![CDATA[plugin management]]></category>
		<category><![CDATA[plugion guide]]></category>
		<category><![CDATA[wordpress seo plugin]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1277</guid>
		<description><![CDATA[After the newie guide on the blogging in wordpress in my last post, now i would be guding you to use one of the best feature of wordpress, that is plugin management. There are many many good and effective plugin that you can use to make your work easier. The diffecrent plugin are use for [...]]]></description>
			<content:encoded><![CDATA[<p>After the newie guide on the blogging in wordpress in my last post, now i would be guding you to use one of the best feature of wordpress, that is plugin management. There are many many good and effective plugin that you can use to make your work easier. The diffecrent plugin are use for the different purpose. Like if you are a twitter,facebook or any other social media site user than you can directly use the pluign to manage your appereance on the blog, next is if you want that, when ever you write any post or made any changes in the blogÂ  and want to notify the seach engine (Google.com, yahoo.com, bing.com, ask.com etc) than you can use the plugin for that. Really its very easy, Thanks to opensource ( WordPress ).</p>
<p><img class="aligncenter size-full wp-image-1278" title="wordpress-plugin" src="http://openhippo.com/wp-content/uploads/2009/10/wordpress-plugin.gif" alt="wordpress-plugin" width="429" height="216" /></p>
<p>Below are the list of plugins and their uses and download links:-</p>
<p>1.<a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank"> Google XML Sitemap</a> :- This plugin will create a Google sitemaps compliant XML-Sitemap of your WordPress blog. It supports all of the WordPress generated pages as well as custom ones. Everytime you edit or create a post, your sitemap is updated and all major search engines that support the sitemap protocol, like ASK.com, Google, MSN Search and YAHOO, are notified about the update.</p>
<p>2. <a href="http://wordpress.org/extend/plugins/akismet/" target="_blank">Akismit</a> :-Akismet checks your comments against the Akismet web service to see if they look like spam or not. You need a WordPress.com API key to use it. You can review the spam it catches under &#8220;Comments.&#8221; To show off your Akismet stats just put  in your template.</p>
<p>3. <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All In One SEO Pack</a> :- <strong>Optimizes</strong> your WordPress blog for Search Engines (<strong>Search Engine Optimization</strong>).</p>
<p>4. <a href="http://wordpress.org/extend/plugins/commentluv/" target="_blank">CommentLuv</a> :- This is a new plugin, but it is made for some Comment LUV purpose, This plugin ensure that when ever any user comment on your blog, its automatically added the link of the last post to the comment also, no bad way only gives the way to user to make his/her post appear in the comment.</p>
<p>5.<a href="http://www.feedburner.com/" target="_blank">FeedBurner FeedSmith </a>:-This plugin detects all ways to access your original WordPress feeds and redirects them to your FeedBurner feed so you can track every possible subscriber.</p>
<p>6<a href="http://wordpress.org/extend/plugins/sexybookmarks/" target="_blank">. SexyBookmarks </a>:- Sexybookmarks provide easier way to share your posr on the diffrent social media sites. Its CMS is really nice and attractive. You got diffrent option to Choose in the given CMS. Use this</p>
<p>7. <a href="http://wordpress.org/extend/plugins/smart-youtube/" target="_blank">Smart Youtube </a>:- Smart Youtube is a WordPress Youtube Plugin that allows you to easily insert Youtube videos/playlists in your post, comments and in RSS feed.The main purpose of the plugin is to correctly embed youtube videos into your blog post. The video will be shown in full in your RSS feed as well.From version 2.0 Smart youtube also supports playback of high quality videos, works on iPhone, produces xHTML valid code (unlike YouTube embed code), allows you to view videos in fullscreen and most recently supports YouTube playlists.The plugin is designed to be small and fast and not use any external resources. It has a number of customizable options.</p>
<p>8. <a href="http://wordpress.org/extend/plugins/wassup/">WassUp</a>:-Wordpress plugin to analyze your visitors traffic with real time stats, chart and a lot of chronological informations. It has sidebar Widget support to show current online visitors and other statistics. For WordPress 2.2 or higher.</p>
<p>9.<a href="http://wordpress.org/extend/plugins/wordpress-23-related-posts-plugin/">WordPress Related Posts</a>:- Generate a related posts list via tags of WordPress and aslo add feeds of the post, so it provide the more like stuff to your blog users.</p>
<p>10.<a href="http://mightyhitter.com/main-page/plugins/mightysearch" target="_blank"> Mighty Search</a>:- Create your onsite Google Search with wordpress.</p>
<p>There are many more but most important are given above, i am providing some more plugin that you can go through.</p>
<p>1. <a href="http://wordpress.org/extend/plugins/wp-facebookconnect/" target="_blank">Facebook Connect</a></p>
<p>2. <a href="http://wordpress.org/extend/plugins/tweetmeme/" target="_blank">TweetMeme or Retweet Me</a></p>
<p>3. <a href="http://www.fbshare.me/" target="_blank">Facebook Sharecount</a></p>
<p>4. <a href="http://wordpress.org/extend/plugins/register-plus/" target="_blank">RegisterPlus</a></p>
<p>5. <a href="http://wordpress.org/extend/plugins/myadmanager/" target="_blank">MyAddManager</a></p>
<p>Try these plugin also, these can help your work easier.</p>
<p>Say thanks to wordpress and the developers.</p>
<p>Share your Knowledge <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/newbie-guide-important-plugin-for-wordpress-blogging/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Newbie guide : Blogging in WordPress</title>
		<link>http://openhippo.com/newbie-guide-blogging-in-wordpress/</link>
		<comments>http://openhippo.com/newbie-guide-blogging-in-wordpress/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 07:19:28 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[blogging guide]]></category>
		<category><![CDATA[make own wordpess site]]></category>
		<category><![CDATA[newbie wordpress guide]]></category>
		<category><![CDATA[own wordpress site]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1220</guid>
		<description><![CDATA[This post will give the basic knowledge to the newbie and beginners of blogging. Blogging is simply a way to make a regular commenting and posting, the post may include about your experience, about tech, and bla-bla-bla etc.. So to choose the platform for blogging is important, you can go with blogger, typepad, movable,blogs.com and [...]]]></description>
			<content:encoded><![CDATA[<p>This post will give the basic knowledge to the newbie and beginners of blogging.</p>
<p>Blogging is simply a way to make a regular commenting and posting, the post may include about your experience, about tech, and bla-bla-bla etc..</p>
<p>So to choose the platform for blogging is important, you can go with blogger, typepad, movable,blogs.com and many more providers. But the blog every provider have a differnece. Going with the movable by six apart is totally paid, blogger is google publishing platform (FREE) . But you go with the opensource wordpress, that really lovable and easy to use and install on your own domain.</p>
<p><strong>What all you have to do for your own wordpress enables website :</strong></p>
<p>1. <a href="http://wordpress.org/" target="_blank">Download wordpress package</a>.</p>
<p>2. UnZip the package to and FTP all the files and folder to your home directory.</p>
<p>3. Before going to next, first you should check that you had make a database for you site. You can create a new database by using your Cpanel .</p>
<p>4. Now you go to the browser bar and type your own domain name. http://www.yoursitename.com</p>
<p>Install the wordpress , make sure that you give the proper database name, database username, database password .</p>
<p>Give the Blog Name.</p>
<p>You are all done, congrats.</p>
<p>In the next post, I will be giving you basic idea of blog management and good themes and plugin to robust your site.</p>
<p>Say hello to opensource &#8221; WORDPRESS&#8221;</p>
<p>Share your Knowledge <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><strong><br />
</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/newbie-guide-blogging-in-wordpress/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Make Your Own CMS System : Part 1</title>
		<link>http://openhippo.com/make-your-own-cms-system-part-1/</link>
		<comments>http://openhippo.com/make-your-own-cms-system-part-1/#comments</comments>
		<pubDate>Tue, 29 Sep 2009 06:07:21 +0000</pubDate>
		<dc:creator>Vikash Dhankar</dc:creator>
				<category><![CDATA[Blogging]]></category>
		<category><![CDATA[Education]]></category>
		<category><![CDATA[How-To]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[cms coding]]></category>
		<category><![CDATA[cms project]]></category>
		<category><![CDATA[cms tutorials]]></category>
		<category><![CDATA[download cms project]]></category>
		<category><![CDATA[make cms]]></category>
		<category><![CDATA[make own cms system]]></category>

		<guid isPermaLink="false">http://openhippo.com/?p=1206</guid>
		<description><![CDATA[Hi, Here in this tutorial, I am providing something that you may need for your own website. The value of CMS ( Content Management System ) , in todays site is one of the most attracting feature. CMS built the site dyanamic means that, the regsiter user can directly connect to thte database and can [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>Here in this tutorial, I am providing something that you may need for your own website. The value of CMS ( Content Management System ) , in todays site is one of the most attracting feature. CMS built the site dyanamic means that, the regsiter user can directly connect to thte database and can make the change in database , which can be seen on the webpage. Really its very nice.</p>
<p>As I am Computer Science student so, i made this CMS in my minor project ( 6th sem).</p>
<p>It is very easy..GO with me step by step, I may help you.</p>
<p>Here we go: (</p>
<p>1. Install WAMP server to your PC( WIndows) or LAMP to your LINUX system. ( <a href="http://openhippo.com/2009/09/20/how-to-configure-wamp/" target="_blank">Learn how to configure WAMP</a> )</p>
<p>2. Okay, Here i may suppose now that you had configured your WAMP.</p>
<p>3. Understanding CMS : CMS ( Content Management System ). It is a best way that you can interact with the database ( create and modify ) and make your web more dynamic.</p>
<p>4. To built a simple CMS system, first we will be creating a database named &#8220;mycms&#8221; by going :</p>
<p><a href="http://localhost/phpmyadmin/" target="_blank">http://localhost/phpmyadmin/</a> and Create a New Database.</p>
<p><img class="aligncenter size-full wp-image-1251" title="database" src="http://openhippo.com/wp-content/uploads/2009/09/database.JPG" alt="database" width="482" height="121" /></p>
<p>5. After the 4th step we are going to create a table name and the field name for a particular table.</p>
<p>6. Create three tables in the database &#8220;mycms&#8221;.</p>
<p>a)users</p>
<p>b)pages</p>
<p>c)subjects</p>
<p>Okay we will be having these above tables.</p>
<p>7. Field names in a particular table name :-</p>
<p>a) Table  &#8220;users&#8221; contains &#8211; id int(11), username varchar(50), hashed_password varchar(40).</p>
<p>b) Table &#8220;pages&#8221; contains -id int(11), subject_id int(11), menu_name varchar(30), position int(3), visible tinyint(1), content text.</p>
<p>c) Table &#8220;subjects&#8221; contains &#8211; id int(11), menu_name varchar(30),position int(3), visible tinyint(1).</p>
<p>I all the above make the &#8220;id&#8221; field primary key.</p>
<p>At this time we are ready with our databaseÂ  creation. Next we are goign to make the basic pages like login.php, logout.php, users.php, subjects.php, index.php&#8230;.. etc</p>
<p>These all pages, designed will be done in the next post. Stay connected, its really very easy.</p>
<p>Share your knowledge <img src='http://openhippo.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://openhippo.com/make-your-own-cms-system-part-1/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

