<?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:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0">

<channel>
	<title>Alex Filatov</title>
	
	<link>http://www.alexfilatov.com</link>
	<description>Web Development on Steroids | Symfony, Ruby on Rails, Samsung SmartTV developer</description>
	<lastBuildDate>Thu, 05 Apr 2012 09:53:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/alexfilatov/YEDL" /><feedburner:info uri="alexfilatov/yedl" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><item>
		<title>Flexmojos issue: Flex compiler and flex framework versions doesn’t match.</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/gmsCcjSXg_Q/</link>
		<comments>http://www.alexfilatov.com/2012/03/28/flexmojos-issue-flex-compiler-and-flex-framework-versions-doesnt-match/#comments</comments>
		<pubDate>Wed, 28 Mar 2012 10:46:39 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[flexmojos]]></category>
		<category><![CDATA[pom]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=313</guid>
		<description><![CDATA[I&#8217;ve got this error when I decided to upgrade my flex framework up to &#8220;3.5.0.12683&#8243;.
Got this after mvn clean install:

[ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:compile-swf (default-compile-swf) on project webcast-player-slides-llb: Flex compiler and flex  [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve got this error when I decided to upgrade my flex framework up to &#8220;3.5.0.12683&#8243;.<br />
Got this after mvn clean install:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">[ERROR] Failed to execute goal org.sonatype.flexmojos:flexmojos-maven-plugin:3.8:compile-swf (default-compile-swf) on project webcast-player-slides-llb: Flex compiler and flex framework versions doesn't match. Compiler: '3.2.0.3958' - Framework: '3.5.0.12683'.</pre></div></div>

<p><span id="more-313"></span></p>
<p>This is because of Flexmojos gets its flex compiler version from its superpom (and there is &#8217;3.2.0.3958&#8242;).</p>
<p>So to fix this you need to add dependency for flexmojos plugin like this:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;">            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;plugin<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;groupId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>org.sonatype.flexmojos<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/groupId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artifactId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>flexmojos-maven-plugin<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artifactId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;version<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>3.8<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/version<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;extensions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>true<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/extensions<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dependencies<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;dependency<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;groupId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>com.adobe.flex<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/groupId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;artifactId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>compiler<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/artifactId<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;version<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>3.5.0.12683<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/version<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                        <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>pom<span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/type<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                    <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dependency<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
                <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/dependencies<span style="color: #000000; font-weight: bold;">&gt;</span></span></span>
            <span style="color: #009900;"><span style="color: #000000; font-weight: bold;">&lt;/plugin<span style="color: #000000; font-weight: bold;">&gt;</span></span></span></pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2012/03/28/flexmojos-issue-flex-compiler-and-flex-framework-versions-doesnt-match/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2012/03/28/flexmojos-issue-flex-compiler-and-flex-framework-versions-doesnt-match/</feedburner:origLink></item>
		<item>
		<title>Flex application security error on Fullscreen mode</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/d5Tm3ld3bY4/</link>
		<comments>http://www.alexfilatov.com/2012/03/25/flex-application-security-error-on-fullscreen-mode/#comments</comments>
		<pubDate>Sun, 25 Mar 2012 23:14:56 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=305</guid>
		<description><![CDATA[Have spot this error when I tried to implement fullscreen mode on my Flex app.
Here is my fullscreen toggler:


        private function toggleFullscreen():void {
            try {
                switch (stage.displayState) {
                    case StageDisplayState.FULL_SCREEN:
                  [...]]]></description>
			<content:encoded><![CDATA[<p>Have spot this error when I tried to implement fullscreen mode on my Flex app.</p>
<p>Here is my fullscreen toggler:</p>
<pre>

        private function toggleFullscreen():void {
            try {
                switch (stage.displayState) {
                    case StageDisplayState.FULL_SCREEN:
                        /* If already in full screen mode, switch to normal mode. */
                        stage.displayState = StageDisplayState.NORMAL;
                        stage.fullScreenSourceRect = appRectangle;
                        break;
                    default:
                        /* If not in full screen mode, switch to full screen mode. */
                        stage.displayState = StageDisplayState.FULL_SCREEN;
                        appRectangle = stage.fullScreenSourceRect;
                        stage.fullScreenSourceRect = new Rectangle(0, 0, 1000, 750);
                        break;
                }
            } catch (err:SecurityError) {
                // ignore
                Alert.show('Cannot go full screen');
            }
        }
</pre>
<p>When I press fullscreen icon I&#8217;ve got this exception.<br />
The problem was simple &#8211; you need to allow your app go to fullscreen mode like this:</p>
<pre>
        &lt;param name="allowFullScreen" value="true" /&gt; - in the &lt;object&gt;
        allowFullScreen="true" - in the &lt;embed&gt;
</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2012/03/25/flex-application-security-error-on-fullscreen-mode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2012/03/25/flex-application-security-error-on-fullscreen-mode/</feedburner:origLink></item>
		<item>
		<title>Symfony – Load Helpers in Action</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/mMB2XwZFujc/</link>
		<comments>http://www.alexfilatov.com/2012/03/23/symfony-load-helpers-in-action/#comments</comments>
		<pubDate>Fri, 23 Mar 2012 18:56:29 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=300</guid>
		<description><![CDATA[This is pretty easy to do:

sfContext::getInstance&#40;&#41;-&#62;getConfiguration&#40;&#41;-&#62;loadHelpers&#40;'Url', 'Form', 'JediForce'&#41;;

This magic located in sfApplicationConfiguration.class.php, open it and see how it works
]]></description>
			<content:encoded><![CDATA[<p>This is pretty easy to do:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;">sfContext<span style="color: #339933;">::</span><span style="color: #004000;">getInstance</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getConfiguration</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">loadHelpers</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Url'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Form'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'JediForce'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre></div></div>

<p>This magic located in sfApplicationConfiguration.class.php, open it and see how it works</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2012/03/23/symfony-load-helpers-in-action/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2012/03/23/symfony-load-helpers-in-action/</feedburner:origLink></item>
		<item>
		<title>How to stop Symfony project execution from a filter</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/0SeHsIpAHFw/</link>
		<comments>http://www.alexfilatov.com/2012/03/03/how-to-stop-symfony-project-execution-from-a-filter/#comments</comments>
		<pubDate>Sat, 03 Mar 2012 18:06:47 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=286</guid>
		<description><![CDATA[When you need to stop execution of your project from a Symfony filter, for example, when you&#8217;re checking all requests to your application for some correct GUID, you need to do one simple thing:

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
&#60;?php
/**
 * Checks the GUID and  [...]]]></description>
			<content:encoded><![CDATA[<p>When you need to stop execution of your project from a Symfony filter, for example, when you&#8217;re checking all requests to your application for some correct GUID, you need to do one simple thing:</p>

<div class="wp_syntax"><table><tr><td class="line_numbers"><pre>1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
</pre></td><td class="code"><pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">&lt;?php</span>
<span style="color: #009933; font-style: italic;">/**
 * Checks the GUID and allow/deny the request
 */</span>
<span style="color: #000000; font-weight: bold;">class</span> sfCheckGUIDFilter <span style="color: #000000; font-weight: bold;">extends</span> sfFilter
<span style="color: #009900;">&#123;</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">public</span> <span style="color: #000000; font-weight: bold;">function</span> execute<span style="color: #009900;">&#40;</span><span style="color: #000088;">$filterChain</span><span style="color: #009900;">&#41;</span>
    <span style="color: #009900;">&#123;</span>
        <span style="color: #000088;">$sfContext</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getContext</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #b1b100;">if</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$this</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">isGUIDCorrect</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$sfContext</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getRequest</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getParameter</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'GUID'</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$filterChain</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">execute</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span> <span style="color: #b1b100;">else</span> <span style="color: #009900;">&#123;</span>
            <span style="color: #000088;">$response</span> <span style="color: #339933;">=</span> <span style="color: #000088;">$sfContext</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">getResponse</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$response</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setStatusCode</span><span style="color: #009900;">&#40;</span><span style="color: #cc66cc;">403</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$response</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setHttpHeader</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Content-Type'</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'text/plain'</span><span style="color: #339933;">,</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$response</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">setContent</span><span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'Not allowed'</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
            <span style="color: #000088;">$response</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">sendContent</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
        <span style="color: #009900;">&#125;</span>
    <span style="color: #009900;">&#125;</span>
&nbsp;
    <span style="color: #000000; font-weight: bold;">private</span> <span style="color: #000000; font-weight: bold;">function</span> isGUIDCorrect<span style="color: #009900;">&#40;</span><span style="color: #000088;">$guid</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        <span style="color: #666666; font-style: italic;">// TODO: implement your GUID checker</span>
    <span style="color: #009900;">&#125;</span>
<span style="color: #009900;">&#125;</span></pre></td></tr></table></div>

<p>and in the filters.yml file of your application you just add this filter in a following way:</p>

<div class="wp_syntax"><div class="code"><pre class="xml" style="font-family:monospace;"># You can find more information about this file on the symfony website:
# http://www.symfony-project.org/reference/1_4/en/12-Filters
&nbsp;
rendering: ~
security:  ~
&nbsp;
# insert your own filters here
guid_checker:
  class: sfCheckGUIDFilter
&nbsp;
cache:     ~
execution: ~</pre></div></div>

<p>In this case this filter is used for entire application. When you need to cover with checker only few actions please use other ways, like <a href="http://www.symfony-project.org/api/1_4/sfAction#method_preexecute" title="preExecute" target="_blank">preExecute</a> method of an Action.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2012/03/03/how-to-stop-symfony-project-execution-from-a-filter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2012/03/03/how-to-stop-symfony-project-execution-from-a-filter/</feedburner:origLink></item>
		<item>
		<title>Samsung SmartTV Application for internetTV.ch</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/9P0KHEZXzBk/</link>
		<comments>http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/#comments</comments>
		<pubDate>Tue, 14 Feb 2012 14:09:48 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[AppFramework]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[Samsung]]></category>
		<category><![CDATA[SmatTV]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=242</guid>
		<description><![CDATA[Finished Samsung SmartTV application for my client internetTV.ch.
Project aimed to show videos on demand and live videos, separated by rubrics and ITV channels.
Here is screenshots of the application in the SmartTV emulator and from my Samsung SmartTV device:
Apart from the App (client side)  [...]]]></description>
			<content:encoded><![CDATA[<p>Finished Samsung SmartTV application for my client <a href="http://www.internettv.ch" target="_blank">internetTV.ch</a>.</p>
<p>Project aimed to show videos on demand and live videos, separated by rubrics and ITV channels.</p>
<p>Here is screenshots of the application in the SmartTV emulator and from my Samsung SmartTV device:</p>
<p>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/dsc_1745/' title='DSC_1745'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/DSC_1745-150x150.jpg" class="attachment-thumbnail" alt="DSC_1745" title="DSC_1745" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/dsc_1746/' title='DSC_1746'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/DSC_1746-150x150.jpg" class="attachment-thumbnail" alt="DSC_1746" title="DSC_1746" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/dsc_1747/' title='DSC_1747'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/DSC_1747-150x150.jpg" class="attachment-thumbnail" alt="DSC_1747" title="DSC_1747" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/dsc_1748/' title='DSC_1748'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/DSC_1748-150x150.jpg" class="attachment-thumbnail" alt="DSC_1748" title="DSC_1748" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/smarttv_sport_flipside/' title='smarttv_sport_flipside'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/smarttv_sport_flipside-150x150.png" class="attachment-thumbnail" alt="smarttv_sport_flipside" title="smarttv_sport_flipside" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/live_stream/' title='live_stream'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/live_stream-150x150.png" class="attachment-thumbnail" alt="live_stream" title="live_stream" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/smarttv_sport_rubrik/' title='smarttv_sport_rubrik'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/smarttv_sport_rubrik-150x150.png" class="attachment-thumbnail" alt="smarttv_sport_rubrik" title="smarttv_sport_rubrik" /></a>
<a href='http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/smarttv_home/' title='smarttv_home'><img width="150" height="150" src="http://www.alexfilatov.com/wp-content/uploads/2012/02/smarttv_home-150x150.png" class="attachment-thumbnail" alt="smarttv_home" title="smarttv_home" /></a>
</p>
<p>Apart from the App (client side) implemented server side API for getting information about rubriks/channels/videos.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2012/02/14/samsung-smarttv-application-for-internettv-ch/</feedburner:origLink></item>
		<item>
		<title>Install OpenVideoPlayer (ovp) in Flex project with Maven</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/SdZt4-Afapo/</link>
		<comments>http://www.alexfilatov.com/2011/06/28/install-openvideoplayer-ovp-in-flex-project-with-maven/#comments</comments>
		<pubDate>Tue, 28 Jun 2011 13:09:16 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Flex]]></category>
		<category><![CDATA[Nice to Have]]></category>
		<category><![CDATA[flex]]></category>
		<category><![CDATA[maven]]></category>
		<category><![CDATA[openvideoplayer]]></category>
		<category><![CDATA[ovp]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=215</guid>
		<description><![CDATA[Just faced an issue that cannot find openvideoplayer in maven repositories to simple add this as dependency.
Here is how to do it without official repo.
1. Download core-bin ovp from this location http://openvideoplayer.sourceforge.net/downloads
2. Unpack from &#8216;bin&#8217; folder &#8216;owp_core.swc&#8217; file.
3.  [...]]]></description>
			<content:encoded><![CDATA[<p>Just faced an issue that cannot find openvideoplayer in maven repositories to simple add this as dependency.<br />
Here is how to do it without official repo.</p>
<p>1. Download core-bin ovp from this location http://openvideoplayer.sourceforge.net/downloads<br />
2. Unpack from &#8216;bin&#8217; folder &#8216;owp_core.swc&#8217; file.<br />
3. Run this command</p>
<pre>mvn install:install-file -Dfile=/path/to/lib/owp_core.swc \
-DgroupId=org.openvideoplayer \
-DartifactId=ovp \
-Dversion=2.1.6 \
-Dpackaging=swc \
-DgeneratePom=true</pre>
<p>4. Add dependency to your pom</p>
<pre>&lt;dependency&gt;
  &lt;groupId&gt;org.openvideoplayer&lt;/groupId&gt;
  &lt;artifactId&gt;ovp&lt;/artifactId&gt;
  &lt;version&gt;2.1.6&lt;/version&gt;
  &lt;type&gt;swc&lt;/type&gt;
&lt;/dependency&gt;</pre>
<p>That&#8217;s it!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2011/06/28/install-openvideoplayer-ovp-in-flex-project-with-maven/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2011/06/28/install-openvideoplayer-ovp-in-flex-project-with-maven/</feedburner:origLink></item>
		<item>
		<title>Install Hamachi for Ubuntu</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/kx559YV9uG0/</link>
		<comments>http://www.alexfilatov.com/2011/06/20/install-hamachi-for-ubuntu/#comments</comments>
		<pubDate>Mon, 20 Jun 2011 08:33:39 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[Nice to Have]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=210</guid>
		<description><![CDATA[Sometimes you need to have access to a computer within some network for different purposes: remote assistance, server administration, play network games with people behind firewall  
For those cases Hamachi is what you need.
So, the following are steps what to do:
1. install hamachi from here  [...]]]></description>
			<content:encoded><![CDATA[<p>Sometimes you need to have access to a computer within some network for different purposes: remote assistance, server administration, play network games with people behind firewall <img src='http://www.alexfilatov.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>For those cases Hamachi is what you need.</p>
<p>So, the following are steps what to do:</p>
<p>1. install hamachi from here https://secure.logmein.com/US/labs/ (I have 64-bit Ubutnu so I downloaded 64-bit deb file)</p>
<pre>
sudo dpkg -i logmein-hamachi_2.0.1.15-1_amd64.deb
</pre>
<p>2. install haguichi with this commands:</p>
<pre>sudo add-apt-repository ppa:webupd8team/haguichi
sudo apt-get update
sudo apt-get install haguichi</pre>
<p>3. run haguichi (this is GNOME version, graphical)</p>
<p>&nbsp;</p>
<p>After that you can create your own networks or join to some other networks</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2011/06/20/install-hamachi-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2011/06/20/install-hamachi-for-ubuntu/</feedburner:origLink></item>
		<item>
		<title>Symfony sfMelodyPlugin Google Example</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/Xw1eh5Y_eZc/</link>
		<comments>http://www.alexfilatov.com/2011/02/21/symfony-sfmelodyplugin-google-example/#comments</comments>
		<pubDate>Mon, 21 Feb 2011 18:21:38 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=207</guid>
		<description><![CDATA[Just added an example for Symfony sfMelodyPlugin for Google. I think there should be such an example because It&#8217;s a bit more complicated then setup a melody for facebook.

Here it is: https://github.com/alexfilatov/sfMelodyPlugin
Notes:
key: anonymoussecret: anonymous
key: anonymous and secret:  [...]]]></description>
			<content:encoded><![CDATA[<p>Just added an example for Symfony sfMelodyPlugin for Google. I think there should be such an example because It&#8217;s a bit more complicated then setup a melody for facebook.</p>
<p><span id="more-207"></span></p>
<p>Here it is: <a href="https://github.com/alexfilatov/sfMelodyPlugin">https://github.com/alexfilatov/sfMelodyPlugin</a></p>
<p>Notes:</p>
<pre><span style="font-family: monospace;">key: anonymoussecret: anonymous</span></pre>
<p>key: anonymous and secret: anonymous &#8211; just for development purposes. In production you need to register your domain in Google.</p>
<pre><code>feed.author.0.name.</code></pre>
<p>This is how Google sends contacts data back. You can dump the contacts data response in <a href="https://github.com/gimler/sfOAuthPlugin">https://github.com/gimler/sfOAuthPlugin</a> (file sfOauth1.class.php, line 271)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2011/02/21/symfony-sfmelodyplugin-google-example/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2011/02/21/symfony-sfmelodyplugin-google-example/</feedburner:origLink></item>
		<item>
		<title>Install FFMpeg with x264 (H.264) on Ubuntu script</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/SHGqFlvRiwY/</link>
		<comments>http://www.alexfilatov.com/2010/12/10/install-ffmpeg-x264-h264-on-ubuntu-script/#comments</comments>
		<pubDate>Fri, 10 Dec 2010 07:14:18 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Nice to Have]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[ffmpeg]]></category>
		<category><![CDATA[h264]]></category>
		<category><![CDATA[x264]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=198</guid>
		<description><![CDATA[I&#8217;ve found very good article &#8220;HOWTO: Install and use the latest FFmpeg and x264&#8243;
But since my HDD has crashed and I needed to re-install all software on my Ubuntu box I decided to make a script with all commands from that article, please grab it here install_ffmpeg.sh.tar.gz
After download run  [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-thumbnail wp-image-237 alignright" title="ffmpeg" src="http://www.alexfilatov.com/wp-content/uploads/2010/12/ffmpeg-150x150.png" alt="" width="150" height="150" />I&#8217;ve found very good article <a href="http://ubuntuforums.org/showthread.php?t=786095" target="_blank">&#8220;HOWTO: Install and use the latest FFmpeg and x264&#8243;</a></p>
<p>But since my HDD has crashed and I needed to re-install all software on my Ubuntu box I decided to make a script with all commands from that article, please grab it here <a href="http://www.alexfilatov.com/wp-content/uploads/2010/12/install_ffmpeg.sh.tar.gz">install_ffmpeg.sh.tar.gz</a></p>
<p>After download run these commands:</p>
<pre>tar -xzf install_ffmpeg.sh.tar.gz
sh install_ffmpeg.sh</pre>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2010/12/10/install-ffmpeg-x264-h264-on-ubuntu-script/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2010/12/10/install-ffmpeg-x264-h264-on-ubuntu-script/</feedburner:origLink></item>
		<item>
		<title>Quickly add ssh public key to authorized keys file</title>
		<link>http://feedproxy.google.com/~r/alexfilatov/YEDL/~3/gOqr9KkWHqQ/</link>
		<comments>http://www.alexfilatov.com/2010/12/03/quickly-add-ssh-public-key-to-authorized-keys-file/#comments</comments>
		<pubDate>Fri, 03 Dec 2010 20:17:49 +0000</pubDate>
		<dc:creator>alex</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[ubuntu]]></category>

		<guid isPermaLink="false">http://www.alexfilatov.com/?p=196</guid>
		<description><![CDATA[ssh alex@192.168.0.103 'echo '`cat ~/.ssh/id_rsa.pub`' >> ~/.ssh/authorized_keys
There is a better way on Ubuntu to do so:

ssh-copy-id alex@192.168.0.103

Enjoy!
]]></description>
			<content:encoded><![CDATA[<pre>ssh alex@192.168.0.103 'echo '`cat ~/.ssh/id_rsa.pub`' >> ~/.ssh/authorized_keys</pre>
<p>There is a better way on Ubuntu to do so:</p>
<pre>
ssh-copy-id alex@192.168.0.103
</pre>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.alexfilatov.com/2010/12/03/quickly-add-ssh-public-key-to-authorized-keys-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		<feedburner:origLink>http://www.alexfilatov.com/2010/12/03/quickly-add-ssh-public-key-to-authorized-keys-file/</feedburner:origLink></item>
	</channel>
</rss>

