<?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>Communities, open web and technologies by Bogomil Shopov &#187; Mashup</title>
	<atom:link href="http://talkweb.eu/c/mashup/feed" rel="self" type="application/rss+xml" />
	<link>http://talkweb.eu</link>
	<description></description>
	<lastBuildDate>Sun, 05 Feb 2012 13:10:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>How to control HTML5 slides with your hands via webcam</title>
		<link>http://talkweb.eu/openweb/1105</link>
		<comments>http://talkweb.eu/openweb/1105#comments</comments>
		<pubDate>Tue, 31 Jan 2012 13:23:48 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Technologies]]></category>
		<category><![CDATA[HCI]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[motion]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1105</guid>
		<description><![CDATA[I had an idea to show kind of human computer interaction during my Fosdem talk. I may not use that, because I will not have time to polish it, but it works quite well if you want to use it. The Idea The idea is to control slides only by moving my hand, without any [...]]]></description>
			<content:encoded><![CDATA[<p>I had an idea to show kind of human computer interaction during my Fosdem talk. I may not use that, because I will not have time to polish it, but it works quite well if you want to use it.</p>
<p><strong>The Idea</strong><br />
The idea is to control slides only by moving my hand, without any devices in it. </p>
<p>The plan:<br />
0. My web-cam should detect my move<br />
1. After detection an event should be triggered<br />
2. As a final action the slide should move to the next one <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h2>Motion detect</h2>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ git clone https:<span style="color: #000000; font-weight: bold;">//</span>github.com<span style="color: #000000; font-weight: bold;">/</span>sackmotion<span style="color: #000000; font-weight: bold;">/</span>motion.git
$ <span style="color: #7a0874; font-weight: bold;">cd</span> motion
$ .<span style="color: #000000; font-weight: bold;">/</span>configure
$ <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #000000; font-weight: bold;">&amp;</span> <span style="color: #c20cb9; font-weight: bold;">make</span> <span style="color: #c20cb9; font-weight: bold;">install</span></pre></div></div>

<p><strong>Configure it</strong></p>
<p>Motion comes with a great almost working config file, so just copy it to make it &#8220;official&#8221;:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ <span style="color: #c20cb9; font-weight: bold;">cp</span>  <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>motion-dist.conf <span style="color: #000000; font-weight: bold;">/</span>usr<span style="color: #000000; font-weight: bold;">/</span>local<span style="color: #000000; font-weight: bold;">/</span>etc<span style="color: #000000; font-weight: bold;">/</span>motion-dist.conf</pre></div></div>

<p>Open it, search for those values, edit them and read what are they for:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">;on_event_start value
event_gap <span style="color: #000000;">60</span></pre></div></div>

<p>to become:</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">on_event_start xdotool key Right <span style="color: #000000; font-weight: bold;">/</span>OR xdotool search <span style="color: #ff0000;">&quot;Mozilla Firefox&quot;</span> windowactivate <span style="color: #660033;">--sync</span> key <span style="color: #660033;">--clearmodifiers</span> Right<span style="color: #000000; font-weight: bold;">/</span>
event_gap <span style="color: #000000;">1</span></pre></div></div>

<h2>Event triggering</h2>
<p>You may need to install <em>xdotool</em> using your package manager. This tool allows you to emulate keyboard action in different combinations, but I will need to emulate pressing the right arrow key.</p>
<p>How it works:</p>
<blockquote><p>When web-cam detects movement an event emulating &#8216;right arrow&#8217; key is pressed. Since I am using HTML5  <a href="http://paulrouget.com/e/dzslides2beta/">DZslides from here</a>, this allows me to move to next slide only with moving my hand in front of my webcam.</p></blockquote>
<h2>Run</h2>
<p>Run it and move your hand in front of your camera. You may want to turn on the logging to see the motion detection and the event detection if it&#8217;s not working at first.</p>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;">$ motion</pre></div></div>

<p>If you have any questions, please let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1105/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>I am Wikileak&#8217;ed</title>
		<link>http://talkweb.eu/openweb/1098</link>
		<comments>http://talkweb.eu/openweb/1098#comments</comments>
		<pubDate>Mon, 30 Jan 2012 10:46:18 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Closed Technologies]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=1098</guid>
		<description><![CDATA[A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks: (SBU) A Bulgarian Green Party leader and two other Bulgarian activists have started a petition to establish a Bulgarian &#8220;Pirate Party&#8221; which advocates for free downloading of copyrighted materials among other things. Under Bulgarian [...]]]></description>
			<content:encoded><![CDATA[<p>A friend of mine just show me a info about my efforts to establish Pirate Party in Bulgaria published on Wikileaks:</p>
<blockquote><p>
(SBU) A Bulgarian Green Party leader and two other Bulgarian<br />
activists have started a petition to establish a Bulgarian &#8220;Pirate<br />
Party&#8221; which advocates for free downloading of copyrighted materials<br />
among other things.  Under Bulgarian law, 5,000 signatures are<br />
required for a political party to be formally established.  Given<br />
the fact that Bulgaria&#8217;s Green Party has generally attracted less<br />
than one percent of the vote in national and EU elections, it is<br />
unlikely that the fledgling Pirate Party would surpass the four<br />
percent voting threshold needed to win a seat in Parliament.<br />
Nonetheless, if this new party begins to win support from the<br />
general public, IPR enforcement and legislation could face political<br />
obstacles in Parliament in the future.
</p></blockquote>
<p>P.S Bulgarian Green Party leader == me <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /><br />
<a href="http://wikileaks.org/cable/2009/10/09SOFIA603.html">Source</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/1098/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing #JRebel on #Fedora and #Eclipse Helios</title>
		<link>http://talkweb.eu/openweb/963</link>
		<comments>http://talkweb.eu/openweb/963#comments</comments>
		<pubDate>Tue, 18 Oct 2011 11:53:16 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[java]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Jrebel]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=963</guid>
		<description><![CDATA[Since we launched free version of JRebel for non-commercial products called JRebel Social I was curios how fast I can install it on my Fedora 15. I thought it will be a hard task, but I was surprised how easy I done it. What is JRebel? First of all this is a must have tool [...]]]></description>
			<content:encoded><![CDATA[<p>Since we launched free version of JRebel for non-commercial products called JRebel Social I was curios how fast I can install it on my Fedora 15. I thought it will be a hard task, but I was surprised how easy I done it.</p>
<h1>What is JRebel?</h1>
<p> First of all this is a <strong>must have tool for every Java developer</strong>. Why? <a href="http://static.zeroturnaround.org/pdf/jrebel-dev2dev.pdf">See this cool PDF for an great answer to that question.</a> or watch this video.</p>
<p><iframe width="480" height="360" src="http://www.youtube.com/embed/4JGGFCzspaY" frameborder="0" allowfullscreen></iframe></p>
<h1>0. Let&#8217;s install Eclipse HELIOS first via yum.</h1>

<div class="wp_syntax"><div class="code"><pre class="bash" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">#yum install eclipse</span></pre></div></div>

<blockquote><p>Note: It does install and JDK also, so you don&#8217;t have to be worried about that anymore <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p></blockquote>
<h1>1. Install the Eclipse Market place</h1>
<p>Eclipse market place is not installed by default on Fedora&#8217;s version so you will need to do that.<br />
1. Click on Help >> Install new software<br />
2. Choose &#8220;All available sites&#8221; and write &#8220;marketplace&#8221; like shown here:</p>
<p><img src="http://talkweb.eu/wp-content/uploads/2011/10/snapshot1.png" alt="" title="snapshot1" width="555" class="alignnone size-full wp-image-967" /><br />
3. Install it</p>
<h1>2. Install JRebel</h1>
<blockquote><p>Click on Help >> Eclipse Marketplace and choose/ search for JRebel and click on install:</p></blockquote>
<p><img src="http://talkweb.eu/wp-content/uploads/2011/10/snapshot2.png" alt="" title="snapshot2" width="555" class="alignnone size-full wp-image-970" /></p>
<blockquote><p>Select all of these, if you are not sure what to do or read more about them <a href="http://www.zeroturnaround.com/jrebel/eclipse-jrebel-tutorial/#1">here</a>:</p></blockquote>
<p><img src="http://talkweb.eu/wp-content/uploads/2011/10/snapshot3.png" alt="" title="snapshot3" width="555"  class="alignnone size-full wp-image-971" /></p>
<blockquote><p>Read and accept the JRebel License and click on Finish button</p></blockquote>
<h1>3 Configure</h1>
<blockquote><p>Go and login to <a href="https://social.jrebel.com/">https://social.jrebel.com/</a> in order to get a FREE (yes no money charged) license for JRebel</p></blockquote>
<p><img src="http://www.zeroturnaround.com/wp-content/uploads/2011/09/jrsoc_front_page1.png" alt="JRebel Social login page" width="555"/></p>
<blockquote><p>
Register and follow the menu to activate your license</p></blockquote>
<blockquote><p>
Start the eclipse and choose you will use JRebel Social:</p></blockquote>
<p><img src="http://www.zeroturnaround.com/wp-content/uploads/2011/09/100_js10.png" alt="Jrebel Social and Eclipse" width="555" /></p>
<h1>Working with it</h1>
<p>Read more how to use it  <a href="http://www.zeroturnaround.com/jrebel/eclipse-jrebel-tutorial/#4">here with screenshots and instructions</a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/963/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Subscribe to my RSS and win a free postcard (via snailmail)</title>
		<link>http://talkweb.eu/openweb/862</link>
		<comments>http://talkweb.eu/openweb/862#comments</comments>
		<pubDate>Fri, 27 May 2011 14:10:56 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Technologies]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=862</guid>
		<description><![CDATA[Hello, If you don&#8217;t know me, my name is Bogomil &#8211; Bogo for short. I am from Europe (Bulgaria). I am an openweb hacker and a community enchanter (because I help people to create magic with their skills). I am writing here about OpenWeb, FOSS Community management, hacking, Javascript, PHP and different interesting stuff and [...]]]></description>
			<content:encoded><![CDATA[<p>Hello,<br />
If you don&#8217;t know me, my name is Bogomil &#8211; Bogo for short. I am from Europe (Bulgaria).</p>
<p><a href="http://talkweb.eu/about">I am an openweb hacker and a community enchanter </a>(because I help people to create magic with their skills).</p>
<p>I am writing here about OpenWeb,  FOSS Community management, hacking, Javascript, PHP and different interesting stuff and if you subscribe to my RSS feed (<a href="http://feeds.feedburner.com/talkweb/openweb">click here to do that</a>) and if you send me your address (<a href="http://talkweb.eu/contact-me">click here to send it to me via secure form</a>) I promise I will send you a nice postcard using snail mail or I can buy you a beer if we meet somewhere. </p>
<h1>Visit my blog</h1>
<p>If you are coming from a planet or a link, <a href="http://talkweb.eu/blog">please visit my blog</a> to see what I am writing about.</p>
<p>Thanks,<br />
Bogo </p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/862/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Yet another benchmark test.</title>
		<link>http://talkweb.eu/openweb/833</link>
		<comments>http://talkweb.eu/openweb/833#comments</comments>
		<pubDate>Tue, 24 May 2011 16:07:34 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=833</guid>
		<description><![CDATA[Today I found another benchmark test on presentation. Here are results: Detailed results are available here.. The Unknown browser is Dooble and Safari &#8211; unknown is rekonq, Firefox 6.0.1 is latest nightly. My systems runs latest Ubuntu.]]></description>
			<content:encoded><![CDATA[<p>Today I found <a href="http://clients.futuremark.com/peacekeeper/faq.action">another benchmark test</a> on presentation. </p>
<p>Here are results:</p>
<p><img src="http://talkweb.eu/wp-content/uploads/2011/05/bs.png" alt="" title="bs" width="462" height="230" class="alignnone size-full wp-image-834" /></p>
<p>Detailed results are<a href="http://clients.futuremark.com/peacekeeper/results.action?key=5zkL"> available here.</a>.<br />
The Unknown browser is <a href="http://dooble.sourceforge.net/">Dooble</a> and Safari &#8211; unknown is <a href="http://rekonq.kde.org/">rekonq</a>, Firefox 6.0.1 is latest nightly.</p>
<p>My systems runs latest Ubuntu.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/833/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>What is #OpenData</title>
		<link>http://talkweb.eu/openweb/780</link>
		<comments>http://talkweb.eu/openweb/780#comments</comments>
		<pubDate>Thu, 12 May 2011 13:34:16 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Kindle]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Open Technologies]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=780</guid>
		<description><![CDATA[#opendata from Open Knowledge Foundation on Vimeo.]]></description>
			<content:encoded><![CDATA[<p><iframe src="http://player.vimeo.com/video/21711338?title=0&amp;byline=0&amp;portrait=0" width="400" height="225" frameborder="0"></iframe>
<p><a href="http://vimeo.com/21711338">#opendata</a> from <a href="http://vimeo.com/okf">Open Knowledge Foundation</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/780/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pirate Party member Azyz Ammami beaten in detainment</title>
		<link>http://talkweb.eu/openweb/533</link>
		<comments>http://talkweb.eu/openweb/533#comments</comments>
		<pubDate>Tue, 11 Jan 2011 17:34:53 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[pirates]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=533</guid>
		<description><![CDATA[Internal sources from Tunisia confirm that jailed Pirate Party member Azyz Ammami has been beaten by police officers. Furthermore, he was forced to take a pro-regime lawyer instead of his own. Pirate Party members Azyz Ammani and Slim were imprisoned on Friday and  are being charged on account of anonymous DDoS attacks with degradation of [...]]]></description>
			<content:encoded><![CDATA[<p>Internal sources from Tunisia confirm that jailed Pirate Party member Azyz Ammami has been beaten by police officers. Furthermore, he was forced to take a pro-regime lawyer instead of his own.</p>
<p>Pirate Party members <strong>Azyz Ammani and Slim</strong> <a href="http://english.aljazeera.net/news/africa/2011/01/20111718360234492.html">were imprisoned on Friday</a> and  are being charged on account of anonymous DDoS attacks with degradation of state property. There is currently no contact with them and it is not known whether the charges will be dropped or the case will go forward.</p>
<p>Pirate  Parties International urges European and Tunisian politicians to  intervene and ensure that Azyz&#8217;s and Slim&#8217;s human rights are respected.</p>
<p><a href="http://talkweb.eu/wp-content/uploads/2011/01/201113131644799876_20.jpg"><img class="alignnone size-medium wp-image-535" title="201113131644799876_20" src="http://talkweb.eu/wp-content/uploads/2011/01/201113131644799876_20-300x198.jpg" alt="" width="300" height="198" /></a></p>
<p><strong><strong>Update (12.01)</strong>: More <a href="http://translate.google.com/translate?js=n&#038;prev=_t&#038;hl=en&#038;ie=UTF-8&#038;layout=2&#038;eotf=1&#038;sl=bg&#038;tl=en&#038;u=http%3A%2F%2Fefb.bg%2F%3Fp%3D497">info here</a> (Google translated). We have notified a lot of MEP&#8217;s and some news stations (in Bulgaria) and our ambassador in Tunisia. </strong></p>
<p><strong>The arrests come in the context of a &#8220;cyberwar&#8221; between the Tunisian authorities and web activists, who have been struggling to break through the country’s extensive censorship wall.</strong></p>
<p>(picture by Aljazeera)</p>
<h2>Please contact your governments and MEP to help freedom of speech and fight against censorship and violence.</h2>
<p>Share:<br />
<script type="text/javascript">
(function() {
var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
s.type = 'text/javascript';
s.async = true;
s.src = 'http://widgets.digg.com/buttons.js';
s1.parentNode.insertBefore(s, s1);
})();
</script><br />
<a class="DiggThisButton DiggMedium"></a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/533/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Diaspora* privacy is a myth?</title>
		<link>http://talkweb.eu/openweb/509</link>
		<comments>http://talkweb.eu/openweb/509#comments</comments>
		<pubDate>Mon, 10 Jan 2011 08:31:40 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Closed Technologies]]></category>
		<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Open Technologies]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=509</guid>
		<description><![CDATA[One of the good things about Diaspora* project is it&#8217;s privacy. Anyone is able to delete ALL data from a POD and to move to another POD or just to use any other way to connect with friends. I have created 3 accounts on joindiaspora.com, diasp.eu and diasp.org. After few weeks I have deleted 2 [...]]]></description>
			<content:encoded><![CDATA[<p>One of the good things about<a href="http://www.readwriteweb.com/archives/diaspora_project_building_the_anti-facebook.php"> Diaspora* project</a> is it&#8217;s privacy. Anyone is able to delete ALL data from a POD and to move to another POD or just to use any other way to connect with friends.</p>
<p>I have created 3 accounts on joindiaspora.com, diasp.eu and diasp.org. After few weeks I have deleted 2 oh them and after another few weeks, the information about my accounts is still visible via search.</p>
<p><a href="http://talkweb.eu/wp-content/uploads/2011/01/diasp.png"><img src="http://talkweb.eu/wp-content/uploads/2011/01/diasp.png" alt="" title="diasp" width="637" height="296" class="alignnone size-full wp-image-510" /></a></p>
<p>I still don&#8217;t see how my privacy is protected here. Fail or a bug?</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/509/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Word Cloud during the keynotes (#moz10)</title>
		<link>http://talkweb.eu/openweb/334</link>
		<comments>http://talkweb.eu/openweb/334#comments</comments>
		<pubDate>Wed, 07 Jul 2010 18:11:07 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=334</guid>
		<description><![CDATA[#moz10]]></description>
			<content:encoded><![CDATA[<p><a href="http://talkweb.eu/wp-content/uploads/2010/07/wordcloud-keynotes.png"><img class="alignnone size-medium wp-image-335" title="wordcloud-keynotes" src="http://talkweb.eu/wp-content/uploads/2010/07/wordcloud-keynotes-300x185.png" alt="" width="300" height="185" /></a></p>
<p>#moz10</p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/334/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Many browsers on Fedora (Safari and IE)</title>
		<link>http://talkweb.eu/openweb/289</link>
		<comments>http://talkweb.eu/openweb/289#comments</comments>
		<pubDate>Wed, 30 Jun 2010 08:53:16 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Safari]]></category>

		<guid isPermaLink="false">http://talkweb.eu/?p=289</guid>
		<description><![CDATA[If you need a lot of browsers, like me, to test some web stuff, this info can be useful for you. Safari on Fedora 1. You need Wine (yum install wine*) 2. Download Safari from here (choose &#8211; Safari 5.0 for Windows XP, Vista or 7) 3. Click on exe file to install. 4. Done [...]]]></description>
			<content:encoded><![CDATA[<p>If you need a lot of browsers, like me, to test some web stuff, this info can be useful for you.</p>
<h2><strong>Safari on Fedora</strong></h2>
<ul>
<li> 1. You need Wine (yum install wine*)</li>
<li> 2. Download Safari<a href="http://www.apple.com/safari/download/"> from here</a> (choose &#8211; Safari 5.0 for Windows XP, Vista or 7)</li>
<li> 3. Click on exe file to install.</li>
<li> 4. Done</li>
</ul>
<p><a href="http://talkweb.eu/wp-content/uploads/2010/06/safari-fedora.png"><img class="alignnone size-medium wp-image-290" title="safari-fedora" src="http://talkweb.eu/wp-content/uploads/2010/06/safari-fedora-300x191.png" alt="" width="300" height="191" /></a></p>
<h2><strong>IE on Fedora</strong></h2>
<p>I know, yes, I know. What a hell I need IE on Linux. Some of my clients still using this &#8216;most used browser&#8217;&#8230;</p>
<blockquote>
<pre>yum -y install wine*
yum -y install cabextract
</pre>
</blockquote>
<p>Get the package and install it. But before that, read the legal stuff f<a href="http://www.tatanka.com.br/ies4linux/page/Legal_notices">rom here</a>.  Yes, IE is FREE, but you still NEED a valid license for Windows to use it. WTF?!?</p>
<blockquote>
<pre>wget http://www.tatanka.com.br/ies4linux/downloads/ies4linux-latest.tar.gz
tar zxvf ies4linux-latest.tar.gz
cd ies4linux-*
./ies4linux
</pre>
</blockquote>
<p><a href="http://talkweb.eu/wp-content/uploads/2010/06/ie-fedora.png"><img class="alignnone size-full wp-image-293" title="ie-fedora" src="http://talkweb.eu/wp-content/uploads/2010/06/ie-fedora.png" alt="" width="430" height="154" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/289/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increasing the OpenID security through the mobile telephone SIM card as a combination of elliptic curves and Diffe-Hellman algorithms</title>
		<link>http://talkweb.eu/openweb/188</link>
		<comments>http://talkweb.eu/openweb/188#comments</comments>
		<pubDate>Mon, 15 Feb 2010 16:29:39 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://mozgull.bogomil.info/?p=188</guid>
		<description><![CDATA[You can see the slides from my speech about how to Increase the OpenID security through the mobile telephone SIM card as a combination of elliptic curves and Diffe-Hellman algorithms: Secure OpenID View more presentations from Bogomil Shopov.]]></description>
			<content:encoded><![CDATA[<p>You can see the slides from my speech about how to Increase the <strong>OpenID security</strong> through the mobile telephone SIM card as a combination of <a href="http://en.wikipedia.org/wiki/Elliptic_curve">elliptic curves</a> and <a href="http://en.wikipedia.org/wiki/Diffie%E2%80%93Hellman_key_exchange">Diffe-Hellman</a> algorithms:</p>
<div style="width:425px;text-align:left" id="__ss_766887"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/bogomil/SEPOpenID-s" title="Secure OpenID">Secure OpenID</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=SEPOpenIDs-122708531667-phpapp03&#038;stripped_title=SEPOpenID-s" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=SEPOpenIDs-122708531667-phpapp03&#038;stripped_title=SEPOpenID-s" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/bogomil">Bogomil Shopov</a>.</div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/188/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>This month in Pictures</title>
		<link>http://talkweb.eu/openweb/158</link>
		<comments>http://talkweb.eu/openweb/158#comments</comments>
		<pubDate>Fri, 29 Jan 2010 10:29:34 +0000</pubDate>
		<dc:creator>Bogo</dc:creator>
				<category><![CDATA[Mashup]]></category>

		<guid isPermaLink="false">http://mozgull.bogomil.info/?p=158</guid>
		<description><![CDATA[1. Freedom On January 14th , 2010 there was a massive protest around the Parliament building in Sofia under the slogan “Bulgaria is not Big Brother, 2010 is not 1984”. The protest unites citizens, political parties and many organizations around their demand against the latest change in the data retention legislation. Here I am: 2. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>1. Freedom</strong><br />
On January 14th , 2010 there was a massive protest around the Parliament building in Sofia under the slogan “Bulgaria is not Big Brother, 2010 is not 1984”. The protest unites citizens, political parties and many organizations around their demand against the latest change in the data retention legislation.</p>
<p>Here I am:<br />
<img class="alignnone size-full wp-image-164" title="17457_1358226195300_1220860326_1077928_5101268_n" src="http://mozgull.bogomil.info/wp-content/uploads/2010/01/17457_1358226195300_1220860326_1077928_5101268_n.jpg" alt="17457_1358226195300_1220860326_1077928_5101268_n" width="500" /><br />
<img class="alignnone size-large wp-image-162" title="dscf9894" src="http://mozgull.bogomil.info/wp-content/uploads/2010/01/dscf9894-1024x768.jpg" alt="dscf9894"width="500" /></p>
<p><strong>2. Family</strong><br />
Daddy, could you walk faster, please. Mammy, please keep us on focus <img src='http://talkweb.eu/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><img src="http://mozgull.bogomil.info/wp-content/uploads/2010/01/dscf9961-1024x768.jpg" alt="dscf9961" title="dscf9961" width="500" class="alignnone size-large wp-image-161" /></p>
<p>3. The fucking weather</p>
<p>Last week, the weather surprise us all. -21 C is a temperature level for Scandinavia, not for Bulgaria: </p>
<p><img src="http://mozgull.bogomil.info/wp-content/uploads/2010/01/dscf9977-1024x768.jpg" alt="dscf9977" title="dscf9977" width="500" class="alignnone size-large wp-image-160" /></p>
<p><img src="http://mozgull.bogomil.info/wp-content/uploads/2010/01/dscf9978-1024x768.jpg" alt="dscf9978" title="dscf9978" width="500" class="alignnone size-large wp-image-159" /></p>
]]></content:encoded>
			<wfw:commentRss>http://talkweb.eu/openweb/158/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

