Quick and Dirty PDF Sharing

Okay so I’m a fan of John Resig.  His work surrounding JavaScript has been so incredible and important that his blog has become one of my top 5 favorite to read.  One of his recent projects was to write a simple shell script to convert PDFs to simple PNG+HTML+JS presentations for viewing in a web browser. Resig’s script makes use of Image Magick for image processing and conversion, which makes the script very simple and powerful at the same time.

{ 0 reasons not to comment }

6 Embeddable HTML Editors for Your Website Compared

I was just about to finish a draft I started last week on the topic of HTML editors for the Internet when I saw this Mashable post.  There are several options available to you and your web application, some of which are a little more “heavy” than others.  Normally I’m looking for a more lightweight solution so at one point I wrote a minimalist editor of my own, but I’ve also used a couple of these and have had pretty good success.

I’m not sure why the author left out FCKEditor as I would guess it’s one of the top three editors out there right now.

6 Embeddable HTML Editors for Your Website Compared

{ 0 reasons not to comment }