<?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>Laughing Meme &#187; pdf</title>
	<atom:link href="http://laughingmeme.org/tag/pdf/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingmeme.org</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Sun, 29 Jan 2012 21:54:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>PDF Hacks</title>
		<link>http://laughingmeme.org/2004/12/03/pdf-hacks/</link>
		<comments>http://laughingmeme.org/2004/12/03/pdf-hacks/#comments</comments>
		<pubDate>Sat, 04 Dec 2004 06:14:57 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[hacks]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=965</guid>
		<description><![CDATA[Spent a while flipping through PDF Hacks in the bookstore last night (procrastinating on packing), and it looked solid. If I was going to be hacking on PDFs and ebooks, I&#8217;d pick it up, even if some of the hacks felt a bit, um, hackish, and showed a Windows bent. Still to save you time, [...]]]></description>
			<content:encoded><![CDATA[<p>Spent a while flipping through <a href="http://www.oreilly.com/catalog/pdfhks/">PDF Hacks</a> in the bookstore last night (procrastinating on packing), and it looked solid.  If I was going to be hacking on PDFs and ebooks, I&#8217;d pick it up, even if some of the hacks felt a bit, um, hackish, and showed a Windows bent.</p>

<p>Still to save you time, I can boil down well over the half the book into 2 words: <a href="http://www.accesspdf.com/pdftk/">use pdftk</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/12/03/pdf-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ruby, eBooks, and Preview.app Bookmarks</title>
		<link>http://laughingmeme.org/2004/11/24/ruby-ebooks-and-previewapp-bookmarks/</link>
		<comments>http://laughingmeme.org/2004/11/24/ruby-ebooks-and-previewapp-bookmarks/#comments</comments>
		<pubDate>Wed, 24 Nov 2004 08:18:21 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[books]]></category>
		<category><![CDATA[ebooks]]></category>
		<category><![CDATA[pdf]]></category>
		<category><![CDATA[rails]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[usability]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=959</guid>
		<description><![CDATA[Rabble is one of the hardest core Perl fans I know. Even when we were working together for Palm as Java programmers he was still writing Perl (which is something of a feat). So I&#8217;ve watched his enthusiastic uptakes of Ruby (and in particular Rails) with a mixture of curiosity and alarm . In fact [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.anarchogeek.com">Rabble</a> is one of the hardest core Perl fans I know.  Even when we were working together for Palm as Java programmers he was still writing Perl (which is something of a feat).  So I&#8217;ve watched his enthusiastic uptakes of <a href="http://www.ruby-lang.org/">Ruby</a> (and in particular <a href="http://www.rubyonrails.org/show/HomePage">Rails</a>) with a mixture of curiosity and alarm .  In fact it seems like a huge percentage of the really smart people I know are all learning or using Ruby.  Now I&#8217;m on a bit of a self imposed &#8220;travel ban&#8221; when it comes to working on non-PHP projects, but with 4 hours to kill in the airport (Jasmine&#8217;s flight is delayed) I figured now was the time.  But this blog post isn&#8217;t about Ruby (yet), its about eBooks. </p>

<p>First thing I did was I bought the <a href="http://pragmaticprogrammer.com/titles/ruby/index.html">Programming Ruby</a> ebook. Pragmatic Programmers have gone a very nice route with their copy protection.  They don&#8217;t lock, or encrypt, or in some other way hobble the PDF.  I can copy it, and print it, and general own it.  I can even &#8220;loan&#8221; it.  But my name is on the bottom of every page so I have an incentive to tightly control access to it.  This is good, and smart and embracing the possibilities of a new medium.  eBooks aren&#8217;t ever going to take off as long as their publishers cripple them.</p>

<p><h3>PDFs</h3>I&#8217;m less enthused about the choice of PDF as the distribution medium.  I&#8217;d be curious as to why this choice was made?  </p>

<p>I spend a huge amount of my day reading online in Firefox, I&#8217;m comfortable with it, the quality of the display is excellent (at least on OS X), and I don&#8217;t have to launch a special application.  I know I like reading books as HTML because I have experience doing this both with Baen, and with the O&#8217;Reilly bookshelves. (does anyone know a good script to produce properly formatted and linked HTML from a PDF?)</p>

<p><h3>Bookmarks Please</h3>If I was on Linux or Windows a PDF would be <b>useless</b> to me.  Thankfully I&#8217;ve got a Mac, and as I spend more time with Preview.app I am more and more impressed with it.  Its fast, its light on memory usage, its responsive, the text rendering is gorgeous.  Odd how Apple can produce a better PDF reader then Adobe.  The one thing I&#8217;m really missing is <b>bookmarks</b>.  Apple, can we get some bookmarks in Preview?  I&#8217;ve got a back button, and a previous and next commands, but I&#8217;m reading through an 800 page PDF and I need bookmarks.</p>

<p><h3>A Bit More on Ruby</h3>Okay I&#8217;ve spent 20 minutes playing with Ruby, and 20 minutes grinding my axe about ebooks, but I have to say what I&#8217;m most impressed by is Ruby&#8217;s ability to learn from others.  Just one example, I learned Python sitting in idle playing iteratively.  I&#8217;m very happy to find irb, and am having a similar experience.</p>
]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/11/24/ruby-ebooks-and-previewapp-bookmarks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CocoaBooklet</title>
		<link>http://laughingmeme.org/2004/08/16/cocoabooklet/</link>
		<comments>http://laughingmeme.org/2004/08/16/cocoabooklet/#comments</comments>
		<pubDate>Mon, 16 Aug 2004 23:32:40 +0000</pubDate>
		<dc:creator>Kellan</dc:creator>
				<category><![CDATA[Aside]]></category>
		<category><![CDATA[apple]]></category>
		<category><![CDATA[pdf]]></category>

		<guid isPermaLink="false">http://lm.quxx.info/?p=2468</guid>
		<description><![CDATA[For all your print on demand, pdf-to-zine needs]]></description>
			<content:encoded><![CDATA[<p>For all your print on demand, pdf-to-zine needs</p>
<p><a href='http://stevenf.com/mt/archives/000618.php'>http://stevenf.com/mt/archives/000618.php</a></p>]]></content:encoded>
			<wfw:commentRss>http://laughingmeme.org/2004/08/16/cocoabooklet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

