<?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>turker.out.println &#187; Meta</title>
	<atom:link href="http://www.turkerkeskinpala.net/blog/category/meta/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.turkerkeskinpala.net/blog</link>
	<description>My two cents on technology, life and anything else</description>
	<lastBuildDate>Tue, 25 Nov 2008 05:57:31 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Playing Around with the Site</title>
		<link>http://www.turkerkeskinpala.net/blog/2006/11/21/playing-around-with-the-site/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2006/11/21/playing-around-with-the-site/#comments</comments>
		<pubDate>Wed, 22 Nov 2006 04:27:59 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2006/11/21/playing-around-with-the-site/</guid>
		<description><![CDATA[<p>You may have noticed some unexpected entries in the RSS feed if you are subscribed to my blog&#8217;s feed. As you might have already noticed, I have been making changes in the structure of the blog. I have been trying&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You may have noticed some unexpected entries in the RSS feed if you are subscribed to my blog&#8217;s feed. As you might have already noticed, I have been making changes in the structure of the blog. I have been trying to turn the blog into more of a personal web site managed by Wordpress. I am feeling like the structure and design is complete and I am slowly filling in the content.</p>
</p>
<p><span class="ad_left"><!--adsense--></span>
<p>I started filling in the <a href="http://www.turkerkeskinpala.net/publications">Publications</a> page. I structured it so that posts that I categorize as &#8220;Publications&#8221; are shown on that page rather than the main blog page. I managed to do that but forgot about the RSS feed. For this reason, yesterday some publication posts appeared in the RSS feed. Tonight, I searched for a way to <a href="http://wordpress.org/support/topic/8101#post-473730" target="_blank">exclude a category from the RSS</a> and came across a solution in the <a href="http://wordpress.org/support/topic/8101#post-473730" target="_blank">Wordpress support pages</a>. If you ever need to exclude a category from the RSS feed of your Wordpress blog, you can add the following code into your wp-rss2.php file:</p>
<p><span id="more-298"></span></p>
<div class="wlWriterSmartContent" id="57F11A72-B0E5-49c7-9094-E3A15BD5B5E6:befb81bf-eb4b-4461-a15a-eeb0fa3369bc" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<pre style="background-color:#FFFFCE;">
<div><!--

Code highlighting produced by Actipro CodeHighlighter (freeware)

http://www.CodeHighlighter.com/

--><span style="color: #008080; ">1</span> <span style="color: #0000FF; ">if</span><span style="color: #000000; "> (</span><span style="color: #0000FF; ">empty</span><span style="color: #000000; ">(</span><span style="color: #800080; ">$wp</span><span style="color: #000000; ">)) {
</span><span style="color: #008080; ">2</span> <span style="color: #000000; ">   </span><span style="color: #800080; ">$cat</span><span style="color: #000000; "> </span><span style="color: #000000; ">=</span><span style="color: #000000; "> </span><span style="color: #000000; ">-</span><span style="color: #000000; ">11</span><span style="color: #000000; ">;
</span><span style="color: #008080; ">3</span> <span style="color: #000000; ">   </span><span style="color: #0000FF; ">require_once</span><span style="color: #000000; ">(</span><span style="color: #000000; ">'</span><span style="color: #000000; ">wp-config.php</span><span style="color: #000000; ">'</span><span style="color: #000000; ">);
</span><span style="color: #008080; ">4</span> <span style="color: #000000; ">   wp(</span><span style="color: #000000; ">'</span><span style="color: #000000; ">feed=rss2</span><span style="color: #000000; ">'</span><span style="color: #000000; ">);
</span><span style="color: #008080; ">5</span> <span style="color: #000000; ">}</span></div>
</pre>
</div>
<p>The only part of the code that I had to add was the $cat = -11  part since the other part of the code was already there. </p>
<p>I also noticed that even the publication posts were not appearing on the main blog page, they were appearing on the sidebar where I use get_archives tag of Wordpress. Turns out that tag does not have an argument to exclude a certain category. I used the following code to <a href="http://wordpress.org/support/topic/52819" target="_blank">exclude a category in sidebar</a> recent posts section:</p>
</p>
<div class="wlWriterSmartContent" id="57F11A72-B0E5-49c7-9094-E3A15BD5B5E7:23549b4f-2794-4f60-b192-6b97dded0e5d" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; float: none; padding-bottom: 0px; margin: 0px; padding-top: 0px">
<pre style="background-color:#FFFFCE;white-space:-moz-pre-wrap; white-space: -pre-wrap; white-space: -o-pre-wrap; white-space: pre-wrap; word-wrap: break-word;">
<div><!--

Code highlighting produced by Actipro CodeHighlighter (freeware)

http://www.CodeHighlighter.com/

--><span style="color: #008080; ">1</span> <span style="color: #000000; "></span><span style="color: #000000; "><?</span><span style="color: #000000; ">php </span><span style="color: #800080; ">$temp_query</span><span style="color: #000000; "> </span><span style="color: #000000; ">=</span><span style="color: #000000; "> </span><span style="color: #800080; ">$wp_query</span><span style="color: #000000; ">; query_posts(</span><span style="color: #000000; ">'</span><span style="color: #000000; ">showposts=9&#038;cat=-11</span><span style="color: #000000; ">'</span><span style="color: #000000; ">); </span><span style="color: #000000; ">?></span><span style="color: #000000; ">
</span><span style="color: #008080; ">2</span> <span style="color: #000000; "></span><span style="color: #000000; "><?</span><span style="color: #000000; ">php </span><span style="color: #0000FF; ">while</span><span style="color: #000000; "> (have_posts()) { the_post(); </span><span style="color: #000000; ">?></span><span style="color: #000000; ">
</span><span style="color: #008080; ">3</span> <span style="color: #000000; "></span><span style="color: #000000; "><</span><span style="color: #000000; ">li</span><span style="color: #000000; ">><</span><span style="color: #000000; ">a href</span><span style="color: #000000; ">=</span><span style="color: #000000; ">"</span><span style="color: #000000; "><?php the_permalink(); ?></span><span style="color: #000000; ">"</span><span style="color: #000000; "> rel</span><span style="color: #000000; ">=</span><span style="color: #000000; ">"</span><span style="color: #000000; ">bookmark</span><span style="color: #000000; ">"</span><span style="color: #000000; "> title</span><span style="color: #000000; ">=</span><span style="color: #000000; ">"</span><span style="color: #000000; ">Permanent Link to ?<?php the_title(); ?>?</span><span style="color: #000000; ">"</span><span style="color: #000000; ">><?</span><span style="color: #000000; ">php the_title(); </span><span style="color: #000000; ">?></</span><span style="color: #000000; ">a</span><span style="color: #000000; ">></</span><span style="color: #000000; ">li</span><span style="color: #000000; ">></span><span style="color: #000000; ">
</span><span style="color: #008080; ">4</span> <span style="color: #000000; "></span><span style="color: #000000; "><?</span><span style="color: #000000; ">php } </span><span style="color: #800080; ">$wp_query</span><span style="color: #000000; "> </span><span style="color: #000000; ">=</span><span style="color: #000000; "> </span><span style="color: #800080; ">$temp_query</span><span style="color: #000000; ">; </span><span style="color: #000000; ">?></span></div>
</pre>
</div>
<p> As I said, I changed the blog into a website and let Wordpress manage it with its blogging and static pages capabilities. I was hunting for a design which would make the site uniform and I guess I settled on <a href="http://www.opensourcetemplates.org/templates/view.cfm?nautica05" target="_blank">Nautica 05</a> template from <a href="http://studio7designs.com/" target="_blank">Studio7Designs</a> since there was a <a href="http://living.cebunetwork.com/" target="_blank">Wordpress theme</a> based on that template. At the moment, I like how the site looks and I will concentrate on the content rather than the looks. </p>
<p>An important modification that had to be done to use Wordpress as a content management system was to be able to show a home page other than the main blog page. For this purpose, first, I set the blog url to be the root of my domain and kept the wordpress installation on the separate directory from the options page. Then,  I found the <a href="http://www.ilfilosofo.com/blog/home-page-control" target="_blank">Filosofo Home-Page Control plugin</a> which enables setting any page to show as the home page. However, more important than that it let&#8217;s the user to set a virtual sub-directory for the blog entries. This way, I am able to separate static pages from the blog entries and I am able to keep my search engine rank since I can keep the same permalink structure. </p>
<p>Well, that is about it. Feel free to wander around the site as I am filling in more content.</p>
<p>Technorati Tags: <a href="http://technorati.com/tag/filosofo+home+page+control+plugin" rel="tag"><a href="http://technorati.com/tag/wordpress" rel="tag">wordpress</a>, <a href="http://technorati.com/tag/cms" rel="tag">cms</a>, <a href="http://technorati.com/tag/filosofo+home+page+control+plugin" rel="tag">filosofo home page control plugin</a>, <a href="http://technorati.com/tag/open+source+template" rel="tag">open source template</a>, <a href="http://technorati.com/tag/Studio7designs" rel="tag">Studio7designs</a>, <a href="http://technorati.com/tag/nautica+05" rel="tag">nautica 05</a></a></p>
<p>[tags] housekeeping, wordpress, design[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2006/11/21/playing-around-with-the-site/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Moving the Web Site</title>
		<link>http://www.turkerkeskinpala.net/blog/2006/11/03/moving-the-web-site/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2006/11/03/moving-the-web-site/#comments</comments>
		<pubDate>Fri, 03 Nov 2006 22:42:50 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2006/11/03/moving-the-web-site/</guid>
		<description><![CDATA[<p><strong>Update</strong>: Move is complete. It went pretty well. The blog should be functioning as I used to be now.</p>
<p>I am going to be moving the website within my host. For this reason, the blog may not be accessible starting sometime&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p><strong>Update</strong>: Move is complete. It went pretty well. The blog should be functioning as I used to be now.</p>
<p>I am going to be moving the website within my host. For this reason, the blog may not be accessible starting sometime tonight. I am hoping to be back up on Monday or Tuesday if all goes well. You won&#8217;t need to be changing anything when it comes back up. Wish me luck!</p>
<p>[tags]housekeeping [/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2006/11/03/moving-the-web-site/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog Theme Inconsistency</title>
		<link>http://www.turkerkeskinpala.net/blog/2006/10/16/blog-theme-inconsistency/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2006/10/16/blog-theme-inconsistency/#comments</comments>
		<pubDate>Tue, 17 Oct 2006 02:40:28 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2006/10/16/blog-theme-inconsistency/</guid>
		<description><![CDATA[<p>You may have noticed that there has been an inconsistency with the design of my blog. I know it is not very good to have constantly changing website design but I am experimenting with different templates at the moment. I&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>You may have noticed that there has been an inconsistency with the design of my blog. I know it is not very good to have constantly changing website design but I am experimenting with different templates at the moment. I thought I was very happy with the last design but I noticed today that it looked awful in IE. So, I changed to a more simplistic template. I like it but not completely satisfied with it. Nevertheless, since I do not have time to make changes and look for new themes, I will stick with this one for a while. Also, the Amazon links were creating problems in IE as well and I opted to take them off for a while.</p>
<p><!--adsense#embeddedhome-->
<p>My ultimate goal is to redesign the site and have a complete site with different sections and the blog. As soon as I am done with my area paper defense, I will start working on a design which will make my online presence more complete.</p>
<p>[tags]housekeeping[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2006/10/16/blog-theme-inconsistency/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Feed Problem</title>
		<link>http://www.turkerkeskinpala.net/blog/2006/10/06/feed-problem/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2006/10/06/feed-problem/#comments</comments>
		<pubDate>Fri, 06 Oct 2006 05:24:26 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2006/10/06/feed-problem/</guid>
		<description><![CDATA[<p>There is currently a problem with the Feedburner feed. I think I messed something up while playing with the <a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/" target="_blank">Feedburner plugin</a>. I didn&#8217;t have any problems with it before but I tried to disable it suspecting it was the reason&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>There is currently a problem with the Feedburner feed. I think I messed something up while playing with the <a href="http://orderedlist.com/wordpress-plugins/feedburner-plugin/" target="_blank">Feedburner plugin</a>. I didn&#8217;t have any problems with it before but I tried to disable it suspecting it was the reason that <a href="http://www.technorati.com" target="_blank">Technorati</a> was <a href="http://www.turkerkeskinpala.net/blog/2006/10/02/technorati-gets-smarter-blog-search-feeds/">not indexing my blog</a>. I hope my feed will be fixed soon.</p>
<p><b>EDIT</b>: It is fixed now.</p>
<p>
<div class="wlWriterSmartContent" id="0767317B-992E-4b12-91E0-4F059A8CECA8:a83687db-4b2a-484c-a5d8-90c89c4ee010" contenteditable="false" style="padding-right: 0px; display: inline; padding-left: 0px; padding-bottom: 0px; margin: 0px; padding-top: 0px">Technorati tags: <a href="http://technorati.com/tags/feedburner%20plugin" rel="tag">feedburner plugin</a>, <a href="http://technorati.com/tags/technorati" rel="tag">technorati</a></div>
</p>
<p>[tags] blog related, feedburner [/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2006/10/06/feed-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Database Problem</title>
		<link>http://www.turkerkeskinpala.net/blog/2006/05/03/database-problem/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2006/05/03/database-problem/#comments</comments>
		<pubDate>Wed, 03 May 2006 15:53:49 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2006/05/03/database-problem/</guid>
		<description><![CDATA[<p>Yesteday there was an unexpected problem with the database that this blog uses and access to the site was impossible. I gt to fix it late at night thanks to my database backup from last week or so. However, I&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Yesteday there was an unexpected problem with the database that this blog uses and access to the site was impossible. I gt to fix it late at night thanks to my database backup from last week or so. However, I still lost some recent comments. I apologize from people who got into the conversation here. Comments are valuable to me and I am sad they had to disappear. </p>
<p>As I had to fix stuff, I went ahead and upgraded <a href="http://www.wordpress.org">Wordpress</a> to the recent stable release and changed the theme. The theme may not be the ultimate you will see for some time but it gave me a chance to play with the <a href="http://automattic.com/code/widgets/">Sidebar Widgets plugin</a>. I will keep changing the theme or the K2 styles I use frequently. So, don&#8217;t be surprised to see different layouts in your visits. That is, if anyone is frequently stopping at the site <img src='http://www.turkerkeskinpala.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>[tags]maintanence, wordpress[/tags]</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2006/05/03/database-problem/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Design Change</title>
		<link>http://www.turkerkeskinpala.net/blog/2005/12/23/design-change/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2005/12/23/design-change/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 03:16:50 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2005/12/23/design-change/</guid>
		<description><![CDATA[<p>            I forgot to mention (you must have noticed though) that I changed my wordpress template to <a href="http://binarybonsai.com/k2/">K2.</a></p>
<p>This is a temporary change actually. I have more ideas about the site design. I wanted to have a more professional website besides my&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>            I forgot to mention (you must have noticed though) that I changed my wordpress template to <a href="http://binarybonsai.com/k2/">K2.</a></p>
<p>This is a temporary change actually. I have more ideas about the site design. I wanted to have a more professional website besides my blog which will feature my research projects, publications, etc. for some time now. I don&#8217;t think I will have the time to do that myself. I am on the look out for a website design that I could use. I honestly don&#8217;t know when this will happen though.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2005/12/23/design-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Host Change</title>
		<link>http://www.turkerkeskinpala.net/blog/2005/12/23/host-change/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2005/12/23/host-change/#comments</comments>
		<pubDate>Sat, 24 Dec 2005 02:57:10 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2005/12/23/host-change/</guid>
		<description><![CDATA[<p>            I have completed one year at <a href="http://www.globat.com">Globat</a> hosting and decided not to continue with them. I can&#8217;t say I was completely unhappy but I didn&#8217;t want to stay another year for a premium price.</p>
<p>I have now moved my domain and blog&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>            I have completed one year at <a href="http://www.globat.com">Globat</a> hosting and decided not to continue with them. I can&#8217;t say I was completely unhappy but I didn&#8217;t want to stay another year for a premium price.</p>
<p>I have now moved my domain and blog to <a href="http://www.dreamhost.com">Dreamhost</a>. I had signed up with them couple months back when there was a good deal and felt confident to move my domain there. The move was perfectly smooth and my blog was up and running in no time. So far, I am very happy with <a href="http://www.dreamhost.com/">Dreamhost</a>. Their panel is not the best looking but is usable and fast responding. I feel like the blog&#8217;s loading time is much faster now.</p>
<div style="text-align: right;"><tags>dreamhost, globat</tags></div>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2005/12/23/host-change/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SimpleTags</title>
		<link>http://www.turkerkeskinpala.net/blog/2005/10/13/simpletags/</link>
		<comments>http://www.turkerkeskinpala.net/blog/2005/10/13/simpletags/#comments</comments>
		<pubDate>Fri, 14 Oct 2005 01:02:46 +0000</pubDate>
		<dc:creator>Turker</dc:creator>
				<category><![CDATA[Meta]]></category>

		<guid isPermaLink="false">http://www.turkerkeskinpala.net/blog/2005/10/13/simpletags/</guid>
		<description><![CDATA[<p>I am usually tagging my posts using <a href="http://www.technorati.com/" target="_blank">Technorati</a> tags but it is not a process that requires some work when I have post quickly. I mean, I have to make a separate link for any tag I want to include.</p>
<p>I recently&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I am usually tagging my posts using <a href="http://www.technorati.com/" target="_blank">Technorati</a> tags but it is not a process that requires some work when I have post quickly. I mean, I have to make a separate link for any tag I want to include.</p>
<p>I recently discovered <a href="http://www.broobles.com/scripts/simpletags/" target="_blank">SimpleTags</a> which is a <a href="http://www.wordpress.com" target="_blank">WordPress</a> plugin for generating <a href="http://www.technorati.com/tags" target="_blank">Technorati Tags</a>. All I have to do is to enclose the words with <tags> tag and that&#8217;s it. </p>
<p><tags>technorati, tag</tags></p>
]]></content:encoded>
			<wfw:commentRss>http://www.turkerkeskinpala.net/blog/2005/10/13/simpletags/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
