<?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>Jens Olsson &#187; Tips &amp; Tricks</title>
	<atom:link href="http://jens.yelles.se/category/tips-tricks/feed/" rel="self" type="application/rss+xml" />
	<link>http://jens.yelles.se</link>
	<description>My Underground Development</description>
	<lastBuildDate>Thu, 18 Mar 2010 20:18:15 +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>Strtoupper Å Ä Ö fix UTF-8</title>
		<link>http://jens.yelles.se/2010/03/18/strtoupper-a-a-o-fix-utf-8/</link>
		<comments>http://jens.yelles.se/2010/03/18/strtoupper-a-a-o-fix-utf-8/#comments</comments>
		<pubDate>Thu, 18 Mar 2010 20:18:15 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[mb_stroupper]]></category>
		<category><![CDATA[strtoupper]]></category>
		<category><![CDATA[str_replace]]></category>
		<category><![CDATA[UTF-8]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=204</guid>
		<description><![CDATA[As you might know the Stroupper dont work with special chars like Å Ä Ö. Also its not working to do str_replace sice Å Ä Ö is not supported there. But there is a way to do this easy with mb_stroupper and use UTF-8, see my example:
$string = &#8220;åäö&#8221;;
$string=mb_strtoupper($string, &#8220;utf-8&#8243;);
echo $string;
Enjoy!
$string=mb_strtoupper($string, &#8220;utf-8&#8243;);
]]></description>
			<content:encoded><![CDATA[<p>As you might know the <strong>Stroupper </strong>dont work with special chars like <strong>Å Ä Ö</strong>. Also its not working to do <strong>str_replace</strong> sice Å Ä Ö is not supported there. But there is a way to do this easy with mb_stroupper and use UTF-8, see my example:</p>
<blockquote><p>$string = &#8220;åäö&#8221;;</p>
<p>$string=mb_strtoupper($string, &#8220;utf-8&#8243;);</p>
<p>echo $string;</p></blockquote>
<p>Enjoy!</p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow: hidden;">$string=mb_strtoupper($string, &#8220;utf-8&#8243;);</div>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2010/03/18/strtoupper-a-a-o-fix-utf-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FTP server Ubuntu with graphic</title>
		<link>http://jens.yelles.se/2010/01/02/ftp-server-ubuntu-with-graphic/</link>
		<comments>http://jens.yelles.se/2010/01/02/ftp-server-ubuntu-with-graphic/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 18:15:19 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[FTP]]></category>
		<category><![CDATA[gproftpd]]></category>
		<category><![CDATA[server]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=195</guid>
		<description><![CDATA[GproFTPD is a good graphic based FTP server for Ubuntu. For install simpley type:
sudo apt-get update
sudo apt-get install gproftpd.
After installation just start the program by: sudo gproftpd and setup your FTP server and users.

]]></description>
			<content:encoded><![CDATA[<p>GproFTPD is a good graphic based FTP server for Ubuntu. For install simpley type:</p>
<p>sudo apt-get update</p>
<p>sudo apt-get install gproftpd.</p>
<p>After installation just start the program by: sudo gproftpd and setup your FTP server and users.</p>
<p><a href="http://jens.yelles.se/wp-content/uploads/2010/01/Screenshot2.png"><img class="alignleft size-medium wp-image-196" title="Screenshot2" src="http://jens.yelles.se/wp-content/uploads/2010/01/Screenshot2-300x262.png" alt="Screenshot2" width="300" height="262" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2010/01/02/ftp-server-ubuntu-with-graphic/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Unexpected end of mysql &#8211; EasyPHP</title>
		<link>http://jens.yelles.se/2009/11/02/unexpected-end-of-mysql-easy-php/</link>
		<comments>http://jens.yelles.se/2009/11/02/unexpected-end-of-mysql-easy-php/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 16:48:38 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[EasyPHP]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=190</guid>
		<description><![CDATA[When I was running EasyPHP on my Vista machine I got error:
unexpected end of mysql
To solve this just quit easyPHP and then right click on easyphp.exe and run as administrator. Hope it helped. Dident find this trick on google so perhaps you did  
Good luck!
]]></description>
			<content:encoded><![CDATA[<p>When I was running EasyPHP on my Vista machine I got error:</p>
<blockquote><p>unexpected end of mysql</p></blockquote>
<p>To solve this just quit easyPHP and then right click on easyphp.exe and run as administrator. Hope it helped. Dident find this trick on google so perhaps you did <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Good luck!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/11/02/unexpected-end-of-mysql-easy-php/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Skype in your Nokia N97</title>
		<link>http://jens.yelles.se/2009/10/19/skype-in-your-nokia-n97/</link>
		<comments>http://jens.yelles.se/2009/10/19/skype-in-your-nokia-n97/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 07:57:58 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[N97]]></category>
		<category><![CDATA[Nokia]]></category>
		<category><![CDATA[Skype]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=188</guid>
		<description><![CDATA[Now I finally got my new Nokia N97 and I really like this &#8220;little&#8221; phone! But since I am as you already know a huge fan of Skype I just had to install it on my new phone. But skype have not yet created a offical version of Skype to Nokia N97 so I decide [...]]]></description>
			<content:encoded><![CDATA[<p>Now I finally got my new Nokia N97 and I really like this &#8220;little&#8221; phone! But since I am as you already know a huge fan of Skype I just had to install it on my new phone. But skype have not yet created a offical version of Skype to Nokia N97 so I decide to install a multi msg client and found out that Fring is the best working one! It support skype-out witch I really like. Also have some other nice furtures! Try it out if you are looking for Skype client for Nokia N97!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/10/19/skype-in-your-nokia-n97/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add printer in Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/08/29/add-printer-in-ubuntu-linux/</link>
		<comments>http://jens.yelles.se/2009/08/29/add-printer-in-ubuntu-linux/#comments</comments>
		<pubDate>Sat, 29 Aug 2009 22:55:57 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=177</guid>
		<description><![CDATA[Little tips how to add network or regular printer to Ubuntu. Go to System&#62;Admin&#62;Printers.
Then New &#62; Printer. Here you choose if you have a network or regular (ex USB). If you have network just enter the IP address and then serch. After you have to select printer for install drivers. All mine networks printer have [...]]]></description>
			<content:encoded><![CDATA[<p>Little tips how to add network or regular printer to Ubuntu. Go to System&gt;Admin&gt;Printers.</p>
<p>Then New &gt; Printer. Here you choose if you have a network or regular (ex USB). If you have network just enter the IP address and then serch. After you have to select printer for install drivers. All mine networks printer have worked very good so far, only used HP but any way <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Then finish and print! Have fun.</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/08/29/add-printer-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.local domain message Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/08/02/local-domain-message-ubuntu-linux/</link>
		<comments>http://jens.yelles.se/2009/08/02/local-domain-message-ubuntu-linux/#comments</comments>
		<pubDate>Sun, 02 Aug 2009 15:19:15 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=171</guid>
		<description><![CDATA[I was getting a message when i connected to my wireless network that said I hade .local domain thats not recommended. To get this dissapere I just wrote this two command into the terminal and rebooted. After that it worked fine:
sudo sed -i -e'/AVAHI_DAEMON_DETECT_LOCAL/s/1/0/' /etc/default/avahi-daemon
sudo service avahi-daemon start
Did see it on: http://ubuntu-se.org/phpBB3/viewtopic.php?f=17&#38;t=41977&#38;hilit=dom%C3%A4n#p340853
Thanks!
]]></description>
			<content:encoded><![CDATA[<p>I was getting a message when i connected to my wireless network that said I hade .local domain thats not recommended. To get this dissapere I just wrote this two command into the terminal and rebooted. After that it worked fine:</p>
<blockquote><p><code>sudo sed -i -e'/AVAHI_DAEMON_DETECT_LOCAL/s/1/0/' /etc/default/avahi-daemon<br />
sudo service avahi-daemon start</code></p></blockquote>
<p>Did see it on: http://ubuntu-se.org/phpBB3/viewtopic.php?f=17&amp;t=41977&amp;hilit=dom%C3%A4n#p340853</p>
<p>Thanks!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/08/02/local-domain-message-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Open RAR in Ubuntu, Linux</title>
		<link>http://jens.yelles.se/2009/07/15/open-rar-in-ubuntu-linux/</link>
		<comments>http://jens.yelles.se/2009/07/15/open-rar-in-ubuntu-linux/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 23:33:27 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[rar]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=166</guid>
		<description><![CDATA[To open RAR in Ubuntu, install unrar by typing in the terminal:
sudo aptitude install unrar
Then you can open your rar file as usually
]]></description>
			<content:encoded><![CDATA[<p>To open RAR in Ubuntu, install unrar by typing in the terminal:</p>
<blockquote><p>sudo aptitude install unrar</p></blockquote>
<p>Then you can open your rar file as usually</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/15/open-rar-in-ubuntu-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Convert AVI to ISO (DVD) easy on Ubuntu</title>
		<link>http://jens.yelles.se/2009/07/09/convert-avi-to-iso-dvd-easy-on-ubuntu/</link>
		<comments>http://jens.yelles.se/2009/07/09/convert-avi-to-iso-dvd-easy-on-ubuntu/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 20:35:16 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[AVI]]></category>
		<category><![CDATA[Burn]]></category>
		<category><![CDATA[ISO]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=141</guid>
		<description><![CDATA[Was in need to convert a avi file to iso file and did find a perfect program for this. DeVeDe is the name and you will find it in synaptic. Install and use, choose video DVD if you want to burn it out and then watch it on your DVD-player. You can add subtitles and [...]]]></description>
			<content:encoded><![CDATA[<p>Was in need to convert a avi file to iso file and did find a perfect program for this. DeVeDe is the name and you will find it in synaptic. Install and use, choose video DVD if you want to burn it out and then watch it on your DVD-player. You can add subtitles and etc. Perhaps little slow but works perfect!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/09/convert-avi-to-iso-dvd-easy-on-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Webcame driver/program for Ubuntu</title>
		<link>http://jens.yelles.se/2009/07/04/webcame-driverprogram-for-ubuntu/</link>
		<comments>http://jens.yelles.se/2009/07/04/webcame-driverprogram-for-ubuntu/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 19:31:30 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=113</guid>
		<description><![CDATA[Today I did get a tip for a webcam program(driver?) on a forum. The program is called Cheese, its in synaptic or if you more like the terminal just write &#8220;sudo aptitude install cheese&#8221;. After installation you will find it under graphic. Try out some cool effects while testing, take a look at mine below [...]]]></description>
			<content:encoded><![CDATA[<p>Today I did get a tip for a webcam program(driver?) on a forum. The program is called Cheese, its in synaptic or if you more like the terminal just write &#8220;sudo aptitude install cheese&#8221;. After installation you will find it under graphic. Try out some cool effects while testing, take a look at mine below <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> <a href="http://jens.yelles.se/wp-content/uploads/2009/07/2009-07-04-213155.jpg"><img class="aligncenter size-medium wp-image-114" title="2009-07-04-213155" src="http://jens.yelles.se/wp-content/uploads/2009/07/2009-07-04-213155-300x225.jpg" alt="2009-07-04-213155" width="300" height="225" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/04/webcame-driverprogram-for-ubuntu/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Best MSN client for Ubntu</title>
		<link>http://jens.yelles.se/2009/07/04/best-msn-client-for-ubntu/</link>
		<comments>http://jens.yelles.se/2009/07/04/best-msn-client-for-ubntu/#comments</comments>
		<pubDate>Sat, 04 Jul 2009 00:14:05 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[MSN]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=107</guid>
		<description><![CDATA[Now i finally have found a good MSN client for Ubuntu and iom the best. It&#8217;s name is emesene and it have some nice futures. Please take a look at the pics below to see a demo of it. For install just do &#8220;sudo apt-get install emesene&#8221; and it will work perfect.
 
]]></description>
			<content:encoded><![CDATA[<p>Now i finally have found a good MSN client for Ubuntu and iom the best. It&#8217;s name is emesene and it have some nice futures. Please take a look at the pics below to see a demo of it. For install just do &#8220;sudo apt-get install emesene&#8221; and it will work perfect.</p>
<p style="text-align: center;"><a href="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-conversation.png"></a><a href="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-conversation.png"><img class="size-thumbnail wp-image-108 aligncenter" title="emesene-conversation" src="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-conversation-150x150.png" alt="emesene-conversation" width="150" height="150" /></a><a href="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-login.png"><img class="size-thumbnail wp-image-109 aligncenter" title="emesene-login" src="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-login-150x150.png" alt="emesene-login" width="150" height="150" /></a> <a href="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-main.png"><img class="size-thumbnail wp-image-110 aligncenter" title="emesene-main" src="http://jens.yelles.se/wp-content/uploads/2009/07/emesene-main-150x150.png" alt="emesene-main" width="150" height="150" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2009/07/04/best-msn-client-for-ubntu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
