<?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>chrp.es</title>
	<atom:link href="http://chrp.es/feed" rel="self" type="application/rss+xml" />
	<link>http://chrp.es</link>
	<description>Transforming electricity into information</description>
	<lastBuildDate>Mon, 26 Sep 2011 23:10:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>How to share any GDI (and non-GDI) printer with Windows 7 64bit</title>
		<link>http://chrp.es/how-to-share-any-gdi-printer-with-windows-7-64bit</link>
		<comments>http://chrp.es/how-to-share-any-gdi-printer-with-windows-7-64bit#comments</comments>
		<pubDate>Fri, 23 Sep 2011 14:09:58 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Administration]]></category>

		<guid isPermaLink="false">http://chrp.es/?p=214</guid>
		<description><![CDATA[Recently I switched to Windows 7 64bit. But unfortunately Kyocera does not provide any driver for their FS 720 printer which is a cheap GDI laser printer. GDI used to be a protocol allowing manufactures to sell their devices cheaper by omitting most computing parts and replacing it by software on the host computer. With Windows 7 GDI is no longer supported by Microsoft. This guides describes how to use any GDI printer with Windows 7. For this solution you need another XP machine which is connected to the printer and in the same network as your Win7 machine. This XP machine has to have your printer ready set up with the manufactureres drivers. I happen to just use an [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I switched to Windows 7 64bit. But unfortunately Kyocera does not provide any driver for their FS 720 printer which is a cheap <a href="https://secure.wikimedia.org/wikipedia/de/wiki/Graphics_Device_Interface">GDI</a> laser printer. GDI used to be a protocol allowing manufactures to sell their devices cheaper by omitting most computing parts and replacing it by software on the host computer. With Windows 7 GDI is no longer supported by Microsoft.</p>
<p>This guides describes how to use any GDI printer with Windows 7. For this solution you need another XP machine which is connected to the printer and in the same network as your Win7 machine. This XP machine has to have your printer ready set up with the manufactureres drivers. I happen to just use an old laptop and use <a href="http://www.heise.de/software/download/wol.exe/43799">Wake on LAN</a> to not have it running all the time.</p>
<p>Follow <a href="http://blog.iharder.net/2011/01/25/share-a-windows-printer-with-a-mac/#step1">Robert Harder&#8217;s Guide on how to share a Windows printer with a Mac &#8211; Steps 1 &#8211; 4</a>. He describes how to share any printer as a PostScript printer using Unix&#8217; LPR. I have used the <em>Apple Color LW 12/660 PS</em> driver as he suggests. If you want to connect you Mac refer to step 5.</p>
<p>Then, on your Windows 7 machine:</p>
<ol>
<li>Go to Control panel &gt; <strong>Devices and Printers</strong></li>
<li>Right click &gt;<strong> Add printer</strong></li>
<li>Choose a <strong>local printer</strong></li>
<li>Use an existing connection and keep the default LPT1</li>
<li>In the driver selection dialog use <strong>Windows Update</strong> to obtain more drivers</li>
<li>Select <strong>Generic</strong> &gt; <strong>35PPM PS</strong></li>
<li>Continue until you have a 35PPM PS printer installed. The test page does not need to be printed since it would fail anyway.</li>
<li>Open your new<strong> printer queue</strong> by double clicking on it&#8217;s icon</li>
<li>In the menu go to <strong>Printer &gt; Preferences</strong> and select the <strong>Connections</strong> tab. Add a new connection:</li>
<ul>
<li>Select LPR port (If you don&#8217;t have one install Unix printing services under Windows features in the Control panel)</li>
<li>Select &#8220;New connection&#8221;</li>
<ul>
<li>LPD-Server: The IP address of your Windows XP machine hosting the actual printer</li>
<li>Printer or queue name: The name of your LPR printer on the XP machine, e.g. <em>GhostscriptLPR</em> in Robert Harder&#8217;s guide</li>
</ul>
</ul>
</ol>
<p>Now your printer is set up. You might want to print a test page from Printer &gt; Preferences dialog to verify that.</p>
<h2>Changing your PPD file</h2>
<p>Since PostScript drivers are device independent they use the <a href="https://secure.wikimedia.org/wikipedia/en/wiki/PostScript_Printer_Description">PPD format</a> to gather all device specific information. If your printer works just fine with the guide above you don&#8217;t need to do anything here. If you want to improve color printing, resolution, tray selection and other printer specific information you can update the <em>35PPM PS</em> driver with your printer manufacturer&#8217;s PPD file.</p>
<h3>Where to get my PPD file?</h3>
<p>Sometimes you might find a PPD file on the manufacturers web page. An easier way is to copy the one bundled with your the printer driver you are already using. Robert Harder describes how he set&#8217;s up an <em>Apple Color LW 12/660 PS</em> named <em>Ghostscript722C</em>. The corresponding PPD file is this one:</p>
<pre>c:\windows\system32\spool\drivers\x32x86\3\APLWCSB1.PPD</pre>
<p>If you are using another PostScript driver you can find out about the corresponding PPD by printing a test page. It is listed as <em>data file</em> and you can look for it in the exact same folder.</p>
<h3>Where to put my PPD file?</h3>
<p>In the above guide I used a <em>35PPM PS</em> driver on my Windows 7 64bit computer. It comes with a default PPD file:</p>
<pre>c:\windows\system32\spool\drivers\x64\3\GMAAAS.PPD</pre>
<p>You can replace this default one safely with the one of your actual printer driver from the XP host. Be sure to delete the GMAAAS.BPD in the same folder after replacing to let the driver create a new one. You might have to restart the spooler by restarting Windows to let the changes have an effect.</p>
<p>&nbsp;</p>
<address>Note below: In case you haven&#8217;t guessed yourself: If you degrade your hardware to a toaster, it&#8217;s your fault, not mine.</address>
]]></content:encoded>
			<wfw:commentRss>http://chrp.es/how-to-share-any-gdi-printer-with-windows-7-64bit/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Dokupad</title>
		<link>http://chrp.es/dokupad</link>
		<comments>http://chrp.es/dokupad#comments</comments>
		<pubDate>Mon, 24 Jan 2011 11:08:40 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://chrp.es/?p=156</guid>
		<description><![CDATA[A simple put yet powerful idea: Using an etherpad and a facebook live stream to document bar camp sessions collaboratively at the fundraising2.0 camp. Here is what it looks like.]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><img class="size-full wp-image-155 aligncenter" title="dokupad-sketch" src="http://chrp.es/wp-content/uploads/2011/01/dokupad-sketch.png" alt="" width="400" height="264" /></p>
<p>A simple put yet powerful idea: Using an <a href="http://etherpad.org/">etherpad</a> and a <a href="http://developers.facebook.com/docs/reference/plugins/live-stream">facebook live stream</a> to document bar camp sessions collaboratively at the <a href="http://fundraising20camp.mixxt.de/">fundraising2.0 camp</a>. Here is <a href="http://dokupad.hirnstrom.de/example">what it looks like</a>. </p>
]]></content:encoded>
			<wfw:commentRss>http://chrp.es/dokupad/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>RSS-Feeds für die Sächsische Zeitung</title>
		<link>http://chrp.es/sz2rss</link>
		<comments>http://chrp.es/sz2rss#comments</comments>
		<pubDate>Wed, 29 Sep 2010 13:39:01 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://chrp.es/?p=90</guid>
		<description><![CDATA[Lange habe ich gesucht, nie habe ich etwas gefunden. Die Sächsische Zeitung hat keine RSS-Feeds für ihre Lokalausgaben. Dabei ist es doch der einzige Grund, sie noch zu lesen. Dem habe ich mal Abhilfe geschaffen: Bautzen / Bischofswerda / Chemnitz / Dippoldiswalde / Doebeln / Dresden / Radebeul / Freital / Goerlitz / Großenhain / Hoyerswerda / Kamenz / Loebau / Meissen / Niesky / Pirna / Riesa / Roedertal / Sebnitz / Weisswasser / Zittau Leider sind die Artikel selbst Bezahl-Content. Aber wer sowieso ein Abo hat, kann damit nun endlich die News aus der Heimat per Feed abonnieren. Und für die SZ lässt sich vielleicht noch das ein oder andere &#8220;SZ-exklusiv-Abo&#8221; damit verkaufen? Technische Referenzen: Juozas Kaziukėnas: Web [...]]]></description>
			<content:encoded><![CDATA[<p>Lange habe ich gesucht, nie habe ich etwas gefunden. Die Sächsische Zeitung hat keine RSS-Feeds für ihre Lokalausgaben. Dabei ist es doch der einzige Grund, sie noch zu lesen. Dem habe ich mal Abhilfe geschaffen:</p>
<p><a href="http://chrp.es/live/sz2rss/?ort=Bautzen">Bautzen</a> / <a href="http://chrp.es/live/sz2rss/?ort=Bischofswerda">Bischofswerda</a> / <a href="http://chrp.es/live/sz2rss/?ort=Chemnitz">Chemnitz</a> / <a href="http://chrp.es/live/sz2rss/?ort=Dippoldiswalde">Dippoldiswalde</a> / <a href="http://chrp.es/live/sz2rss/?ort=Doebeln">Doebeln</a> / <a href="http://chrp.es/live/sz2rss/?ort=Dresden">Dresden</a> / <a href="http://chrp.es/live/sz2rss/?ort=Radebeul">Radebeul</a> / <a href="http://chrp.es/live/sz2rss/?ort=Freital">Freital</a> / <a href="http://chrp.es/live/sz2rss/?ort=Goerlitz">Goerlitz</a> / <a href="http://chrp.es/live/sz2rss/?ort=Großenhain">Großenhain</a> / <a href="http://chrp.es/live/sz2rss/?ort=Hoyerswerda">Hoyerswerda</a> / <a href="http://chrp.es/live/sz2rss/?ort=Kamenz">Kamenz</a> / <a href="http://chrp.es/live/sz2rss/?ort=Loebau">Loebau</a> / <a href="http://chrp.es/live/sz2rss/?ort=Meissen">Meissen</a> / <a href="http://chrp.es/live/sz2rss/?ort=Niesky">Niesky</a> / <a href="http://chrp.es/live/sz2rss/?ort=Pirna">Pirna</a> / <a href="http://chrp.es/live/sz2rss/?ort=Riesa">Riesa</a> / <a href="http://chrp.es/live/sz2rss/?ort=Roedertal">Roedertal</a> / <a href="http://chrp.es/live/sz2rss/?ort=Sebnitz">Sebnitz</a> / <a href="http://chrp.es/live/sz2rss/?ort=Weisswasser">Weisswasser</a> / <a href="http://chrp.es/live/sz2rss/?ort=Zittau">Zittau</a></p>
<p>Leider sind die Artikel selbst Bezahl-Content. Aber wer sowieso ein Abo hat, kann damit nun endlich die News aus der Heimat per Feed abonnieren. Und für die SZ lässt sich vielleicht noch das ein oder andere &#8220;SZ-exklusiv-Abo&#8221; damit verkaufen?</p>
<p>Technische Referenzen:</p>
<ul>
<li><a href="http://dev.juokaz.com/php/web-scraping-with-php-and-xpath ">Juozas Kaziukėnas: Web scraping with PHP and xPath</a> &#8211; erklärt wie man mit xPath Webseiten auslesen kann, sogenanntes <a href="http://en.wikipedia.org/wiki/Web_scraping">Web scraping</a></li>
<li><a href="http://snipplr.com/view.php?id=23">Tyler Hall: RSS Writer Class on snipplr</a> &#8211; Klasse um XML für RSS Feeds zu erzeugen</li>
<li><a href="http://www.theukwebdesigncompany.com/articles/php-caching.php">Ross Mckillop: PHP Caching to Speed up Dynamically Generated Sites</a> &#8211; simples Caching mit PHP</li>
</ul>
<p>Und hier gibts den <a href="http://chrp.es/live/sz2rss/sources.zip">Sourcecode</a>. Macht keinen Unsinn mit dem Content der Sächsischen Zeitung den ich mir natürlich nicht zu eigen mache, sondern nur für den privaten Gebrauch und zu Demonstrationszwecken verwende.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrp.es/sz2rss/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello popeye</title>
		<link>http://chrp.es/hello-popeye</link>
		<comments>http://chrp.es/hello-popeye#comments</comments>
		<pubDate>Fri, 30 Apr 2010 17:22:54 +0000</pubDate>
		<dc:creator>chris</dc:creator>
				<category><![CDATA[Coding]]></category>

		<guid isPermaLink="false">http://chrp.es/?p=76</guid>
		<description><![CDATA[A nice fotoset of fontplay.com. Thanks for releasing it for free! As you can see, I also can have captions. But don't confuse captions with descriptions in the WP backend. Previous image Enlarge Close Next image Image of There was a great jquery plugin making websites look much nicer. And there was a popular blogging engine. They apparently had to be introduced to each other. Here it is. Release 0.2 of wp-popeye. You can download it from the WordPress Plugin Directory.]]></description>
			<content:encoded><![CDATA[    <div class="ppy ppy-left" id="ppy2">
        <ul class="ppy-imglist">
            <li><a href="http://chrp.es/wp-content/uploads/2010/04/fp103108b-33-300x200.jpg"><img src="http://chrp.es/wp-content/uploads/2010/04/fp103108b-33-150x150.jpg" /></a><span class="ppy-extcaption">A nice fotoset of <a href="http://www.fontplay.com/freephotos/index.htm">fontplay.com</a>. Thanks for releasing it for free!</span></li>
<li><a href="http://chrp.es/wp-content/uploads/2010/04/fp082806-0036-300x225.jpg"><img src="http://chrp.es/wp-content/uploads/2010/04/fp082806-0036-150x150.jpg" /></a><span class="ppy-extcaption">As you can see, I also can have captions.</span></li>
<li><a href="http://chrp.es/wp-content/uploads/2010/04/fp032005-02-300x225.jpg"><img src="http://chrp.es/wp-content/uploads/2010/04/fp032005-02-150x150.jpg" /></a><span class="ppy-extcaption">But don't confuse captions with descriptions in the WP backend.</span></li>

        </ul>
        <div class="ppy-outer">
            <div class="ppy-stage" style="width:150px; height:150px;">
                <div class="ppy-nav">
                    <a class="ppy-prev" title="Previous image">Previous image</a>
                    <a class="ppy-switch-enlarge" title="Enlarge">Enlarge</a>
                    <a class="ppy-switch-compact" title="Close">Close</a>
                    <a class="ppy-next" title="Next image">Next image</a>
                </div>
            </div>
        </div>
        <div class="ppy-caption">
            <div class="ppy-counter">
                Image <strong class="ppy-current"></strong> of <strong class="ppy-total"></strong> 
            </div>
            <span class="ppy-text"></span>
        </div>
    </div>
<blockquote><p>There was a great jquery plugin making websites look much nicer. And there was a popular blogging engine. They apparently had to be introduced to each other.</p></blockquote>
<p>Here it is. Release 0.2 of <a href="http://chrp.es/wp-popeye">wp-popeye</a>. You can download it from the <a href="http://wordpress.org/extend/plugins/popeye/">WordPress Plugin Directory</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://chrp.es/hello-popeye/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

