<?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>Penguination Project &#187; How To tips</title>
	<atom:link href="http://penguinationproject.com/category/how-to-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://penguinationproject.com</link>
	<description></description>
	<lastBuildDate>Thu, 29 Oct 2009 19:51:43 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>wordpress design tutorial #3</title>
		<link>http://penguinationproject.com/wordpress-design-tutorial-3</link>
		<comments>http://penguinationproject.com/wordpress-design-tutorial-3#comments</comments>
		<pubDate>Tue, 16 Jun 2009 11:14:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[custom wordpress login]]></category>
		<category><![CDATA[wordpress design]]></category>
		<category><![CDATA[wordpress programming]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=176</guid>
		<description><![CDATA[Hello, we just finished custom made login page of wordpress weblog. It was deep hack inside wordpress Application. Actually we included default wordpress theme header , sidebar and footer into wp-login.php file.  This tutorial could be used with any wordpress theme and template.
We included archived .zip file in this tutorial , the archive contains wp-login.php [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-177" title="wordpress-logo" src="http://penguinationproject.com/wp-content/uploads/2009/06/wordpress-logo-300x292.jpg" alt="wordpress-logo" width="300" height="292" />Hello, we just finished custom made login page of wordpress weblog. It was deep hack inside wordpress Application. Actually we included default wordpress theme header , sidebar and footer into wp-login.php file.  This tutorial could be used with any wordpress theme and template.</p>
<p>We included archived .zip file in this tutorial , the archive contains wp-login.php file created for default wordpress theme &#8211; kubrick theme. You can download this file <a href="http://penguinationproject.com/login.zip">here </a></p>
<p>Make sure you backupped your original &#8220;wp-login.php&#8221; file on your computer or your server.  Change your default wp-login.php with attached one.</p>
<p>You can see the example <a href="http://penguinationproject.com/preview/wp-login.php" target="_blank">here</a>,  it works in login and register cases.</p>
<p>Just download the file and compare with original wp-login.php, sorry we didn&#8217;t created full documentation or tutorial for this, because we forgot the process of changing it&#8217;s design.</p>
<p>If you need any help, just post comments and we will help you.</p>
<p>Guru !</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/wordpress-design-tutorial-3/feed</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Editing default wordpress theme tutorial #2</title>
		<link>http://penguinationproject.com/editing-default-wordpress-theme-tutuorial-2</link>
		<comments>http://penguinationproject.com/editing-default-wordpress-theme-tutuorial-2#comments</comments>
		<pubDate>Sun, 14 Jun 2009 09:43:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress design]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=165</guid>
		<description><![CDATA[Hello, we will continue default wordpress theme editing tutorial, in tutorial #1 we fixed default wordpress theme to enable sidebar showing in all posts and categories, and today you will learn how to add most recent video in your right sidebar , or somwhere else inside of your wordpress blog.  We will try to explain [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-medium wp-image-166" style="margin: 5px;" title="code" src="http://penguinationproject.com/wp-content/uploads/2009/06/code-300x276.gif" alt="code" width="300" height="276" />Hello, we will continue default wordpress theme editing tutorial, in tutorial #1 we fixed default wordpress theme to enable sidebar showing in all posts and categories, and today you will learn how to add most recent video in your right sidebar , or somwhere else inside of your wordpress blog.  We will try to explain our best PHP code parts you should insert or edit, and we hope this will be the  good start in creating your own wordpress themes.</p>
<p>Please take a look at our example, of what are we going to create : <a href="http://penguinationproject.com/preview/" target="_blank">Here</a></p>
<p><strong>Let&#8217;s start coding : </strong></p>
<p>First create category &#8220;videos&#8221; and post at least one video from youtube or any other flash video.</p>
<p>Now we will need &#8220;video&#8221; category id before we will start PHP coding of our sidebar, login to your wp-admin, click on posts, categories , you will see categories list, click on created video category.</p>
<p>In your browser address field you will see something like that : http://penguinationproject.com/preview/wp-admin/categories.php?action=edit&amp;cat_ID=3</p>
<p>Category id number  is 3 (cat_ID=3).</p>
<p>Now when we know our category id , let&#8217;s start coding.</p>
<p>Click on appearance in your left admin menu, click edit , you will see files list on right menu. Click on sidebar.php</p>
<p>Find html code  <strong>&lt;div id=&#8221;sidebar&#8221; role=&#8221;complementary&#8221;&gt;</strong></p>
<p>After this code and before &lt;ul&gt; tag starts insert PHP code below , we commented inside of code where you should add your category id number.</p>
<pre><strong><cite>&lt;?php</cite> <span style="text-decoration: underline;">if</span> ( have_posts() ) : <cite>?&gt;</cite></strong>

// take a look at line below, &amp;cat=3 , change 3 to your category id.

<strong><cite>&lt;?php</cite> <a>$my_query</a> = <span style="text-decoration: underline;">new</span> WP_Query('showposts=1&amp;cat=3');

<span style="text-decoration: underline;">while</span> (<a>$my_query</a>-&gt;have_posts()) : <a>$my_query</a>-&gt;the_post();
  <a>$do_not_duplicate</a> = <a>$post</a>-&gt;ID;<cite>?&gt;</cite></strong>

<strong><cite>&lt;?php</cite>
<a>$id</a> =<a>$post</a>-&gt;ID;
<a>$the_content</a> =<a>
$wpdb</a>-&gt;get_var("SELECT post_content FROM <a>$wpdb</a>-&gt;posts WHERE ID = <a>$id</a> ");
<a>$pattern</a> = '!&lt;embed.*?src="(.*?)"!';

preg_match_all(<a>$pattern</a>, <a>$the_content</a>, <a>$matches</a>);
<a>$obj_src</a> = <a>$matches</a>['1'][0];
<cite>?&gt;</cite></strong>

<strong><cite>&lt;?php</cite> <span style="text-decoration: underline;">if</span>(<a>$obj_src</a> != '') 

{ 

<span style="text-decoration: underline;">echo</span> '<strong>&lt;b&gt;</strong>Latest Video<strong>&lt;/b&gt;</strong><strong>&lt;br&gt;</strong><strong>&lt;br&gt;</strong><strong>&lt;object width="160" height="120"&gt;
</strong><strong>&lt;param name="movie" value="'.<a>$obj_src.</a>'"&gt;</strong><strong>&lt;/param&gt;
</strong><strong>&lt;param name="allowFullScreen" value="<span style="text-decoration: underline;">true</span>"&gt;</strong><strong>&lt;/param&gt;
</strong><strong>&lt;param name="allowscriptaccess" value="always"&gt;</strong><strong>&lt;/param&gt;
</strong><strong>&lt;embed src="'.<a>$obj_src.</a>'" type="application/x-shockwave-flash"
allowscriptaccess="always" allowfullscreen="<span style="text-decoration: underline;">true</span>" width="160" height="120"&gt;</strong><strong>&lt;/embed&gt;
</strong><strong>&lt;/object&gt;</strong><strong>&lt;br&gt;</strong><strong>&lt;br&gt;</strong>'; 

}

<cite>?&gt;</cite></strong>
 <strong><cite>&lt;?php</cite> <span style="text-decoration: underline;">endwhile</span>; <cite>?&gt;</cite></strong>

<strong><cite>&lt;?php</cite> <span style="text-decoration: underline;">endif</span>; <cite>?&gt;</cite></strong></pre>
<p>Now save the file , go to your wordpress blog&#8217;s  homepage , You will see most recent video on your blogs sidebar .</p>
<p>From now once you are adding video in &#8220;video&#8221; category , it will automatically appear on your sidebar.</p>
<p>We will continue hacking default wordpress theme soon. And we wish you all the best ! Please leve comments.</p>
<p>Good luck.</p>
<p><em></em></p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/editing-default-wordpress-theme-tutuorial-2/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Add youtube video downloader tool to wordpress blog</title>
		<link>http://penguinationproject.com/add-youtube-video-downloader-tool-to-wordpress-blog</link>
		<comments>http://penguinationproject.com/add-youtube-video-downloader-tool-to-wordpress-blog#comments</comments>
		<pubDate>Fri, 12 Jun 2009 14:42:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[youtube downloader]]></category>
		<category><![CDATA[youtube tool]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=159</guid>
		<description><![CDATA[Hi,
here is a simple and fast tutorial how to add youtube video downloader tool to your website or blog. This tool allows your visitors downloading youtube videos from your website, take a look at our right sidebar for example.
If your blog powered by wordpress, go to your wp-admin on the left wp-admin menu click on [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-160" style="margin: 5px;" title="youtube-logo" src="http://penguinationproject.com/wp-content/uploads/2009/06/youtube-logo.png" alt="youtube-logo" width="147" height="67" />Hi,</p>
<p>here is a simple and fast tutorial how to add youtube video downloader tool to your website or blog. This tool allows your visitors downloading youtube videos from your website, take a look at our right sidebar for example.</p>
<p>If your blog powered by wordpress, go to your wp-admin on the left wp-admin menu click on appearance -&gt; editor.</p>
<p>In editor right menu click on Sidebar <span class="nonessential">( sidebar.php ) ,  you will see something like this :  &lt;div id=&#8221;sidebar&#8221;&gt; &#8230;.. </span></p>
<p><span class="nonessential">after &lt;div id=&#8221;sidebar&#8221;&gt; tag insert code below </span></p>
<blockquote><p><span class="nonessential">&lt;iframe height=&#8221;150&#8243; width=&#8221;300&#8243; style=&#8221;border:1px solid #c5c5c5&#8243; src=&#8221;http://youtubevideocollector.com/dl.php&#8221;&gt;&lt;/iframe&gt;</p>
<p></span></p></blockquote>
<p><span class="nonessential">Or choose another width and height <a href="http://youtubevideocollector.com/website_tool.php" target="_blank">here </a></span></p>
<p><span class="nonessential">You can manually modify iframe code , to fit your sidebar width and height just change width and height in iframe html code .</span></p>
<p><span class="nonessential">Best regards ! And greetings from pengland !<br />
</span></p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/add-youtube-video-downloader-tool-to-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed up your wordpress blog</title>
		<link>http://penguinationproject.com/speed-up-you-wordpress-blog</link>
		<comments>http://penguinationproject.com/speed-up-you-wordpress-blog#comments</comments>
		<pubDate>Tue, 09 Jun 2009 15:22:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[speed up wordpress]]></category>
		<category><![CDATA[wordpress seo]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=117</guid>
		<description><![CDATA[
Hi there, you are probably very cool blogger with very popular blog ? How many visitors your wordpress blog reaches daily ? If there are 3-4 visitors per day, you are not cool blogger at all    This tutorial for blogs with at least 100 daily visitors from google and other resources.
So, what is [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignright size-full wp-image-119" title="wordpress-speed" src="http://penguinationproject.com/wp-content/uploads/2009/06/wordpress-speed.jpg" alt="wordpress-speed" width="230" height="191" /></p>
<p>Hi there, you are probably very cool blogger with very popular blog ? How many visitors your wordpress blog reaches daily ? If there are 3-4 visitors per day, you are not cool blogger at all <img src='http://penguinationproject.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />   This tutorial for blogs with at least 100 daily visitors from google and other resources.</p>
<p>So, what is it all about, how to speed up wordpress blog ?</p>
<p>I woke up one great North pole morning, turned up my penguin  laptop and opened penguination project website. Hm&#8230; it wasn&#8217;t opening,  I was waiting five or ten minutes until my wordpress blog opend the home page !!! Crap ! What&#8217;s wrong ? I&#8217;ve opened google and googled &#8220;wordpress blog slow&#8221;, yes it is ! Actually wordpress blog software is a very comprehencive application that loads slow natively when your blog reaches big amounts of traffic. Now everything is cool, I didn&#8217;t touch wordpress code myself and decided to figure out how to speed up my blog with existing plugins and methods.</p>
<p>There are some basic tips how to speed up your wordpress blog :</p>
<p>1. Never use godaddy Linux hosting, if you are using godaddy linux hosting , godaddy slow itself and it slows everything around. It is a good time to migrate your blog to some serious hosting company like <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=genetrix" target="_blank">hostgator hosting</a>. I think their <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=genetrix" target="_blank">basic hosting plan</a> is enough, it&#8217;s cheap and your website load times will be sky high !</p>
<p>2. Download and install <a href="http://wordpress.org/extend/plugins/wp-super-cache/" target="_blank">WP Super cache plugin </a>. This plugin enables pages storing in hosting memory and caching with explorer. And if your blog receives big amounts of traffic, your visitor will not see any sufficial changes in load times. This plugin is a genious one, and probably was made by genious penguin.</p>
<p>3. Images &#8211; Use light weight images in your posts, you can decrease the quality of high resolutional images by 60% with adobe photoshop or other software.</p>
<p>4. Use light weight wordpress templates with less graphics as much as possible.</p>
<p>We hope we helped you to speed up your wordpress blog, now i&#8217;s your turn .. leave comments and suggestions.</p>
<p>Good luck !</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/speed-up-you-wordpress-blog/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to find a job on Twitter</title>
		<link>http://penguinationproject.com/how-to-find-a-job-on-twitter</link>
		<comments>http://penguinationproject.com/how-to-find-a-job-on-twitter#comments</comments>
		<pubDate>Thu, 04 Jun 2009 17:39:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=94</guid>
		<description><![CDATA[Hello,
in time of world economy crisis many of us looking for job.  Twitter is a great resource to find any job  that is good for you.
The easiest way finding a job on twitter is to use contacted twitter tool. Contacted collects live job offers posted on twitter. To find any job offer with contacted , [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>in time of world economy crisis many of us looking for job.  Twitter is a great resource to find any job  that is good for you.</p>
<p>The easiest way finding a job on twitter is to use <a href="http://contacted.org" target="_blank">contacted</a> twitter tool.<a href="http://contacted.org"> Contacted</a> collects live job offers posted on twitter. To find any job offer with contacted , type your wished job offer in the search field, for example &#8220;PHP freelance job&#8221;, contacted will show you live results found on twitter.</p>
<p>To save found results you should register your free contacted account . It will save your latest search term ( joob that you are looking for ) , you can save any job offer with contacted tagger also.</p>
<p>We hope this tutorial was useful to you and you will fing excellent job offers shortely.</p>
<p>Good luck</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/how-to-find-a-job-on-twitter/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>wordpress SEO tips</title>
		<link>http://penguinationproject.com/wordpress-seo-tips</link>
		<comments>http://penguinationproject.com/wordpress-seo-tips#comments</comments>
		<pubDate>Thu, 04 Jun 2009 13:52:04 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[Add new tag]]></category>
		<category><![CDATA[wordpress seo]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=89</guid>
		<description><![CDATA[Hello,
We will teach you today how to SEO optimize your wordpress blog for better google and other search engines ranking.
If you created your wordpress blog already, first step you should do is  : login to your wordpress admin panel , in left menu click settings, permalinks . In common structure select custom structure and type [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,</p>
<p>We will teach you today how to SEO optimize your wordpress blog for better google and other search engines ranking.</p>
<p>If you created your wordpress blog already, first step you should do is  : login to your wordpress admin panel , in left menu click settings, permalinks . In common structure select custom structure and type /%postname%  .  It will make your permalinks human readible, this step is also cool for google and other search engines that regularly visit your website.</p>
<p>Ater that you should install two SEO wordpress plugins :  <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/" target="_blank">All in one SEO plugin</a> and  <a href="http://wordpress.org/extend/plugins/google-sitemap-generator/" target="_blank">xml-sitemap plugin</a> with your wordpress blog.</p>
<p>Once both plugins installed, post about 15 &#8211; 40 quality uniqye ( not copied from another websites ) content. Login to your wordpress admin panel , settings , click on xml-sitemap plugin , create sitemap. From now sitemap will be automatically updated once you create every single wordpress post.</p>
<p>Now you can submit your blog with google. Go to<a href="https://www.google.com/accounts/ServiceLogin?service=sitemaps&amp;passive=true&amp;nui=1&amp;continue=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fdashboard&amp;followup=https%3A%2F%2Fwww.google.com%2Fwebmasters%2Ftools%2Fdashboard&amp;hl=en" target="_blank"> google webmaster tools </a> and submit your site, they will ask you for veryfication. The best method to verify your site is by adding meta tag to your wordpress blog header, in webmaster tools click verify, you will see verification methods, choose &#8220;verify by meta tag&#8221; and continue, copy provided html code and go back to your website. Login to your wordpress admin panel , click on apperance -&gt; editor. On right panel ( titled as theme files )  click on header.php file. Find lines started with &lt;title  , after &lt;/title&gt; tag paste google provided html code, save and exit.</p>
<p><strong>Submit sitemap.xml</strong> file. Go back to your google webmaster tools account and click on your website domain , find &#8220;sitemaps&#8221; in menu , click on it , in the field &#8220;submit sitemap&#8221; type sitemap.xml  ,  click on submit sitemap button.</p>
<p>Now you are done , continue posting quality content in your blog regularly and you will get lots of visitors, coming from google search.</p>
<p>If you have any suggestions, post it in comments.</p>
<p>Good Luck.</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/wordpress-seo-tips/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Convert youtube videos into audio and video</title>
		<link>http://penguinationproject.com/convert-youtube-videos-into-audio-and-video</link>
		<comments>http://penguinationproject.com/convert-youtube-videos-into-audio-and-video#comments</comments>
		<pubDate>Thu, 04 Jun 2009 10:44:39 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[convert youtube video]]></category>
		<category><![CDATA[download youtube videos]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=87</guid>
		<description><![CDATA[1. Download the FLV file format from YouTube. There are many methods to download Youtube Videos, but best one is Youtube Video Collector, just paste video url in the search box and click search,  you will be redirected to the download page.
Go here to download youtube videos , you can easily search youtube for any [...]]]></description>
			<content:encoded><![CDATA[<p>1. Download the FLV file format from YouTube. There are many methods to download Youtube Videos, but best one is Youtube Video Collector, just paste video url in the search box and click search,  you will be redirected to the download page.</p>
<p>Go here to download youtube videos , you can easily search youtube for any videos and download them to your computer  <a href="http://www.youtubevideocollector.com" target="_blank">http://www.youtubevideocollector.com</a><br />
2. Now you have the FLV file saved to your computer, you can open this file with your favourite internet browser or players that support different viideo formats like free VLC media player</p>
<p>To extract video from your downloaded youtube video flv file, you will need free flv extractor tool</p>
<p><a href="http://www.digital-digest.com/software/download.php?sid=1253&amp;ssid=0&amp;did=2" target="_blank">Download free flv extractor tool here </a><br />
<a href="http://www.digital-digest.com/software/download.php?sid=1253&amp;ssid=0&amp;did=2" target="_blank"></a><br />
Run FLVExtract,uncheck the &#8220;Video&#8221; and &#8220;timecodes&#8221; box and drag your FLV file into it.</p>
<p>Your audio file is created.</p>
<p>If you want to extract video from your downloaded youtube file, check &#8220;video&#8221; and &#8220;timecodes&#8221;.</p>
<p>We hope this tutorial was helpful to you !</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/convert-youtube-videos-into-audio-and-video/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to get more twitter followers</title>
		<link>http://penguinationproject.com/how-to-get-more-twitter-followers</link>
		<comments>http://penguinationproject.com/how-to-get-more-twitter-followers#comments</comments>
		<pubDate>Tue, 02 Jun 2009 21:14:10 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=77</guid>
		<description><![CDATA[If you are Twitter follower hunter , we have a great tips for you ! You will need 5 minutes of your daily time, good moods and good keywords.
What is keywords ? Keywords are specially words used to find anything in internet while searching with search engines.  You will say what the heck ? How [...]]]></description>
			<content:encoded><![CDATA[<p>If you are Twitter follower hunter , we have a great tips for you ! You will need 5 minutes of your daily time, good moods and good keywords.</p>
<p>What is keywords ? Keywords are specially words used to find anything in internet while searching with search engines.  You will say what the heck ? How my Twitter account connected with keywords ?!? The answer is simple : your twitter account is an independent internet resourse just like any website, if you are twitting proper keywords, your twitteraccount becomes good traffic resource to your website.</p>
<p><img class="alignleft" style="margin: 5px;" src="http://contacted.org/images/contacted.png" alt="" width="300" height="80" /></p>
<p>To get more twitter followers you should create your <a href="http://contacted.org">contacted</a> account, it&#8217;s a free twitter tool to analyse twitter search results and to save particular tweets.  Another great feature is Multi Re-tweet by search term, just type any search term and you will retweet anyone on twitter that are talking about it. Use contacted with your website keywords to check what your potential customers are twitting about.</p>
<p>Good luck twittering !</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/how-to-get-more-twitter-followers/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Search Twitter and watch videos</title>
		<link>http://penguinationproject.com/search-twitter-and-watch-videos</link>
		<comments>http://penguinationproject.com/search-twitter-and-watch-videos#comments</comments>
		<pubDate>Tue, 02 Jun 2009 17:37:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[internet]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=74</guid>
		<description><![CDATA[Simple, but very cool idea to integrate twitter search engine API with Yahoo API, it was released ! Very cool Twitter searching tool called twuet.  Search and be searched. I think this is Penguin Joe on their logo . Visit twuet.com for more details !

]]></description>
			<content:encoded><![CDATA[<p>Simple, but very cool idea to integrate twitter search engine API with Yahoo API, it was released ! Very cool Twitter searching tool called twuet.  Search and be searched. I think this is Penguin Joe on their logo . Visit twuet.com for more details !</p>
<p><a href="http://twuet.com"><img class="alignnone" title="twuet" src="http://twuet.com/images/twuet.png" alt="" width="320" height="100" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/search-twitter-and-watch-videos/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>hostgator hosting vs godaddy hosting</title>
		<link>http://penguinationproject.com/hostgator-hosting-vs-godaddy-hosting</link>
		<comments>http://penguinationproject.com/hostgator-hosting-vs-godaddy-hosting#comments</comments>
		<pubDate>Tue, 02 Jun 2009 14:47:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How To tips]]></category>
		<category><![CDATA[godaddy]]></category>
		<category><![CDATA[hostgator]]></category>
		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://penguinationproject.com/?p=71</guid>
		<description><![CDATA[Hi,
this post is a comparison between godaddy.com, hostgator and other hostings we worked with for the past year.  Only Penguins will tell you real truth about hosting companies. You will never find this information in any other place.
Godaddy
First of all we are going to bash godaddy hosting (godaddy.com) , it&#8217;s really suck and slow web [...]]]></description>
			<content:encoded><![CDATA[<p>Hi,</p>
<p>this post is a comparison between godaddy.com, hostgator and other hostings we worked with for the past year.  Only Penguins will tell you real truth about hosting companies. You will never find this information in any other place.</p>
<p><a href="http://godaddy.com"><strong>Godaddy</strong></a></p>
<p>First of all we are going to bash godaddy hosting (godaddy.com) , it&#8217;s really suck and slow web hosting company.  They are full of images and products you will never need.</p>
<p>Every little step you do you should select additional products to add to your cart. However, they are cheapest domain name company with good domain name registrar support. We never tried windows godaddy server because we never deal with windows <img src='http://penguinationproject.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' />  Linux rocks ! We use Ubuntu as a development platform and operating system, it&#8217;s really fast and cool at any PC.</p>
<p><a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=genetrix"><strong>Hostgator</strong></a></p>
<p>This crocodile hostgator rocks ! Hostgator guys provide Live chat support to novice and professional hosting maintenance, hostgator has very cool hosting cpanel with lots of features like awstats, fantastico, you can install websites very easy without coding knowledge, very cool file manager and much more.  <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=genetrix">Hostgator</a> is highly recommended for Penguins that are looking for cheap linux PHP / mysql based hosting.</p>
<p><strong>Conclusion</strong></p>
<p>Register your website&#8217;s domain names with godaddy,  use <a href="http://secure.hostgator.com/cgi-bin/affiliates/clickthru.cgi?id=genetrix">hostgator</a> as a linux based hosting.</p>
<p>You will need to redirect your domain name&#8217;s nameservers to hostgator , how to do that ? Hostgator will guide you .</p>
<p>Good luck, we hope this hosting comparison post was useful for you. If you have other suggestions or questions please comment.</p>
]]></content:encoded>
			<wfw:commentRss>http://penguinationproject.com/hostgator-hosting-vs-godaddy-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->