<?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>Tue, 16 Aug 2011 09:27:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Query Posts keyword</title>
		<link>http://jens.yelles.se/2011/08/16/query-posts-keyword/</link>
		<comments>http://jens.yelles.se/2011/08/16/query-posts-keyword/#comments</comments>
		<pubDate>Tue, 16 Aug 2011 09:22:53 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[query_posts]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=217</guid>
		<description><![CDATA[While I was creating a search function in WordPress I found it hard to filter query_posts with a keyword. Then I simply tried to add &#38;s=keyword and it worked. So for all you out there, having the same problem here is a pice of code how to make this work: &#60;?php global $query_string; $keyword = &#8220;my [...]]]></description>
			<content:encoded><![CDATA[<p>While I was creating a search function in WordPress I found it hard to filter query_posts with a keyword. Then I simply tried to add &amp;s=keyword and it worked. So for all you out there, having the same problem here is a pice of code how to make this work:</p>
<blockquote><p>&lt;?php</p>
<p>global $query_string;</p>
<p>$keyword = &#8220;my epic keywords&#8221;;</p>
<p>query_posts( $query_string . &#8220;&amp;s=&#8221;.$keyword );</p>
<p>?&gt;</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2011/08/16/query-posts-keyword/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Import large CSV file into MySQL</title>
		<link>http://jens.yelles.se/2011/01/12/import-large-csv-file-into-mysql/</link>
		<comments>http://jens.yelles.se/2011/01/12/import-large-csv-file-into-mysql/#comments</comments>
		<pubDate>Wed, 12 Jan 2011 09:46:33 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>
		<category><![CDATA[CSV]]></category>
		<category><![CDATA[import]]></category>
		<category><![CDATA[MySQL]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=209</guid>
		<description><![CDATA[When I was about to import a large CSV file into MySQL I kind of ran into a problem. Since phpMyAdmin does not like large files I had to find another solution. ( Dident get it if I could SSH it, hehe). Well I found dbForge! Perfect program for the job, though it cost some [...]]]></description>
			<content:encoded><![CDATA[<p>When I was about to import a large CSV file into MySQL I kind of ran into a problem. Since phpMyAdmin does not like large files I had to find another solution. ( Dident get it if I could SSH it, hehe). Well I found dbForge! Perfect program for the job, though it cost some money but perhaps worth it, running trail period now. If you know any simalry program thats free, let me know! <img src='http://jens.yelles.se/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2011/01/12/import-large-csv-file-into-mysql/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Recover Asus Laptop</title>
		<link>http://jens.yelles.se/2010/11/09/recover-asus-laptop/</link>
		<comments>http://jens.yelles.se/2010/11/09/recover-asus-laptop/#comments</comments>
		<pubDate>Tue, 09 Nov 2010 10:24:06 +0000</pubDate>
		<dc:creator>Jens Olsson</dc:creator>
				<category><![CDATA[Tips & Tricks]]></category>

		<guid isPermaLink="false">http://jens.yelles.se/?p=206</guid>
		<description><![CDATA[When I was about to recover a Asus Laptop I find it kind of hard to find the recovery bot up if the Windows is broken. But after a while I found out that if you press F9 on boot up you will get into the recovery screen. From there it is kind of easy. [...]]]></description>
			<content:encoded><![CDATA[<p>When I was about to recover a Asus Laptop I find it kind of hard to find the recovery bot up if the Windows is broken. But after a while I found out that if you press F9 on boot up you will get into the recovery screen. From there it is kind of easy. Post here if you get into any trouble!</p>
]]></content:encoded>
			<wfw:commentRss>http://jens.yelles.se/2010/11/09/recover-asus-laptop/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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! [...]]]></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>1</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>4</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 [...]]]></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 [...]]]></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>
	</channel>
</rss>

