Using the iPad Mini as a Kindle Replacement

I like reading and for years I have been happily doing so on a very old Amazon Kindle which was a hand-me-down from the wife. I never bothered to upgrade as the newer models always seemed bulkier than what I had.

That was until like everyone else on the planet when you reach a certain age you need glasses and things become difficult to see, particularly in low light. My existing Kindle had no light and so I was forced to start thinking about a replacement.

Initially I toyed with the idea of a new Kindle or more likely my … Read the rest

Using Kindlegen with PHP on Linux to Create Kindle Files

I’m working on a side project at the moment that requires the conversion programatically of a page of html to something that can be consumed by an Amazon Kindle. I did a quick search to see if anything existed as a PHP class library that I could use and while there was they were either hugely bloated or too alpha for my needs.

I then stumbled upon Amazon’s command line tool KindleGen which allows conversion of HTML and ePub docs to the MOBI format that the Kindle requires. This is a multi-platform too and, crucially, a version for Linux is … Read the rest