<?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>Peter Velichkov&#039;s Blog</title>
	<atom:link href="http://blog.creonfx.com/feed" rel="self" type="application/rss+xml" />
	<link>https://blog.creonfx.com</link>
	<description></description>
	<lastBuildDate>Tue, 15 Jan 2019 08:40:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.0.3</generator>
	<item>
		<title>Goodbye world!</title>
		<link>https://blog.creonfx.com/daily/goodbye-world</link>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Sun, 15 Jan 2017 08:38:49 +0000</pubDate>
				<category><![CDATA[Daily]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=414</guid>

					<description><![CDATA[This blog is no longer maintained (hence the ugly theme) and is being kept only for historical reasons. To those who contributed to this journey I salute you.]]></description>
		
		
		
			</item>
		<item>
		<title>DIY Laptop Optical Drive Bay HDD Caddy</title>
		<link>https://blog.creonfx.com/daily/diy-laptop-optical-drive-bay-hdd-caddy</link>
					<comments>https://blog.creonfx.com/daily/diy-laptop-optical-drive-bay-hdd-caddy#comments</comments>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 13:13:46 +0000</pubDate>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[diy]]></category>
		<category><![CDATA[hdd caddy]]></category>
		<category><![CDATA[laptop mod]]></category>
		<category><![CDATA[obhd]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=305</guid>

					<description><![CDATA[One easy way for boosting your laptop performance is to get a SSD drive. Unfortunately they are still quite small (in terms of capacity) compared to the traditional HDDs. So to get the best of both worlds I needed a way to fit both drives in my laptop. The operation consisted of finding an old &#8230; <p class="link-more"><a href="https://blog.creonfx.com/daily/diy-laptop-optical-drive-bay-hdd-caddy" class="more-link">Continue reading<span class="screen-reader-text"> "DIY Laptop Optical Drive Bay HDD Caddy"</span></a></p>]]></description>
		
					<wfw:commentRss>https://blog.creonfx.com/daily/diy-laptop-optical-drive-bay-hdd-caddy/feed</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>How to Encrypt Partition under Ubuntu 11.10</title>
		<link>https://blog.creonfx.com/linux/how-to-encrypt-partition-under-ubuntu-11-10</link>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 09 Dec 2011 12:04:47 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[cryptsetup]]></category>
		<category><![CDATA[luks]]></category>
		<category><![CDATA[password]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=302</guid>

					<description><![CDATA[Here is a quick how-to for password protecting and encrypting your partition using cryptsetup under Ubuntu/Kubuntu Oneiric Ocelot. It should work for older versions too but haven&#8217;t tested it. [crayon-635f447b79b47684204009/] Obviously you have to be root and have cryptsetup installed. PS: I’m NOT responsible for any damage or data loss caused by executing the supplied &#8230; <p class="link-more"><a href="https://blog.creonfx.com/linux/how-to-encrypt-partition-under-ubuntu-11-10" class="more-link">Continue reading<span class="screen-reader-text"> "How to Encrypt Partition under Ubuntu 11.10"</span></a></p>]]></description>
		
		
		
			</item>
		<item>
		<title>How to Access Flex 3 VideoDisplay CuePoint Parameters</title>
		<link>https://blog.creonfx.com/adobe-flex/how-to-access-flex-3-videodisplay-cuepoint-parameters</link>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 06 Dec 2010 23:18:59 +0000</pubDate>
				<category><![CDATA[Adobe Flex]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=299</guid>

					<description><![CDATA[Unfortunately when adding cuePoint event listener to mx:VideoDisplay component in Adobe Flex 3 you only receive name, time and type of the Cue Point. Here is a dirty workaround to access the parameters from the metadata. [crayon-635f447b7a27d369671625/]]]></description>
		
		
		
			</item>
		<item>
		<title>LineBreak / NewLine in Flex Text Control from XML String</title>
		<link>https://blog.creonfx.com/adobe-flex/linebreak-newline-flex-textarea-xml-strin</link>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Wed, 27 Oct 2010 13:56:14 +0000</pubDate>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[String]]></category>
		<category><![CDATA[XML]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=296</guid>

					<description><![CDATA[Unfortunately the standard way (&#8216;\n&#8217;)  of inserting new lines in Flex Text Controls (Label, Text etc) doesn&#8217;t work when the string comes from XML. The magical way to do it is by using &#8216;&#38;#13;&#8216; so Lorem&#38;#13;Ipsum becomes Lorem Ipsum]]></description>
		
		
		
			</item>
		<item>
		<title>Embed Font in Flex4 Actionscript Project</title>
		<link>https://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project</link>
					<comments>https://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project#comments</comments>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Sun, 25 Apr 2010 12:19:58 +0000</pubDate>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[embed fonts]]></category>
		<category><![CDATA[flex4]]></category>
		<category><![CDATA[TLF]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=292</guid>

					<description><![CDATA[A quick tip for all not seeing their embeded fonts when compiling pure AS project with Flex SDK 4: [Embed(source="assets/fonts/my-cool-font.otf", fontFamily="CoolFont", fontWeight="normal", mimeType='application/x-font', embedAsCFF='false')] private var MyCoolFont:Class; Notice the embedAsCFF=&#8217;false&#8217;, this is the most important part. Basically when not using Spark Text Components (which are based on Text Layout Framework) you need this option. In &#8230; <p class="link-more"><a href="https://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project" class="more-link">Continue reading<span class="screen-reader-text"> "Embed Font in Flex4 Actionscript Project"</span></a></p>]]></description>
		
					<wfw:commentRss>https://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project/feed</wfw:commentRss>
			<slash:comments>7</slash:comments>
		
		
			</item>
		<item>
		<title>VMware Player / Workstation Mouse Grab Input Focus Bug</title>
		<link>https://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug</link>
					<comments>https://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug#comments</comments>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Tue, 22 Sep 2009 20:47:09 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Karmic Koala]]></category>
		<category><![CDATA[mouse input]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[virtualization]]></category>
		<category><![CDATA[vmware]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=278</guid>

					<description><![CDATA[To fix the recent bug with VMware Player 2.5.3 and Workstation 6.5.3 Build 185404 under Karmic Koala Ubuntu just paste this line in your console before launching vmplayer/vmware: export VMWARE_USE_SHIPPED_GTK=yes you may also modify the VMware starting script so you don&#8217;t have to export it every time.]]></description>
		
					<wfw:commentRss>https://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug/feed</wfw:commentRss>
			<slash:comments>12</slash:comments>
		
		
			</item>
		<item>
		<title>Papervision3d &#8211; ERROR: lookAt error</title>
		<link>https://blog.creonfx.com/papervision3d/papervision3d-error-lookat-error</link>
					<comments>https://blog.creonfx.com/papervision3d/papervision3d-error-lookat-error#comments</comments>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Mon, 07 Sep 2009 09:33:25 +0000</pubDate>
				<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[error]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=275</guid>

					<description><![CDATA[If you get this error on each frame then you have probably moved the camera to the same position as the object (camera.z = 0). Change it a bit and the error should be fixed.]]></description>
		
					<wfw:commentRss>https://blog.creonfx.com/papervision3d/papervision3d-error-lookat-error/feed</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>Custom Skinnable Slider Component for Adobe Flex 3</title>
		<link>https://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3</link>
					<comments>https://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3#comments</comments>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 14 Aug 2009 14:37:48 +0000</pubDate>
				<category><![CDATA[Adobe Flex]]></category>
		<category><![CDATA[custom component]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[skin]]></category>
		<category><![CDATA[slider]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=261</guid>

					<description><![CDATA[First of all let me apologize for not blogging in a while but I&#8217;ve been working on couple of interesting projects after which it was time for deserved vacation on the BlackSea&#8217;s beaches. Anyway I needed a better looking horizontal slider for one of the projects and all of my googling got me nothing reasonable &#8230; <p class="link-more"><a href="https://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3" class="more-link">Continue reading<span class="screen-reader-text"> "Custom Skinnable Slider Component for Adobe Flex 3"</span></a></p>]]></description>
		
					<wfw:commentRss>https://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3/feed</wfw:commentRss>
			<slash:comments>15</slash:comments>
		
		
			</item>
		<item>
		<title>MDADM RAID Failed After Upgrade from Ubuntu 8.10 to 9.04</title>
		<link>https://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904</link>
					<comments>https://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904#comments</comments>
		
		<dc:creator><![CDATA[Peter]]></dc:creator>
		<pubDate>Fri, 24 Apr 2009 07:37:03 +0000</pubDate>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[kernel]]></category>
		<category><![CDATA[mdadm]]></category>
		<category><![CDATA[nvidia]]></category>
		<category><![CDATA[raid]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<guid isPermaLink="false">http://blog.creonfx.com/?p=255</guid>

					<description><![CDATA[With no surprise the update from Interpid Ibex to Jaunty Jackalope was not as easy as I hoped. After booting the fresh 2.6.28 kernel I was welcomed with &#8220;Press enter for maintenance (or type Control-D to continue)&#8221; and errors when trying to mount my RAID0. After some investigations found that the devices are now named &#8230; <p class="link-more"><a href="https://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904" class="more-link">Continue reading<span class="screen-reader-text"> "MDADM RAID Failed After Upgrade from Ubuntu 8.10 to 9.04"</span></a></p>]]></description>
		
					<wfw:commentRss>https://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904/feed</wfw:commentRss>
			<slash:comments>5</slash:comments>
		
		
			</item>
	</channel>
</rss>
