<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="wordpress/2.2.1" -->
<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/"
	>

<channel>
	<title>Usher</title>
	<link>http://www.usher.com.pl</link>
	<description>a techblog by Damian Gawęda</description>
	<pubDate>Tue, 02 Oct 2007 11:16:59 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.2.1</generator>
	<language>en</language>
			<item>
		<title>Secure Windows File Sharing (Samba) over the Internet without Putty.</title>
		<link>http://www.usher.com.pl/secure-samba-windows-file-sharing-without-putty/</link>
		<comments>http://www.usher.com.pl/secure-samba-windows-file-sharing-without-putty/#comments</comments>
		<pubDate>Sun, 15 Jul 2007 11:02:07 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/nicer-samba-windows-file-sharing-over-ssh/</guid>
		<description><![CDATA[There are numerous articles describing tunnelling Samba over SSH with putty. In this post I will show you how to set up Samba tunnelling for everyday use without putty running all the time.]]></description>
			<content:encoded><![CDATA[<p>There are numerous articles describing tunnelling Samba over SSH with putty. In this post I will show you how to set up Samba tunnelling for everyday use without putty running all the time.</p>
<p>Things you need before you start:</p>
<ul>
<li>A SSH server between you and the shares you want to connect to. It may be running on the same machine as the shares you want to access.</li>
<li>File Sharing (Windows) or Samba (Linux) configured correctly on the machine you want to access. Make sure your firewall lets the SSH server connect to your Samba or Windows shares.</li>
</ul>
<h3>1st Step: Create a local loopback interface</h3>
<p>We need to create a loopback interface on your local computer first. There is a lot of HOWTOs on the web describing this. I suggest you <a href="http://www.security-hacks.com/2007/05/18/tunneling-smb-over-ssh-secure-file-sharing">read this one</a>. As soon as you have the loopback working and putting properly forwarding ports to the local loopback interface, go to step 2.</p>
<h3>2nd Step: Set up the tunnelling app</h3>
<p>So you have the forwarding working now. Technically, that&#8217;s all you need. However, if you plan to use shares on a daily basis, there are a few things you will notice:</p>
<ul>
<li>It&#8217;s annoying to have the putty window open all the time,</li>
<li>If you close it, your shares will become unavailable,</li>
<li>If your network goes down for a while, putty won&#8217;t be able to reconnect your ssh session.</li>
</ul>
<p><img src="http://www.usher.com.pl/wp-content/uploads/2007/07/myentunnel.jpg" style="border-width: 0px; width: 300px; height: 176px; margin-left: 20px" alt="Myentunnel Screenshot" align="right" border="0" height="176" width="300" />There&#8217;s a solution to these problems: a tunnelling tray application. Personally, I like myentunnel. It&#8217;s a simple wrapper for plink.exe from the putty package. Sitting quietly in the task-bar&#8217;s tray, it&#8217;s unobtrusive and reconnects automatically after a network failure.</p>
<p>Install and run <a href="http://nemesis2.qx.net/software-myentunnel.php" rel="nofollow">myentunnel</a>. Then set your hostname, username and password stuff  in the Settings tab and go to the Tunnels tab. Add the Samba port and IPs in the Local box, press Save and then Connect. If putty connected and forwarded the ports properly, myentunnel should work without a hitch too.</p>
<p>If you have multiple servers to connect to, you can create server profiles. Read the myentunnel documentation for details.</p>
<p>That&#8217;s all, enjoy.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/secure-samba-windows-file-sharing-without-putty/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Paczkator - sending big scanned attachments made easy!</title>
		<link>http://www.usher.com.pl/paczkator-sending-big-scanned-attachments-made-easy/</link>
		<comments>http://www.usher.com.pl/paczkator-sending-big-scanned-attachments-made-easy/#comments</comments>
		<pubDate>Mon, 09 Jul 2007 11:34:31 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[My Projects]]></category>

		<category><![CDATA[Windows]]></category>

		<category><![CDATA[Mail]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/2007/07/09/paczkator-sending-big-scanned-attachments-made-easy/</guid>
		<description><![CDATA[Paczkator is a small Windows utility I wrote for the company I'm currently working with. Its purpose is to simplify the process of sending multiple big images (usually scanned documents) by mail. It's small, pretty fast and requires no configuration from the user. You can download it here, it's free...]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.usher.com.pl/wp-content/uploads/2007/07/paczkator-logo.jpg" style="border-width: 0px; width: 96px; height: 96px; margin-left: 20px" alt="Paczkator Logo" align="right" border="0" height="96" width="96" /><strong>Paczkator</strong>  is a small Windows utility I wrote for the company I&#8217;m currently working with. Its purpose is to simplify the process of sending multiple big images (usually scanned documents) by mail. It&#8217;s small, pretty fast and requires no configuration from the user.</p>
<p>Features:</p>
<ul>
<li>Small, free and easy to install and use</li>
<li>Automatically finds any images in the folder specified and scales them down if they are too big</li>
<li>Zips the folder, opens your email application (Outlook Express by default) and creates an attachment for you.</li>
<li>Warns you if the compressed folder is too big to send by email</li>
<li>It&#8217;s localised. Currently it speaks English and Polish</li>
<li>No administrator privileges required to install and run</li>
<li>No additional software required to work properly</li>
</ul>
<p class="download"><a href="http://www.usher.com.pl/wp-content/uploads/2007/07/paczkator-08-installer.exe" title="Paczkator 0.8 Installer"><strong>Download Paczkator 0.8 now!</strong><br />
</a></p>
<p>Paczkator is distributed under the <a href="http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt" rel="nofollow" title="GPL2 License">GPL2 license</a>, which means the program is FREE for both private and commercial use. You can also redistribute and modify it. If you do so, I would be grateful if you notified me.</p>
<p>Feel free to <a href="/contact" title="Contact the author">contact me</a> if you have questions or suggestions concerning Paczkator.</p>
<p>Version History:</p>
<ul>
<li>0.8 - current release: added localisation, installer and fixed a few bugs</li>
<li>0.6 - improved image recognition and scaling procedures, a bug-fix release</li>
<li>0.5 - initial release</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/paczkator-sending-big-scanned-attachments-made-easy/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Finally! A decent text editor for Linux with Windows key bindings.</title>
		<link>http://www.usher.com.pl/text-editor-for-linux-with-windows-key-bindings/</link>
		<comments>http://www.usher.com.pl/text-editor-for-linux-with-windows-key-bindings/#comments</comments>
		<pubDate>Thu, 03 May 2007 08:05:37 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[Code Editing]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/2007/07/05/finally-a-decent-console-editor-for-linux-with-windows-keybindings/</guid>
		<description><![CDATA[I used Vim for several years before realising that all this complexity and a user interface from the 70s were not for me anymore. I needed simplicity. I needed something with Ctrl-C, Ctrl-V for clipboard and Ctrl-F for find. I decided to look for another editor...]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Linux for more than 7 years now. The main thing I do on Linux is text editing. Editing configuration files, source files, html files and what not. Initially I used Midnight Commander&#8217;s built-in editor (as probably many of you coming from windowed systems). As I became more experienced and geeky I moved to one of the &#8216;holy editors&#8217;: Vim. Vim is an excellent editor with unlimited possibilities but unfortunately mastering it takes unlimited time as well. I used Vim for several years before realising that all this complexity and a user interface from the 70s were not for me anymore. I needed simplicity. I needed something with Ctrl-C, Ctrl-V for clipboard and Ctrl-F for find. I decided to look for another editor.</p>
<p>Here&#8217;s what I was looking for:</p>
<ul>
<li>as many windows-like (CUA) key bindings as possible. At least Ctrl-C, Ctrl-V.</li>
<li>syntax coloring</li>
<li>basic editing functions like search&amp;replace</li>
<li>needs to work on a VT as well as a console without rebinding keys</li>
<li>minimum configuration</li>
</ul>
<p>These features are not particularly demanding, are they? Well, I tried at least a dozen various editors and couldn&#8217;t find any that would meet these requirements. Not until I stumbled upon Diakonos.</p>
<p><a href="http://purepistos.net/diakonos/" title="Diakonos">Diakonos</a> is a simple programmer&#8217;s editor for the Linux console that I find almost ideal. It&#8217;s open-source, it has all I need and it works out of the box. I&#8217;m not going into details (you can read about its features on the homepage), just a screenshot and a list of pros and cons.</p>
<p>Pros:</p>
<ul>
<li>very windows-like key bindings (all that I use, I didn&#8217;t rebind a single key!)</li>
<li>no configuration needed (although you can configure it pretty extensively if you want to)</li>
<li>works on a VT as well as console without reconfiguring putty, .inputrc or anything</li>
<li>has all the features you would expect in a basic programmers editor (regexps, etc)</li>
</ul>
<p>Cons:</p>
<ul>
<li>It&#8217;s slow. It is really slow when compared to any other editor (even Emacs). It&#8217;s written in Ruby, which is an interpreted language. I&#8217;m not sure if it is for Ruby or the author&#8217;s laziness but I don&#8217;t really care. It works sufficiently fast on my hardware. It saves a lot of my time which is more valuable to me than cpu cycles.</li>
<li>Syntax coloring has some problems. I think it has something to do with switching contexts. When editing a PHP file with HTML in it, the coloring sometimes gets funny. Well that&#8217;s not a major drawback for me too.</li>
</ul>
<p><a href="http://p.usher.com.pl/wp-content/uploads/2007/07/diakonos2.jpg" title="Diakonos2"></a>To summarise. If you&#8217;re frustrated with complexity of Vim and Emacs, try Diakonos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/text-editor-for-linux-with-windows-key-bindings/feed/</wfw:commentRss>
		</item>
		<item>
		<title>J&#038;L Creditor - a company site and webmail.</title>
		<link>http://www.usher.com.pl/jl-creditor-company-site-and-webmail/</link>
		<comments>http://www.usher.com.pl/jl-creditor-company-site-and-webmail/#comments</comments>
		<pubDate>Thu, 22 Feb 2007 18:10:21 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/jl-creditor-company-site-and-webmail/</guid>
		<description><![CDATA[The client wanted a typical company website so I decided not to reinvent the wheel and use a general purpose open-source CMS as a base. I went for CMS Made Simple, which had almost all the features I needed. A tree-like page management, rich text editor and user management. No thrills, just the right tool for the job.]]></description>
			<content:encoded><![CDATA[<p>Another commercial project I undertook in cooperation with Marcin from K13 Graphic Design. It was a complete package of visual identification and web presence services. Marcin did the design and print, I was responsible for the Internet part, that is a CMS, Email+Webmail, domain stuff  and hosting for all these services.</p>
<p>The client wanted a typical company website so I decided not to reinvent the wheel and use a general purpose open-source CMS as a base. I went for CMS Made Simple, which had almost all the features I needed: a tree-like page management, rich text editor and user management. No thrills, just the right tool for the job.</p>
<p>However, CMS Made Simple lacked an important feature: internationalisation. I&#8217;m sure the problem has been fixed by now, but back then there were only some hacks and half-solutions available. I had to implement my own internationalisation support.</p>
<p>The FCKEditor required a bit of bug-fixing too. It took ages to load and its responsiveness was comparable to that of a Linux desktop (Yes! Linux is still too slow). I tweaked it until its performance was acceptable but  these days I suggest you use TinyMCE instead.</p>
<p>One more thing I had to code by hand was a custom tax calculator module. It calculated tax penalty interest over a period of time. Sounds trivial but the rates of penalty interest in Poland have changed in the last couple of years at irregular intervals. It&#8217;s not rocket science but it took a bit of thinking before implementation.</p>
<p>For Webmail I chose SquirrelMail, not cutting edge but reliable, which was the key thing for my client. I host both these services on one of my own servers for quick access and modification.</p>
<p>Screenshots of the result (you can take a look at the <a href="http://www.jlcreditor.pl">live site here</a>):</p>

<div class="slideshow" id="ngg_slideshow5"><p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p></div>
	<script type="text/javascript">
		var so = new SWFObject("http://www.usher.com.pl/wp-content/plugins/nggallery/imagerotator.swf", "ngg_slideshow5", "490", "351", "7", "#000000");
		so.addParam("wmode", "opaque");
		so.addVariable("file", "http://www.usher.com.pl/wp-content/plugins/nggallery/nggextractXML.php?gid=5");
		so.addVariable("shuffle", "false");
		so.addVariable("linkfromdisplay", "false");
		so.addVariable("shownavigation", "true");
		so.addVariable("showicons", "true");
		so.addVariable("overstretch", "true");
		so.addVariable("backcolor", "0x000000");
		so.addVariable("frontcolor", "0xFFFFFF");
		so.addVariable("lightcolor", "0xCDFC00");
		so.addVariable("rotatetime", "10");
		so.addVariable("transition", "blocks");
		so.addVariable("width", "490");
		so.addVariable("height", "351");
		so.write("ngg_slideshow5");
	</script>
<p><small>Note: J&amp;L Creditor logo is a property of J&amp;L Creditor company. Logos and other pictures are used only for the purpose of presentation.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/jl-creditor-company-site-and-webmail/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Decowood Saunas - a product site.</title>
		<link>http://www.usher.com.pl/saunas-product-site/</link>
		<comments>http://www.usher.com.pl/saunas-product-site/#comments</comments>
		<pubDate>Fri, 02 Feb 2007 17:20:26 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/saunas-product-site/</guid>
		<description><![CDATA[The task I've received recently was to develop a product site for a company producing saunas. The idea was to create a web equivalent of their printed catalogue of products. It was a pretty simple project but there were a few things I had to deal with...]]></description>
			<content:encoded><![CDATA[<p>The task I&#8217;ve received recently was to develop a product site for a company producing saunas. The idea was to create a web equivalent of their printed catalogue of products. It was a pretty simple project but there were a few things I had to deal with:</p>
<ul>
<li>It had to be pure a XHTML/CSS site. No PHP or any other server-side scripting used on the production server.  That of course implied I couldn&#8217;t use a database.</li>
<li>I had to transfer all the texts, product descriptions and images from MS Word documents I received from the client.</li>
<li>The site had to be multilingual, so even more data to insert from *.docs.</li>
</ul>
<p>The prospect of manually cutting and pasting those things from Word to XHTML sources didn&#8217;t sound exciting so I decided to use some scripting to do the tedious job for me.  Here&#8217;s what I did:</p>
<ul>
<li>Firstly, I made XHTML layouts from images I received from my friend who took care of designing the whole thing. I included a bit of JavaScript eye-candy to to make the site more attractive.</li>
<li>Then I developed a minimalistic CMS using PHP for automatic generation of product entries and pages from CSV input. It could also export the whole site to separate XHTML and CSS files.</li>
<li>Then I made a couple of Perl scripts to convert *.docs to HTML, extract all the data from them (images and tabular data) and create CSV files.</li>
<li>Finally I fed my minicms script with the CSV data and rendered everything to pure XHTML pages.</li>
</ul>
<p>Of course not everything went OK automagically. Scripts needed quite a bit of tweaking because *.doc files didn&#8217;t have a regular structure and some things just were faster to import manually. However, the site was ready in half the time I would have needed to create it by hand and I saved myself from some serious headaches.</p>
<p>Screenshots of the result (you can take a look at the <a href="http://www.decowood.com/saunas-en/" rel="nofollow">live site here</a>):</p>

<div class="slideshow" id="ngg_slideshow4"><p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p></div>
	<script type="text/javascript">
		var so = new SWFObject("http://www.usher.com.pl/wp-content/plugins/nggallery/imagerotator.swf", "ngg_slideshow4", "490", "375", "7", "#000000");
		so.addParam("wmode", "opaque");
		so.addVariable("file", "http://www.usher.com.pl/wp-content/plugins/nggallery/nggextractXML.php?gid=4");
		so.addVariable("shuffle", "false");
		so.addVariable("linkfromdisplay", "false");
		so.addVariable("shownavigation", "true");
		so.addVariable("showicons", "true");
		so.addVariable("overstretch", "true");
		so.addVariable("backcolor", "0x000000");
		so.addVariable("frontcolor", "0xFFFFFF");
		so.addVariable("lightcolor", "0xCDFC00");
		so.addVariable("rotatetime", "10");
		so.addVariable("transition", "blocks");
		so.addVariable("width", "490");
		so.addVariable("height", "375");
		so.write("ngg_slideshow4");
	</script>
<p><small>Note: Decowood logo is a property of Decowood company. Both logos and pictures of products are used only for the purpose of presentation. Currently the site is maintained by a third-party contractor so it may look different.<br />
</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/saunas-product-site/feed/</wfw:commentRss>
		</item>
		<item>
		<title>PlastiCMS - E-commerce website management system.</title>
		<link>http://www.usher.com.pl/plasticms/</link>
		<comments>http://www.usher.com.pl/plasticms/#comments</comments>
		<pubDate>Sun, 22 Oct 2006 14:14:06 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[PHP]]></category>

		<category><![CDATA[My Projects]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/2006/10/22/plasticms/</guid>
		<description><![CDATA[PlastiCMS was my first commercial project created with CakePHP. It's a custom-built CMS for managing a company website with an integrated E-commerce application.

From this post you can learn about features of the system and technologies I used to create it. A few screenshots of a live site running PlastiCMS are included. ]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a minimalist by nature. I like things designed for a particular purpose. That&#8217;s why I tend to create custom applications rather than to modify generic ones. I used to build everything from ground up using only a few handy PHP classes. However some time ago I decided it was a huge waste of time and drawbacks of this development method outweighed the benefits.</p>
<p>I decided to give some of the generally available frameworks a try. After some time of playing with open-source solutions I chose CakePHP. I liked CakePHP the most because of its conventions, model relationships and the fact it worked with both PHP4 and PHP5.</p>
<p><strong>PlastiCMS</strong> was my first commercial project created with CakePHP.  It&#8217;s a custom-built CMS for managing a company website with an integrated E-commerce application.</p>
<p>Features of PlastiCMS include:</p>
<ul>
<li>Page management. You can organise pages in a classical tree structure, which is not trendy but suitable for a company site. Navigational elements are automatically generated using the page tree.</li>
<li>TinyMCE rich text editor. You can edit pages the way you edit MS Word documents.</li>
<li>An Image Gallery with a fancy Web2.0-like presentation using JavaScript.</li>
<li>A Catalogue of Products with unlimited number of categories and subcategories. Products can be assigned to multiple categories. Each product can have many variants (colour, size, length). Each variant may influence price of the product.</li>
<li>Internationalisation. You can run several language versions of a site.</li>
<li>A simple Client Relationship Manager is included</li>
<li>It&#8217;s Google-friendly</li>
<li>It works with any shared hosting provider</li>
<li>It&#8217;s simple to use for non-technical people.</li>
</ul>
<p>Screenshots of a live site using PlastiCMS:</p>

<div class="slideshow" id="ngg_slideshow3"><p>The <a href="http://www.macromedia.com/go/getflashplayer">Flash Player</a> and <a href="http://www.mozilla.com/firefox/">a browser with Javascript support</a> are needed..</p></div>
	<script type="text/javascript">
		var so = new SWFObject("http://www.usher.com.pl/wp-content/plugins/nggallery/imagerotator.swf", "ngg_slideshow3", "490", "340", "7", "#000000");
		so.addParam("wmode", "opaque");
		so.addVariable("file", "http://www.usher.com.pl/wp-content/plugins/nggallery/nggextractXML.php?gid=3");
		so.addVariable("shuffle", "false");
		so.addVariable("linkfromdisplay", "false");
		so.addVariable("shownavigation", "true");
		so.addVariable("showicons", "true");
		so.addVariable("overstretch", "true");
		so.addVariable("backcolor", "0x000000");
		so.addVariable("frontcolor", "0xFFFFFF");
		so.addVariable("lightcolor", "0xCDFC00");
		so.addVariable("rotatetime", "10");
		so.addVariable("transition", "blocks");
		so.addVariable("width", "490");
		so.addVariable("height", "340");
		so.write("ngg_slideshow3");
	</script>
<p>Plastiflora&#8217;s site design was created by a friend of mine, Marcin from <a href="http://www.k13.com.pl" rel="nofollow">K13 Graphic Design</a>. I made the XHTML/CSS version of his idea.</p>
<p><small>Note: <a href="http://www.plastiflora.pl" rel="nofollow">Plastiflora</a> logo is a property of Plastiflora company. Both logos and pictures of products are used only for the purpose of presentation. Currently the site of Plastiflora is maintained by a third-party contractor so it may look different.</small></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/plasticms/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Start Sylpheed with only the compose window open (patch)</title>
		<link>http://www.usher.com.pl/start-sylpheed-with-only-the-compose-window-open-patch/</link>
		<comments>http://www.usher.com.pl/start-sylpheed-with-only-the-compose-window-open-patch/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 13:22:05 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Mail]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/2007/07/06/start-sylpheed-with-only-the-compose-window-open-patch/</guid>
		<description><![CDATA[This patch I wrote adds a command-line option to hide Sylpheed's main window at startup and quit when done composing. Useful if you don't like your inbox popping up when you click on a mailto link in a browser and Sylpheed is your default mail app...]]></description>
			<content:encoded><![CDATA[<p>This patch I wrote adds a command-line option to hide <a href="http://sylpheed.sraoss.jp/en/" rel="nofollow">Sylpheed&#8217;</a>s main window at startup and quit when done composing. Useful if you don&#8217;t like your inbox popping up when you click on a mailto link in a browser and Sylpheed is your default mail app.</p>
<p>Example setting in Preferred Applications of Gnome:</p>
<div class="codesnip-container" >
<div class="codesnip">sylpheed &#8211;no-main-window &#8211;compose %s</div>
</div>
<p>Note that this is just a dirty patch and it works with Sylpheed 2.0.4. I sent a proposal to sylpheed developers some time ago, but I don&#8217;t know if/when the feature will be implemented properly.</p>
<p class="download"><strong><a href="http://www.usher.com.pl/wp-content/uploads/2007/07/sylpheed-204-no-main-window_patch.gz" title="Download this patch">Download Sylpheed patch (.gz)</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/start-sylpheed-with-only-the-compose-window-open-patch/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Ubuntu/Debian package: xmms-ahx 0.6</title>
		<link>http://www.usher.com.pl/ubuntudebian-package-xmms-ahx-06/</link>
		<comments>http://www.usher.com.pl/ubuntudebian-package-xmms-ahx-06/#comments</comments>
		<pubDate>Wed, 15 Mar 2006 08:32:51 +0000</pubDate>
		<dc:creator>Damian Gaweda</dc:creator>
		
		<category><![CDATA[Downloads]]></category>

		<category><![CDATA[Linux]]></category>

		<guid isPermaLink="false">http://www.usher.com.pl/2006/03/15/ubuntudebian-package-xmms-ahx-06/</guid>
		<description><![CDATA[This Ubuntu package contains a plugin which lets you play Amiga AHX chiptunes using XMMS.

For those unaware: AHX was a tracker-like music making program for Amiga computers that produced sound similar to Commodore 64. It was developed by the Abyss group and is still popular among oldschool demosceners.]]></description>
			<content:encoded><![CDATA[<p>This Ubuntu package contains a plugin which lets you play <a href="http://en.wikipedia.org/wiki/Amiga" rel="nofollow" title="An article about Amiga on Wikipedia">Amiga</a> AHX chiptunes using <a href="http://www.xmms.org" title="XMMS Media Player for Linux">XMMS</a>.</p>
<p>For those unaware: AHX was a tracker-like music making program for Amiga computers that produced sound similar to Commodore 64. It was developed by the Abyss group and is still popular among oldschool demosceners.</p>
<p>You can get some AHX tunes from <a href="http://kamson.untergrund.net" rel="nofollow">Kamson&#8217;s lair</a>.</p>
<p>Sources from: http://xmms-ahx.sourceforge.net/ (pretty dated now) &#8230; and yes, I&#8217;m still using XMMS <img src='http://www.usher.com.pl/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p class="download"><strong><a href="http://www.usher.com.pl/wp-content/uploads/2007/07/xmms-ahx_06_i386.deb" title="This plugin lets you play Amiga AHX chiptunes using XMMS.">Download xmms-ahx_0.6_i386.deb</a></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://www.usher.com.pl/ubuntudebian-package-xmms-ahx-06/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
