Subscribe to RSS Feed

coldfusion

No Gravatar

The organization I work for has recently determined that we have had a significant loss in revenue due to pirated or unlicensed copies of electronic books/publications that we sell. with the loss being so substantial we needed to find a work-around. It wasn’t realistic to eliminate electronic copies as they are much more profitable and in some cases desirable than their hard-copy equivalents.

We discussed DRM and it was decided that the implementation was too expensive and not restrictive enough as the restrictions we can place on PDF files require that the end-user have software that also recognized these protection restrictions.

We opted for a solution that allows us to continue to offer PDF formats, is the most cross-software friendly and least cumbersome on our customers. Here’s the solution we decided on:

First, I should let you know that we control our own servers so we have access to install the software that we deem necessary. We are running PHP as the Web Application Language. We installed software that allows us to append text above the content of the existing PDF. In the text we indicated that the document is only licensed for individual use and that re-distribution is not authorized. Since we sell these documents, we also have their billing information, so within the same statement, we place the purchasers name on the document.

This procedure is performed on every page of the electronic document, which makes it very cumbersome to remove should an individual decide they want to redistribute it. In addition, we can lock the document and provide license terms upon download to remind the customer of these terms.

Hopefully, this helps to address some of the electronic PDF document concerns with regard to DRM that are out there. There are various applications that provide support for webservers to modify/write to PDF documents. I have found this support for PHP and Coldfusion, although asp, aspx,ruby on rails and the like should also offer support.

If you have found this information helpful, please assist us by clicking our sponsor ads below. These sponsors help to recover the cost of hosting and development.

Continue Reading »
No Comments

Best Linux HTML Editors

November 21, 2008 by Shaun
No Gravatar

So as I’ve mentioned in many of my other posts, I’ve been using linux for the last couple of years. I’ve found that there are a number of editors available and everybody has their own preference. Ultimately, the best editor depends on what your goals are for the editor. It’s hard to get ahold of the complete package with an open-source solution. Especially, if you want something you can open and use immediately, without much of a tutorial.

I primarily use these editors for PHP, ColdFusion, Ruby on Rails, Javascript, SQL, HTML and CSS.

I have used the following editors, so I’ll cover my experiences with them briefly.

Continue Reading »
2 Comments

Authorize.NET and PHP

November 7, 2008 by Shaun
No Gravatar

So I’ve had quite a bit of experience with authorize.NET and PHP and I’ve found it’s difficult to find resources that provide textual examples for integrating the payment processor. I’ve put together a generic tutorial from Authorize.NET documentation that is public. Of course, you will have to specify your Transaction ID and API Login ID. So here you are. If you need assistance or have any questions, feel free to leave a comment. If you found this article helpful, please help support our sponsors through the google ads as they help to cover our hosting fees. Both myself and the companies appreciate it!

The example that Authorize.NET provides does a lot of parsing through strings. I prefer working with arrays as they are easier to read, shorter to write and from what I understand, faster to parse. Also, I like to organize my data in classes. For this example, I’ll just show the function as that should be enough to integrate.

Continue Reading »
10 Comments

Olebox - Shaun Oleson is using WP-Gravatar