<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.content-space.de/dokuwiki/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.content-space.de/dokuwiki/feed.php">
        <title>Content-space.de blog:2010</title>
        <description></description>
        <link>http://www.content-space.de/dokuwiki/</link>
        <image rdf:resource="http://www.content-space.de/dokuwiki/lib/images/favicon.ico" />
       <dc:date>2010-09-10T16:21:39+02:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.content-space.de/dokuwiki/blog/2010/creating_epub_files_from_webpages"/>
                <rdf:li rdf:resource="http://www.content-space.de/dokuwiki/blog/2010/ebooks_kaufen_unmoeglich"/>
                <rdf:li rdf:resource="http://www.content-space.de/dokuwiki/blog/2010/tabitis_erfolgreich_bekaempfen"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.content-space.de/dokuwiki/lib/images/favicon.ico">
        <title>Content-space.de</title>
        <link>http://www.content-space.de/dokuwiki/</link>
        <url>http://www.content-space.de/dokuwiki/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.content-space.de/dokuwiki/blog/2010/creating_epub_files_from_webpages">
        <dc:format>text/html</dc:format>
        <dc:date>2010-02-14T23:24:30+02:00</dc:date>
        <title>Creating ePub files from webpages</title>
        <link>http://www.content-space.de/dokuwiki/blog/2010/creating_epub_files_from_webpages</link>
        <description>


