<?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>HagelBlog</title>
	<atom:link href="http://www.hagelnx.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hagelnx.com</link>
	<description>An American in Bulgaria</description>
	<lastBuildDate>Sun, 07 Mar 2010 12:37:39 +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>Special day</title>
		<link>http://www.hagelnx.com/bulg/burgas-bulg/792#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=special-day</link>
		<comments>http://www.hagelnx.com/bulg/burgas-bulg/792#comments</comments>
		<pubDate>Sun, 07 Mar 2010 12:37:39 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Burgas]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/bulg/burgas-bulg/792</guid>
		<description><![CDATA[Chestita razhden den, Zlatina, Happy birthday!

 ]]></description>
			<content:encoded><![CDATA[<p>Chestita razhden den, Zlatina, Happy birthday!</p>
<p><a href="http://www.hagelnx.com/wordpress/wp-content/uploads/2010/03/p_1600_1200_276C3EAC-28A3-4CD7-9D4F-5D82502D5172.jpeg"><img src="http://www.hagelnx.com/wordpress/wp-content/uploads/2010/03/p_1600_1200_276C3EAC-28A3-4CD7-9D4F-5D82502D5172.jpeg" alt="" class="alignnone size-full" /></a></p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2Fburgas-bulg%2F792&amp;linkname=Special%20day" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2Fburgas-bulg%2F792&amp;linkname=Special%20day"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/bulg/burgas-bulg/792/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>gettext &#8211; .po vs .pot</title>
		<link>http://www.hagelnx.com/prog/782#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=gettext-po-vs-pot</link>
		<comments>http://www.hagelnx.com/prog/782#comments</comments>
		<pubDate>Tue, 02 Feb 2010 09:57:08 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=782</guid>
		<description><![CDATA[What is the difference between a .po and .pot file?
Here&#8217;s a quote from the GNU gettext utilities page:
After preparing the sources, the programmer creates a PO template file. This section explains how to use xgettext for this purpose.
xgettext creates a file named domainname.po. You should then rename it to domainname.pot. (Why doesn&#8217;t xgettext create it [...]]]></description>
			<content:encoded><![CDATA[<p>What is the difference between a .po and .pot file?</p>
<p>Here&#8217;s a quote from the <a href="http://www.gnu.org/software/gettext/manual/gettext.html" target="_blank">GNU gettext utilities page</a>:</p>
<blockquote><p>After preparing the sources, the programmer creates a PO template file. This section explains how to use xgettext for this purpose.</p>
<p>xgettext creates a file named domainname.po. You should then rename it to domainname.pot. (Why doesn&#8217;t xgettext create it under the name domainname.pot right away? The answer is: for historical reasons. When xgettext was specified, the distinction between a PO file and PO file template was fuzzy, and the suffix ‘.pot’ wasn&#8217;t in use at that time.) </p></blockquote>
<p>So that&#8217;s it.  It&#8217;s the same file, with a different name.  Just thought I&#8217;d mention that, considering how much time I pissed off trying to find the answer!</p>
<p>[edit]<br />
It looks like Wordpress sees this a little differently.  the POT file, the &#8220;PO&#8221; Template, is the raw output from the xgettext, untranslated.  the PO file is the text-editable and edited pot file with the translations.  the MO file is built with msgfmt (among others) and is what is actually used by php&#8217;s gettext.</p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fprog%2F782&amp;linkname=gettext%20%26%238211%3B%20.po%20vs%20.pot" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fprog%2F782&amp;linkname=gettext%20%26%238211%3B%20.po%20vs%20.pot"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/prog/782/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Internationalization, Localization, gettext, php &#8211; a beginning.</title>
		<link>http://www.hagelnx.com/prog/753#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=internationalization-localization-gettext-php-a-beginning</link>
		<comments>http://www.hagelnx.com/prog/753#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:32:54 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=753</guid>
		<description><![CDATA[I&#8217;m beginning a new effort these days, that of internationalisation and localisation of the php coding I&#8217;ve been doing lately.
GNU &#8216;gettext&#8217; Utilities
These docs for gettext are C-oriented, but the associated tools such as xgettext are easily used by PHP, so let&#8217;s not get too excited about the C.
And I&#8217;m going to assume you have installed [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m beginning a new effort these days, that of internationalisation and localisation of the php coding I&#8217;ve been doing lately.</p>
<p><a href="http://www.gnu.org/software/gettext/manual/gettext.html" target="_blank">GNU &#8216;gettext&#8217; Utilities</a></p>
<p>These docs for gettext are C-oriented, but the associated tools such as xgettext are easily used by PHP, so let&#8217;s not get too excited about the C.<br />
And I&#8217;m going to assume you have installed GNU&#8217;s gettext on your system.  I&#8217;m pretty sure it arrives by default with your ubuntu or other linux installation.  Mac and Windows you&#8217;re going to have to find for yourself <img src='http://www.hagelnx.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Edited:  download <a href="http://gnuwin32.sourceforge.net/downlinks/gettext.php" target="_blank">GetText for Windows here</a></p>
<p>There&#8217;s also a lot of emacs crap in this doc, which I&#8217;m also going to ignore.  We&#8217;re going to use tools like poedit, gtranslator for what we need &#8230; coming posts.</p>
<p>on my ubuntu 9.10 box the following command installs the php-gettext stuff in /usr/share/php/php-gettext</p>
<div class="codecolorer-container bash default" style="overflow:auto;white-space:nowrap;border: 1px solid #9F9F9F;width:435px;"><div class="bash codecolorer" style="padding:5px;font:normal 12px/1.4em Monaco, Lucida Console, monospace;white-space:nowrap"><span style="color: #c20cb9; font-weight: bold;">sudo</span> <span style="color: #c20cb9; font-weight: bold;">apt-get</span> <span style="color: #c20cb9; font-weight: bold;">install</span> php-gettext</div></div>
<p>and includes these three files:</p>
<ul>
<li>gettext.inc</li>
<li>gettext.php</li>
<li>streams.php</li>
</ul>
<p>I&#8217;m not going to deal with the internals of these files here in this post.</p>
<p>What I do is copy these into my working project somewhere, say in a subdirectory named &#8220;library&#8221;, &#8220;lib&#8221;, &#8220;i18n&#8221; &#8230; etc.  I&#8217;m going to call it ./library/i18n just for this.</p>
<p><strong>.po, .pot, .mo files &#8211; what are these?</strong><br />
<a href="http://www.gnu.org/software/gettext/manual/gettext.html#Files" target="_blank"></p>
<p>http://www.gnu.org/software/gettext/manual/gettext.html#Files</a></p>
<p>That&#8217;s about all for now, sorry I couldn&#8217;t be more helpful in this post.  This is just the setup stuff I&#8217;ve done for my new entry into this world of Internationalisation (i18n), Localisation (l10n), and Native Language Support (NLS) &#8212; see <a href="http://www.gnu.org/software/gettext/manual/gettext.html#Concepts" target="_blank">Concepts</a>.</p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fprog%2F753&amp;linkname=Internationalization%2C%20Localization%2C%20gettext%2C%20php%20%26%238211%3B%20a%20beginning." title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fprog%2F753&amp;linkname=Internationalization%2C%20Localization%2C%20gettext%2C%20php%20%26%238211%3B%20a%20beginning."><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/prog/753/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Anniversary Not the 22nd</title>
		<link>http://www.hagelnx.com/travel/750#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=anniversary-not-the-22nd</link>
		<comments>http://www.hagelnx.com/travel/750#comments</comments>
		<pubDate>Fri, 22 Jan 2010 13:33:59 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Burgas]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=750</guid>
		<description><![CDATA[I had the day wrong &#8211; it&#39;s not the 22nd of January, it was the 14th of January.&#160; I looked in my journal and realized that the 14th of January, 2008 was the first day I stepped foot in Bulgaria.
That&#39;s right.&#160; I remember getting on the plane in Madison, Wisconsin, sometime in the afternoon of [...]]]></description>
			<content:encoded><![CDATA[<p>I had the day wrong &#8211; it&#39;s not the 22nd of January, it was the 14th of January.&nbsp; I looked in my journal and realized that the 14th of January, 2008 was the first day I stepped foot in Bulgaria.</p>
<p>That&#39;s right.&nbsp; I remember getting on the plane in Madison, Wisconsin, sometime in the afternoon of January 13th.&nbsp; 22 hours later my flight from Frankfurt Germany landed in Sofia, in a blizzard!<br />
	Nedda and Ivan were there to meet me.&nbsp; We followed a couple of snow plows clear across Bulgaria, until we turned south to Burgas.</p>
<p>So anyway, here we are, here I am.&nbsp; Tonight Zlatina and I are going to entertain a little, we invited people over from her school, and I invited everybody who had anything to do with my being here.&nbsp; We&#39;ll have a nice social time, with some ros&eacute; and white wine chilled on the balcony, some red wine, and stuff like that.</p>
<p>It may be that some of the people won&#39;t be able to make it.&nbsp; Folks here in southeastern Bulgaria are not used to the kind of cold we&#39;re having here this past week &#8211; many engines won&#39;t start.&nbsp; Deep snow is still all over the place, the roads have been turned into glaciers, and it&#39;s hard freezing every night.</p>
<p>But we&#39;ll try.&nbsp; Happy Anniversary Kevin.</p>
<p>Oh, by the way, the forecast for tomorrow calls for more heavy snow.</p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Ftravel%2F750&amp;linkname=Anniversary%20Not%20the%2022nd" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Ftravel%2F750&amp;linkname=Anniversary%20Not%20the%2022nd"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/travel/750/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Heavy snow in Burgas</title>
		<link>http://www.hagelnx.com/bulg/729#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=heavy-snow-in-burgas</link>
		<comments>http://www.hagelnx.com/bulg/729#comments</comments>
		<pubDate>Tue, 19 Jan 2010 23:24:58 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Bulgaria]]></category>
		<category><![CDATA[Burgas]]></category>
		<category><![CDATA[Bulgarian]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=729</guid>
		<description><![CDATA[Picasaweb Gallery Photos
&#160;It started snowing Monday night about 6pm, and continued until tonight (Tuesday) about 8pm.&#160; Heavy snow, in fact all the people I talked to here today in Burgas say it&#39;s the heaviest snow they&#39;ve ever seen here.
I took a nice walk from our new place on Rilska street, down to Bogoridi, to the [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://picasaweb.google.com/khote14/20100119HeavyBurgasSnow?feat=directlink" target="_blank">Picasaweb Gallery Photos</a></p>
<p>&nbsp;It started snowing Monday night about 6pm, and continued until tonight (Tuesday) about 8pm.&nbsp; Heavy snow, in fact all the people I talked to here today in Burgas say it&#39;s the heaviest snow they&#39;ve ever seen here.</p>
<p>I took a nice walk from our new place on Rilska street, down to Bogoridi, to the Sea Garden &#8230;. out to the end of the pier, on to the beach &#8230; back through the sea garden.&nbsp; You can see the pictures below in the embedded picasweb link.</p>
<p>What a great day it&#39;s been.&nbsp; It reminds me so much of living in Madison, Wisconsin in the US.&nbsp; Sure, it&#39;s not quite as cold here &#8211; just a few degrees below freezing, and it only snows like this once a decade here where it snows like this repeatedly throughout the winter in Wisconsin &#8211; but hey, it does remind me of the past three winters I spent in Madison, and I did like the winters there for some weird reason <img src='http://www.hagelnx.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p><embed flashvars="host=picasaweb.google.com&amp;hl=en_US&amp;feat=flashalbum&amp;RGB=0x000000&amp;feed=http%3A%2F%2Fpicasaweb.google.com%2Fdata%2Ffeed%2Fapi%2Fuser%2Fkhote14%2Falbumid%2F5428582103253198401%3Falt%3Drss%26kind%3Dphoto%26hl%3Den_US" height="400" pluginspage="http://www.macromedia.com/go/getflashplayer" src="http://picasaweb.google.com/s/c/bin/slideshow.swf" type="application/x-shockwave-flash" width="600"></embed></p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><object height="505" width="640"><param name="movie" value="http://www.youtube.com/v/KvxiPbfjdD4&amp;hl=en_US&amp;fs=1&amp;rel=0" /><param name="allowFullScreen" value="true" /><param name="allowscriptaccess" value="always" /><embed allowfullscreen="true" allowscriptaccess="always" height="505" src="http://www.youtube.com/v/KvxiPbfjdD4&amp;hl=en_US&amp;fs=1&amp;rel=0" type="application/x-shockwave-flash" width="640"></embed></object></p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F729&amp;linkname=Heavy%20snow%20in%20Burgas" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F729&amp;linkname=Heavy%20snow%20in%20Burgas"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/bulg/729/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>in Varna for new year&#8217;s celebration</title>
		<link>http://www.hagelnx.com/bulg/722#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=in-varna-for-new-years-celebration</link>
		<comments>http://www.hagelnx.com/bulg/722#comments</comments>
		<pubDate>Wed, 30 Dec 2009 21:41:13 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Bulgaria]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=722</guid>
		<description><![CDATA[We&#39;re staying at the five-star Grand Hotel Dimyat for a few days, here to enjoy some time with Zlatina&#39;s family and some old friends, and to generally enjoy the city of Varna for the new year celebrations.&#160;
I guess I have to say that Varna is a prettier city than Burgas, a larger city.&#160; Certainly more [...]]]></description>
			<content:encoded><![CDATA[<p>We&#39;re staying at the five-star <a href="http://www.grandhoteldimyat.net/" target="_blank">Grand Hotel Dimyat</a> for a few days, here to enjoy some time with Zlatina&#39;s family and some old friends, and to generally enjoy the city of Varna for the new year celebrations.&nbsp;</p>
<p>I guess I have to say that Varna is a prettier city than Burgas, a larger city.&nbsp; Certainly more attractive than Sofia &#8230; in fact it kind of reminds me of Seattle, only without all the rain all the time.&nbsp; The city puts up lots of christmas lights, keeps them on through the new year.&nbsp; I hope to go out tomorrow night and take some slow-shutter speed photos to show you.</p>
<p>Well, I ate too much at dinner again, seems it&#39;s the time of year for that.&nbsp; Good night, and have a happy new year of if you can.</p>
<p><a href="http://picasaweb.google.com/khote14/20100101?feat=directlink" target="_blank">Link to Photos from our Varna vacation</a></p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F722&amp;linkname=in%20Varna%20for%20new%20year%26%238217%3Bs%20celebration" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F722&amp;linkname=in%20Varna%20for%20new%20year%26%238217%3Bs%20celebration"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/bulg/722/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Starbucks in Burgas</title>
		<link>http://www.hagelnx.com/word-of-the-day/789#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=starbucks-in-burgas</link>
		<comments>http://www.hagelnx.com/word-of-the-day/789#comments</comments>
		<pubDate>Tue, 29 Dec 2009 15:36:34 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Burgas]]></category>
		<category><![CDATA[Word of the Day]]></category>
		<category><![CDATA[Coffee]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/word-of-the-day/789</guid>
		<description><![CDATA[I&#8217;m at the Starbucks in the Carrefour mall in Burgas.  If you&#8217;re an American coming to Burgas for a visit and you&#8217;re worried there aren&#8217;t any Starbucks, well, don&#8217;t worry.  
The word of the day is &#8216;Starbucks&#8217;

 ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m at the Starbucks in the Carrefour mall in Burgas.  If you&#8217;re an American coming to Burgas for a visit and you&#8217;re worried there aren&#8217;t any Starbucks, well, don&#8217;t worry.  </p>
<p>The word of the day is &#8216;Starbucks&#8217;</p>
<p><a href="http://www.hagelnx.com/wordpress/wp-content/uploads/2010/02/l_1600_1200_89C4AFFA-11E6-4CE2-B9DB-31F5E2CAB033.jpeg"><img src="http://www.hagelnx.com/wordpress/wp-content/uploads/2010/02/l_1600_1200_89C4AFFA-11E6-4CE2-B9DB-31F5E2CAB033.jpeg" alt="" class="alignnone size-full" /></a></p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fword-of-the-day%2F789&amp;linkname=Starbucks%20in%20Burgas" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fword-of-the-day%2F789&amp;linkname=Starbucks%20in%20Burgas"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/word-of-the-day/789/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prepare for Medven</title>
		<link>http://www.hagelnx.com/bulg/708#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=prepare-for-medven</link>
		<comments>http://www.hagelnx.com/bulg/708#comments</comments>
		<pubDate>Mon, 21 Dec 2009 12:21:27 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Bulgaria]]></category>
		<category><![CDATA[Travel]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=708</guid>
		<description><![CDATA[We&#39;re preparing for a trip to Medven, Bulgaria.&#160; We&#39;ll be spending our christmas vacation there, in a bungalow in the mountains.&#160; Hoping for a white christmas 
Loading...Be careful to see the map you have to activate the Javascript!&#160;
		 Photos 
		 Videos 
		 Wikipedia 
		 Webcams
		
		Hide all
 ]]></description>
			<content:encoded><![CDATA[<p>We&#39;re preparing for a trip to Medven, Bulgaria.&nbsp; We&#39;ll be spending our christmas vacation there, in a bungalow in the mountains.&nbsp; Hoping for a white christmas <img alt=":)" src="http://www.hagelnx.com/wordpress/wp-content/plugins/fckeditor-for-wordpress-plugin/ckeditor/plugins/smiley/images/regular_smile.gif" title=":)" /></p>
<div class="GoogleMap" id="Googlemap_1" style="margin:auto;width:95%;height:520px;">Loading...<br/><noscript class="infoG">Be careful to see the map you have to activate the Javascript!</noscript></div><div id="Lib_1" style="margin:auto;width:95%;">&nbsp;</div><div id="directions_1"></div><div id="outer_more_1" class="outer_more"><form action=""><div id="box_1" class="box_more" style="display:none;">
		<input name="mark_1" type="checkbox" onclick="switchLayer(this.checked, layers[0].obj, 1)"/> Photos <br/>
		<input name="mark_1" type="checkbox" onclick="switchLayer(this.checked, layers[1].obj, 1)"/> Videos <br/>
		<input name="mark_1" type="checkbox" onclick="switchLayer(this.checked, layers[2].obj, 1)"/> Wikipedia <br/>
		<input name="mark_1" type="checkbox" onclick="switchLayer(this.checked, layers[3].obj, 1)"/> Webcams
		<hr class="more_sep"/>
		<div class="boxlink"><a id="boxlink_1" href="javascript:void(0)" onclick="hideAll(1)">Hide all</a></div></div></form></div><script type="text/javascript" src="http://www.hagelnx.com/wordpress/wp-content/plugins/google-maps/directions.php?f=d&amp;source=s_d&amp;saddr=12+%D1%83%D0%BB.+%D0%93%D0%B5%D0%BE%D1%80%D0%B3%D0%B8+%D0%9A%D0%B8%D1%80%D0%BA%D0%BE%D0%B2,+Burgas,+Bulgaria&amp;daddr=medven,+kotel,+bulgaria&amp;hl=en&amp;geocode=FURriAId3jejASm7j9rpwJSmQDHkg8Rre4J2KQ%3BFY64jQIdDECVASkjPqbxlRymQDGAnw7NFKAACg&amp;mra=ls&amp;sll=42.822099,27.664948&amp;sspn=0.356572,0.734024&amp;ie=UTF8&amp;ll=42.681426,26.972809&amp;spn=0.714763,1.468048&amp;t=p&amp;z=10&amp;Glink=http://maps.google.com/maps&amp;count=1"></script>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F708&amp;linkname=Prepare%20for%20Medven" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F708&amp;linkname=Prepare%20for%20Medven"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/bulg/708/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>First Snow in Burgas</title>
		<link>http://www.hagelnx.com/bulg/698#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=first-snow-in-burgas</link>
		<comments>http://www.hagelnx.com/bulg/698#comments</comments>
		<pubDate>Sat, 19 Dec 2009 08:36:46 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Bulgaria]]></category>
		<category><![CDATA[Burgas]]></category>
		<category><![CDATA[Weather]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=698</guid>
		<description><![CDATA[On Dec 11 we had our first snow in Burgas
Picasaweb Photos
 ]]></description>
			<content:encoded><![CDATA[<p style="padding-right: 12px;"><img align="left" alt="" class="alignleft" height="225" src="http://lh6.ggpht.com/_egA3uGiH-8w/SyO39UU5e2I/AAAAAAAAGKA/sTggSV3HduA/s1152/IMG_4618.JPG" style="padding-right: 12px;" width="400" />On Dec 11 we had our first snow in Burgas</p>
<p><a href="http://picasaweb.google.com/khote14/20091212?feat=directlink">Picasaweb Photos</a></p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F698&amp;linkname=First%20Snow%20in%20Burgas" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fbulg%2F698&amp;linkname=First%20Snow%20in%20Burgas"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/bulg/698/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plugin Review: Code Colorer</title>
		<link>http://www.hagelnx.com/prog/wordpress/696#utm_source=rss&amp;utm_medium=rss&amp;utm_campaign=plugin-review-code-colorer</link>
		<comments>http://www.hagelnx.com/prog/wordpress/696#comments</comments>
		<pubDate>Fri, 11 Dec 2009 23:58:01 +0000</pubDate>
		<dc:creator>Kevin  Hagel</dc:creator>
				<category><![CDATA[Wordpress]]></category>
		<category><![CDATA[blog]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[plugin review]]></category>

		<guid isPermaLink="false">http://www.hagelnx.com/?p=696</guid>
		<description><![CDATA[Code Colorer
I used WP-SyntaxHighlighter, I tried some others, but the simplest and most expedient plugin I found for highlighting code in my blogs comes from Dmytro Shteflyuk&#8217;s Code Colorer.
Like most of them it&#8217;s based on the Geshi Generic Syntax Highlighter &#8230; much easier syntax.
I recommend this one for bloggers who wish to include code in [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://kpumuk.info/projects/wordpress-plugins/codecolorer/" target="_blank">Code Colorer</a></p>
<p>I used WP-SyntaxHighlighter, I tried some others, but the simplest and most expedient plugin I found for highlighting code in my blogs comes from Dmytro Shteflyuk&#8217;s Code Colorer.<br />
Like most of them it&#8217;s based on the <a href="http://qbnz.com/highlighter/" target="_blank">Geshi Generic Syntax Highlighter</a> &#8230; much easier syntax.</p>
<p>I recommend this one for bloggers who wish to include code in their posts.</p>
<a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fprog%2Fwordpress%2F696&amp;linkname=Plugin%20Review%3A%20Code%20Colorer" title="Facebook" rel="nofollow" target="_blank"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save?linkurl=http%3A%2F%2Fwww.hagelnx.com%2Fprog%2Fwordpress%2F696&amp;linkname=Plugin%20Review%3A%20Code%20Colorer"><img src="http://www.hagelnx.com/wordpress/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a>]]></content:encoded>
			<wfw:commentRss>http://www.hagelnx.com/prog/wordpress/696/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
