Downloading PDFs Of The ColdFusion Developer's Journal

Posted June 23, 2007 at 6:07 PM by Ben Nadel

Tags: ColdFusion

I just found out that you could download the ColdFusion Developer's Journal issues as PDFs. I am probably like a million years behind everyone on this, but I was reading a blog entry this last week about the video ads on CFDJ (sorry, I cannot remember which blog) and someone commented that you hate the video ads, you could just download the PDFs directly:

ColdFusion Developer's Journal PDFs

This is way cool! Thanks for pointing this out (I really with I could remember where I read this.)


 
 
 

 
Girl Reading ColdFusion Developer's Journal PDF  
 
 
 


Reader Comments

Jun 23, 2007 at 7:55 PM // reply »
304 Comments

Who wants to make a bet that this was intentional? ;) I'm thinking not.


Jun 23, 2007 at 8:03 PM // reply »
10,640 Comments

That what was not intentional? Having the PDFs downloadable? Do you think I should take this post down??? I don't want to exploit some mistake someone made.


Jun 23, 2007 at 8:03 PM // reply »
24 Comments

i think we're about to find out :)


Jun 23, 2007 at 8:06 PM // reply »
24 Comments

err... my previous comment was in response to ray.

fwiw, i don't believe it is intentional either. i think it'd significantly cut down on the amount of print subscriptions if folks could just download pdfs.

and now that (from what i understand) the CFDJ is going digital only... that much more likely that this is an oversight.


Jun 23, 2007 at 8:07 PM // reply »
10,640 Comments

I am removing the link till I know more.


Jun 23, 2007 at 10:09 PM // reply »
1 Comments

@charlie et al, regarding cutting down on print subscriptions, I believe the only subscription option is PDF and that print is no longer available since sometime earlier this year...

"1-Year Digital Edition .PDF subscription for 12 issues $99
2-Year Digital Edition .PDF subscription for 24 issues $129"


Jun 23, 2007 at 11:16 PM // reply »
14 Comments

Hmm - as an ex-subscriber, I keep getting emails from Sys-con prompting me to download the PDFs, but I seem to have to register each month.

</cliff>


Jun 24, 2007 at 1:29 AM // reply »
26 Comments

The comment was on CF-Community


Jun 24, 2007 at 2:27 AM // reply »
18 Comments

The pdf download link has been available to a lot of people for a long time. ...


Jun 24, 2007 at 2:52 AM // reply »
26 Comments

Due to their signup page I was also under the impression that they were PDF only, making the Fusion Authority Quarterly Update the only print ColdFusion magazine/journal. We asked Simon and said that they're still doing print.
Of course, I have not gotten a print issue in a while, but....


Jun 24, 2007 at 7:28 AM // reply »
145 Comments

Used to be able to get a print version of CFDJ at a B&N near where I used to work. Disappeared from the shelves about 5 years ago or so. At that price, I refuse to buy a subscription if I can't preview the issue at the newstand - not every issue has articles of interest for me.


Jun 24, 2007 at 8:34 AM // reply »
304 Comments

Not to start a "I'm better than you" type war - but I'd HIGHLY recommend FAQU (Fusion Authority Quaterly Update) over CFDJ now.


Jun 24, 2007 at 12:33 PM // reply »
10,640 Comments

FAQu is definitely high quality! I am a huge fan.

http://www.bennadel.com/index.cfm?dax=blog:748.view
http://www.bennadel.com/index.cfm?dax=blog:422.view


Jun 24, 2007 at 2:56 PM // reply »
1 Comments

The PDF directory on Sys-Con has never been secure - not ever, and Sys Con have been made aware of it numerous times - they simply don't care.


moz
Jun 24, 2007 at 4:57 PM // reply »
1 Comments

I think that PDF format is the best format. You can easily read your favorit magazin, or any other text.


Jun 26, 2007 at 12:19 PM // reply »
10,640 Comments

My contact over at SYS-CON has confirmed that this link is available. I have re-linked the post above.



Post A Comment

Comment Etiquette: Please do not post spam. Please keep the comments on-topic. Please do not post unrelated questions or large chunks of code. And, above all, please be nice to each other - we're trying to have a good conversation here.

Please review the following issues:

Author Name:


Author Email:

Author Website:

Comment:

Supported HTML tags for formatting: <strong>bold</strong>   <em>italic</em>   <code>code</code>







  • Help Wanted - Find Your Next ColdFusion Job
InVision App - Prototyping Made Beautiful With Prototyping Tools Ben Nadel's Company - Epicenter Consulting Recent Blog Comments
Feb 10, 2012 at 7:21 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
Update! Instead of $(eval(options.insertAfter)).after(data['insertData']); I now use: var ajaxNode = document.createElement('span'); var parent = $(eval(options.insertAfter))[0].parentNode; ... read »
Feb 10, 2012 at 6:18 PM
jQuery AJAX Strips Script Tags And Inserts Them After Parent-Most Elements
encountered this same, what I consider, jQuery bug last week. I'm building a site in which I load some content via AJAX. This content contains Linkedin share button placeholders which Linkedin API ne ... read »
Feb 10, 2012 at 11:30 AM
Cross-Origin Resource Sharing (CORS) AJAX Requests Between jQuery And Node.js
After you understand the concepts here, this is an awesome cheatsheet for enabling CORS in just about anything http://enable-cors.org/ ... read »
JM
Feb 10, 2012 at 9:10 AM
My Safari Browser SQLite Database Hello World Example
@Amy, Here is a very good tutorial on how to use JOIN: http://www.sqltutorial.org/sqljoin-innerjoin.aspx ... read »
Feb 10, 2012 at 4:42 AM
Building A Twitter-Inspired RESTful API Architecture In ColdFusion
This is great, very useful Ben. I spotted a small typo in the api.cgm listing: <cfthrow type="Unauthroized" /> Cheers Stefan ... read »
Feb 9, 2012 at 10:35 PM
CFDirectory Filtering Uses Pipe Character For Multiple Filters (Thanks Steve Withington)
I was wondering if there would be a filter you could apply so that you got everything but what you included in the filter. As in show me all docs that are not a .pdf. ... read »
Feb 9, 2012 at 10:29 PM
Learning ColdFusion 9: Application-Specific Data Sources
@Ben, No offence, but if people were really wanting advanced features they would be using a platform like ASP.NET MVC. CFML is so structurally compromised as a tag-based scripting language that ... read »
Feb 9, 2012 at 10:03 PM
Subversion - Cleanup Failed To Process The Following Paths
@Leviaguirre, do you still have problems with this? ... read »