<?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>new Johan();</title>
	<atom:link href="http://johan.ro/feed/?lang_view=en" rel="self" type="application/rss+xml" />
	<link>http://johan.ro</link>
	<description>keep it simple, stupid!</description>
	<lastBuildDate>Sat, 14 Nov 2009 16:46:57 +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>Welcome to HTTP REQUESTS hell. Concatenate javascript files!</title>
		<link>http://johan.ro/tech/welcome-to-http-requests-hell-concatenate-javascript-files/</link>
		<comments>http://johan.ro/tech/welcome-to-http-requests-hell-concatenate-javascript-files/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 16:44:18 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=85</guid>
		<description><![CDATA[I often find myself looking through other websites sources, and find something like this :
Mereu mă uit prin sursa siturilor pe care intru și dau de așa ceva:

That, my friends causes the webserver to answer 8 requests everytime you load a page. For static content, of course. Now you tell me why on earth don&#8217;t [...]]]></description>
			<content:encoded><![CDATA[<p>I often find myself looking through other websites sources, and find something like this :<br />
Mereu mă uit prin sursa siturilor pe care intru și dau de așa ceva:</lang_ro><lang_en><br />
<img class="alignnone size-full wp-image-86" title="screen" src="http://johan.ro/uploads/screen.png" alt="screen" width="329" height="188" /></p>
<p>That, my friends causes the webserver to answer 8 requests everytime you load a page. For static content, of course. Now you tell me why on earth don&#8217;t people concatenate those files into a single output to save the webserver the extra work to response 8 requests when it can only answer one.<br />
This bugged me ever since we started having problems caused by the abundance of users at <a href="http://craiovaforum.ro" target="_blank">craiovaforum</a> which was causing apache to crash because of too many requests. Why not save 7 requests by simply concatenating the js files together?<br />
Ok you might ask : &#8220;But I want to modify them , why have a single file to work on?&#8221;<br />
The answer is simple and I made a simple php script for you:</p>
<pre>
< ?php
  $dir = "./js";
  if(is_dir($dir)){
    foreach(scandir($dir) as $file) {
      if(substr($file,-3,3) === '.js') {
	echo file_get_contents(realpath($dir.'/'.$file));
      }
    }
  }
?>
</pre>
<p>This way you simply add a  &lt;script src=&#8221;http://yoursite.com/script.php&#8221; type=&#8221;text/javascript&#8221;&gt;&lt;/script&gt; and voilá.<br />
Please, save the webservers!</p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/tech/welcome-to-http-requests-hell-concatenate-javascript-files/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Music &#8211; My passion (New stuff)</title>
		<link>http://johan.ro/music/music-my-passion-new-stuff/</link>
		<comments>http://johan.ro/music/music-my-passion-new-stuff/#comments</comments>
		<pubDate>Sat, 14 Nov 2009 15:21:33 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=82</guid>
		<description><![CDATA[For me, music has always been a passion. Not only to listen music, but also to create. Recently I bought a microphone (not for voice recording, don&#8217;t look too far) for instrument recording, specifically to record the sound of the guitar amplifier. The technique is call &#8220;amp micing&#8221; and it&#8217;s being used by about everyone [...]]]></description>
			<content:encoded><![CDATA[<p>For me, music has always been a passion. Not only to listen music, but also to create. Recently I bought a microphone (not for voice recording, don&#8217;t look too far) for instrument recording, specifically to record the sound of the guitar amplifier. The technique is call &#8220;amp micing&#8221; and it&#8217;s being used by about everyone who&#8217;s recording electric guitars and it&#8217;s as simple as it gets: you place a dynamic microphone very close to the speaker which serves the amplifier. The technique is explained thoroughly <a href="http://www.youtube.com/watch?v=GcD9-yQjDfM" target="_blank" rel="nofollow">here</a>.<br />
I decided to buy a <a href="http://www.thomann.de/gb/the_tbone_mb75.htm" target="_blank" rel="nofollow">T.Bone MB75</a> after listening to some recordings on youtube and after reading some reviews. T.Bone MB75 is a Shure SM 57 copy (which , of course , has triple the price).<br />
So far I&#8217;m happy with it, nothing to complain about, everything depends on how I use it though (soundcard, recording volume).<br />
I did a little experiment today with a flanger effect from the guitar processor. You have to pump the volume a little, it&#8217;s quite silent because I recorded it at low volume.</p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/music/music-my-passion-new-stuff/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Opera 10: the future is very bright</title>
		<link>http://johan.ro/tech/opera-10-viitorul-suna-bine-future-is-very-bright/</link>
		<comments>http://johan.ro/tech/opera-10-viitorul-suna-bine-future-is-very-bright/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 10:15:49 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[tech]]></category>
		<category><![CDATA[engadget]]></category>
		<category><![CDATA[opera]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=54</guid>
		<description><![CDATA[It&#8217;s been quite a while since I&#8217;ve written a blog post, but nothing that impressed me this much hasn&#8217;t happend in the past year. Also I&#8217;m very active on Twitter you can follow me there.
Enough with the introduction , let&#8217;s cut tot the chase.
Since I don&#8217;t follow too many tech sites (mostly because I&#8217;m lazy [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s been quite a while since I&#8217;ve written a blog post, but nothing that impressed me this much hasn&#8217;t happend in the past year. Also I&#8217;m very active on <a href="http://twitter.com/JohanX">Twitter</a> you can follow me there.<br />
Enough with the introduction , let&#8217;s cut tot the chase.</p>
<p>Since I don&#8217;t follow too many tech sites (mostly because I&#8217;m lazy and always forget to add them to the feedreader) I visit those websites from time to time. This morning I opened <a href="http://engadget.com">Engadget</a> and suddenly I was like O_O . There were news about Opera 10, and as the title said: <a href="http://www.engadget.com/2009/06/16/opera-unite-a-cloud-based-promise-to-reinvent-the-web-again/">Opera Unite: a cloud-based promise to &#8216;reinvent the web,&#8217; again</a><br />
I was puzzled . I didn&#8217;t know what was that all about. Since I&#8217;m a diehard Opera fan and quite a curious person, I read the article, I watched the youtube video and fell in love with the concept: <a href="http://unite.opera.com/">Opera Unite</a>.<br />
The next second I downloaded the beta, and began playing with the features. The more I advanced throughout the new features, the more enthusiastic I became.</p>
<p>So what is this all about. I will try to write my impression of it and what <em>I</em> think it is.</p>
<p>Opera Unite is a service that facilitates peer-to-peer sharing of files, media, photos, together with a chat hosted on your pc and a place where people can leave &#8220;post-its&#8221; on your &#8220;fridge&#8221; (which is also hosted on your pc). Opera Unite also has a simple web server , which runs exclusively on your pc. Opera unite just serves the links to the world, all the content being located on your pc. I think of Unite as a great sharing tool, which can make your work easier, you ability to enjoy sharing things with friends, all in one place, without having to use multiple services hosted in different places.<br />
I already tested all the features of the great new version and I&#8217;m very impressed.<br />
The first thing that came to my mind was the new power that is give to Linux users who are greatly dissadvantaged by out-of-date apps (eg. Skype, Yahoo! Messenger, etc.) because of the lack of company interest in this market. Opera has always been devoted to all operating systems, and the browser is the same everywhere. The new features will help a linux user share files easier than before (since file transfer on most protocol is slow or unsupported).<br />
So the big features of Opera Unite are :</p>
<ul>
<li>File sharing &#8212; secure, peer-to-peer file sharing , directly from your computer</li>
<li>Web server &#8212; a simple web server hosted on you pc</li>
<li>Media player &#8212; listen and share your music collection</li>
<li>Photo sharing &#8212; share your photos into a nice gallery with ease, directly from your pc</li>
<li>Lounge &#8212; an ajax chat hosted directly on your computer</li>
<li>Fridge &#8212; a fridge door where people can leave you notes</li>
</ul>
<p>Along with Opera Unite, Opera 10 has some great new features that include:</p>
<ul>
<li>HTML email composing</li>
<li>Visual tabs &#8212; a very nice feature with which you can see your tabs as thumbnails, and still use them as tabs</li>
<li>Opera Dragonfly &#8212; an <strong>improved</strong> version of dragonfly. (I personally think it&#8217;s VERY close to firebug. I&#8217;m ditching firefox soon, for good)</li>
<li>A new default theme &#8212; More shiny , not as dark as the last one, I personally like it better</li>
<li>Opera Turbo &#8212; For those unfortunate to have a slow internet connection, Opera Turbo saves bandwith and makes browsing faster</li>
<li>Automatic Updates</li>
<li>Inline spellchecker &#8212; I used this in emails, it&#8217;s PRETTY good, and it has a ton of dictionaries</li>
</ul>
<p>Overall it&#8217;s a wonderfull piece of software (I wouldn&#8217;t have written this post if it wasn&#8217;t) with which I&#8217;m very impressed. Even though it&#8217;s beta, it seems pretty stable to me. But hey, we have automatic updates now, right?</p>
<p><a href="http://labs.opera.com/news/2009/06/16/">Download Opera 10</a></p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/tech/opera-10-viitorul-suna-bine-future-is-very-bright/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Samson and I</title>
		<link>http://johan.ro/personal/eu-si-samson/</link>
		<comments>http://johan.ro/personal/eu-si-samson/#comments</comments>
		<pubDate>Tue, 30 Sep 2008 12:56:02 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[haircut]]></category>
		<category><![CDATA[Kerry King]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=41</guid>
		<description><![CDATA[..lost their hair. At least I hope in my case my strength was not within the hair. So, after more than three and half years, I had a haircut. I was necesarry, since I wouldn&#8217;t wanted to become like Kerry. Now is time for missione: &#8220;Mighty Dwarf Beard&#8221;  
]]></description>
			<content:encoded><![CDATA[<p>..lost their hair. At least I hope in my case my strength was not within the hair. So, after more than three and half years, I had a haircut. I was necesarry, since I wouldn&#8217;t wanted to become like <a href="http://upload.wikimedia.org/wikipedia/commons/thumb/0/09/Kerry_King,_2006.jpg/800px-Kerry_King,_2006.jpg">Kerry</a>. Now is time for missione: &#8220;Mighty Dwarf Beard&#8221; <img src='http://johan.ro/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/personal/eu-si-samson/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Getting old here , help! ;(</title>
		<link>http://johan.ro/personal/getting-old-here-help/</link>
		<comments>http://johan.ro/personal/getting-old-here-help/#comments</comments>
		<pubDate>Fri, 29 Aug 2008 05:27:30 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[Happy Birthday]]></category>
		<category><![CDATA[La multi Ani]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=39</guid>
		<description><![CDATA[+1   ld:
]]></description>
			<content:encoded><![CDATA[<p>+1  <img src='http://johan.ro/wp-includes/images/smilies/icon_surprised.gif' alt=':o' class='wp-smiley' /> ld:</p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/personal/getting-old-here-help/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Where are we heading?</title>
		<link>http://johan.ro/cugetari/incotro-ne-indreptam/</link>
		<comments>http://johan.ro/cugetari/incotro-ne-indreptam/#comments</comments>
		<pubDate>Sat, 16 Aug 2008 06:53:21 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Cugetări]]></category>
		<category><![CDATA[america]]></category>
		<category><![CDATA[fuel]]></category>
		<category><![CDATA[global]]></category>
		<category><![CDATA[petrol]]></category>
		<category><![CDATA[problems]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=37</guid>
		<description><![CDATA[coming soon&#8230;
]]></description>
			<content:encoded><![CDATA[<p>coming soon&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/cugetari/incotro-ne-indreptam/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pentagram / Mezarkabul</title>
		<link>http://johan.ro/music/pentagram-mezarkabul/</link>
		<comments>http://johan.ro/music/pentagram-mezarkabul/#comments</comments>
		<pubDate>Mon, 11 Aug 2008 12:28:47 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[metal]]></category>
		<category><![CDATA[mezarkabul]]></category>
		<category><![CDATA[pentagram]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=34</guid>
		<description><![CDATA[If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get Flash Player from Adobe.
		
		
If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get Flash Player from Adobe.
		
		
If [...]]]></description>
			<content:encoded><![CDATA[<p><object type="application/x-shockwave-flash" style="width:448px;height:386px" data="http://www.youtube.com/v/Vl63cRjIcoo&amp;hl=en&amp;fs=1"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/Vl63cRjIcoo&amp;hl=en&amp;fs=1" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		<br />
<object type="application/x-shockwave-flash" style="width:448px;height:386px" data="http://www.youtube.com/v/ur07slWUduA&amp;hl=en&amp;fs=1"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/ur07slWUduA&amp;hl=en&amp;fs=1" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		<br />
<object type="application/x-shockwave-flash" style="width:448px;height:386px" data="http://www.youtube.com/v/BASps9HyAA8&amp;hl=en&amp;fs=1"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="quality" value="best" /><param name="wmode" value="transparent" /><param name="movie" value="http://www.youtube.com/v/BASps9HyAA8&amp;hl=en&amp;fs=1" /><param name="pluginspage" value="http://www.macromedia.com/go/getflashplayer" />If you can see this, then you might need a Flash Player upgrade or you need to install Flash Player if it's missing. Get <a href="http://get.adobe.com/flashplayer/" target="_blank">Flash Player</a> from Adobe.</object><br/>
		<!-- Valid XHTML flash object delivered by XHTML Video Embed. Get it at: http://saltwaterc.net/xhtml-video-embed -->
		<br />
I&#8217;ll let the videos speak for themselves</p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/music/pentagram-mezarkabul/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FINALLY!</title>
		<link>http://johan.ro/music/in-sfarsit/</link>
		<comments>http://johan.ro/music/in-sfarsit/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 21:40:16 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>
		<category><![CDATA[amp]]></category>
		<category><![CDATA[guitar]]></category>
		<category><![CDATA[peavey]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=32</guid>
		<description><![CDATA[
Peavey Rage 258

]]></description>
			<content:encoded><![CDATA[<div style="text-align: center">
<div class="wp-caption center" style="width: 410px"><a href="http://www.e-av.co.uk/products/BACGUIPEA258.jpg"><img title="Peavey Rage 258" src="http://www.e-av.co.uk/products/BACGUIPEA258.jpg" alt="Peavey Rage 258" width="400" height="400" /></a><p class="wp-caption-text">Peavey Rage 258</p></div>
</div>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/music/in-sfarsit/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Farewell sweet vacation!</title>
		<link>http://johan.ro/personal/farewell-sweet-vacation/</link>
		<comments>http://johan.ro/personal/farewell-sweet-vacation/#comments</comments>
		<pubDate>Sun, 20 Jul 2008 21:25:05 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Personal]]></category>
		<category><![CDATA[concediu]]></category>
		<category><![CDATA[munte]]></category>
		<category><![CDATA[vacation]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=29</guid>
		<description><![CDATA[I&#8217;m back from my 1 week vacation in the mountains. I was in the Predeal resort , for 6 nights and 6 days (without counting the one spent traveling by trains, scheduled like shit because of a moronic teacher).
I already miss those places, it was marvelous. If I could, I&#8217;d buy a house there. It [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m back from my 1 week vacation in the mountains. I was in the Predeal resort , for 6 nights and 6 days (without counting the one spent traveling by trains, scheduled like shit because of a moronic teacher).</p>
<p>I already miss those places, it was marvelous. If I could, I&#8217;d buy a house there. It can&#8217;t get more quiet and peacefull than that. I&#8217;ll definetely go there next year, maybe in Buşteni this time, because the transport from Predeal to all the other places that we visited, raped my wallet.</p>
<p>If it wasn&#8217;t for the 2 days of rain, I could have visited the peak of Bucegi and the natural monuments there, but it wasn&#8217;t meant to happen.</p>
<p>Tomorrow starts a new week, and a new, very long period of HARD WORK. (that which I like  :^o )</p>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/personal/farewell-sweet-vacation/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Recently bought stuff</title>
		<link>http://johan.ro/music/recently-bought-stuff/</link>
		<comments>http://johan.ro/music/recently-bought-stuff/#comments</comments>
		<pubDate>Wed, 09 Jul 2008 18:56:03 +0000</pubDate>
		<dc:creator>Johan</dc:creator>
				<category><![CDATA[Music]]></category>
		<category><![CDATA[Personal]]></category>

		<guid isPermaLink="false">http://johan.ro/?p=25</guid>
		<description><![CDATA[1 Day before easter this year I bought an other guitar after selling the other one. So I bought a B.C. Rich Warlock , the Bronze edition. Actually the real name is B.C. Rich Metal Master Tribe Warlock, but it&#8217;s just a regular bronze edition warlock, with fixed bridge and Kerry King designed tribals.
Last month [...]]]></description>
			<content:encoded><![CDATA[<p>1 Day before easter this year I bought an other guitar after selling the other one. So I bought a B.C. Rich Warlock , the Bronze edition. Actually the real name is B.C. Rich Metal Master Tribe Warlock, but it&#8217;s just a regular bronze edition warlock, with fixed bridge and Kerry King designed tribals.</p>
<p>Last month I bought the Behringer Ultra Metal UM300. It&#8217;s a very cheap stompbox/effects pedal, that I use with the guitar, to add a little more punch to the sound, as I lack an amp and I cannot get some decent sound without either pedal or amp. Pictures below</p>
<div style="text-align: center">
<a href="http://johan.ro/uploads/bc-rich-warlock-tribe1.jpg"><img class="aligncenter size-medium wp-image-28" title="bc-rich-warlock-tribe1" src="http://johan.ro/uploads/bc-rich-warlock-tribe1-300x162.jpg" alt="BC Rich Warlock Tribe" width="300" height="162" /></a></p>
<p><img class="alignnone size-medium wp-image-27" title="em_bhr-um300" src="http://johan.ro/uploads/em_bhr-um300-243x300.gif" alt="Behringer UM300" width="243" height="300" /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://johan.ro/music/recently-bought-stuff/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
