<?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>unyttig.INFO &#187; Programming</title>
	<atom:link href="http://www.unyttig.info/tag/programming/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.unyttig.info</link>
	<description>Your source to not so useless information</description>
	<lastBuildDate>Mon, 23 Aug 2010 08:28:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Bash: Volume notification script</title>
		<link>http://www.unyttig.info/2010/04/06/bash-volume-notification-script/</link>
		<comments>http://www.unyttig.info/2010/04/06/bash-volume-notification-script/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 08:59:31 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Bash]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=648</guid>
		<description><![CDATA[I decided it might be smart of me to post this script on my blog so i knew i had it in the future, as well as others might find it useful. The script was originally made by the user abarilla from archlinux forums which I have later modified slightly. Abarilla said: I created a [...]


Related posts:<ol><li><a href='http://www.unyttig.info/2009/04/25/how-to-hide-a-batch-cmd-window/' rel='bookmark' title='Permanent Link: How to: Hide a batch cmd window'>How to: Hide a batch cmd window</a></li>
<li><a href='http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/' rel='bookmark' title='Permanent Link: Python ImageShack uploader script'>Python ImageShack uploader script</a></li>
<li><a href='http://www.unyttig.info/2010/02/23/openbox-nintendo-64-emu-pipemenu/' rel='bookmark' title='Permanent Link: Openbox: Nintendo 64 emu pipemenu'>Openbox: Nintendo 64 emu pipemenu</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2010/04/06/bash-volume-notification-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Openbox: Nintendo 64 emu pipemenu</title>
		<link>http://www.unyttig.info/2010/02/23/openbox-nintendo-64-emu-pipemenu/</link>
		<comments>http://www.unyttig.info/2010/02/23/openbox-nintendo-64-emu-pipemenu/#comments</comments>
		<pubDate>Tue, 23 Feb 2010 12:17:37 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[mupen64plus]]></category>
		<category><![CDATA[openbox]]></category>
		<category><![CDATA[pipemenu]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=576</guid>
		<description><![CDATA[I wrote a small pipe-menu script for Openbox earlier today which lists all n64 Roms from a directory and creates a pipe-menu listing these files with executables. Nothing fancy but it might save others some time, or give others some insight in how easy it is to create pipe-menu's them selves. If you have any questions feel free to ask in the comment section below. (Read full article for code)


Related posts:<ol><li><a href='http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/' rel='bookmark' title='Permanent Link: Python ImageShack uploader script'>Python ImageShack uploader script</a></li>
<li><a href='http://www.unyttig.info/2009/08/05/tutorial-join-the-freenx-wave/' rel='bookmark' title='Permanent Link: Tutorial: Join The FreeNX Wave'>Tutorial: Join The FreeNX Wave</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2010/02/23/openbox-nintendo-64-emu-pipemenu/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>VIM: PHP development</title>
		<link>http://www.unyttig.info/2010/02/19/vim-php-development/</link>
		<comments>http://www.unyttig.info/2010/02/19/vim-php-development/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 22:22:31 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=573</guid>
		<description><![CDATA[Programming PHP on GNU/Linux can be even easier if one were to use VIM as an development tool. Here's two great article's which describes how one can turn VIM into a PHP IDE. You don't really use GNU/Linux until you VIM :D

<a href="http://www.koch.ro/blog/index.php?/archives/63-VIM-an-a-PHP-IDE.html">VIM an a PHP IDE</a>
<a href="http://weierophinney.net/matthew/archives/164-Vim-Productivity-Tips-for-PHP-Developers.html#extended">Vim Productivity Tips for PHP Developers</a>


Related posts:<ol><li><a href='http://www.unyttig.info/2009/05/10/which-gnulinux-distribution-should-i-choose/' rel='bookmark' title='Permanent Link: Which GNU/Linux distribution should i choose?'>Which GNU/Linux distribution should i choose?</a></li>
<li><a href='http://www.unyttig.info/2010/03/10/linksys-wrt160nl-official-dd-wrt-support/' rel='bookmark' title='Permanent Link: Linksys WRT160NL &#8211; Official dd-wrt support'>Linksys WRT160NL &#8211; Official dd-wrt support</a></li>
<li><a href='http://www.unyttig.info/2010/06/08/how-to-be-awesome/' rel='bookmark' title='Permanent Link: How to be awesome'>How to be awesome</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2010/02/19/vim-php-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HellaDroid &#8211; Android HellaNZB client</title>
		<link>http://www.unyttig.info/2010/02/12/helladroid-android-hellanzb-client/</link>
		<comments>http://www.unyttig.info/2010/02/12/helladroid-android-hellanzb-client/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 22:55:16 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Android]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Review]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=560</guid>
		<description><![CDATA[<a href="http://www.unyttig.info/wp-content/uploads/2010/02/helladroid_fullsize.png"><img class="alignright size-thumbnail wp-image-563" title="helladroid_fullsize" src="http://www.unyttig.info/wp-content/uploads/2010/02/helladroid_fullsize-150x150.png" alt="" width="150" height="150" /></a>This is an Android application which utilizes XMLRPC to monitor a running HellaNZB process on a remote server. It can add a <a href="http://www.newzbin.com" target="_blank">NewzBin</a> ID to the server, pause/resume, manipulate the queue, abort transfers. Everything a boy or girl needs to monitor their usenet downloads on the road.
So anyway, over the past months I've been developing this application due to the lack of a decent application for Usenet clients on Android. There are already a handful applications for torrent, which to be honest work really well. I actually wanted both integrated in one. But as I just [...]


Related posts:<ol><li><a href='http://www.unyttig.info/2010/06/29/helladroid-how-to-configure/' rel='bookmark' title='Permanent Link: HellaDroid &#8211; How to configure'>HellaDroid &#8211; How to configure</a></li>
<li><a href='http://www.unyttig.info/2009/04/27/samsung-i7500_android/' rel='bookmark' title='Permanent Link: New Android mobile announced: Samsung I7500'>New Android mobile announced: Samsung I7500</a></li>
<li><a href='http://www.unyttig.info/2010/01/11/15-free-and-usefull-android-applications/' rel='bookmark' title='Permanent Link: 15 free and useful Android applications'>15 free and useful Android applications</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2010/02/12/helladroid-android-hellanzb-client/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Java Tutorial: More Basics</title>
		<link>http://www.unyttig.info/2009/09/10/java-tutorial-more-basics/</link>
		<comments>http://www.unyttig.info/2009/09/10/java-tutorial-more-basics/#comments</comments>
		<pubDate>Thu, 10 Sep 2009 09:03:52 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=330</guid>
		<description><![CDATA[<a rel="lightbox" href="http://www.unyttig.info/wp-content/uploads/2009/09/cup_of_java.jpg"><img src="http://www.unyttig.info/wp-content/uploads/2009/09/cup_of_java-150x150.jpg" alt="cup_of_java" title="cup_of_java" width="150" height="150" class="alignright size-thumbnail wp-image-447" /></a>This is the second tutorial in Java I've written, in this tutorial I'll go more into the basics and tell you about array's and logical operators and control structures. After reading this tutorial you should be all set to go out in the brave world and write some simple not-too advanced scripts. Enjoy.


Related posts:<ol><li><a href='http://www.unyttig.info/2009/06/11/java-tutorial-introduction/' rel='bookmark' title='Permanent Link: Java Tutorial: Introduction'>Java Tutorial: Introduction</a></li>
<li><a href='http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/' rel='bookmark' title='Permanent Link: Python ImageShack uploader script'>Python ImageShack uploader script</a></li>
<li><a href='http://www.unyttig.info/2009/04/25/how-to-hide-a-batch-cmd-window/' rel='bookmark' title='Permanent Link: How to: Hide a batch cmd window'>How to: Hide a batch cmd window</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2009/09/10/java-tutorial-more-basics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Java Tutorial: Introduction</title>
		<link>http://www.unyttig.info/2009/06/11/java-tutorial-introduction/</link>
		<comments>http://www.unyttig.info/2009/06/11/java-tutorial-introduction/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 08:58:14 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=295</guid>
		<description><![CDATA[<a rel="lightbox" href="http://www.unyttig.info/wp-content/uploads/2009/06/java.jpg"><img class="alignright size-thumbnail wp-image-318" title="java" src="http://www.unyttig.info/wp-content/uploads/2009/06/java-150x150.jpg" alt="java" width="150" height="150" /></a>First of all, I'm going to write a couple of tutorials on programming in Java over the summer, starting with this one. So lets skip all formalities and whatnot's and begin.

Java is an <a href="http://en.wikipedia.org/wiki/Object-oriented_programming" target="_blank">object-oriented</a> programming language. The language derives much of its syntax from <a title="C (programming language)" href="http://en.wikipedia.org/wiki/C_%28programming_language%29">C</a> and <a title="C++" href="http://en.wikipedia.org/wiki/C%2B%2B">C++</a> but has a simpler object model and fewer [...]


Related posts:<ol><li><a href='http://www.unyttig.info/2009/09/10/java-tutorial-more-basics/' rel='bookmark' title='Permanent Link: Java Tutorial: More Basics'>Java Tutorial: More Basics</a></li>
<li><a href='http://www.unyttig.info/2009/05/08/geeks-just-wanna-have-phun/' rel='bookmark' title='Permanent Link: Geeks just wanna have phun!'>Geeks just wanna have phun!</a></li>
<li><a href='http://www.unyttig.info/2009/05/22/sun-announces-java-app-store/' rel='bookmark' title='Permanent Link: Sun announces &#8220;Java App Store&#8221;'>Sun announces &#8220;Java App Store&#8221;</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2009/06/11/java-tutorial-introduction/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Geeks just wanna have phun!</title>
		<link>http://www.unyttig.info/2009/05/08/geeks-just-wanna-have-phun/</link>
		<comments>http://www.unyttig.info/2009/05/08/geeks-just-wanna-have-phun/#comments</comments>
		<pubDate>Fri, 08 May 2009 08:04:45 +0000</pubDate>
		<dc:creator>logically</dc:creator>
				<category><![CDATA[Humor]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Funny]]></category>
		<category><![CDATA[Happy Friday]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=205</guid>
		<description><![CDATA[I don't know if bad commenting made this man code for food, but if you don't clean ut your comments this could be the result!
<pre lang="java">
// 
// Dear maintainer:
// 
// Once you are done trying to 'optimize' this routine,
// and have realized what a terrible mistake that was,
// please increment the following counter as a warning
// to the next guy:
// 
// total_hours_wasted_here = 16
//
</pre>


Related posts:<ol><li><a href='http://www.unyttig.info/2009/06/11/java-tutorial-introduction/' rel='bookmark' title='Permanent Link: Java Tutorial: Introduction'>Java Tutorial: Introduction</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2009/05/08/geeks-just-wanna-have-phun/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Python ImageShack uploader script</title>
		<link>http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/</link>
		<comments>http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/#comments</comments>
		<pubDate>Sat, 02 May 2009 14:28:44 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=159</guid>
		<description><![CDATA[Do you often take screenshots which you want to share with others on forums, IRC, MSN or such? Wouldn't it be nice if you could just run a script and the file would be uploaded and ready for copy/paste? Well a nice guy over at the ArchLinux.org forum called "solarwind" wrote a script in python [...]


Related posts:<ol><li><a href='http://www.unyttig.info/2010/02/23/openbox-nintendo-64-emu-pipemenu/' rel='bookmark' title='Permanent Link: Openbox: Nintendo 64 emu pipemenu'>Openbox: Nintendo 64 emu pipemenu</a></li>
<li><a href='http://www.unyttig.info/2010/04/06/bash-volume-notification-script/' rel='bookmark' title='Permanent Link: Bash: Volume notification script'>Bash: Volume notification script</a></li>
<li><a href='http://www.unyttig.info/2009/04/25/how-to-hide-a-batch-cmd-window/' rel='bookmark' title='Permanent Link: How to: Hide a batch cmd window'>How to: Hide a batch cmd window</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>How to: Hide a batch cmd window</title>
		<link>http://www.unyttig.info/2009/04/25/how-to-hide-a-batch-cmd-window/</link>
		<comments>http://www.unyttig.info/2009/04/25/how-to-hide-a-batch-cmd-window/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 07:16:48 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[Batch]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=72</guid>
		<description><![CDATA[Have you ever tried to run a Java Swing application by clicking on a batch file in windows? Then you've probably seen the empty command window and the swing application popping up. If you have no interests in monitoring any error messages in the command window, wouldn't you like to hide it somehow? Well, here's how you do it.


Related posts:<ol><li><a href='http://www.unyttig.info/2010/04/06/bash-volume-notification-script/' rel='bookmark' title='Permanent Link: Bash: Volume notification script'>Bash: Volume notification script</a></li>
<li><a href='http://www.unyttig.info/2009/05/02/python-imageshack-uploader-script/' rel='bookmark' title='Permanent Link: Python ImageShack uploader script'>Python ImageShack uploader script</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2009/04/25/how-to-hide-a-batch-cmd-window/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Zend Framework: Populate Select with DB results</title>
		<link>http://www.unyttig.info/2009/04/23/zend-framework-populate-select-with-db-results/</link>
		<comments>http://www.unyttig.info/2009/04/23/zend-framework-populate-select-with-db-results/#comments</comments>
		<pubDate>Thu, 23 Apr 2009 15:05:29 +0000</pubDate>
		<dc:creator>Torstein Skulbru</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Howto]]></category>
		<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Zend Framework]]></category>

		<guid isPermaLink="false">http://www.unyttig.info/?p=8</guid>
		<description><![CDATA[<img class="alignright" style="margin-left: 10px; margin-right: 10px;" title="zend framework" src="http://blog.feryn.eu/wp-content/uploads/2009/01/zend-framework.png" alt="" width="147" height="144" />After a lot of struggling and web searching I finally found out how to do this. And since I didn't really find someone who had the same problem as me, I thought I should write a small tutorial on this topic. My problem: I had a form (BlogForm.php) where i initialized the form for my blog entries. In this form I have a selection box for selecting categories. The problem was, how could I populate this selection box with database results?


Related posts:<ol><li><a href='http://www.unyttig.info/2009/06/11/java-tutorial-introduction/' rel='bookmark' title='Permanent Link: Java Tutorial: Introduction'>Java Tutorial: Introduction</a></li>
<li><a href='http://www.unyttig.info/2009/09/10/java-tutorial-more-basics/' rel='bookmark' title='Permanent Link: Java Tutorial: More Basics'>Java Tutorial: More Basics</a></li>
</ol>]]></description>
		<wfw:commentRss>http://www.unyttig.info/2009/04/23/zend-framework-populate-select-with-db-results/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
