<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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/" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" version="2.0">

<channel>
	<title>Peter Velichkov's Blog</title>
	
	<link>http://blog.creonfx.com</link>
	<description>...looking for more than eyes can see</description>
	<lastBuildDate>Sun, 25 Apr 2010 12:19:58 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/Peter_Velichkov" /><feedburner:info xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" uri="peter_velichkov" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><creativeCommons:license>http://creativecommons.org/licenses/by-sa/3.0/</creativeCommons:license><item>
		<title>Embed Font in Flex4 Actionscript Project</title>
		<link>http://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project</link>
		<comments>http://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project#comments</comments>
		<pubDate>Sun, 25 Apr 2010 12:19:58 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<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>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=&amp;#8217;false&amp;#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 [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/rNcIGBWI98s" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/embed-font-in-flex4-actionscript-project/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>VMware Player / Workstation Mouse Grab Input Focus Bug</title>
		<link>http://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug</link>
		<comments>http://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug#comments</comments>
		<pubDate>Tue, 22 Sep 2009 20:47:09 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<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>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&amp;#8217;t have to export it every time.&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/4JWu28UvYIo" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/linux/vmware-player-workstation-mouse-grab-input-focus-bug/feed</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Papervision3d – ERROR: lookAt error</title>
		<link>http://blog.creonfx.com/papervision3d/papervision3d-error-lookat-error</link>
		<comments>http://blog.creonfx.com/papervision3d/papervision3d-error-lookat-error#comments</comments>
		<pubDate>Mon, 07 Sep 2009 09:33:25 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[camera]]></category>
		<category><![CDATA[error]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=275</guid>
		<description>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.&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/smOF2HkEtkE" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/papervision3d/papervision3d-error-lookat-error/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Custom Skinnable Slider Component for Adobe Flex 3</title>
		<link>http://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3</link>
		<comments>http://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:37:48 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<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>First of all let me apologize for not blogging in a while but I&amp;#8217;ve been working on couple of interesting projects after which it was time for deserved vacation on the BlackSea&amp;#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 [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/Ccex4jioFf8" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/adobe-flex/custom-skinnable-slider-component-for-adobe-flex-3/feed</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>MDADM RAID Failed After Upgrade from Ubuntu 8.10 to 9.04</title>
		<link>http://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904</link>
		<comments>http://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904#comments</comments>
		<pubDate>Fri, 24 Apr 2009 07:37:03 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<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>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 &amp;#8220;Press enter for maintenance (or type Control-D to continue)&amp;#8221; and errors when trying to mount my RAID0. After some investigations found that the devices are now named [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/YeTZKpnAmMI" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/linux/mdadm-raid-failed-after-upgrade-from-ubuntu-810-to-904/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Seagate 7200.11 BSY State Data Recovery</title>
		<link>http://blog.creonfx.com/daily/seagate-7200-11-bsy-state-data-recovery</link>
		<comments>http://blog.creonfx.com/daily/seagate-7200-11-bsy-state-data-recovery#comments</comments>
		<pubDate>Fri, 10 Apr 2009 11:58:51 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Daily]]></category>
		<category><![CDATA[bsy]]></category>
		<category><![CDATA[data recovery]]></category>
		<category><![CDATA[hardware]]></category>
		<category><![CDATA[seagate]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=243</guid>
		<description>One not-so-beautiful morning I woke up just to find out that my Seagate 7200.11 500GB hard drive is not detected from my BIOS. Unfortunately it was a well know problem which have three solutions: Replace the hard drive with new one from where you got it and lose your data Send it to Seagate for [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/QGggCrkRHI0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/daily/seagate-7200-11-bsy-state-data-recovery/feed</wfw:commentRss>
		<slash:comments>11</slash:comments>
		</item>
		<item>
		<title>WordPress Video Galleries with NextGen and jQuery</title>
		<link>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery</link>
		<comments>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery#comments</comments>
		<pubDate>Thu, 09 Apr 2009 18:36:13 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=231</guid>
		<description>For one of my recent WordPress projects I needed an easy way for the client to organize and display videos. Unfortunately my hope that NextGen Gallery plugin, which I already used for the images, will do the trick vanished after couple of clicks and I started googling for a solution. Since neither google nor Worpdress [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/WhTmdmW5Prk" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/javascript/wordpress-video-galleries-with-nextgen-and-jquery/feed</wfw:commentRss>
		<slash:comments>62</slash:comments>
		</item>
		<item>
		<title>FLARToolkit, Papervision3D and the World of Augmented Reality</title>
		<link>http://blog.creonfx.com/papervision3d/flartoolkit-papervision3d-and-the-world-of-augmented-reality</link>
		<comments>http://blog.creonfx.com/papervision3d/flartoolkit-papervision3d-and-the-world-of-augmented-reality#comments</comments>
		<pubDate>Mon, 02 Mar 2009 17:14:12 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[augmented reality]]></category>
		<category><![CDATA[flartoolkit]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=208</guid>
		<description>In the past couple of weeks I&amp;#8217;ve been working on couple Augmented Reality (AR) projects for row27 Studios including the newly released &amp;#8220;Oski on your Desk&amp;#8221; mini site dedicated to the Californian Golden Bears&amp;#8217; mascot Oski. It was quite interesting to see Papervision3D&amp;#8216;s superpowers combined with FLARToolkit with all the limitations and difficulties connected with [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/fUWw0f7bNY0" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/papervision3d/flartoolkit-papervision3d-and-the-world-of-augmented-reality/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Papervision3D: Getting Started with Adobe Flex (Screencast)</title>
		<link>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast</link>
		<comments>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast#comments</comments>
		<pubDate>Tue, 27 Jan 2009 20:42:06 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Flex]]></category>
		<category><![CDATA[Papervision3D]]></category>
		<category><![CDATA[screencast]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=193</guid>
		<description>After completing my personal website I started considering the idea of recording some video tutorials and as a result I have just done my first Papervision3D screencast. One thing I am very pleased with is the technical part of this task. Since I&amp;#8217;m not a big fan of Camtasia and other propriatery software this time [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/21OuduM_4QU" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/tutorials/papervision3d-getting-started-with-adobe-flex-screencast/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>MooTools vs JQuery vs Prototype vs YUI vs Dojo Comparison Revised</title>
		<link>http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised</link>
		<comments>http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised#comments</comments>
		<pubDate>Fri, 16 Jan 2009 16:10:24 +0000</pubDate>
		<dc:creator>Peter</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[javascript framework]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[prototype]]></category>
		<category><![CDATA[yui]]></category>

		<guid isPermaLink="false">http://blog.creonfx.com/?p=154</guid>
		<description>Update (02-03-2009): Recently things are going a bit beyond the healthy conversations and various people are taking the whole &amp;#8220;which-is-the-fastest-framework&amp;#8221; idea way too seriously. The most important thing in any benchmarking process is not to compare apples to oranges, which unfortunatelly happens too often. After jQuery adopted Sizzle (a selector engine) many people started comparing [...]&lt;img src="http://feeds.feedburner.com/~r/Peter_Velichkov/~4/Kpbmz3HSB8k" height="1" width="1"/&gt;</description>
		<wfw:commentRss>http://blog.creonfx.com/javascript/mootools-vs-jquery-vs-prototype-vs-yui-vs-dojo-comparison-revised/feed</wfw:commentRss>
		<slash:comments>54</slash:comments>
		</item>
	</channel>
</rss><!-- Dynamic page generated in 0.725 seconds. --><!-- Cached page generated by WP-Super-Cache on 2010-09-02 05:34:32 --><!-- Compression = gzip -->
