<?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"
	>

<channel>
	<title>Minimalist Web Design</title>
	<atom:link href="http://www.webminimalist.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.webminimalist.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Mon, 07 Jul 2008 05:26:07 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Create Archives Page For Your Wordpress Blog</title>
		<link>http://www.webminimalist.com/create-archives-page-for-your-wordpress-blog.htm</link>
		<comments>http://www.webminimalist.com/create-archives-page-for-your-wordpress-blog.htm#comments</comments>
		<pubDate>Mon, 07 Jul 2008 02:10:58 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Wordpress Tutorial]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=20</guid>
		<description><![CDATA[1. Open your current Wordpress theme, duplicate the page.php and rename it to archives.php.
2. Add this lines to the very top of code in archives.php:
&#60;?php
/*
Template Name: Archives
*/
?&#62;
3. Edit the &#60;?php the_content(&#8221;); ?&#62; to &#60;?php wp_get_archives(&#8217;arguments&#8217;); ?&#62; (if you want other format, please read this).
Remove other unnecessary code to meet with what you need.
4. Publish a New [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. </strong>Open your current Wordpress theme, duplicate the page.php and rename it to archives.php.</p>
<p><strong>2. </strong>Add this lines to the very top of code in archives.php:</p>
<pre>&lt;?php
/*
Template Name: Archives
*/
?&gt;</pre>
<p><strong>3. </strong>Edit the <code><span style="color: #0000ff;">&lt;?php the_content(&#8221;); ?&gt;</span> </code>t<code>o <span style="color: #0000ff;">&lt;?php wp_get_archives(&#8217;arguments&#8217;); ?&gt;</span> (if you want other format, please <a href="http://codex.wordpress.org/Template_Tags/wp_get_archives">read this</a>).</code></p>
<p>Remove other unnecessary code to meet with what you need.</p>
<p><strong>4. </strong>Publish a New Page, call it Archives. Change the Page Template from Default Template to Archives.</p>
<p>There are many tutorials about creating Archives Page. I just want to make it simpler and flexible. If you can understand the point here, you can make your Archives Page in any format. You also can create as many as pages you want, not only Archives Page.</p>
<p>I prefer to combine my archives page with <a title="Visit plugin homepage" href="http://www.viper007bond.com/wordpress-plugins/clean-archives-reloaded/">Clean Archives Reloaded</a> plugin.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/create-archives-page-for-your-wordpress-blog.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Minimalist Vintage Wordpress Theme</title>
		<link>http://www.webminimalist.com/minimalist-vintage-wordpress-theme.htm</link>
		<comments>http://www.webminimalist.com/minimalist-vintage-wordpress-theme.htm#comments</comments>
		<pubDate>Thu, 03 Jul 2008 13:48:13 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Wordpress Themes]]></category>

		<category><![CDATA[minimalist wordpress theme]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=19</guid>
		<description><![CDATA[Minimalist Vintage Wordpress Theme, was created based on original theme for WebMinimalist.com. You can choose to make a site with Static Page on the home page (like this site), or make regular blog as your home page.
For default, installing this theme will create regular blog in the home page.
How To Create A Site With STATIC [...]]]></description>
			<content:encoded><![CDATA[<p>Minimalist Vintage Wordpress Theme, was created based on original theme for WebMinimalist.com. You can choose to make a site with Static Page on the home page (like this site), or make regular blog as your home page.</p>
<p>For default, installing this theme will create regular blog in the home page.</p>
<p><span style="text-decoration: underline;"><strong>How To Create A Site With STATIC PAGE on the Home Page</strong></span></p>
<ol>
<li>Published a page, name it <strong>Home</strong>, and choose <strong>Homepage</strong> as the Page Template.</li>
<li>Published another page, name it <strong>Blog</strong>, and choose <strong>Blog</strong> as the Page Template.</li>
<li>In the Setting - Reading, change the <strong>Front page displays</strong> to <strong>A static page (select below):</strong></li>
</ol>
<ul>
<li>Front page: Home</li>
<li>Posts page: Blog</li>
</ul>
<p><em>Preview of static page in the home page:</em></p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/general/minimalist-vintage.jpg"><img class="ngg-singlepic" src="http://www.webminimalist.com/wp-content/gallery/general/minimalist-vintage.jpg" alt="minimalist-vintage.jpg" /></a></p>
<p><em>Screenshot below is preview of blog:</em><span id="more-19"></span></p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/general/minimalist-vintage-blog.jpg"><img class="ngg-singlepic" src="http://www.webminimalist.com/wp-content/gallery/general/minimalist-vintage-blog.jpg" alt="minimalist-vintage-blog.jpg" /></a></p>
<p>View <a href="http://demo.webminimalist.com/index.php?wptheme=Minimalist+Vintage">live demo</a> for Minimalist Vintage Wordpress Theme.</p>
<p>Download this theme for free: <a href="http://www.webminimalist.com/wp-content/plugins/download-monitor/download.php?id=1" title="Downloaded 428 times" >Minimalist Vintage Wordpress Theme (428)</a></p>
<p><strong><em>Update July 7, 2008:</em></strong></p>
<p>To make the sidebar on the right side, open the style.css from the Theme Editor, find this code and change it to:<br />
<code><br />
.content { width: 460px; <span style="color: #ff0000;">float: left; </span>background: #fff; margin: 0 0 10px 0; }</code><br />
<code><br />
.sidebar { font: 10px 'LucidaGrande', 'Lucida Grande', 'Lucida Sans Unicode', sans-serif; width: 170px; margin: 0 0 10px 0; padding: 0; text-align: center; <span style="color: #ff0000;">float: right;</span> }</code></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/minimalist-vintage-wordpress-theme.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Getting Indexed In Yahoo</title>
		<link>http://www.webminimalist.com/getting-indexed-in-yahoo.htm</link>
		<comments>http://www.webminimalist.com/getting-indexed-in-yahoo.htm#comments</comments>
		<pubDate>Sun, 29 Jun 2008 14:33:31 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Web's Diary]]></category>

		<category><![CDATA[yahoo]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=18</guid>
		<description><![CDATA[Screenshot today:


First page indexed by Yahoo:

Following the instruction from Google XML Sitemaps Plugin:

 Create YAHOO Application ID to notify YAHOO about updates of this site.
 Create robots.txt file in blog root which contains the sitemap location.

]]></description>
			<content:encoded><![CDATA[<p>Screenshot today:</p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/general/google-29jun08.jpg"><img class="ngg-singlepic" src="http://www.webminimalist.com/wp-content/gallery/general/google-29jun08.jpg" alt="google-29jun08.jpg" width="400" /></a><br />
<span id="more-18"></span></p>
<p>First page indexed by Yahoo:</p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/general/yahoo-29jun08.jpg"><img class="ngg-singlepic" src="http://www.webminimalist.com/wp-content/gallery/general/yahoo-29jun08.jpg" alt="yahoo-29jun08.jpg" width="400" /></a></p>
<p>Following the instruction from <a href="http://www.webminimalist.com/adding-sitemap-to-google-webmaster-tools.htm">Google XML Sitemaps Plugin</a>:</p>
<ul>
<li> Create <a href="https://developer.yahoo.com/">YAHOO Application ID</a> to notify YAHOO about updates of this site.</li>
<li> Create robots.txt file in blog root which contains the sitemap location.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/getting-indexed-in-yahoo.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Adding Sitemap To Google Webmaster Tools</title>
		<link>http://www.webminimalist.com/adding-sitemap-to-google-webmaster-tools.htm</link>
		<comments>http://www.webminimalist.com/adding-sitemap-to-google-webmaster-tools.htm#comments</comments>
		<pubDate>Sat, 28 Jun 2008 01:45:56 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Web's Diary]]></category>

		<category><![CDATA[sitemap]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=17</guid>
		<description><![CDATA[Installing Google XML Sitemaps to this site, and submit the sitemap to Google Webmaster Tools.
Today, only 1 page indexed in Google:

]]></description>
			<content:encoded><![CDATA[<p>Installing <a title="Visit plugin homepage" href="http://www.arnebrachhold.de/redir/sitemap-home/">Google XML Sitemaps</a> to this site, and submit the sitemap to <a href="http://www.google.com/webmasters">Google Webmaster Tools</a>.</p>
<p>Today, only 1 page indexed in Google:</p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/general/indexed-by-google.jpg"><img class="ngg-singlepic ngg-left" src="http://www.webminimalist.com/wp-content/gallery/general/indexed-by-google.jpg" alt="indexed-by-google.jpg" width="400" height="128" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/adding-sitemap-to-google-webmaster-tools.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Got Indexed In Less Than 3 Days</title>
		<link>http://www.webminimalist.com/got-indexed-in-less-than-3-days.htm</link>
		<comments>http://www.webminimalist.com/got-indexed-in-less-than-3-days.htm#comments</comments>
		<pubDate>Fri, 27 Jun 2008 11:49:04 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Web's Diary]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=16</guid>
		<description><![CDATA[Jun 24 - Buy a new domain.
Jun 25, 2008 at 06:51 - Installing Wordpress on this domain.
Jun 25, 2008 at 17:23 - Installing new theme.
Jun 25, 2008 at 16:57 - Installing Platinum SEO Pack.
Jun 26, 2008 at 21:22 - Installing NextGEN Gallery Plugin.
Jun 26, 2008 at 09.00 - Create link back from my personal site.
PS: [...]]]></description>
			<content:encoded><![CDATA[<p>Jun 24 - Buy a <a href="http://www.webminimalist.com">new domain</a>.</p>
<p>Jun 25, 2008 at 06:51 - Installing Wordpress on this domain.</p>
<p>Jun 25, 2008 at 17:23 - Installing <a href="http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm">new theme</a>.</p>
<p>Jun 25, 2008 at 16:57 - Installing <a href="http://techblissonline.com/platinum-seo-pack/">Platinum SEO Pack</a>.</p>
<p>Jun 26, 2008 at 21:22 - Installing <a href="http://alexrabe.boelinger.com/?page_id=80">NextGEN Gallery Plugin</a>.</p>
<p>Jun 26, 2008 at 09.00 - Create link back from <a href="http://www.effiharyanti.com/">my personal site</a>.</p>
<p><em>PS:</em> I do not submit this domain to Google or Yahoo or other search engine/directory until today, and I don&#8217;t plan to. Wordpress already has this facility when installing Wordpress for the first time. When I typed <em>site:webminimalist.com</em> on Google search yesterday (June 26 at 18:00&#8230;), <a href="http://www.webminimalist.com/old-permalink-redirect-to-the-new-one.htm">my pages already indexed</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/got-indexed-in-less-than-3-days.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Old Permalink Redirect To The New One</title>
		<link>http://www.webminimalist.com/old-permalink-redirect-to-the-new-one.htm</link>
		<comments>http://www.webminimalist.com/old-permalink-redirect-to-the-new-one.htm#comments</comments>
		<pubDate>Fri, 27 Jun 2008 11:14:31 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Web's Diary]]></category>

		<category><![CDATA[permalink redirect]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=15</guid>
		<description><![CDATA[About six hours ago, I changed permalink after a post has been published on June 25th, 2008 at 5:23 pm) and indexed by Google. Permalink changed from http://www.webminimalist.com/new-born.htm to http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm.
Below is screenshot of pages indexed by Google today:

When I checked it on Google search, the permalink is still the old one. And when I clicked [...]]]></description>
			<content:encoded><![CDATA[<p>About six hours ago, I changed permalink after a post has been published on June 25th, 2008 at 5:23 pm) and indexed by Google. Permalink changed from <a href="http://www.webminimalist.com/new-born.htm"><strong>http://www.webminimalist.com/new-born.htm</strong></a> to <a href="http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm"><strong>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm</strong></a>.</p>
<p>Below is screenshot of pages indexed by Google today:</p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/general/change-permalink.jpg"><img class="ngg-singlepic" src="http://www.webminimalist.com/wp-content/gallery/general/change-permalink.jpg" alt="change-permalink.jpg" width="400" height="325" /></a></p>
<p>When I checked it on Google search, the permalink is still the old one. And when I clicked on the old permalink, <a href="http://weblogtoolscollection.com/archives/2008/06/21/wordpress-did-you-know/">it is redirect to the new one</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/old-permalink-redirect-to-the-new-one.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Using Fonts In Minimalist Web Design</title>
		<link>http://www.webminimalist.com/using-fonts-in-minimalist-web-design.htm</link>
		<comments>http://www.webminimalist.com/using-fonts-in-minimalist-web-design.htm#comments</comments>
		<pubDate>Fri, 27 Jun 2008 05:47:24 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=14</guid>
		<description><![CDATA[Minimalist web design should use fonts that screen friendly and web safe fonts. Web safe fonts are fonts that are common along all version of Windows, Mac, Linux, etc. I recommend you to use 2 or 3 different type of fonts, for the title, content, and navigation.
Font-family property is a prioritized list of font names. [...]]]></description>
			<content:encoded><![CDATA[<p>Minimalist web design should use fonts that screen friendly and web safe fonts. Web safe fonts are fonts that are common along all version of Windows, Mac, Linux, etc. I recommend you to use 2 or 3 different type of fonts, for the title, content, and navigation.</p>
<p>Font-family property is a prioritized list of font names. Here are the list of font-family. I use this to help me designing website.<span id="more-14"></span></p>
<p><span style="font-family: Arial;">Arial</span>, <span style="font-family: Helvetica;">Helvetica</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'Times New Roman';">&#8216;Times New Roman&#8217;</span>, <span style="font-family: Times;">Times</span>, <span style="font-family: serif;">serif</span><br />
<span style="font-family: 'Courier New';">&#8216;Courier New&#8217;</span>, <span style="font-family: Courier;">Courier</span>, <span style="font-family: monospace;">monospace</span><br />
<span style="font-family: Georgia;">Georgia</span>, <span style="font-family: 'Times New Roman';">&#8216;Times New Roman&#8217;</span>, <span style="font-family: Times;">Times</span>, <span style="font-family: serif;">serif</span><br />
<span style="font-family: Verdana;">Verdana</span>, <span style="font-family: Arial;">Arial</span>, <span style="font-family: Helvetica;">Helvetica</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: Geneva;">Geneva</span>, <span style="font-family: Arial;">Arial</span>, <span style="font-family: Helvetica;">Helvetica</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'Arial Black';">&#8216;Arial Black&#8217;</span>, <span style="font-family: Gadget;">Gadget</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'Bookman Old Style';">&#8216;Bookman Old Style&#8217;</span>, <span style="font-family: serif;">serif</span><br />
<span style="font-family: 'Comic Sans MS';">&#8216;Comic Sans MS&#8217;</span>, <span style="font-family: cursive;">cursive </span><br />
<span style="font-family: Courier;">Courier</span>, <span style="font-family: monospace;">monospace</span><br />
<span style="font-family: Garamond;">Garamond</span>, <span style="font-family: serif;">serif</span><br />
<span style="font-family: Impact;">Impact</span>, <span style="font-family: Charcoal;">Charcoal</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'Lucida Console';">&#8216;Lucida Console&#8217;</span>, <span style="font-family: Monaco;">Monaco</span>, <span style="font-family: monospace;">monospace</span><br />
<span style="font-family: 'Lucida Sans Unicode';">&#8216;Lucida Sans Unicode&#8217;</span>, <span style="font-family: 'Lucida Grande';">&#8216;Lucida Grande&#8217;</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'MS Sans Serif';">&#8216;MS Sans Serif&#8217;</span>, <span style="font-family: Geneva;">Geneva</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'MS Serif';">&#8216;MS Serif&#8217;</span>, <span style="font-family: 'New York';">&#8216;New York&#8217;</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'Palatino Linotype';">&#8216;Palatino Linotype&#8217;</span>, <span style="font-family: 'Book Antiqua';">&#8216;Book Antiqua&#8217;</span>, <span style="font-family: Palatino;">Palatino</span>, <span style="font-family: serif;">serif</span><br />
<span style="font-family: Symbol;">Symbol</span>, <span style="font-family: sans-serif;"> sans-serif </span><br />
<span style="font-family: Tahoma;">Tahoma</span>, <span style="font-family: Geneva;">Geneva</span>, <span style="font-family: sans-serif;">sans-serif</span><br />
<span style="font-family: 'Trebuchet MS';">&#8216;Trebuchet MS&#8217;</span>, <span style="font-family: Helvetica;">Helvetica</span>, <span style="font-family: sans-serif;">sans-serif</span></p>
<p>I also add screenshots of how they look in different web browser:</p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/fontfamily/preview-ie-windows.jpg"><img class="ngg-singlepic ngg-left" src="http://www.webminimalist.com/wp-content/gallery/fontfamily/preview-ie-windows.jpg" alt="preview-ie-windows.jpg" /></a></p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/fontfamily/preview-firefox-windows.jpg"><img class="ngg-singlepic ngg-left" src="http://www.webminimalist.com/wp-content/gallery/fontfamily/preview-firefox-windows.jpg" alt="preview-firefox-windows.jpg" /></a></p>
<p><a class="thickbox" href="http://www.webminimalist.com/wp-content/gallery/fontfamily/preview-firefox-mac.jpg"><img class="ngg-singlepic ngg-left" src="http://www.webminimalist.com/wp-content/gallery/fontfamily/preview-firefox-mac.jpg" alt="preview-firefox-mac.jpg" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/using-fonts-in-minimalist-web-design.htm/feed</wfw:commentRss>
		</item>
		<item>
		<title>Static Page And A Wordpress Blog</title>
		<link>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm</link>
		<comments>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm#comments</comments>
		<pubDate>Thu, 26 Jun 2008 00:23:37 +0000</pubDate>
		<dc:creator>Effi</dc:creator>
		
		<category><![CDATA[Wordpress Tutorial]]></category>

		<guid isPermaLink="false">http://www.webminimalist.com/?p=11</guid>
		<description><![CDATA[This theme is designed based on a iWeb template on my Macbook. And I love it more when it is integrated with Wordpress, make my jobs so much simpler.
The main idea is: make a website with static page on the home page, and set up a blog that has link to the home page, with [...]]]></description>
			<content:encoded><![CDATA[<p>This theme is designed based on a iWeb template on my Macbook. And I love it more when it is integrated with Wordpress, make my jobs so much simpler.</p>
<p>The main idea is: make a website with static page on the home page, and set up a blog that has link to the home page, with only single installation of Wordpress in the root folder/directory.</p>
<p>I duplicate the Page Template / page.php and rename it <em>homepage.php </em> (or <em>home.php</em>, or <em>intro</em>.php, it&#8217;s up to you).  Add this code to the top line:</p>
<pre>&lt;?php
/*
Template Name: Homepage
*/
?&gt;
</pre>
<p>Then I published a page, name it Home, and choose <em>Homepage</em> as the Page Template.<span id="more-11"></span></p>
<p>I also duplicate the <em>index.php</em>, and rename it to <em>blog.php</em>. Then I publised another page called Blog, and choose <em>Blog</em> as the Page Template.</p>
<div class="threadpost col-7">
<div class="post">
<p>In the Setting - Reading, change the <strong>Front page displays</strong> to <strong>A static page (select below):</strong></p>
<ul>
<li>Front page: Home</li>
<li>Posts page: Blog</li>
</ul>
</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.webminimalist.com/static-page-and-a-wordpress-blog.htm/feed</wfw:commentRss>
		</item>
	</channel>
</rss>
