<?xml version="1.0" encoding="iso-8859-1" ?><?xml-stylesheet type="text/css" href="http://resources.encodo.ch/webcore/styles/atom.css" ?><feed xmlns="http://www.w3.org/2005/Atom">
  <generator uri="http://encodo.com/de/" version="3.2.0">
    Encodo Blogs 3.2.0
  </generator>
    <title type="text" xml:lang="en-us">
    <![CDATA[all &gt; Encodo Blogs 3.2.0]]>
  </title>
  <id>http://encodo.com/de/</id>
  <link rel="self" href="http://encodo.com/index_rss.php?format=atom&amp;content=text"/>
  <updated>2010-06-18T14:23:07+02:00</updated>
  <icon>http://encodo.com/de/icons/webcore_gif_silver/app/news_100px.gif</icon>
    <subtitle type="text" xml:lang="en-us">
    <![CDATA[]]>
  </subtitle>
    <rights type="text" xml:lang="en-us">
    <![CDATA[Copyright &copy; 2005-2010 Encodo Systems AG. All Rights Reserved.]]>
  </rights>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[WM 2010 bei Encodo]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=203</id>
    <link href="http://encodo.com/de/view_article.php?id=203"/>
    <updated>2010-06-18T13:42:51+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[Encodo fiebert mit! Dank Beamer, Lautsprecher und Live-Streaming sind
jetzt alle auf dem Laufenden.

[image][image]
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marc on 18. Jun 2010 13:42:51
Updated by Marco on 18. Jun 2010 14:23:07
------------------------------------------------------------------------

Encodo fiebert mit! Dank Beamer, Lautsprecher und Live-Streaming sind jetzt alle
auf dem Laufenden.

[image][image]

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[Sealed classes and methods]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=200</id>
    <link href="http://encodo.com/de/view_article.php?id=200"/>
    <updated>2010-05-10T14:55:39+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[This article originally appeared on "earthli News"
<http://earthli.com/news/view_article.php?id=2382> and has been
cross-posted here.

------------------------------------------------------------------------


According to the official documentation, the sealed keyword in C# serves
the following dual purpose:

"When applied to a class, the sealed modifier prevents other classes
from inheriting from it. [...] You can also"

...
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marco on 10. May 2010 14:55:39
------------------------------------------------------------------------

This article originally appeared on "earthli News"
<http://earthli.com/news/view_article.php?id=2382> and has been cross-posted
here.

--------------------------------------------------------------------------------


According to the official documentation, the sealed keyword in C# serves the
following dual purpose:

"When applied to a class, the sealed modifier prevents other classes from
inheriting from it. [...] You can also use the sealed modifier on a method or
property that overrides a virtual method or property in a base class. This
enables you to allow classes to derive from your class and prevent them from
overriding"

...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[Warum wollen Programmierer immer so viel wissen?]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=199</id>
    <link href="http://encodo.com/de/view_article.php?id=199"/>
    <updated>2010-05-01T09:59:24+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[Mit dem anrollenden Testen von ersten Munjari-Versionen ist mal wieder
das Thema „Testen von Software“ bzw. - damit verbunden – das „Melden von
Problemen“ aufgekommen. Eigentlich ist das früher oder später bei jedem
Software-Projekt ein Thema. Irgendwann gibt es immer Software-Probleme
zu melden.
...
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marc on 1. May 2010 09:59:24
------------------------------------------------------------------------

Mit dem anrollenden Testen von ersten Munjari-Versionen ist mal wieder das Thema
„Testen von Software“ bzw. - damit verbunden – das „Melden von Problemen“
aufgekommen. Eigentlich ist das früher oder später bei jedem Software-Projekt
ein Thema. Irgendwann gibt es immer Software-Probleme zu melden.

Also nimmt man als Anwender fix das Telefon oder Emailprogramm und meldet das
kurz und bündig beim zuständigen Programmierer. Und schon geht's los! Was der
alles von mir als einfacher Anwender seiner...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[How to configure a local firewall for OpenVPN (Part II)]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=198</id>
    <link href="http://encodo.com/de/view_article.php?id=198"/>
    <updated>2010-04-28T12:44:18+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[The following tip was developed using Ubuntu 9.1x (Hardy Heron) with
OpenVPn 2.1rc19. It builds on the the setup from "Part I"
<http://encodo.com/de/view_article.php?id=196>.

This post has been updated since publication to include FORWARD
directives for the strangers list as well.

------------------------------------------------------------------------


"Part I" <http://encodo.com/de/view_article.php?id=196> of this guide to
configuring a local firewall for...
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marco on 28. Apr 2010 12:44:18
Updated by Marco on 28. Apr 2010 21:00:24
------------------------------------------------------------------------

The following tip was developed using Ubuntu 9.1x (Hardy Heron) with OpenVPn
2.1rc19. It builds on the the setup from "Part I"
<http://encodo.com/de/view_article.php?id=196>.

This post has been updated since publication to include FORWARD directives for
the strangers list as well.

--------------------------------------------------------------------------------


"Part I" <http://encodo.com/de/view_article.php?id=196> of this guide to
configuring a local firewall for OpenVPN introduced you to using iptables on
Linux. It also included a script for OpenVPN that opened and closed the firewall
for specific IP addresses. If you haven't read it already, you should
probably...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[Warum Screenshots für Software-Produkte wichtig sind?]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=197</id>
    <link href="http://encodo.com/de/view_article.php?id=197"/>
    <updated>2010-04-21T14:35:19+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[Wir von der Encodo arbeiten aktuell an Produkteunterlagen und dabei ist
Frage nach Screenshots aufgekommen. Wir IT-Fritzen waren der Meinung,
dass ein Screenshoot unbedingt in die Unterlagen gehört. Auf die Frage
hin, warum wir denn unbedingt einen Screenshot relativ prominent in den
Produkte- bzw....
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marc on 21. Apr 2010 14:35:19
Updated by Marc on 22. Apr 2010 18:02:26
------------------------------------------------------------------------

Wir von der Encodo arbeiten aktuell an Produkteunterlagen und dabei ist Frage
nach Screenshots aufgekommen. Wir IT-Fritzen waren der Meinung, dass ein
Screenshoot unbedingt in die Unterlagen gehört. Auf die Frage hin, warum wir
denn unbedingt einen Screenshot relativ prominent in den Produkte- bzw.
Verkaufsunterlagen wollten, antworteten wir: "Wir verwenden Screenshots als ein
sehr gewichtiges Auswahlkriterium bei der Evaluation neuer Software".

Soweit so gut, aber müssen auf dem Screenshots...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[How to configure a local firewall for OpenVPN]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=196</id>
    <link href="http://encodo.com/de/view_article.php?id=196"/>
    <updated>2010-04-20T22:37:27+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[The following tip was developed using Ubuntu 9.1x (Hardy Heron) with
OpenVPn 2.1rc19.

------------------------------------------------------------------------


Once you're done with this tutorial, make sure to read "Part II"
<http://encodo.com/de/view_article.php?id=198>, which includes some
crucial updates.

There are dozens of guides around that describe how to optimally
configure the iptables firewall on Linux...
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marco on 20. Apr 2010 22:37:27
Updated by Marco on 28. Apr 2010 13:22:08
------------------------------------------------------------------------

The following tip was developed using Ubuntu 9.1x (Hardy Heron) with OpenVPn
2.1rc19.

--------------------------------------------------------------------------------


Once you're done with this tutorial, make sure to read "Part II"
<http://encodo.com/de/view_article.php?id=198>, which includes some crucial
updates.

There are dozens of guides around that describe how to optimally configure the
iptables firewall on Linux for OpenVPN. There's even a script installed by
default that is extremely well-commented and shows to how close down the
firewall, then open up only very selected ports and protocols for optimal...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[Cross MonoTouch off the list]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=195</id>
    <link href="http://encodo.com/de/view_article.php?id=195"/>
    <updated>2010-04-12T07:03:32+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marco Von Ballmoos]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[This article originally appeared on "earthli News"
<http://earthli.com/news/view_article.php?id=2362> and has been
cross-posted here.

------------------------------------------------------------------------


Apple presented the iPhone OS 4.0 late last week. The new version
includes hundreds of new API calls for third-party developers, including
long-sought-after support for multi-tasking. The changes extended to
the...
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marco on 12. Apr 2010 07:03:32
------------------------------------------------------------------------

This article originally appeared on "earthli News"
<http://earthli.com/news/view_article.php?id=2362> and has been cross-posted
here.

--------------------------------------------------------------------------------


Apple presented the iPhone OS 4.0 late last week. The new version includes
hundreds of new API calls for third-party developers, including
long-sought-after support for multi-tasking. The changes extended to the
licensing agreement for iPhone developers, with section 3.3.1 getting
considerable modification, as documented in the article, "Adobe man to Apple:
'Go screw yourself'" by Cade Metz
<http://www.theregister.co.uk/2010/04/10/adobe_man_on_apple/>. That section now
reads:

"Applications"

...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[17.03.2010]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=194</id>
    <link href="http://encodo.com/de/view_article.php?id=194"/>
    <updated>2010-03-30T13:33:41+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[[image]Encodo hat Quino 1.3.0.0 für lizenzierte Kunden freigegben; da es
Saint Patrick's day ist, nennen wir diese den "shamrock release"!
Test-Lizenzen sind auf Wunsch verfügbar; zögern Sie nicht uns unter
"info [at] encodo [dot] ch" zu kontaktieren. Für einen detailierten
Überblick empfehlen wir einen...
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marc on 30. Mar 2010 13:33:41
Updated by Marc on 31. Mar 2010 08:52:54
------------------------------------------------------------------------

[image]Encodo hat Quino 1.3.0.0 für lizenzierte Kunden freigegben; da es Saint
Patrick's day ist, nennen wir diese den "shamrock release"! Test-Lizenzen sind
auf Wunsch verfügbar; zögern Sie nicht uns unter "info [at] encodo [dot] ch" zu
kontaktieren. Für einen detailierten Überblick empfehlen wir einen Blick in das
"Quino Fact Sheet" <http://encodo.com/en/documents.php#quino-fact-sheet>.
Detailierte Release-Informationen sind für Kunden ab sofort verfügbar.

Diese Version beinhaltet u.a. folgende Änderungen und Erweiterungen [1]:

  * Support for dedicated

...

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[29.03.2010]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=193</id>
    <link href="http://encodo.com/de/view_article.php?id=193"/>
    <updated>2010-03-30T13:18:39+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[We just published a few "pictures"
<http://encodo.com/en/events.php?folder_id=11> from the first Encodo
Networking Event of this year. After an apéro and a short demo about
Quino's modeled Methods, we went to the billiard hall near here.
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marc on 30. Mar 2010 13:18:39
------------------------------------------------------------------------

We just published a few "pictures"
<http://encodo.com/en/events.php?folder_id=11> from the first Encodo Networking
Event of this year. After an apéro and a short demo about Quino's modeled
Methods, we went to the billiard hall near here.

]]>
  </content>
  </entry>
  <entry>
      <title type="text" xml:lang="en-us">
    <![CDATA[29.03.2010]]>
  </title>
    <id>http://encodo.com/de/view_article.php?id=192</id>
    <link href="http://encodo.com/de/view_article.php?id=192"/>
    <updated>2010-03-30T13:08:46+02:00</updated>
    <author>
        <name type="text" xml:lang="en-us">
    <![CDATA[Marc Dürst]]>
  </name>
    </author>
      <summary type="text" xml:lang="en-us">
    <![CDATA[Ein paar "Bilder" <http://encodo.com/de/events.php?folder_id=11> des
ersten Encodo Networking Events im 2010 sind online. Nach einem Apero
und einer kurzen Demo von modellierten Business-Methoden ging es zu ein
paar Runden Billard.
]]>
  </summary>
      <content type="text" xml:lang="en-us">
    <![CDATA[Published by Marc on 30. Mar 2010 13:08:46
Updated by Marc on 30. Mar 2010 13:18:36
------------------------------------------------------------------------

Ein paar "Bilder" <http://encodo.com/de/events.php?folder_id=11> des ersten
Encodo Networking Events im 2010 sind online. Nach einem Apero und einer kurzen
Demo von modellierten Business-Methoden ging es zu ein paar Runden Billard.

]]>
  </content>
  </entry>
</feed>
