Evidence of an Eclipse based CF IDE from Adobe?

So I was perusing the list of new features in Dreamweaver CS4, and I don't see ANY improvements for ColdFusion coding. There are a couple of new features that will be nice for CF developers, but they aren't directly related to CF (unless I missed something).

Personally I use CFEclipse. But I have been telling my co-workers and friends that I am convinced that Adobe is going to release an Eclipsed based ColdFusion IDE with CF 9 for four reasons:

[More]

How Adobe Can Kill Silverlight: Linux

This is not my idea, but John C. Dvorak's. Microsoft is making a full frontal attack on Adobe with SilverLight. Dvorak's suggestion is that Adobe should port the full creative suite to Linux, and once that's done make a fully optimized, custom version of Linux for Adobe designers/developers. How would this hurt SilverLight? It wouldn't directly, but it could potentially take money out of Microsoft's coffers (by taking away Windows market share).

[More]

I'm not a Flex developer...and here's one reason why

A lot of my ColdFusion and PHP developer friends like to tell me that I should become a Flex developer. I have various reasons why I haven't jumped on the bandwagon yet, but here's one of the biggest reasons:

Enough said.

My First Silverlight Experience

I have watched the emergence of Microsoft Silverlight with mixed feelings. On one hand, I am not a Microsoft fan, so I typically like to see other companies succeed in markets where Microsoft is a player. Therefore, I like the fact that Flash is the dominant player in the RIA market that Microsoft is attempting to enter. On the other hand, I like competition, and since Adobe enjoys a virtual monopoly with Flash, I'm kind of glad to see Microsoft throwing their weight behind a potential competitor to Flash. Up to today, though, I have always been a bystander in this game as I have never done anything with Silverlight, not even install the plugin.

[More]

Mozilla's answer to Adobe AIR

Adobe brings web apps to the desktop with AIR, Microsoft is doing similar things with Silverlight, and now Mozilla announces Prism. The biggest difference between Prism and it's competitors is that you don't have to do anything extra to create a Prism app from a web app.

[More]

ColdFusion and Friends in Google Trends

I saw a news report yesterday talking about Google Trends, and how you can see what countries and cities search for particular terms the most. I thought it would be fun to find out what countries/cities rank highest for some ColdFusion related terms:

[More]

Open Letter to Tim Buntel

UPDATE: Tim Buntel got back from vacation and responded to this blog entry in the comments. He listed a lot of things that they did to market ColdFusion 8 when it was released.

According to Adobe's main product page of ColdFusion, Tim Buntel is Adobe's Senior Product Marketing Manager. Therefore, because I want to make some ColdFusion marketing suggestions, I am hoping he will read this blog entry.

[More]

Adobe Stupefied Dreamweaver

When I loaded the ColdFusion 8 docs into CFQuickDocs, I used the docs from the Dreamweaver ColdFusion 8 update which was on Adobe's Labs site (ColdFusion 8 was still beta at the time). This worked really well, because all of the tags/functions were in separate .htm files. However, now that CF 8 has been released, I need to update my CFQD docs to the final release docs of CF 8. So I went and downloaded the final Dreamweaver update from the CF downloads site, but I found that Adobe changed the docs for the final release. "Changed" isn't the right word, "stupefied" would be more accurate.

[More]

Adobe AIR is coroding the Internet?

Asa, one of the most public figures behind the Mozilla foundation (and thus behind Firefox), recently posted about Mozilla's goals with Firefox, and why it doesn't make sense to turn Firefox over to a for profit corporation. One of their main goals with Firefox is "to protect [the Internet] and to help it grow in ways that are beneficial to everyone rather than just a few." Their main way of accomplishing such a noble goal is to zealously protect open standards, and advance such standards through Firefox and related Mozilla technologies.

[More]

Link to Specific Page in a PDF

I had asked on a couple of mailing lists for a way to deep link to a specific page in a PDF, and nobody seemed to know the answer. Today a coworker showed me how to do it, so I thought I'd post it here in case other people need to know how to do this.

There are two ways to do this, you can link to a page, or you can link to a "destination". Linking to a page is as simple as adding #page=11 to the end of your link. However, this doesn't work in IE if the user has Acrobat Reader version 7. But I tried this in Firefox, IE 6 and 7 with Acrobat 8 and it worked in all cases.

In order to link to destinations, you have to edit the PDF to create the destination. I don't personally have Adobe Acrobat, so I'm not sure what a "destination" is exactly. But I think it's a way to link to a specific location on a page, not just to the top of a specific page. To do this, just add #destination to the end of your link. For example, if you wanted to link to chapter 3 of a book, you could link it like this: http://www.mydomain.com/book.pdf#chapter3, assuming you've created a destination called "chapter3".

Here are two links on Adobe's site that go into further detail:
Link to PDF pages and destinations
Linking with Acrobat 7 fails in IE

More Entries

BlogCFC was created by Raymond Camden. This blog is running version 5.9. Contact Blog Owner