<?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:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Dimitar Panayotov shares experience</title>
	<atom:link href="http://pdimitar.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://pdimitar.wordpress.com</link>
	<description>Everything which eases programmer's life and satisfies the clients</description>
	<pubDate>Thu, 05 Apr 2007 12:06:04 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
	<language>en</language>
			<item>
		<title>Moving to own domain</title>
		<link>http://pdimitar.wordpress.com/2007/04/05/moving-to-own-domain/</link>
		<comments>http://pdimitar.wordpress.com/2007/04/05/moving-to-own-domain/#comments</comments>
		<pubDate>Thu, 05 Apr 2007 12:06:04 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2007/04/05/moving-to-own-domain/</guid>
		<description><![CDATA[Hello to all,
I have finally bought my own domain and I set up blog there (and copied posts from here).
Here it is:
http://blog.pdimitar.net/tech/
       ]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2007/04/05/moving-to-own-domain/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: Automatic &#8220;move away mouse cursor&#8221; when it obscures what you type</title>
		<link>http://pdimitar.wordpress.com/2006/12/11/gnu-emacs-automatic-move-away-mouse-cursor-when-it-obscures-what-you-type/</link>
		<comments>http://pdimitar.wordpress.com/2006/12/11/gnu-emacs-automatic-move-away-mouse-cursor-when-it-obscures-what-you-type/#comments</comments>
		<pubDate>Mon, 11 Dec 2006 08:44:59 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[emacs]]></category>

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/12/11/gnu-emacs-automatic-move-away-mouse-cursor-when-it-obscures-what-you-type/</guid>
		<description><![CDATA[Hello,
I recently discovered how to make Emacs move mouse cursor from your typing point so that it will not make your text obscure. I tried it and it works. Imagine how you use the mouse to position the point (it is quicker sometimes) and then you start to type, and the mouse just stands on [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/12/11/gnu-emacs-automatic-move-away-mouse-cursor-when-it-obscures-what-you-type/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: Use TTF font even if it is looks like not installed</title>
		<link>http://pdimitar.wordpress.com/2006/11/30/gnu-emacs-use-ttf-font-even-if-it-is-looks-like-not-installed/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/30/gnu-emacs-use-ttf-font-even-if-it-is-looks-like-not-installed/#comments</comments>
		<pubDate>Thu, 30 Nov 2006 12:48:16 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[debian]]></category>

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

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

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/30/gnu-emacs-use-ttf-font-even-if-it-is-looks-like-not-installed/</guid>
		<description><![CDATA[Since I switched to KDE 3.5.5 (on Debian 4.0, othewise known as &#8220;Etch&#8221;), I have been trying to use DejaVu Sans Mono font in Emacs &#8212; it is a TTF font, it is beautiful, and supports many more encodings than everyday monospace fonts around.
Just for your information, If you want to install those fonts on [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/30/gnu-emacs-use-ttf-font-even-if-it-is-looks-like-not-installed/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: Avoid huge indentations in Java</title>
		<link>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-avoid-huge-indentations-in-java/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-avoid-huge-indentations-in-java/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 12:41:10 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[emacs]]></category>

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-avoid-huge-indentations-in-java/</guid>
		<description><![CDATA[Ever going crazy of default indenting of Java sources by Emacs? What about code like this?

Much better, right? Here I use two things:

 No tabs &#8212; see No tabs article.
I use custom c-mode-hook.

The custom hook should reside in your &#8220;.emacs&#8221; file like that:
(defun my-c-mode-hook ()
  (c-set-offset 'substatement-open 2)
  (setq c-basic-offset 2))

It is &#8220;plugged&#8221; [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-avoid-huge-indentations-in-java/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>

		<media:content url="http://pdimitar.files.wordpress.com/2006/11/emacs-scrshot-javacusthook.png" medium="image">
			<media:title type="html">Emacs screenshot showing custom tabulation hook in action</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: Do not use tab character, use spaces!</title>
		<link>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-do-not-use-tab-character-use-spaces/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-do-not-use-tab-character-use-spaces/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 12:25:29 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[emacs]]></category>

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-do-not-use-tab-character-use-spaces/</guid>
		<description><![CDATA[Put this in your &#8220;.emacs&#8221; file:

(setq-default indent-tabs-mode nil)

If you want this setting to be per-file, use Emacs file-local variables like below. Remember: file-local Emacs variables  MUST be in a comment section. It varies from language to language, you know.

-*- indent-tabs-mode: nil -*-
-*- indent-tabs-mode: t -*-

The first means &#8220;only spaces, please&#8221;, and the second &#8212; [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-do-not-use-tab-character-use-spaces/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: Universal way to put text in clipboard</title>
		<link>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-universal-way-to-put-text-in-clipboard/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-universal-way-to-put-text-in-clipboard/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 12:04:31 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[emacs]]></category>

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

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-universal-way-to-put-text-in-clipboard/</guid>
		<description><![CDATA[Many time I have been using copy-region-as-kill Emacs function (with shortcut keys, of course) on Windows XP without a problem. However, I recently switched to Debian 4.0 + KDE 3.5.5, only to discover that it does not work!
I was sure that the KDE was blocking something and I was right: it has an option in [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-universal-way-to-put-text-in-clipboard/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: nXML mode and code pages</title>
		<link>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-nxml-mode-and-code-pages/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-nxml-mode-and-code-pages/#comments</comments>
		<pubDate>Wed, 29 Nov 2006 11:31:33 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[emacs]]></category>

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-nxml-mode-and-code-pages/</guid>
		<description><![CDATA[I have noticed some time ago, that nXML mode has problems with encoding names specified in the mandatory XML prolog, namely this one:

&#60;?xml version = &#8216;1.0&#8216; encoding = &#8216;utf-8&#8216;?&#62;

And so, when one types windows-1251 (or opens XML file whose prolog is such), nXML puts this message in the status bar:

Unsupported encoding

Even worse, it refuses to [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/29/gnu-emacs-nxml-mode-and-code-pages/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>GNU Emacs: Transient mark mode (active selection)</title>
		<link>http://pdimitar.wordpress.com/2006/11/24/gnu-emacs-showing-currently-selected-region/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/24/gnu-emacs-showing-currently-selected-region/#comments</comments>
		<pubDate>Fri, 24 Nov 2006 08:16:52 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[emacs]]></category>

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/24/gnu-emacs-showing-currently-selected-region/</guid>
		<description><![CDATA[Many developers use GNU Emacs, but they are often annoyed when they press C-SPC (Ctrl + Space) to start selecting a region and then when they go somewhere else in the file, they execute some command on the thing which should be the currently selected region. And also often it turns out the result is [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/24/gnu-emacs-showing-currently-selected-region/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>Apache Tomcat 6: Web status management</title>
		<link>http://pdimitar.wordpress.com/2006/11/20/tomcat-6-web-status-management/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/20/tomcat-6-web-status-management/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 12:20:50 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[apache]]></category>

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

		<guid isPermaLink="false">http://pdimitar.wordpress.com/2006/11/20/tomcat-6-web-status-management/</guid>
		<description><![CDATA[Tomcat 6 does not come with ready-made security configuration (as Oracle AS and others do). In order you to be able to view online status of the server, you should go to this file:
${CATALINA_HOME}/conf/tomcat-users.xml
And put this XML snippet in its root context:
 &#60;role rolename=&#8221;manager&#8221;/&#62;
&#60;user username=&#8221;USER&#8221; password=&#8221;PASSWORD&#8221; roles=&#8221;manager&#8221;/&#62;
Of course, you should replace USER / PASSWORD with [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/20/tomcat-6-web-status-management/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
		<item>
		<title>The first time</title>
		<link>http://pdimitar.wordpress.com/2006/11/20/first-time/</link>
		<comments>http://pdimitar.wordpress.com/2006/11/20/first-time/#comments</comments>
		<pubDate>Mon, 20 Nov 2006 08:05:59 +0000</pubDate>
		<dc:creator>Dimitar Panayotov</dc:creator>
		
		<category><![CDATA[cv]]></category>

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

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Hello to all, I finally started blogging. I have so much experiences to share, but it is highly unlikely to share the things which get me my money though  
For my CV, visit my free hosted CV.
Very soon I will start writing here, and asking for comments.
See you!
       [...]]]></description>
		<wfw:commentRss>http://pdimitar.wordpress.com/2006/11/20/first-time/feed/</wfw:commentRss>
	
		<media:content url="http://a.wordpress.com/avatar/pdimitar-128.jpg" medium="image">
			<media:title type="html">pdimitar</media:title>
		</media:content>
	</item>
	</channel>
</rss>