<?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>Odd Christer Brovig's Blog &#187; software</title>
	<atom:link href="http://www.brovig.org/blog/category/software/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.brovig.org/blog</link>
	<description>random thoughts on everything and nothing</description>
	<lastBuildDate>Sat, 13 Dec 2008 23:53:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Trouble with Torrents (uTorrent) on Windows Vista with McAfee</title>
		<link>http://www.brovig.org/blog/2007/11/09/trouble-with-torrents-utorrent-on-windows-vista-with-mcafee/</link>
		<comments>http://www.brovig.org/blog/2007/11/09/trouble-with-torrents-utorrent-on-windows-vista-with-mcafee/#comments</comments>
		<pubDate>Fri, 09 Nov 2007 17:09:24 +0000</pubDate>
		<dc:creator>Odd Christer Brovig</dc:creator>
				<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.brovig.org/blog/2007/11/09/trouble-with-torrents-utorrent-on-windows-vista-with-mcafee/</guid>
		<description><![CDATA[My mother recently bought a shiny new dell with Windows Vista on it. I recently got my fingers on it, and it&#8217;s pretty darn alright. But I had one problem: starting uTorrent was causing the system to slow down and also drop http traffic&#8230; After consulting a friend we found out he had the same [...]]]></description>
			<content:encoded><![CDATA[<p>My mother recently bought a shiny new dell with Windows Vista on it. I recently got my fingers on it, and it&#8217;s pretty darn alright. But I had one problem:<br />
starting uTorrent was causing the system to slow down and also drop http traffic&#8230;</p>
<p>After consulting a friend we found out he had the same problem some months ago. The solution was simple: uninstall mcafee.</p>
<p>So I uninstalled mcafee, and now my linux iso download is blazing. :-)</p>
<p>Btw, you REALLY SHOULD install some other AV after uninstalling mcafee. I&#8217;ve been pleased with Avast which is free. Also I&#8217;ve heard good words about AVG, Avira and Nod32 (this is one of the best, but payware).</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brovig.org/blog/2007/11/09/trouble-with-torrents-utorrent-on-windows-vista-with-mcafee/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Lessons Learnt After Developing a Web Application &#8211; Design and Implementation</title>
		<link>http://www.brovig.org/blog/2007/05/28/lessons-learnt-after-developing-a-web-application-design-and-implementation/</link>
		<comments>http://www.brovig.org/blog/2007/05/28/lessons-learnt-after-developing-a-web-application-design-and-implementation/#comments</comments>
		<pubDate>Sun, 27 May 2007 22:51:58 +0000</pubDate>
		<dc:creator>Odd Christer Brovig</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[project organization]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://www.brovig.org/blog/2007/05/28/lessons-learnt-after-developing-a-web-application-design-and-implementation/</guid>
		<description><![CDATA[This spring I have been doing some work on a web application, part of a deliverable in one of my courses (INF5270). We were a team of four writers/programmers/designers/whatever needed. The deadline was about an hour ago, and we delivered our system 3 hours before that for once. So, for personal reflection I thought I&#8217;d [...]]]></description>
			<content:encoded><![CDATA[<p>This spring I have been doing some work on a web application, part of a deliverable in one of my courses (<a href="http://www.uio.no/studier/emner/matnat/ifi/INF5270/">INF5270</a>). </p>
<p>We were a team of four writers/programmers/designers/whatever needed. The deadline was about an hour ago, and we delivered our system 3 hours before that for once. So, for personal reflection I thought I&#8217;d sum up my experiences. Especially in the light of having read through a better part of <a href="http://gettingreal.37signals.com/">Getting Real</a> by 37signals.</p>
<p>The theme of the course is, as stated in its title, Design of Interactive Web Sites. The curriculum is somewhat broad, but the main focus is on Information Architecture and Sociability. Our task was to build a social web site (and also write up some reports about it and reflect on the theory of the course).</p>
<p>We decided on a theme early on; books. We were going to build a social web site about books, or literature if you want it dandy. We started investigating other sites within the theme, and found some. Looked into them, and what they did and reflected about what we would want to put in.</p>
<p>At this step, we only had some thoughts, and also a report that we had to deliver about our findings and how they related to the theory taught. The next step was, as Getting Real suggests, making the screens in HTML. Only, we skipped the part with sketches and drawings and drew directly on a document with ideas. I think this is probably one of the first (major) faults we made in the project. </p>
<p>Words in a document are fine, but do they really convey what we want? Everybody has different ideas, and that really shone trough nearing the deadline. We were not on the same note and the end result was different than, I think, everyone envisioned. If we had sketched the site early on and put it somewhere on the web it would have been much easier to see what we agreed and disagreed on and reach agreements.</p>
<p>So, we had the screens out there in HTML (part of another delivery), we disagreed, agreed and none of them really got updated. The same screens were the basis when we started on the 4th delivery that included the first bit of implementation. The screens where as much worth as the dead document, nothing. So we started coding, all in our own directions, which resulted in confusion and a delivery that consisted of different ideas, not ONE idea.</p>
<p>And, that was pretty much the story for our 5th and last delivery that was finished up some hours ago. We ended up delivering a system that deviated some, or much, from both our personal and common vision. </p>
<p>I think the following would have made the project execution better:<br />
* Interface sketches EARLY on, perhaps just after deciding on our theme for the site, and then meeting up for more iterations and doing an early assessment of feasibility for the different parts of the site. Together with a vision document, and some documentation of elements in the sketch this would serve as the framework for the whole System.<br />
* A live document where we documented our choices, so that they could be found in easily when needed (some code at night, others early in the morning).<br />
* Some more meetings . Although Getting Real really disapproves of them I think they would work in our case (small team) to easily and quickly solve confusion on certain aspects in a quicker way than e-mail and/or IM.<br />
* A centralized, online, meeting place. Campfire could probably have been suitable for this.</p>
<p>Hm, that&#8217;s what was on top of my head for now.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brovig.org/blog/2007/05/28/lessons-learnt-after-developing-a-web-application-design-and-implementation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SumatraPDF &#8211; a small gem</title>
		<link>http://www.brovig.org/blog/2007/05/14/sumatrapdf-a-small-gem/</link>
		<comments>http://www.brovig.org/blog/2007/05/14/sumatrapdf-a-small-gem/#comments</comments>
		<pubDate>Mon, 14 May 2007 21:31:23 +0000</pubDate>
		<dc:creator>Odd Christer Brovig</dc:creator>
				<category><![CDATA[gem]]></category>
		<category><![CDATA[reminder]]></category>
		<category><![CDATA[software]]></category>

		<guid isPermaLink="false">http://www.brovig.org/blog/2007/05/14/sumatrapdf-a-small-gem/</guid>
		<description><![CDATA[Thought I just would share a link to a small gem (literaly): SumatraPDF. It&#8217;s a blazing fast PDF viewer without any bells and whistles, just pure PDFviewing goodness. It can&#8217;t select text, but I seldom do that anyways. Give it a try :-)]]></description>
			<content:encoded><![CDATA[<p>Thought I just would share a link to a small gem (literaly):<br />
<a href="http://blog.kowalczyk.info/software/sumatrapdf/">SumatraPDF</a>. It&#8217;s a blazing fast PDF viewer without any bells and whistles, just pure PDFviewing goodness. It can&#8217;t select text, but I seldom do that anyways.</p>
<p>Give it a try :-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brovig.org/blog/2007/05/14/sumatrapdf-a-small-gem/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Essential Software for a Fresh Windows XP Install</title>
		<link>http://www.brovig.org/blog/2007/05/06/essential-software-for-a-fresh-windows-xp-install/</link>
		<comments>http://www.brovig.org/blog/2007/05/06/essential-software-for-a-fresh-windows-xp-install/#comments</comments>
		<pubDate>Sun, 06 May 2007 20:07:14 +0000</pubDate>
		<dc:creator>Odd Christer Brovig</dc:creator>
				<category><![CDATA[reminder]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.brovig.org/blog/2007/05/06/essential-software-for-a-fresh-windows-xp-install/</guid>
		<description><![CDATA[As a personal reminder, and possibly helpful for other people, I&#8217;d thought I&#8217;d post what software I spend hours installing after hours of installing Windows XP. Security Spybot S&#038;D &#8211; Cleans out spy and malware Avast! Anti virus &#8211; Free, and good(?) Avira Anti virus &#8211; Free, and good(?). Has a annoying screen popping up [...]]]></description>
			<content:encoded><![CDATA[<p>As a personal reminder, and possibly helpful for other people, I&#8217;d thought I&#8217;d post what software I spend hours installing after hours of installing Windows XP.</p>
<h3>Security</h3>
<ul>
<li><a href="http://www.safer-networking.org/">Spybot S&#038;D</a> &#8211; Cleans out spy and malware</li>
<li><a href="http://www.avast.com/">Avast! Anti virus</a> &#8211; Free, and good(?)</li>
<li><a href="http://www.avira.com/en/pages/index.php">Avira Anti virus</a> &#8211; Free, and good(?). Has a annoying screen popping up each time it updates though.</li>
</ul>
<h3>Development</h3>
<ul>
<li><a href="http://www.eclipse.org">Eclipse &#8211; My IDE of choice</a>, for Java at least.</li>
<li><a href="http://www.vim.org">VIM &#8211; easy, slick text editor.</a></li>
<li><a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/">PuTTY &#8211; SSH/Telnet connectivity.</a></li>
<li><a href="http://java.sun.com/">Java &#8211; of course.</a></li>
<li><a href="http://www.tortoisesvn.net">TortoiseSVN &#8211; Subversion client integrated in Windows shell</a></li>
<li><a href="http://argouml.tigris.org">ArgoUML &#8211; Open Source UML diagram editor,</a> can also generate code skeletons</li>
</ul>
<h3>Surfing/Net</h3>
<p>Only one(I use GMail, Reader and Calendar from Google for other net stuff.)</p>
<ul>
<li><a href="http://www.mozilla.org">Firefox</a></li>
</ul>
<h3>General purpose</h3>
<ul>
<li><a href="http://www.winscp.net">WinSCP &#8211; SSH/SCP file transfer.</a></li>
<li><a href="http://www.7-zip.org">7-Zip &#8211; Open Source file (de)compressor.</a></li>
<li><a href="http://www.rarlab.com">WinRAR &#8211; file (de)compressor</a>, I still use although 7-Zip takes them all..</li>
<li><a href="http://www.launchy.net">Launchy &#8211; cool utility that lets you launch apps. by keystrokes.</a></li>
<li><a href="http://www.microsoft.com/windowsxp/using/digitalphotography/prophoto/synctoy.mspx">SyncToy</a> &#8211; A nice, and free, utility from Microsoft that let you do backups/syncs of files and folder. E.g. between disks.</li>
</ul>
<h3>Multimedia</h3>
<ul>
<li><a href="http://www.videolan.org">VLC &#8211; Open Source multimedia player</a>, plays most formats.</li>
<li><a href="http://www.foobar2000.org">foobar2000 &#8211; Free and simple mp3/aac/ogg/etc player</a> with low low mem. usage</li>
</ul>
<p>More suggestions?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brovig.org/blog/2007/05/06/essential-software-for-a-fresh-windows-xp-install/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
	</channel>
</rss>
