<?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>Who So &#187; ubuntu</title>
	<atom:link href="http://www.trondhuso.no/blog/tag/ubuntu/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.trondhuso.no/blog</link>
	<description>Blog about PHP, HTML, CSS, patents and all things inbetween</description>
	<lastBuildDate>Tue, 20 Dec 2011 23:45:46 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Why I am considering moving back to Windows</title>
		<link>http://www.trondhuso.no/blog/2010/02/01/why-i-am-considering-moving-back-to-windows/</link>
		<comments>http://www.trondhuso.no/blog/2010/02/01/why-i-am-considering-moving-back-to-windows/#comments</comments>
		<pubDate>Mon, 01 Feb 2010 08:00:03 +0000</pubDate>
		<dc:creator>Trond Husø</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[OS]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Move]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[Uninstall]]></category>

		<guid isPermaLink="false">http://www.trondhuso.no/blog/?p=191</guid>
		<description><![CDATA[I&#8217;ve been a Linux Ubuntu Desktop user for quite some time now. Ever since I experienced how Linux could save an old laptop. And I must admit. It is nice to not think about viruses and such, not that this is something that worries me when I am using a computer with Windows installed. It [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been a Linux Ubuntu Desktop user for quite some time now. Ever since I experienced how Linux could save an old laptop.</p>
<p>And I must admit. It is nice to not think about viruses and such, not that this is something that worries me when I am using a computer with Windows installed. It is also nice to have a stable computer that does not show me the blue screen from time to time; and lastly: It is very nice to not reboot every time you have installed a new program or updated your system.</p>
<p>How ever: There are reasons for not using Linux for me anymore:</p>
<ul>
<li> I am developing in more than just PHP. I am also doing some C# development for the Windows operating system.<br />
Yes. I can use Mono for this type of work, but as the .Net framework is more known and better distributed (aka: Installed) on most systems, it is better to use native .Net and use Visual Studio.<br />
Also. When it comes to PHP-development I am moving from writing directly on the test-web server (aka on the laptop) and in stead write in the defined workspace of the IDE, and then move the code to the test web server. This because I don&#8217;t want to clutter my test web server with SVN-directories, nor do I want to accidentally upload SVN-directories to the production web server.</li>
<li>Better PHP development tools<br />
If I move back to Windows I can choose from a wide range of programs. Like for instance PHPed or the PHP Delphi plugin which is a Rapid application Development tool. PHPed shall work on Linux under Wine, but I haven&#8217;t installed Wine, and I am not sure if I want to install and run wine.</li>
<li>I need access to a clients network which is using a closed VPN-system.<br />
My client is using CheckPoint VPN which there was a Redhat (RPM) package for back in the days. Now there isn&#8217;t any such thing. And if you search for it, you&#8217;ll see that I am not alone here. To fix this I have borrowed a computer from this client which is a tad bit older than this one and quite a lot slower.</li>
<li>Limitations in Open Source software<br />
As I am working on a database project that is soon to be launched, I need more than one type of export/import into this one. Currently the importing is CSV-files, but as Excel can export in XML, this is a serious alternative. This is also something that I can instruct partners on how to do. This way I can normalize external data.<br />
The alternative in Open Office is creating an XSLT document and transforming the sheet. The benefit with this solution is that you have more control on the outcome.<br />
And it would have been an option if most partners out there used Open Office. They aren&#8217;t. They are using MS Office.<br />
I&#8217;ve also read that the XSLT-support in Open Office isn&#8217;t really that easy to work with. There are very few messages that shows if something is wrong, and the only way to find out that there is something wrong with the XSLT-document, is that the program freezes. Now that&#8217;s user friendly&#8230; Not that XSLT document transformation is user friendly to begin with&#8230;</li>
<li>I need accounting software and invoice software that supports Norwegian standards. I have found a Norwegian invoice program, but has failed to find accounting software.</li>
<li>Quality: I really don&#8217;t think that the quality on Open Source software is that great. Yes, it cures and itch &#8211; mostly for the developer(s), but that&#8217;s pretty much it. (I believe I have written posts regarding the &#8220;business&#8221;-model behind Open Source Software before, please check).</li>
<li>Linux based Desktop OS isn&#8217;t really that stable.<br />
I have had a few hard freezes and I have had soft freezes. Hard freezes is where the LEDs on the computer is blinking and everything is either black or frozen. Soft Freezes is where there are parts of the OS that works, while other things have stopped working. Like when I am writing this: The mouse pointer is frozen to the side of the screen &#8211; and it is impossible to move it around. So X or Mouse support has frozen&#8230; sigh.</li>
</ul>
<p>As I am looking at my list now, there are less reasons for me to stay on Ubuntu and more reasons for me to move back to Windows. But I&#8217;ll give this a few more weeks and months and then we&#8217;ll see what happens.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trondhuso.no/blog/2010/02/01/why-i-am-considering-moving-back-to-windows/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>My programming toolbox</title>
		<link>http://www.trondhuso.no/blog/2008/11/17/my-programming-toolbox/</link>
		<comments>http://www.trondhuso.no/blog/2008/11/17/my-programming-toolbox/#comments</comments>
		<pubDate>Mon, 17 Nov 2008 21:08:00 +0000</pubDate>
		<dc:creator>Trond Husø</dc:creator>
				<category><![CDATA[mysql]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Webdevelopment]]></category>
		<category><![CDATA[Aptana]]></category>
		<category><![CDATA[Komodo]]></category>
		<category><![CDATA[ubuntu]]></category>
		<category><![CDATA[vmware]]></category>

		<guid isPermaLink="false">http://www.trondhuso.no/blog/?p=74</guid>
		<description><![CDATA[To do my work as a PHP-developer I use the following tools: OS: Ubuntu: The OS of choise. Although I might return to Windows because there are tools there that I find better. (Photoshop, Visual Studio, InDesign, Illustrator, PHPed&#8230; and the list continues) Main development tools: Editor: Komodo IDE 5.X &#8230; or Aptana Studio Professional [...]]]></description>
			<content:encoded><![CDATA[<p>To do my work as a PHP-developer I use the following tools:</p>
<p><strong>OS:<br />
Ubuntu:</strong> The OS of choise. Although I might return to Windows because there are tools there that I find better. (Photoshop, Visual Studio, InDesign, Illustrator, PHPed&#8230; and the list continues)</p>
<p><strong>Main development tools:</strong><br />
<strong>Editor:</strong> Komodo IDE 5.X &#8230; or Aptana Studio Professional<br />
<strong>Browser:</strong> Firefox (But I have to test on other browsers as well&#8230;)<br />
<strong>vmWare:</strong> for testing on Safari and Internet Explorer under Windows. (Currently not installed after upgrade of Ubuntu)</p>
<p><strong>Languages:<br />
PHP</strong> &#8211; This is my main development language, but I also do write <strong>ASP.net/ASP</strong> on occasions.<br />
<strong>Perl</strong> &#8211; This language comes into use when PHP is limited (like on uploading big files)<br />
<strong>Javascript</strong> &#8211; Used to enhance the user experience for the application. I have now started to use <strong>jQuery</strong>.</p>
<p><strong>Other Tools:</strong><br />
<strong> Inkscape:</strong> To create graphics.<br />
<strong> Gimp:</strong> To edit pictures &#8211; although I<strong> really, really, really</strong> <span style="text-decoration: underline;">don&#8217;t</span> like the program as I am more familiar with Photoshop. I have looked at a program called Pixel which seems promising.<br />
<strong>Komodo IDE</strong>: This is the editor I use at the moment. I have even paid a license for it. I am considering Zend for Eclipse, but I find the fee rather high. I know that under Windows I wouldn&#8217;t mind paying for it, but under linux I think I find Eclipse a tad bid unstable&#8230; (or am I wrong &#8211; prove me!)<br />
<strong>Aptana Studio Pro:</strong> I am switching back and forth from Aptana and Komodo. There are some things that I like about Aptana and there are things that I like about Komodo. The latest is faster, but I am missing a few things. One thing is the Tasks &#8220;window&#8221;. It is in Aptana (and in Netbeans &#8211; where I first saw it &#8211; and probably also in Eclipse since Aptana builds on Eclipse). I do wish that the Aptana developers did something to the task-window as I would very much like to see only the tasks that are at hand in the file that I am working in &#8211; or in the files that I have opened at the current time.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.trondhuso.no/blog/2008/11/17/my-programming-toolbox/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

