<?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>blinkky.com &#187; wordpress</title>
	<atom:link href="http://blinkky.com/tag/wordpress/feed/" rel="self" type="application/rss+xml" />
	<link>http://blinkky.com</link>
	<description></description>
	<lastBuildDate>Sun, 29 Aug 2010 20:02:08 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>How To Enable Gravatar On Your WordPress Blog ?</title>
		<link>http://blinkky.com/2009/12/how-to-enable-gravatar-on-your-wordpress-blog/</link>
		<comments>http://blinkky.com/2009/12/how-to-enable-gravatar-on-your-wordpress-blog/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 17:42:28 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[enable]]></category>
		<category><![CDATA[gravatar]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=605</guid>
		<description><![CDATA[You have installed a new theme for your WordPress blog but there is no Gravatar available for that theme. Actually the solution is simple. So, How To Enable Gravatar On Your WordPress Blog ? No plugin needed =) 1. Open comment.php for your theme that you use for your blog. 2. Copy the code below [...]]]></description>
			<content:encoded><![CDATA[<p><img class="alignleft" src="http://blinkky.com/images/gravatar_how_to.jpg" alt="gravatar how to How To Enable Gravatar On Your Wordpress Blog ?" width="301" height="77" title="How To Enable Gravatar On Your Wordpress Blog ?" />You have installed a new theme for your <strong>WordPress blog</strong> but there is no <a href="http://blinkky.com/2009/04/what-is-gravatar/" target="_blank"><strong>Gravatar</strong></a> available for that theme. Actually the solution is simple.</p>
<p>So, <strong>How To Enable Gravatar On Your WordPress Blog ?</strong> No plugin needed =)<br />
<span id="more-605"></span></p>
<p><strong>1.</strong> Open <strong>comment.php</strong> for your theme that you use for your blog.</p>
<p><strong>2. </strong>Copy the code below :</p>
<p><textarea cols="55" rows="2" name="textarea">&lt;?php if(function_exists(&#8216;get_avatar&#8217;)) { echo get_avatar($comment, &#8217;40&#8242;); } ?&gt;</textarea></p>
<p><strong>3. </strong>Paste the code in <strong>comment.php</strong>. You&#8217;ll find the suitable place to paste code. Take a look on the example :</p>
<p><a href="http://blinkky.com/images/paste_code_gravatar_example.jpg"><img class="alignnone" title="paste_code_gravatar_example.jpg" src="http://blinkky.com/images/paste_code_gravatar_example.jpg" alt="paste code gravatar example How To Enable Gravatar On Your Wordpress Blog ?" width="404" height="107" /></a></p>
<p style="text-align: left;"><em> Click on the image to view larger</em></p>
<p style="text-align: left;">
<p><strong>4.</strong> Save the <strong>comment.php</strong> file and you&#8217;re done! You can change the size of the gravatar. As you can see, I&#8217;m using 40 for the size of my gravatar. Good luck =)</p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/04/what-is-gravatar/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/gravatar3.JPG" alt="What is Gravatar?" />
								
				What is Gravatar?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_back_up_wordpress_1.jpg" alt="How To Backup And Restore Your WordPress Blog ?" />
								
				How To Backup And Restore Your WordPress Blog ?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/11/how-to-install-wordpress-on-your-pc/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_install_wordpress_pc_1.jpg" alt="How To Install WordPress On Your PC ?" />
								
				How To Install WordPress On Your PC ?</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/12/how-to-enable-gravatar-on-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>24</slash:comments>
		</item>
		<item>
		<title>How To Install WordPress On Your PC ?</title>
		<link>http://blinkky.com/2009/11/how-to-install-wordpress-on-your-pc/</link>
		<comments>http://blinkky.com/2009/11/how-to-install-wordpress-on-your-pc/#comments</comments>
		<pubDate>Thu, 19 Nov 2009 16:08:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[on]]></category>
		<category><![CDATA[pc]]></category>
		<category><![CDATA[to]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[your]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=590</guid>
		<description><![CDATA[This question always come in my mind before I started to blog a few months ago. How to install wordpress on my own pc ? Ok, I&#8217;ll show you step by step on how to do this. 1. You have to install WampServer on your computer. You can download it HERE. It&#8217;s just free =) [...]]]></description>
			<content:encoded><![CDATA[<p>This question always come in my mind before I started to blog a few months ago. <strong>How to install wordpress on my own pc ?</strong> Ok, I&#8217;ll show you step by step on how to do this.</p>
<p><strong>1.</strong> You have to install <a href="http://www.wampserver.com/en/" target="_blank"><strong>WampServer</strong></a> on your computer. You can download it <a href="http://www.wampserver.com/en/" target="_blank"><strong>HERE</strong></a>. It&#8217;s just free =)<br />
<span id="more-590"></span><br />
<strong>2.</strong> After all the installation is done, open the <a href="http://www.wampserver.com/en/" target="_blank"><strong>WampServer</strong></a> program. You&#8217;ll notice that there will be an icon on the bottom right side of the windows. Left click an click on <em><strong>www directory</strong></em>.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_1.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>3.</strong> A window will open. Create a new folder in it. For example &#8220;<strong>blog</strong>&#8220;. Upload all the wordpress files into &#8220;<strong>blog</strong>&#8221; folder. <em>You can use any name you want. But in this tutorial I use blog for my folder</em></p>
<p><strong>4</strong>. Now I assume that you&#8217;ve uploaded all wordpress files into &#8220;<strong>blog</strong>&#8221; folder. Left click on the icon again and click <em><strong>Localhost</strong></em>.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_2.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>5. </strong>Click on <em><strong>phpmyadmin</strong></em> under <strong>Your Aliases</strong> menu.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_3.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>6.</strong> Now, you have to create a new database for your blog. Fill in any word. For example, I use &#8220;<strong>blog</strong>&#8221; for my database. Hit on <em><strong>create</strong></em> button.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_4.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>7.</strong> You have to add user for your database. Click on <em><strong>Privileges</strong></em> tab and click on <em><strong>Add a new user</strong></em>.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_5.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_6.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>8.</strong> Fill in the form and hit <em><strong>Go</strong></em> button.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_7.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>9.</strong> Open the <strong>wp-config-sample.php</strong> in the &#8220;<strong>blog</strong>&#8221; folder and change the database name, user for your blog and the password. Save the file as <strong>wp-config.php</strong>.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_8.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>10. </strong>Left click on the icon again and click <em><strong>Localhost</strong></em>. Click on <em><strong>blog</strong></em> link under <strong>Your Projects </strong>menu.</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_2.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_9.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><strong>11. </strong>The hard part is over. Just fill on your blog title and your email. Hit <strong>Install WordPress</strong> button and you&#8217;re done !</p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_10.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p><img src="http://blinkky.com/images/how_to_install_wordpress_pc_11.jpg" alt="how to install wordpress on your pc" title="How To Install Wordpress On Your PC ?" /></p>
<p>That&#8217;s all. Enjoy =)</p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/04/how-to-add-contact-form-on-wordpress/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/contact%20me1.JPG" alt="How to add contact form on wordpress?" />
								
				How to add contact form on wordpress?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_back_up_wordpress_1.jpg" alt="How To Backup And Restore Your WordPress Blog ?" />
								
				How To Backup And Restore Your WordPress Blog ?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/04/how-to-create-favicon/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/favicon_blinkky.JPG" alt="How to Create Favicon ?" />
								
				How to Create Favicon ?</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/11/how-to-install-wordpress-on-your-pc/feed/</wfw:commentRss>
		<slash:comments>51</slash:comments>
		</item>
		<item>
		<title>Best Black And White Themes For WordPress</title>
		<link>http://blinkky.com/2009/06/best-black-and-white-themes-for-wordpress/</link>
		<comments>http://blinkky.com/2009/06/best-black-and-white-themes-for-wordpress/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 07:42:05 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Net]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[and]]></category>
		<category><![CDATA[black]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[theme]]></category>
		<category><![CDATA[white]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=426</guid>
		<description><![CDATA[I&#8217;ve found a lot of black and white themes for wodpress. Today, I&#8217;ll show the most best black and white theme that I found over the net. 1. Black And White From BlogOhBlog.com Link : BlogOhBlog.com 2. Black And White Theme From Zacklive.com Link : Zacklive.com 3. iPhone BW Link : Templatepanic.com 4. Neoclassical Theme [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve found a lot of black and white themes for wodpress. Today, I&#8217;ll show the most best black and white theme that I found over the net.</p>
<p><strong>1. Black And White From BlogOhBlog.com</strong></p>
<p><img src="http://blinkky.com/images/black_and_white_theme_for_wordpress_1.jpg" alt="black and white theme for wordpress" title="Best Black And White Themes For Wordpress" /></p>
<p>Link : <a href="http://www.blogohblog.com/wordpress-theme-black-and-white/" target="_blank"><strong>BlogOhBlog.com</strong></a></p>
<p><span id="more-426"></span><br />
<strong>2. Black And White Theme From Zacklive.com</strong></p>
<p><img src="http://blinkky.com/images/black_and_white_theme_for_wordpress_2.jpg" alt="black and white theme for wordpress" title="Best Black And White Themes For Wordpress" /></p>
<p>Link : <a href="http://zacklive.com/new-black-and-white-wordpress-theme/300/" target="_blank"><strong>Zacklive.com<br />
</strong></a></p>
<p><strong>3. iPhone BW</strong></p>
<p><img src="http://blinkky.com/images/black_and_white_theme_for_wordpress_3.jpg" alt="black and white theme for wordpress" title="Best Black And White Themes For Wordpress" /></p>
<p>Link : <a href="http://www.templatepanic.com/article/iphone-bw-wordpress-theme" target="_blank"><strong>Templatepanic.com<br />
</strong></a></p>
<p><strong>4. Neoclassical Theme</strong></p>
<p><img src="http://blinkky.com/images/black_and_white_theme_for_wordpress_4.jpg" alt="black and white theme for wordpress" title="Best Black And White Themes For Wordpress" /></p>
<p>Link : <a href="http://pearsonified.com/theme/neoclassical/" target="_blank"><strong>Pearsonified.com</strong></a></p>
<p><strong>5. Cutline Theme</strong></p>
<p><img src="http://blinkky.com/images/black_and_white_theme_for_wordpress_5.jpg" alt="black and white theme for wordpress" title="Best Black And White Themes For Wordpress" /></p>
<p>Link : <a href="http://cutline.tubetorial.com" target="_blank"><strong>Cutline.tubetorial.com</strong></a></p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/08/best-pink-themes-for-wordpress/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/best_pink_themes_wordpress_pinklove.jpg" alt="Best Pink Themes For WordPress" />
								
				Best Pink Themes For WordPress</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/04/online-wordpress-theme-generator/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/online_wordpress_theme_generator_1.jpg" alt="Online WordPress Theme Generator" />
								
				Online WordPress Theme Generator</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/05/change-your-firefox-theme-with-personas/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/personas_for_firefox_1.jpg" alt="Change Your Firefox Theme With Personas" />
								
				Change Your Firefox Theme With Personas</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/06/best-black-and-white-themes-for-wordpress/feed/</wfw:commentRss>
		<slash:comments>18</slash:comments>
		</item>
		<item>
		<title>How To Backup And Restore Your WordPress Blog ?</title>
		<link>http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/</link>
		<comments>http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/#comments</comments>
		<pubDate>Fri, 29 May 2009 15:55:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[restore]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=388</guid>
		<description><![CDATA[How often you backup your wordpress blog? For me, I always backup my wordpress database everytime I made a new post. Today, I&#8217;ll share on how to backup and restore back your wordpress blog. So, here&#8217;s step by step tutorial =) Backup Your WordPress Step 1 On the left side, there is &#8220;Tools&#8221; menu. Expend [...]]]></description>
			<content:encoded><![CDATA[<p>How often you backup your wordpress blog? For me, I always backup my wordpress database everytime I made a new post. Today, I&#8217;ll share on <strong>how to backup</strong> and <strong>restore</strong> back your <strong>wordpress blog</strong>. So, here&#8217;s step by step tutorial =)</p>
<p><strong>Backup Your WordPress</strong></p>
<p><strong><em>Step 1</em></strong></p>
<p>On the left side, there is &#8220;<strong>Tools</strong>&#8221; menu. Expend the box and click on the &#8220;<strong>Export</strong>&#8220;.<br />
<img src="http://blinkky.com/images/how_to_back_up_wordpress_1.jpg" alt="how to back up wordpress 1 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p><em><strong>Step 2</strong></em></p>
<p>Click on the &#8220;<strong>Download Export File</strong>&#8220;. A new Box will appear.<br />
<img src="http://blinkky.com/images/how_to_back_up_wordpress_2.jpg" alt="how to back up wordpress 2 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p>Hit ok and save your file. Now you have backup your WordPress blog.<br />
The file you&#8217;ve saved contains your posts, pages, comments, custom fields, categories, and tags. All the images in your blog are not save along the backup file.</p>
<p><img src="http://blinkky.com/images/how_to_back_up_wordpress_3.jpg" alt="how to back up wordpress 3 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p><span id="more-388"></span></p>
<p><strong>Restore Your WordPress</strong></p>
<p><em><strong>Step 1</strong></em><br />
Under the &#8220;<strong>Tools</strong>&#8221; menu on your left sidebar, click on the the &#8220;<strong>Import</strong>&#8220;.<br />
<img src="http://blinkky.com/images/how_to_back_up_wordpress_4.jpg" alt="how to back up wordpress 4 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p><em><strong>Step 2</strong></em><br />
Click on &#8220;<strong>WordPress</strong>&#8220;.<br />
<img src="http://blinkky.com/images/how_to_back_up_wordpress_5.jpg" alt="how to back up wordpress 5 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p><em><strong>Step 3</strong></em><br />
Browse the file that you have saved before and hit on &#8220;<strong>Upload file and import</strong>&#8221; button.<br />
<img src="http://blinkky.com/images/how_to_back_up_wordpress_6.jpg" alt="how to back up wordpress 6 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p><em><strong>Step 4</strong></em><br />
Click on &#8220;<strong>submit</strong>&#8221; button. Done =)<br />
<img src="http://blinkky.com/images/how_to_back_up_wordpress_7.jpg" alt="how to back up wordpress 7 How To Backup And Restore Your Wordpress Blog ?"  title="How To Backup And Restore Your Wordpress Blog ?" /></p>
<p>I hope this tutorial will help new bloggers out there. If anything missing here, please let me know =)</p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/11/how-to-install-wordpress-on-your-pc/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_install_wordpress_pc_1.jpg" alt="How To Install WordPress On Your PC ?" />
								
				How To Install WordPress On Your PC ?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/04/how-to-view-saved-password-in-firefox/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/view_password_firefox_password.jpg" alt="How To View Saved Password In Firefox" />
								
				How To View Saved Password In Firefox</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/04/how-to-use-proxy-in-firefox/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_use_proxy_firefox_4.JPG" alt="How To Use Proxy In Firefox" />
								
				How To Use Proxy In Firefox</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/feed/</wfw:commentRss>
		<slash:comments>13</slash:comments>
		</item>
		<item>
		<title>Creative Domain Names</title>
		<link>http://blinkky.com/2009/05/creative-domain-names/</link>
		<comments>http://blinkky.com/2009/05/creative-domain-names/#comments</comments>
		<pubDate>Sat, 23 May 2009 14:54:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Net]]></category>
		<category><![CDATA[Website]]></category>
		<category><![CDATA[creative]]></category>
		<category><![CDATA[domain]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=352</guid>
		<description><![CDATA[It&#8217;s really hard to find a good domain name nowadays. But you can be creative in choosing your own domain for your site. Here&#8217;s the creative domains: 1. Pho.to Pho.to is an online photo enhancement and presentation platform. You can have fun with your pictures at pho.to and share them for free. 2. Ma.tt Ma.tt [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s really hard to find a good domain name nowadays. But you can be creative in choosing your own domain for your site.</p>
<p>Here&#8217;s the creative domains:</p>
<p><strong>1. <a href="http://pho.to" target="_blank">Pho.to</a></strong><br />
<a href="http://pho.to" target="_blank">Pho.to</a> is an online photo enhancement and presentation platform. You can have fun with your pictures at pho.to and share them for free.<br />
<img src="http://blinkky.com/images/creative_domain_names_1.jpg" alt="creative domain names 1 Creative Domain Names"  title="Creative Domain Names" /></p>
<p><span id="more-352"></span></p>
<p><strong> 2. <a href="http://ma.tt" target="_blank">Ma.tt</a></strong><br />
<a href="http://ma.tt" target="_blank">Ma.tt</a> is a blog by Matthew Mullenweg. He is the founder of the most popular open-source blogging software, WordPress.<br />
<img src="http://blinkky.com/images/creative_domain_names_2.jpg" alt="creative domain names 2 Creative Domain Names"  title="Creative Domain Names" /></p>
<p><strong>3. </strong><a href="http://delicious.com" target="_blank"><strong>Del.icio.us</strong></a> (Delicious.com)<br />
I think everybody knows about this. Del.icio.us is a social bookmarking service. Now Del.icio.us is known as Delicious.com. If you type in <strong></strong><strong>Del.icio.us</strong> in your browser, you&#8217;ll be redirect to <a href="http://delicious.com" target="_blank">Delicious.com</a><br />
<img src="http://blinkky.com/images/creative_domain_names_3.jpg" alt="creative domain names 3 Creative Domain Names"  title="Creative Domain Names" /></p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/06/instant-domain-search-sites/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/instant_domain_search_sites_4.jpg" alt="Instant Domain Search Sites" />
								
				Instant Domain Search Sites</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/04/best-free-blogging-hosts/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/free_blog_platform_blogspot.JPG" alt="Best Free Blogging Hosts" />
								
				Best Free Blogging Hosts</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/06/my-alexa-rank-after-81-days-blogging/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/alexa_rank_blog_update.jpg" alt="My Alexa Rank After 81 Days Blogging" />
								
				My Alexa Rank After 81 Days Blogging</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/05/creative-domain-names/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Online WordPress Theme Generator</title>
		<link>http://blinkky.com/2009/04/online-wordpress-theme-generator/</link>
		<comments>http://blinkky.com/2009/04/online-wordpress-theme-generator/#comments</comments>
		<pubDate>Sun, 26 Apr 2009 15:38:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[The Net]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[generator]]></category>
		<category><![CDATA[online]]></category>
		<category><![CDATA[theme]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=232</guid>
		<description><![CDATA[Maybe some of you still didn&#8217;t find the right theme that suit for your wordpress blog. I&#8217;ve found a great site that can generate online wordpress theme for you. No html, php, or css skills required. It already has all the skills that you need. OK, here&#8217;s the site : Yvoschaap.com/wpthemegen Related Posts Online User [...]]]></description>
			<content:encoded><![CDATA[<p>Maybe some of you still didn&#8217;t find the right theme that suit for your wordpress blog. I&#8217;ve found a great site that can<strong> generate online wordpress theme</strong> for you. No html, php, or css skills required. It already has all the skills that you need. OK, here&#8217;s the site :</p>
<p><strong><a href="http://www.yvoschaap.com/wpthemegen/" target="_blank">Yvoschaap.com/wpthemegen</a></strong><br />
<img src="http://blinkky.com/images/online_wordpress_theme_generator_1.jpg" alt="null" title="Online Wordpress Theme Generator" /></p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/06/online-user-counter-for-your-blog/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/online_user_counter_widget_1.jpg" alt="Online User Counter For Your Blog" />
								
				Online User Counter For Your Blog</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/06/best-black-and-white-themes-for-wordpress/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/black_and_white_theme_for_wordpress_1.jpg" alt="Best Black And White Themes For WordPress" />
								
				Best Black And White Themes For WordPress</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/08/best-pink-themes-for-wordpress/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/best_pink_themes_wordpress_pinklove.jpg" alt="Best Pink Themes For WordPress" />
								
				Best Pink Themes For WordPress</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/04/online-wordpress-theme-generator/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>How to add contact form on wordpress?</title>
		<link>http://blinkky.com/2009/04/how-to-add-contact-form-on-wordpress/</link>
		<comments>http://blinkky.com/2009/04/how-to-add-contact-form-on-wordpress/#comments</comments>
		<pubDate>Sat, 11 Apr 2009 18:01:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[How to]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[contact]]></category>
		<category><![CDATA[form]]></category>
		<category><![CDATA[how]]></category>
		<category><![CDATA[to]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=80</guid>
		<description><![CDATA[This is just a simple question for advance wordpress users. But for newbie like me? I&#8217;ve to find answer for that.  So, How I can add contact form on wordpress? There were multiple way you can add a contact form on your blog. But, the easiest way is by using a plugin, WP-ContactForm . The [...]]]></description>
			<content:encoded><![CDATA[<p>This is just a simple question for advance wordpress users. But for newbie like me? I&#8217;ve to find answer for that.  So, How I can add contact form on wordpress? There were multiple way you can add a contact form on your blog. But, the easiest way is by using a plugin, <strong>WP-ContactForm </strong>.</p>
<p>The first thing you have to do is download the plugin <a href="http://wordpress.org/extend/plugins/wp-contactform/">here</a>.</p>
<p>Next, you have to install the plugin. Go to your wordpress admin panel&gt; plugins &gt; add new.</p>
<p><img src="http://blinkky.com/images/contact%20me1.JPG" alt="null" title="How to add contact form on wordpress?" /></p>
<p><span id="more-80"></span></p>
<p>Then, browse the plugin in your hard disk and hit the install now button.</p>
<p><img src="http://blinkky.com/images/contact%20me2.JPG" alt="null" title="How to add contact form on wordpress?" /></p>
<p>Now you have connect to your server using your ftp account.</p>
<p><img src="http://blinkky.com/images/contact%20me3.JPG" alt="null" title="How to add contact form on wordpress?" /></p>
<p>Click the proceed button and if everything going well, you&#8217;re almost done.</p>
<p>After installing the plugins into your server, you have to manage your form.</p>
<p>Go here :</p>
<p>http://www.your-domain.com/wp-admin/admin.php?page=wp-contactform/options-contactform.php</p>
<p>I think you know what to do next. Happy blogging everyone&#8230; =)</p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/11/how-to-install-wordpress-on-your-pc/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_install_wordpress_pc_1.jpg" alt="How To Install WordPress On Your PC ?" />
								
				How To Install WordPress On Your PC ?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_back_up_wordpress_1.jpg" alt="How To Backup And Restore Your WordPress Blog ?" />
								
				How To Backup And Restore Your WordPress Blog ?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/12/how-to-enable-gravatar-on-your-wordpress-blog/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/gravatar_how_to.jpg" alt="How To Enable Gravatar On Your WordPress Blog ?" />
								
				How To Enable Gravatar On Your WordPress Blog ?</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/04/how-to-add-contact-form-on-wordpress/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>WordPress categories disappear ?</title>
		<link>http://blinkky.com/2009/04/wordpress-categories-disappear/</link>
		<comments>http://blinkky.com/2009/04/wordpress-categories-disappear/#comments</comments>
		<pubDate>Sat, 04 Apr 2009 07:16:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[wordpress]]></category>
		<category><![CDATA[catogories]]></category>
		<category><![CDATA[disappear]]></category>

		<guid isPermaLink="false">http://blinkky.com/?p=25</guid>
		<description><![CDATA[This is a strange problem for me. Categories for the wordpress are missing. I tried to refresh the browser a few times but the categories are still not there. Try to take a look at it. click to view larger So, I google for some explanation hoping that someone can solve my problem. I found [...]]]></description>
			<content:encoded><![CDATA[<p>This is a strange problem for me. Categories for the wordpress are missing. I tried to refresh the browser a few times but the categories are still not there. Try to take a look at it.</p>
<p><a href="http://blinkky.com/images/no_categories.JPG"><img src="http://blinkky.com/images/no_categories.JPG" border="0" alt=" Wordpress categories disappear ?" width="80%" height="80%" title="Wordpress categories disappear ?" /></a></p>
<p style="text-align: center;"><em>click to view larger</em></p>
<p>So, I google for some explanation hoping that someone can solve my problem. I found a solution by <a href="http://blog.cumps.be/wordpress-26-upgrade-fix-missing-categories/">David Cumps</a> for this unusual problem. But still not work for me. So, what happened? I shut down my pc and have some sleep. I open my blog today and magically the categories appear again. Problem solve !! Actually the problem does not solve by itself, maybe there are some minor problem with the database and it need time to recover back. If you got something like this, just don&#8217;t panic. It will be ok soon.  =)</p>



<h4 class="meta">Related Posts</h4>

	
	
	
	<ol class="related-posts">
					
						
<li>
				<a href="http://blinkky.com/2009/05/how-to-backup-and-restore-your-wordpress-blog/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/how_to_back_up_wordpress_1.jpg" alt="How To Backup And Restore Your WordPress Blog ?" />
								
				How To Backup And Restore Your WordPress Blog ?</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/04/online-wordpress-theme-generator/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/online_wordpress_theme_generator_1.jpg" alt="Online WordPress Theme Generator" />
								
				Online WordPress Theme Generator</a>
</li>
				
					
						
<li>
				<a href="http://blinkky.com/2009/08/best-pink-themes-for-wordpress/" rel="bookmark">
									<img src="http://blinkky.com/images/thumbnails/best_pink_themes_wordpress_pinklove.jpg" alt="Best Pink Themes For WordPress" />
								
				Best Pink Themes For WordPress</a>
</li>
				
			</ol>
	<div class="clear">&nbsp;</div>
	

]]></content:encoded>
			<wfw:commentRss>http://blinkky.com/2009/04/wordpress-categories-disappear/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
