<?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>devl.net</title>
	<atom:link href="http://devl.net/feed/" rel="self" type="application/rss+xml" />
	<link>http://devl.net</link>
	<description>/home/devl/</description>
	<lastBuildDate>Wed, 20 Jan 2010 14:49:41 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>OpenLaszlo and symlinks</title>
		<link>http://devl.net/2010/01/openlaszlo-and-symlinks/</link>
		<comments>http://devl.net/2010/01/openlaszlo-and-symlinks/#comments</comments>
		<pubDate>Wed, 20 Jan 2010 14:48:47 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[OpenLaszlo]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://devl.net/?p=296</guid>
		<description><![CDATA[I develop OpenLaszlo apps on different OL versions. But as I usually need the code to be the same, I use symlinks (symbolic links / soft links) to my apps within the tomcat server of OpenLaszlo. This leads to problems with non-lzx-files. Tomcat just doesn&#8217;t recognize other files.
There are some Sites out there, that point [...]]]></description>
			<content:encoded><![CDATA[<p>I develop OpenLaszlo apps on different OL versions. But as I usually need the code to be the same, I use symlinks (symbolic links / soft links) to my apps within the tomcat server of OpenLaszlo. This leads to problems with non-lzx-files. Tomcat just doesn&#8217;t recognize other files.<br />
There are some Sites out there, that point out a solution to this. But every time I install a new version of OpenLaszlo, I search for a minimum of 30 minutes until I found it. I think I&#8217;ve already bookmarked it, but it&#8217;s lost in thousands of OL bookmarks.<br />
However, I thought to blog this solution. So I won&#8217;t need to search anymore in the future <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>So if you&#8217;re facing problems with symlinks using OpenLaszlo, just edit this file:<br />
<strong>/path/to/openlaszlo/Server/tomcat-5.0.24/conf/LPS/localhost/lps.xml</strong></p>
<pre>&lt;?xml version='1.0' encoding='utf-8'?&gt;
&lt;Context docBase="../../lps-x.x.x" path="/lps-x.x.x"&gt;
...
&lt;/Context&gt;</pre>
<p>And apply the following changes:</p>
<pre>&lt;?xml version='1.0' encoding='utf-8'?&gt;
&lt;Context docBase="../../lps-x.x.x" path="/lps-x.x.x" <strong>allowLinking="true"</strong>&gt;
...
&lt;/Context&gt;</pre>
<p>That&#8217;s it.<br />
Thanks again to the <a href="http://forum.openlaszlo.org/showthread.php?p=38114">OL Forums (source)</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2010/01/openlaszlo-and-symlinks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MSN, ICQ, Jabber and multiple clients</title>
		<link>http://devl.net/2009/12/msn-icq-jabber-and-multiple-clients/</link>
		<comments>http://devl.net/2009/12/msn-icq-jabber-and-multiple-clients/#comments</comments>
		<pubDate>Wed, 09 Dec 2009 21:56:22 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[Devl.net]]></category>
		<category><![CDATA[MSN ICQ Jabber]]></category>

		<guid isPermaLink="false">http://devl.net/?p=294</guid>
		<description><![CDATA[Since yesterday, I&#8217;ve been trying to use MSN, ICQ, Yahoo, and so on with multiple clients at the same time. The idea is to stay logged in with a computer and a mobile phone at the same time. At first I thought about some kind of &#8220;bouncer&#8221; &#8211; but there aren&#8217;t any for messengers. After [...]]]></description>
			<content:encoded><![CDATA[<p>Since yesterday, I&#8217;ve been trying to use MSN, ICQ, Yahoo, and so on with multiple clients at the same time. The idea is to stay logged in with a computer and a mobile phone at the same time. At first I thought about some kind of &#8220;bouncer&#8221; &#8211; but there aren&#8217;t any for messengers. After reading different articles, I finally tried two solutions: Jabber and Nimbuzz (based on the XMPP protocol).</p>
<p>You can use Nimbuzz for a lot of different protocols except for Jabber (even though it&#8217;s based on XMPP &#8211; funny). As I use Jabber, Nimbuzz was finally not useful for me. I could have used the Nimbuzz protocol with a Jabber client, but it didn&#8217;t support some of the protocol&#8217;s advantages. I couldn&#8217;t see avatars, had to rename every contact, etc. So I could have either used the native Nimbuzz client (which didn&#8217;t support Jabber) or a Jabber client which didn&#8217;t provide all features. So I deleted my Nimbuzz account &#8230;<br />
Skype support was a plus though, but I can&#8217;t live without Jabber. Besides, skype was also just available with the native client.</p>
<p>However, I tried to use a Jabber server istead. There are a lot of so called &#8220;transporters&#8221;, which provide functionality for other IM protocols. So a Jabber server is able to communicate with MSN, ICQ and Yahoo contacts. I didn&#8217;t want to rely on a public Jabber server with this transporters, so I installed my own one. I do have a small dedicated server, which wasn&#8217;t really used, so I installed a Jabber server on it. I used:</p>
<ul>
<li>ejabberd</li>
<li>PyICQ-t</li>
<li>PyMSN-t</li>
</ul>
<p>It was a bit tricky to make the server work with those transporters, but in the end it worked. If you need my config files, just ask. Well, now I was able to register a Jabber account on my own server and add all my ICQ and MSN contacts to it.<br />
I&#8217;m a Adium user &#8211; so I had no chance to configure this at all. First I&#8217;ve downloaded PSI for registering the transporters for my Jabber account. But I noticed, that all the names got lost. They were displayed as &#8220;UIN@my.jabber.server.com&#8221;. I do have about 250 contacts &#8211; and I really didn&#8217;t want to rename every single one of them. So I searched for a solution and found out, that PSI can&#8217;t do this automatically. But some windows clients can, yay. So I downloaded &#8220;Gajim&#8221;, and did the same again: I&#8217;ve registered for the transporters in my Jabber account and it finally worked. It imported all of my contacts even with the correct names and aliases.<br />
Reconnecting with Adium and everything was fine. All my Jabber, MSN and ICQ contacts within one protocol &#8211; great! I&#8217;ve instantly booted up another computer and logged in with another Jabber resource (I&#8217;ll talk about that later) and it really worked. I was using ICQ and MSN at the same time with exactly the same account.</p>
<p>But there&#8217;s one problem. Jabber has some resource/priority concept for being logged in with multiple clients:<br />
Your jabber account usually looks like this:<br />
yourname@jabber.server.com<br />
Now if you use it at different computers, you have to specify different resources for each client:<br />
yourname@jabber.server.com/home<br />
and<br />
yourname@jabber.server.com/office<br />
Jabber now knows how to identify each client and can handle them. If someone sends a message to &#8220;yourname@jabber.server.com&#8221; both clients will (usuallt ^^) receive this messages. If you send a message at the office to XY, the reply will go to &#8220;yourname@jabber.server.com/office&#8221;. So if someone just sends you a message randomly, it&#8217;ll go to both clients. If it&#8217;s a reply to you, only one client will receive it. That&#8217;s how it&#8217;s supposed to be. At least that&#8217;s what the clients do.<br />
Also there&#8217;s a &#8220;priority&#8221; of each client. It&#8217;s a number between -128 and 127 and will specify which client is used. Let&#8217;s say you&#8217;re at home and don&#8217;t use your mobile phone. Then you&#8217;ll set the priority of your mobile phone to 0 and the priority of your home client to e.g. 10.<br />
If someone writes now, only your client at home will receive this message. This makes sense &#8230; in theory.<br />
I found out, that a lot of clients can&#8217;t handle priority very well (especially the mobile phone ones). Nimbuzz e.g. always used a priority of 100. You couldn&#8217;t change it.</p>
<p>Anyway. I used &#8220;Slick&#8221; on my Nokia E71 as an IM client. It worked very well so far, but when I set it up for my own Jabber server, it messed everything up. Sometimes it received messages, sometimes it didn&#8217;t. Sometimes it sent messages, sometimes it didn&#8217;t. When I tried to send something from /mobile to /home, it was sent back to /mobile. And so on &#8230;<br />
Slick is great, but I think it wasn&#8217;t designed for Jabber, transporters and multiple clients. Then I tried every single multimessenger I could find for Symbian. Each of them didn&#8217;t really work. Either they didn&#8217;t support XMPP or they didn&#8217;t allow me to change the server. And if it worked, the usability was awful. I wish I could use Slick. I&#8217;ve already sent a bug report, se we have to wait.<br />
However, I use &#8220;Talkonaut&#8221; now. The usability isn&#8217;t as nice as Slick, but it works. After downloading, it was completely overloaded with content, but you can configure the UI the way you want it to be. I just want a contact list and chat-tabs. After some time, I even got &#8220;Talkonaut&#8221; configured to look like that. I&#8217;ve also deleted all the SIP services and conference rooms. It looks much better now, but still not as good as Slick <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>Okay, so now I use Adium on 2 Macs and Talkonaut on my E71 &#8211; Simultaneously. And it works <img src='http://devl.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
After experimenting with priority I figured out, it was the best to set it to maximum for all of the clients. So every client has the priority of 127. Now I&#8217;ll receive every single incoming message at every client at the same time.<br />
It took a lot of hours to make it work &#8211; but now it&#8217;s very sweet <img src='http://devl.net/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /><br />
If someone is interested in more details, I&#8217;m going to publish my config files and exact setup.</p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/12/msn-icq-jabber-and-multiple-clients/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Google Wave invitation &#8211; for free!</title>
		<link>http://devl.net/2009/11/google-wave-invitation-for-free/</link>
		<comments>http://devl.net/2009/11/google-wave-invitation-for-free/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 19:02:14 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[Devl.net]]></category>

		<guid isPermaLink="false">http://devl.net/?p=272</guid>
		<description><![CDATA[Hey there,
I&#8217;ve just received an invitation from Google to test Wave &#8211; their new beta product.
I bet everyone of you has already heard of it.
It&#8217;s really exciting &#8211; And I still got some invitations left.
So I thought to invite one of our readers.
We&#8217;ll randomly chose one of the ping-/trackbacks to this post until November 22th [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://devl.net/wp-content/uploads/Bild-8.png" alt="Google Wave" title="Google Wave" width="174" height="298" class="alignleft size-full wp-image-285" />Hey there,</p>
<p>I&#8217;ve just received an invitation from Google to test Wave &#8211; their new beta product.<br />
I bet everyone of you has already heard of it.</p>
<p>It&#8217;s really exciting &#8211; And I still got some invitations left.<br />
So I thought to invite one of our readers.<br />
We&#8217;ll randomly chose one of the ping-/trackbacks to this post until <strong>November 22th (05:00 pm UTC)</strong> &#8211; next Sunday.</p>
<p>So, everyone who is interested in a free invitation to Google Wave, just write about this article. On Sunday, we&#8217;ll chose one of you and immediately invite you to Google Wave.</p>
<p>Good Luck <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
<p>[EDIT]<br />
Gratulations, Ted. You&#8217;ve just got an invitation. Unfortunately we haven&#8217;t received as much comments as expected &#8211; but it wasn&#8217;t very hard to dertemine a winner like that. Just closed my eyes and pointed at the screen blindly. Oh, and don&#8217;t worry, everything was fair: I was dizzy while pointing at the screen, cause a co-worker just rotated me on my chair before I did it <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/11/google-wave-invitation-for-free/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>How to survive work</title>
		<link>http://devl.net/2009/10/how-to-survive-work/</link>
		<comments>http://devl.net/2009/10/how-to-survive-work/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 12:45:37 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[Devl.net]]></category>

		<guid isPermaLink="false">http://devl.net/?p=268</guid>
		<description><![CDATA[This is very very off-topic. But I was wondering &#8230; how do you survive work?

That&#8217;s our way to get through the day  
]]></description>
			<content:encoded><![CDATA[<p>This is very very off-topic. But I was wondering &#8230; how do you survive work?</p>
<p><img src="http://devl.net/wp-content/uploads/redb-225x300.jpg" alt="redbull" title="redbull" width="225" height="300" class="alignnone size-medium wp-image-269" /></p>
<p>That&#8217;s our way to get through the day <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/10/how-to-survive-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Irssi Plugin: auto reply</title>
		<link>http://devl.net/2009/09/irssi-plugin-auto-reply/</link>
		<comments>http://devl.net/2009/09/irssi-plugin-auto-reply/#comments</comments>
		<pubDate>Tue, 15 Sep 2009 14:43:52 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[Misc]]></category>
		<category><![CDATA[Tips 'n Tricks]]></category>

		<guid isPermaLink="false">http://devl.net/?p=262</guid>
		<description><![CDATA[Some days ago I wrote a small irssi plugin, which automatically replies to specific words or phrases. It&#8217;s really basic, but I thought to post it anyway, as I couldn&#8217;t find any.
It&#8217;s based on the 8-ball plugin &#8211; so thanks to Patrik Jansson.
That&#8217;s the code:

use strict;

use vars qw($VERSION %IRSSI);
use Irssi qw(command_bind signal_add);

$VERSION = '1.00';
%IRSSI = [...]]]></description>
			<content:encoded><![CDATA[<p>Some days ago I wrote a small irssi plugin, which automatically replies to specific words or phrases. It&#8217;s really basic, but I thought to post it anyway, as I couldn&#8217;t find any.</p>
<p>It&#8217;s based on the 8-ball plugin &#8211; so thanks to Patrik Jansson.</p>
<p>That&#8217;s the code:</p>
<pre>
use strict;

use vars qw($VERSION %IRSSI);
use Irssi qw(command_bind signal_add);

$VERSION = '1.00';
%IRSSI = (
    authors     => 'synie',
    name        => 'auto reply',
    description => 'auto reply',
    license     => 'GPL',
);

sub own_question {
    my ($server, $msg, $target) = @_;
    question($server, $msg, "", $target);
}

sub public_question {
    my ($server, $msg, $nick, $address, $target) = @_;
    question($server, $msg, $nick, $target);
}

sub question($server, $msg, $nick, $target) {
    my ($server, $msg, $nick, $target) = @_;
    $_ = $msg;
    my $answer = "";

    // Edit this:
    if (/^how are you?/i) {
        $answer = "I'm fine, thanks.";
    } elsif (/ping/i) {
        $answer = "pong";
    } elsif (/^I hate you/i) {
        if ($nick ne "fishbot" and $nick ne "snailbot")
        {
            $server->command('kick '.$target.' '.$nick.' bye!');
            return 0;
        }
    }

    if ($answer)
    {
        $server->command('msg '.$target.' '.($nick ? $nick.': ' : '').$answer);
    }
    return 0;
}

signal_add("message public", "public_question");
signal_add("message own_public", "own_question");
</pre>
<p>Just c&amp;p it into a file (e.g. called autoreply) located at ~/.irssi/scripts or ~/.irssi/scripts/autorun and load it via `/script load autoreply`. Make sure you edited the phrases you want to answer to automatically first &#8211; but I think this script is self-explanatory.</p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/09/irssi-plugin-auto-reply/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Re-enable LyricWiki applet in Amarok 2</title>
		<link>http://devl.net/2009/08/re-enable-lyricwiki-applet-in-amarok-2/</link>
		<comments>http://devl.net/2009/08/re-enable-lyricwiki-applet-in-amarok-2/#comments</comments>
		<pubDate>Mon, 03 Aug 2009 16:07:44 +0000</pubDate>
		<dc:creator>Neakro</dc:creator>
				<category><![CDATA[Devl.net]]></category>

		<guid isPermaLink="false">http://devl.net/?p=253</guid>
		<description><![CDATA[As you might have noticed LyricWiki disabled their API on 08/02/2009. Because of this every request will return something like this:
Unfortunately, due to licensing restrictions from some of the major music publishers we can no longer return lyrics through the LyricWiki API (where this application gets some or all of its lyrics).
The lyrics for this [...]]]></description>
			<content:encoded><![CDATA[<p>As you might have noticed <a href="http://www.lyricwiki.com">LyricWiki</a> disabled their API on 08/02/2009. Because of this every request will return something like this:</p>
<blockquote><p>Unfortunately, due to licensing restrictions from some of the major music publishers we can no longer return lyrics through the LyricWiki API (where this application gets some or all of its lyrics).</p>
<p>The lyrics for this song can be found at the following URL:<br />
http://lyricwiki.org/Rise_Against:The_Good_Left_Undone</p>
<p>(Please note: this is not the fault of the developer who created this application, but is a restriction imposed by the music publishers themselves.)</p></blockquote>
<p>Luckily there is a workaround available that can be applied without recompiling Amarok: <a href="http://bugsfiles.kde.org/attachment.cgi?id=35813">Patch main.js</a> Sadly this workaround does not re-enable all features of the applet but it will display the lyrics of a song if they are available.</p>
<p>In Debian Sid I had to change the path of the main.js to <code>/usr/share/kde4/apps/amarok/scripts/lyrics_lyricwiki/main.js</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/08/re-enable-lyricwiki-applet-in-amarok-2/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dropbox and Mac OS X: Access your files from everywhere</title>
		<link>http://devl.net/2009/07/dropbox-and-mac-os-x-access-your-files-from-everywhere/</link>
		<comments>http://devl.net/2009/07/dropbox-and-mac-os-x-access-your-files-from-everywhere/#comments</comments>
		<pubDate>Tue, 14 Jul 2009 17:05:15 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[Linux / Unix / OS X]]></category>
		<category><![CDATA[Dropbox]]></category>
		<category><![CDATA[Mac]]></category>

		<guid isPermaLink="false">http://devl.net/?p=239</guid>
		<description><![CDATA[Today, Neakro showed me a tool called &#8220;Dropbox&#8221;. It&#8217;s like a virtual hard drive, you can use to store files on a server, online. Some folders are private, some folders are public. So you can access your data from everywhere. This idea isn&#8217;t new, is it? But Dropbox has some very nice features.
The basic account [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Neakro showed me a tool called &#8220;Dropbox&#8221;. It&#8217;s like a virtual hard drive, you can use to store files on a server, online. Some folders are private, some folders are public. So you can access your data from everywhere. This idea isn&#8217;t new, is it? But Dropbox has some very nice features.</p>
<p><img class="alignleft size-full wp-image-240" title="menu" src="http://devl.net/wp-content/uploads/menu.png" alt="menu" width="279" height="207" />The basic account &#8211; which is completely free &#8211; provides 2 GB storage, which is, in my mind, a lot of space to share and store files at. There&#8217;s an OS X client, which will be integrated into the functions of Finder. The Linux client needs Nautilus, which will surely piss off some KDE users <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> .</p>
<p>After installing the OS X client, you&#8217;ll have a new menu icon on the top right of your screen. You can access all the basic functions and preferences there, as well as opening the web frontend in your browser. But the real magic happens in Finder itself.</p>
<p>There will be a new folder within your home directory called &#8220;Dropbox&#8221; (you can rename this one). It&#8217;s an ordinary folder, except, that it&#8217;ll be mirrored on the servers of Dropbox. So if you install Dropbox on other machines, you&#8217;ll always have the same files. It&#8217;s also possible to share specific folders in order to work with other people collaboratively.</p>
<p>You can easily work with the Dropbox folder, as with any other folder:<br />
<img class="alignnone size-full wp-image-241" title="place_files" src="http://devl.net/wp-content/uploads/place_files.png" alt="place_files" width="596" height="109" /></p>
<p>And a pretty nice feature is, to generate URL&#8217;s to the files you want to share. In the picture above, I have placed a file called &#8220;test.rtf&#8221; in my public folder. Rightclicking this file will give me the following option:<br />
<img class="alignnone size-full wp-image-242" title="publish_files" src="http://devl.net/wp-content/uploads/publish_files.png" alt="publish_files" width="596" height="389" /></p>
<p>I can easily generate an URL and publish the link to friends, co-workers etc in order to download this file. In my case it is: <a href="http://files.getdropbox.com/u/1537208/test.rtf">http://files.getdropbox.com/u/1537208/test.rtf</a>. I&#8217;ll try to keep this file online.</p>
<p>Another very nice feature is the web frontend. You can access all your files from any computer, where Dropbox isn&#8217;t installed. You can create new public folders, share folders, download everything, browse through fotos and so on. IMHO the best feature is the history option. You can see everything that happened (creating folders, deleting files, editing files, etc), compare the differences and even undo changes or restore deleted files and folders:<br />
<img class="alignnone size-full wp-image-244" title="webinterface" src="http://devl.net/wp-content/uploads/webinterface.png" alt="webinterface" width="594" height="170" /></p>
<p>When I heard about Dropbox my first thought was like &#8220;Why not using SMB / NFS with Apache, etc&#8221;. But after testing it, I saw some really unique and perfectly integrated features. It&#8217;s not only for sharing some files on multiple computers. It has its own TimeMachine, it&#8217;s perfect for collaborative work, I can generate URLs to local files with one click and so on. Besides all that, it doesn&#8217;t just upload your local files. It uploads only changes, which saves a lot of traffic, when you edit large files.</p>
<p>I&#8217;ll keep using it the next few weeks and hope, I won&#8217;t find some disadvantages.<br />
Neakro said, he&#8217;s going to try to simulate a similar service using rsync, apache and git. I&#8217;m really curious about whether he&#8217;ll be successful.</p>
<p>Everyone who&#8217;s interested in this service &#8211; you can give it a try at:<br />
<a href="http://www.getdropbox.com">http://www.getdropbox.com</a><br />
If you want to do me a favour, use this URL to register. It&#8217;ll give me and you some extra MB space <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
<a href="https://www.getdropbox.com/referrals/NTE1MzcyMDg5">https://www.getdropbox.com/referrals/NTE1MzcyMDg5</a></p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/07/dropbox-and-mac-os-x-access-your-files-from-everywhere/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>OpenLaszlo 4.4 Released</title>
		<link>http://devl.net/2009/07/openlaszlo-4-4-released/</link>
		<comments>http://devl.net/2009/07/openlaszlo-4-4-released/#comments</comments>
		<pubDate>Fri, 03 Jul 2009 16:34:41 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[OpenLaszlo]]></category>
		<category><![CDATA[Laszlo Systems]]></category>

		<guid isPermaLink="false">http://devl.net/?p=30</guid>
		<description><![CDATA[I think I&#8217;m a little bit late with blogging about it, but I thought to share the latest news from Laszlo Systems with you. They just released OpenLaszlo 4.4 with a lot of improvements. This is a short quote:
We are pleased to announce that OpenLaszlo 4.4 is available now. You can download it from the OpenLaszlo [...]]]></description>
			<content:encoded><![CDATA[<p>I think I&#8217;m a little bit late with blogging about it, but I thought to share the latest news from Laszlo Systems with you. They just <a href="http://weblog.openlaszlo.org/archives/2009/06/openlaszlo-44-released/">released OpenLaszlo 4.4</a> with a lot of improvements. This is a short quote:</p>
<blockquote><p>We are pleased to announce that OpenLaszlo 4.4 is available now. You can download it from the <a style="text-decoration: none; color: #005596;" href="http://www.openlaszlo.org/download">OpenLaszlo Download</a> page. It is the recommended platform for all application development for the SWF8, SWF9, and DHTML runtimes. OpenLaszlo 4.4 is another major release, with almost 180 bugs fixed since OpenLaszlo 4.3. The majority of bug fixes in this release are specific to the DHTML runtime; however, general improvements to all runtimes have also been added and we strongly recommend that you take advantage of them by upgrading.</p></blockquote>
<p>(http://weblog.openlaszlo.org/archives/2009/06/openlaszlo-44-released/)</p>
<p>I&#8217;m really looking forward to trying it. To be honest I still use OL 4.1.1 cause I&#8217;ve had no time yet to migrate to 4.2.0. However, I should do it before I have to migrate my applications to another higher version.</p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/07/openlaszlo-4-4-released/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Devl.net launched</title>
		<link>http://devl.net/2009/06/devl-net-launched/</link>
		<comments>http://devl.net/2009/06/devl-net-launched/#comments</comments>
		<pubDate>Fri, 26 Jun 2009 19:54:30 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[Devl.net]]></category>

		<guid isPermaLink="false">http://devl.net/?p=3</guid>
		<description><![CDATA[Hey hey,
I just wanted to announce, that devl.net is finally opened.
The guys running this Blog are some IT guys, who thought to stick together their  thoughts in order to run a blog about programming and misc computer stuff. It&#8217;s just a compilation of random code snippets, publications, aspects and misc texts about computer and IT [...]]]></description>
			<content:encoded><![CDATA[<p>Hey hey,</p>
<p>I just wanted to announce, that devl.net is finally opened.<br />
The guys running this Blog are some IT guys, who thought to stick together their  thoughts in order to run a blog about programming and misc computer stuff. It&#8217;s just a compilation of random code snippets, publications, aspects and misc texts about computer and IT in general.</p>
<p>We &#8211; Neakro and sYnie &#8211; have already been blogging before. As long as the original Blogs aren&#8217;t shut down, you can find all the stuff at:</p>
<ul>
<li><a href="http://blog.neakro.net">http://blog.neakro.net</a></li>
<li><a href="http://www.synie.net">http://www.synie.net</a></li>
</ul>
<p>Have fun browsing through our articles. If you liked anything, we&#8217;d appreciate any comments <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/06/devl-net-launched/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Visualslider in productive usage</title>
		<link>http://devl.net/2009/06/visualslider-in-productive-usage/</link>
		<comments>http://devl.net/2009/06/visualslider-in-productive-usage/#comments</comments>
		<pubDate>Thu, 18 Jun 2009 16:13:53 +0000</pubDate>
		<dc:creator>sYnie</dc:creator>
				<category><![CDATA[OpenLaszlo]]></category>
		<category><![CDATA[Slider]]></category>
		<category><![CDATA[Slideshow]]></category>

		<guid isPermaLink="false">http://www.synie.net/?p=140</guid>
		<description><![CDATA[While watching for some referer statistics on synie.net, I stumbled across a thread in the OL forums. Here it is:
http://forum.openlaszlo.org/showthread.php?t=13698
LaSlow writes about using my visualslider for a product show case. Just visit this site to see it in action:
http://www.smartcard24.com/
It&#8217;s hot, isn&#8217;t it? 
I had to reload the website multiple times in order to see it, [...]]]></description>
			<content:encoded><![CDATA[<p>While watching for some referer statistics on synie.net, I stumbled across a thread in the OL forums. Here it is:<br />
<a class="linkification-ext" title="Linkification: http://forum.openlaszlo.org/showthread.php?t=13698" href="http://forum.openlaszlo.org/showthread.php?t=13698">http://forum.openlaszlo.org/showthread.php?t=13698</a></p>
<p>LaSlow writes about using my visualslider for a product show case. Just visit this site to see it in action:<br />
<a class="linkification-ext" title="Linkification: http://www.smartcard24.com/" href="http://www.smartcard24.com/">http://www.smartcard24.com/</a><br />
It&#8217;s hot, isn&#8217;t it? <img src='http://devl.net/wp-includes/images/smilies/icon_wink.gif' alt=';-)' class='wp-smiley' /><br />
I had to reload the website multiple times in order to see it, instead of an advertisement. But it looks great. It&#8217;s nice to see what people do with my code snippets. Just recently I got an e-mail from LaSlow with the extended code. It was you, wasn&#8217;t it? I&#8217;ll try to prepare it for upload during the next 2 weeks.</p>
<p>So, in any case &#8211; if you did some improvements to some of my code snippets, feel free to send them to me. I&#8217;ll publish them here.</p>
<p>Thanks to LaSlow for sharing the link.</p>
]]></content:encoded>
			<wfw:commentRss>http://devl.net/2009/06/visualslider-in-productive-usage/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