&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
As my newest gadget (well, it&amp;#039;s already more than one and a half months old) is an eBook reader device my interest for ePub files has grown as ePub is basically the format that works best for my device and probably generally small eInk devices.
&lt;/p&gt;

&lt;p&gt;
Basically, an ePub file is a xhtml file with some additional information (e.g. a table of contents) zipped together into a handy file. So saving a webpage into an ePub document seems to be quite easy. Nevertheless there are some things the tool has to pay attention too as e.g. the xhtml in a epub file has to be valid xhtml 1.1. For further details on the file format I suggest reading &lt;a href=&quot;http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.hxa.name/articles/content/epub-guide_hxa7241_2007.html&quot;&gt;this guide on ePub file creation&lt;/a&gt;.
&lt;/p&gt;

&lt;p&gt;
Of course one could do that manually for every single page one wants to read, but I thought there has to be something more handy. Calibre is a great software for creating content for eBook reader devices and it can even process &lt;acronym title=&quot;Rich Site Summary&quot;&gt;RSS&lt;/acronym&gt; feeds (though skimming through content as I do during reading my feeds is not exactly what you can do best with an eBook reader device). Nevertheless I wanted something more integrated into my favorite browser, Firefox. Surprisingly I couldn&amp;#039;t find a single addon for Firefox that fits this purpose.
&lt;/p&gt;

&lt;p&gt;
Finally I managed finding three web services that can create ePub files from webpages:
&lt;/p&gt;

&lt;/div&gt;
&lt;h2&gt;&lt;a name=&quot;web2fb2&quot; id=&quot;web2fb2&quot;&gt;Web2FB2&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The most simple one is &lt;a href=&quot;http://web2fb2.net/&quot; class=&quot;urlextern&quot; title=&quot;http://web2fb2.net/&quot;&gt;Web2FB2&lt;/a&gt;, although it&amp;#039;s name may suggest something different that service also creates ePub files. I said it&amp;#039;s simple because it really just takes the webpage and creates an ePub file. It doesn&amp;#039;t try to detect the main text or use &lt;acronym title=&quot;Rich Site Summary&quot;&gt;RSS&lt;/acronym&gt; feeds or remove the navigation, but at least it includes all images. It seems to me that it ignores printing stylesheets, too. So it depends on the webpage and which parts of it you are interested in how well the result is usable.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Web2FB2&quot; [1409-1942] --&gt;
&lt;h2&gt;&lt;a name=&quot;zinepalcom&quot; id=&quot;zinepalcom&quot;&gt;zinepal.com&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
The probably most sophisticated service I&amp;#039;ve found is &lt;a href=&quot;http://www.zinepal.com&quot; class=&quot;urlextern&quot; title=&quot;http://www.zinepal.com&quot;&gt;zinepal.com&lt;/a&gt; - it&amp;#039;s basically intended for creating newspapers from webpages, feeds or Google news or blog search results. You can add up to 5 (25 in the pro version) webpages to a so-called „Zine“ for which you can then choose several options and get it as &lt;acronym title=&quot;Portable Document Format&quot;&gt;PDF&lt;/acronym&gt; or ePub. When you are pro-user (which are you automatically for the first month of usage) you can even add your own logo or introductory section. You can also select which fonts shall be used and as pro user you can add advertisement (which of course is more intended for republishing the result than for personal use &lt;img src=&quot;http://www.content-space.de/dokuwiki/lib/images/smileys/icon_wink.gif&quot; class=&quot;middle&quot; alt=&quot;;)&quot; /&gt;). Besides that it creates quite useful ePubs (and PDFs) from the specified pages and feeds, it removes almost everything but the actual content, the only negative point is it doesn&amp;#039;t add a table of contents for the included pages.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;zinepal.com&quot; [1943-2862] --&gt;
&lt;h2&gt;&lt;a name=&quot;instapaper&quot; id=&quot;instapaper&quot;&gt;Instapaper&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;http://www.instapaper.com/&quot; class=&quot;urlextern&quot; title=&quot;http://www.instapaper.com/&quot;&gt;Instapaper&lt;/a&gt; is „A simple tool to save web pages for reading later.“. Nevertheless it looks really interesting to me as it is indeed quite simple, you even don&amp;#039;t need a password for your account when you don&amp;#039;t want one (but it still supports multiple folders, starring pages, iPhone apps…). With a simple bookmarklet you can save pages for later reading. And the best is: you can create an ePub of all your unread pages. As zinepal.com Instapaper most of the time removes everything but the essential text (and unfortunately like zinepal.com also most/all? images…), but as a big plus it adds a table of contents so you can quickly jump between the included pages.
&lt;/p&gt;

&lt;p&gt;
Thus Instapaper looks exactly like what I&amp;#039;ve been looking for - a tool to make it easy to read all that stuff I find online but want to read in a quiet (or noisy) moment on my sofa (or on the train). I can collect the stuff I want to include and then when I want to get something to read I simply click the epub link and save the ePub file on my reader (switching between files is one of the slower operations, thus having it all in one file is also a big plus). And for the Amazon Kindle there would even be an auto-delivery option. The only thing I&amp;#039;m missing a bit are the images in the webpages, I hope that the algorithm for extracting the text will be improved, but of course I understand that such an algorithm is hard to create and always includes a lot of guessing.
&lt;/p&gt;

&lt;p&gt;
If you should have discovered other ways for getting the web (or at least some parts of it &lt;img src=&quot;http://www.content-space.de/dokuwiki/lib/images/smileys/icon_wink.gif&quot; class=&quot;middle&quot; alt=&quot;;)&quot; /&gt;)into an ePub file, please let me know!
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/epub?do=showtag&amp;amp;tag=epub&quot; class=&quot;wikilink1&quot; title=&quot;tag:epub&quot; rel=&quot;tag&quot;&gt;epub&lt;/a&gt;,
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/ebook?do=showtag&amp;amp;tag=ebook&quot; class=&quot;wikilink1&quot; title=&quot;tag:ebook&quot; rel=&quot;tag&quot;&gt;ebook&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Instapaper&quot; [2863-] --&gt;&lt;span class=&quot;plugin_feedmod_comments&quot;&gt;
  &lt;a href=&quot;http://www.content-space.de/dokuwiki/blog/2010/creating_epub_files_from_webpages#discussion__section&quot; title=&quot;Read or add comments to this article&quot;&gt;Read or add comments to this article&lt;/a&gt;
&lt;/span&gt;
</description>
    </item>
    <item rdf:about="http://www.content-space.de/dokuwiki/blog/2010/ebooks_kaufen_unmoeglich">
        <dc:format>text/html</dc:format>
        <dc:date>2010-05-22T18:52:54+02:00</dc:date>
        <title>eBooks kaufen unmöglich?</title>
        <link>http://www.content-space.de/dokuwiki/blog/2010/ebooks_kaufen_unmoeglich</link>
        <description>


&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Da lese ich einen &lt;a href=&quot;http://www.taz.de/1/zukunft/wissen/artikel/1/auch-besserverdienende-leiden/&quot; class=&quot;urlextern&quot; title=&quot;http://www.taz.de/1/zukunft/wissen/artikel/1/auch-besserverdienende-leiden/&quot;&gt;Text bei der taz&lt;/a&gt; zum Thema, dass soziale Unterschiede krank machen. Dort wird ein Buch vorgestellt, „The Spirit Level“ von Richard Wilkinson und Kate Pickett. Das gibt es auch in Deutschland zu kaufen, klar, wieso auch nicht? Allerdings finde ich bei deutschen Büchershops nur eine Papierversion. Da ich allerdings einen eBook-Reader besitze, hätte ich das ganze gerne digital. Denn wozu Bücherregale vollstopfen und Bücher durch die Gegend tragen, wenn es auch anders geht?
&lt;/p&gt;

&lt;p&gt;
Ein Blick auf &lt;a href=&quot;http://www.penguin.co.uk/nf/Book/BookDisplay/0,,9780141921150,00.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.penguin.co.uk/nf/Book/BookDisplay/0,,9780141921150,00.html&quot;&gt;Penguin.co.uk&lt;/a&gt; zeigt, dass es dort das Buch auch als eBook gibt. Nunja, dachte ich mir, frage ich doch mal bei Libri.de an, wo ich auch schon das eine oder andere eBook gekauft habe und die &lt;a href=&quot;http://www.libri.de/shop/action/productDetails/9027423/richard_wilkinson_kate_pickett_the_spirit_level_why_greater_equality_makes_societies_stronger_1608190366.html&quot; class=&quot;urlextern&quot; title=&quot;http://www.libri.de/shop/action/productDetails/9027423/richard_wilkinson_kate_pickett_the_spirit_level_why_greater_equality_makes_societies_stronger_1608190366.html&quot;&gt;das Buch in Papierform&lt;/a&gt; anbieten, wann es denn das Buch in elektronischer Form bei ihnen gibt, auch wenn ich mir nicht viel erhoffe, da Libri das Buch von einem anderen Verlag hat, bei dem es kein eBook gibt. Die Antwort:
&lt;/p&gt;

&lt;blockquote class=&quot;blockquote-plugin&quot;&gt;
&lt;p&gt;
Leider können wir Ihnen keinen konkreten Termin nennen, an dem der von Ihnen&lt;br /&gt;gewünschte Titel „The Spirit Level“ in Deutschland als eBook angeboten wird.
&lt;/p&gt;

&lt;p&gt;
Unabhängig davon können Sie natürlich das gewünschte eBook bei Penguin&lt;br /&gt;beziehen, wenn dies von Penguin für Auslandsbestellungen erlaubt wird. In&lt;br /&gt;diesem Fall möchten wir Sie bitten, sich auf &lt;a href=&quot;http://www.penguin.co.uk&quot; class=&quot;urlextern&quot; title=&quot;http://www.penguin.co.uk&quot;&gt;www.penguin.co.uk&lt;/a&gt; zu informieren.
&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;
Penguin dagegen meldet mir folgendes, wenn ich das Buch bestellen möchte:
&lt;/p&gt;

&lt;blockquote class=&quot;blockquote-plugin&quot;&gt;
&lt;p&gt;
Unfortunately, we are unable to accept orders from Germany at present. You should be able to order the books you require from a good local bookshop.
&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;
Nunja, solange es eBooks nicht in schönen käuflichen Verpackungen sondern nur online gibt (zumindest ist mir noch nichts dergleichen begegnet) wird das eBook wohl in keinem lokalen Buchladen hier erhältlich sein.
&lt;/p&gt;

&lt;p&gt;
Schade eigentlich. Ich hätte das Buch nämlich tatsächlich gekauft, sogar die Tatsache ignorierend, dass das digitale Exemplar vermutlich genau das gleiche kostet wie die Papierversion.
&lt;/p&gt;

&lt;p&gt;
Und das ist übrigens kein Einzelfall, &lt;a href=&quot;http://www.neunetz.com/2010/05/22/metafilter-user-retten-2-russische-maedchen-vor-menschenhandel/&quot; class=&quot;urlextern&quot; title=&quot;http://www.neunetz.com/2010/05/22/metafilter-user-retten-2-russische-maedchen-vor-menschenhandel/&quot;&gt;dieser Artikel&lt;/a&gt; brachte mich vorhin dazu, „Here Comes Everybody: The Power of Organizing Without Organizations“ von Clay Shirky kaufen zu wollen. Doch auch hier wieder das gleiche Problem, das Buch ist in Deutschland erhältlich, sogar von Penguin. Doch das ebenfalls verfügbare eBook ist in Deutschland nicht erhältlich. 
&lt;/p&gt;

&lt;p&gt;
Derartige geografische Einschränkungen der Verfügbarkeit von Büchern sind finde ich eine weitere Form das digitalen Rechtemanagements mit dem man versucht, Einschränkungen, die es in der Realität so extrem gar nicht gibt, auf digitale Produkte zu übertragen. (Schonmal überlegt, wie das Ausleihen an einen Freund oder gar &lt;a href=&quot;http://de.wikipedia.org/wiki/Bookcrossing&quot; class=&quot;interwiki iw_wpde&quot; title=&quot;http://de.wikipedia.org/wiki/Bookcrossing&quot;&gt;Bookcrossing&lt;/a&gt; mit digitalen Büchern funktioniert?)
&lt;/p&gt;

&lt;p&gt;
Wenn sich eBooks wirklich durchsetzen sollen, dann sollten eBooks vor allem erst einmal eines sein: Verfügbar. Und zwar über die Vorzeigetitel, die momentan bereits bei Libri und anderen Shops angeboten werden hinaus sollte es einfach selbstverständlich sein, dass jedes Buch, das in Papierform erhältlich ist, auch als elektronische Variante verfügbar ist, zumindest wenn diese prinzipiell verfügbar ist. Sonst werden sich die Buchverlage sehr schnell mit einer zunehmenden Piraterie konfrontiert sehen, wie es auch in einem Artikel &lt;a href=&quot;http://www.boersenblatt.net/332083/&quot; class=&quot;urlextern&quot; title=&quot;http://www.boersenblatt.net/332083/&quot;&gt;im Blog von libreka auf boersenblatt.net&lt;/a&gt; beschrieben ist.
&lt;/p&gt;

&lt;p&gt;
PS: Ich habe beide Buch übrigens nach wie vor nicht und kann daher nichts zum Inhalt sagen bzw. ob sie wirklich empfehlenswert sind.
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/ebook?do=showtag&amp;amp;tag=ebook&quot; class=&quot;wikilink1&quot; title=&quot;tag:ebook&quot; rel=&quot;tag&quot;&gt;ebook&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;span class=&quot;plugin_feedmod_comments&quot;&gt;
  &lt;a href=&quot;http://www.content-space.de/dokuwiki/blog/2010/ebooks_kaufen_unmoeglich#discussion__section&quot; title=&quot;Read or add comments to this article&quot;&gt;Read or add comments to this article&lt;/a&gt;
&lt;/span&gt;
</description>
    </item>
    <item rdf:about="http://www.content-space.de/dokuwiki/blog/2010/tabitis_erfolgreich_bekaempfen">
        <dc:format>text/html</dc:format>
        <dc:date>2010-06-03T13:48:53+02:00</dc:date>
        <title>Tabitis erfolgreich bekämpfen</title>
        <link>http://www.content-space.de/dokuwiki/blog/2010/tabitis_erfolgreich_bekaempfen</link>
        <description>


&lt;div class=&quot;level1&quot;&gt;

&lt;p&gt;
Das Urban Dictionary &lt;a href=&quot;http://www.urbandictionary.com/define.php?term=tabitis&quot; class=&quot;urlextern&quot; title=&quot;http://www.urbandictionary.com/define.php?term=tabitis&quot;&gt;definiert Tabitis&lt;/a&gt; folgendermaßen:
&lt;/p&gt;

&lt;blockquote class=&quot;blockquote-plugin&quot;&gt;
&lt;p&gt;
the condition in firefox (the choice of any self-respecting internet user) where one finds themselves overwhelmed by the massive amount of tabs they have open.
&lt;/p&gt;

&lt;/blockquote&gt;

&lt;p&gt;
Konkret bedeutet das - man hat dauerhaft oder immer wieder 20, 30, 60 oder gar 100 Tabs offen. Und warum ist das ein Problem? Nun, zum einen findet man sich in der Regel einfach nicht mehr zurecht bei den vielen Tabs, die Performance geht in den Keller und wirklich bringen tut das auch nichts. Mit mehr als ein paar Tabs (ich schätze ca. 10) Tabs lässt sich einfach nicht wirklich produktiv arbeiten.
&lt;/p&gt;

&lt;p&gt;
Was kann man dagegen tun? Zunächst einmal: die Tabs einfach zumachen. Allerdings ist das nicht so einfach, schließlich hat man die Tabs ja aus irgendeinem Grund offen - man möchte sie schnell wiederfinden, möchte vielleicht den Inhalt noch lesen, … Die einfachsten Erweiterungen für Firefox (keine Angst, hier soll es nicht nur um Firefox gehen) schließen die Tabs einfach und legen ein Bild der Seite, Titel und &lt;acronym title=&quot;Uniform Resource Locator&quot;&gt;URL&lt;/acronym&gt; ab, so dass man leicht wieder zurückkehren kann. &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/5756&quot; class=&quot;urlextern&quot; title=&quot;https://addons.mozilla.org/en-US/firefox/addon/5756&quot;&gt;Taboo&lt;/a&gt;  ist so eine Erweiterung. Allerdings muss ich sagen mir reicht das nicht. Zum einen werde ich kaum irgendwann die Seiten nochmal anschauen noch da explizit nach ihnen suchen. Das Resultat: Bei mir haben sich jede Menge Seiten angesammelt in Taboo, die allesamt zwar irgendwie sinnvoll sind, bei denen aber komplett der Kontext fehlt.
&lt;/p&gt;

&lt;p&gt;
Deshalb möchte ich hier einige Lösungen vorstellen, die mir täglich helfen, die Flut an Tabs zu bewältigen und auf einige wesentliche Seiten zu reduzieren.
&lt;/p&gt;

&lt;/div&gt;
&lt;h2&gt;&lt;a name=&quot;lesezeichen&quot; id=&quot;lesezeichen&quot;&gt;Lesezeichen&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
&lt;a href=&quot;http://de.wikipedia.org/wiki/Social Bookmarks&quot; class=&quot;interwiki iw_wpde&quot; title=&quot;http://de.wikipedia.org/wiki/Social Bookmarks&quot;&gt;Social Bookmarks&lt;/a&gt; mit &lt;a href=&quot;http://de.wikipedia.org/wiki/Social Tagging&quot; class=&quot;interwiki iw_wpde&quot; title=&quot;http://de.wikipedia.org/wiki/Social Tagging&quot;&gt;Social Tagging&lt;/a&gt;, aber auch die ganz normalen Lesezeichen des eingesetzten Browsers können gerade für die Langzeitspeicherung von gewissen Seiten eine große Hilfe sein. Wenn ich eine Seite geöffnet habe, die ich irgendwann mal wieder finden will, dann speichere ich sie. Häufig gebrauchte Seiten landen dabei in der Lesezeichenleiste im Browser. Speichern, schließen, fertig.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Lesezeichen&quot; [1788-2232] --&gt;
&lt;h2&gt;&lt;a name=&quot;read_later&quot; id=&quot;read_later&quot;&gt;Read Later&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Oft bekommt man irgendwo einen Link geschickt oder findet durch Zufall einen Link, der auf eine Seite mit viel Text führt, die man zwar prinzipiell lesen möchte, aber nicht gerade jetzt. Offen lassen und auf einen späteren Moment hoffen war anfangs meine Strategie - nunja, viele offene Tabs waren die Folge. Für viele Browser und Smartphones gibt es &lt;a href=&quot;http://readitlaterlist.com/&quot; class=&quot;urlextern&quot; title=&quot;http://readitlaterlist.com/&quot;&gt;Read It Later&lt;/a&gt; - Seiten zum später Lesen speichern. Dabei wird die Seite auf Wunsch sogar komplett heruntergeladen und - ebenfalls nur auf Wunsch - auch auf den wesentlichen Inhalt reduziert. Ideal um z.B. Unterwegs im Zug zu lesen. Wirklich in den Griff bekommen habe ich allerdings meine immer länger werdende Liste der zu lesenden Artikel erst mit &lt;a href=&quot;http://www.instapaper.com/&quot; class=&quot;urlextern&quot; title=&quot;http://www.instapaper.com/&quot;&gt;Instapaper&lt;/a&gt; und der Möglichkeit, die Seiten als eBook zu exportieren. So kann ich die Seiten wo und wann ich will mit meinem eBook-Reader lesen. Angenehm entspannt im Bett oder auf der Couch interessante Webseiten lesen - genial. Und die Liste der zu lesenden Seiten war jetzt schon mehrfach leer. Wenn man weiß, dass man die Seiten auch wirklich lesen wird, geht das Schließen deutlich leichter von der Hand. &lt;img src=&quot;http://www.content-space.de/dokuwiki/lib/images/smileys/icon_wink.gif&quot; class=&quot;middle&quot; alt=&quot;;)&quot; /&gt;
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Read Later&quot; [2233-3442] --&gt;
&lt;h2&gt;&lt;a name=&quot;todo-listen&quot; id=&quot;todo-listen&quot;&gt;ToDo-Listen&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Viele Seiten die ich so offen habe gehören zu irgendetwas was ich erledigen will oder muss. Z.B. Seiten, die ich hier verlinken möchte, ein Produkt, das ich kaufen möchte, … Irgendwie findet man am Computer schnell etwas anderes, das man dringend tun möchte oder muss und vergisst dabei ganz die vielen geöffneten Seiten. Oder es ist ein Video, das man jetzt gerade nicht ganz anschauen möchte.
&lt;/p&gt;

&lt;p&gt;
Für all dies und viel mehr habe ich mir angewöhnt, die Seiten, die zu einer bestimmten Aufgabe zu gehören, wenn ich an dieser nicht mehr weiterarbeiten möchte, einfach bei der jeweiligen Aufgabe zu notieren bzw. eine neue Aufgabe z.B. für das Fertigschauen des Videos anzulegen. So stelle ich sicher, dass ich die Seiten im richtigen Kontext und auch wirklich wieder finde.
&lt;/p&gt;

&lt;p&gt;
Sollte die ganze Aufgabe aus Recherche bestehen, so beginne ich bald, Lesezeichen zu speichern, die ich so einsortiere/tagge, dass ich sie wiederfinde. Alternativ kann man sie natürlich auch direkt in ein entsprechendes Dokument schreiben. ToDo-Listen eigenen sich für so etwas meist nur eingeschränkt, aber ein Verweis auf die entsprechende Linksammlung lässt sich meist gut unterbringen.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;ToDo-Listen&quot; [3443-4646] --&gt;
&lt;h2&gt;&lt;a name=&quot;handeln&quot; id=&quot;handeln&quot;&gt;Handeln&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Wichtig ist, dass man bei einer Seite, die nicht zur aktuell bearbeiteten Aufgabe gehört, schnell und sofort eine Entscheidung trifft. Entweder man schaut sie sich sofort an, oder man speichert sie sich für später zum Lesen oder legt sie direkt in das Archiv der Bookmarksammlung.
&lt;/p&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Handeln&quot; [4647-4952] --&gt;
&lt;h2&gt;&lt;a name=&quot;eines_nach_dem_anderen&quot; id=&quot;eines_nach_dem_anderen&quot;&gt;Eines nach dem Anderen&lt;/a&gt;&lt;/h2&gt;
&lt;div class=&quot;level2&quot;&gt;

&lt;p&gt;
Sehr sinnvoll ist, immer nur eine Aufgabe zu bearbeiten und am Ende dieser Aufgabe bzw. wenn man zu einer anderen Aufgabe wechselt diesen Wechsel bewusst vollziehen und hierbei auch alle dazugehörigen Tabs schließen. 
&lt;/p&gt;

&lt;p&gt;
Manchmal funktioniert das mit nur einer Aufgabe so nicht ganz, aber man sollte doch zumindest den Überblick über alle aktuell bearbeiteten Dinge behalten (z.B. eine Sache, die im Hintergrund abläuft wie viele Fotos hochladen und eine Sache, mit der man sich aktiv beschäftigt).
&lt;/p&gt;

&lt;p&gt;
Das Produktivitätssystem „Zen To Done“ beschreibt das im Teil &lt;a href=&quot;http://imgriff.com/2008/01/23/zen-to-done-teil-7-gewohnheit-4-handeln/&quot; class=&quot;urlextern&quot; title=&quot;http://imgriff.com/2008/01/23/zen-to-done-teil-7-gewohnheit-4-handeln/&quot;&gt;Handeln&lt;/a&gt; ganz gut. Mehr zum Bearbeiten nur einer Aufgabe befindet sich im (englischen) Artikel &lt;a href=&quot;http://zenhabits.net/2007/02/how-not-to-multitask-work-simpler-and/&quot; class=&quot;urlextern&quot; title=&quot;http://zenhabits.net/2007/02/how-not-to-multitask-work-simpler-and/&quot;&gt;How NOT to Multitask – Work Simpler and Saner&lt;/a&gt; - generell ein sehr empfehlenswertes Blog wenn man sich für Vereinfachung interessiert.
&lt;/p&gt;

&lt;p&gt;
&lt;/p&gt;
&lt;div class=&quot;tags&quot;&gt;&lt;span&gt;
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/tabs?do=showtag&amp;amp;tag=tabs&quot; class=&quot;wikilink1&quot; title=&quot;tag:tabs&quot; rel=&quot;tag&quot;&gt;tabs&lt;/a&gt;,
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/socialbookmarking?do=showtag&amp;amp;tag=socialbookmarking&quot; class=&quot;wikilink1&quot; title=&quot;tag:socialbookmarking&quot; rel=&quot;tag&quot;&gt;socialbookmarking&lt;/a&gt;,
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/ztd?do=showtag&amp;amp;tag=ztd&quot; class=&quot;wikilink1&quot; title=&quot;tag:ztd&quot; rel=&quot;tag&quot;&gt;ztd&lt;/a&gt;,
	&lt;a href=&quot;http://www.content-space.de/dokuwiki/tag/productivity?do=showtag&amp;amp;tag=productivity&quot; class=&quot;wikilink1&quot; title=&quot;tag:productivity&quot; rel=&quot;tag&quot;&gt;productivity&lt;/a&gt;
&lt;/span&gt;&lt;/div&gt;

&lt;/div&gt;
&lt;!-- SECTION &quot;Eines nach dem Anderen&quot; [4953-] --&gt;&lt;span class=&quot;plugin_feedmod_comments&quot;&gt;
  &lt;a href=&quot;http://www.content-space.de/dokuwiki/blog/2010/tabitis_erfolgreich_bekaempfen#discussion__section&quot; title=&quot;Read or add comments to this article&quot;&gt;Read or add comments to this article&lt;/a&gt;
&lt;/span&gt;
</description>
    </item>
</rdf:RDF>
