HomeContactEcomSolutions.NetWeb Development New York

Archive for the ‘ColdFusion’ Category

ColdFusion 8 Update (8.0.1)

Saturday, April 5th, 2008

ColdFusion 8 Update 1 provides developers with 64-bit support for Windows, Mac OS X, and Linux, and provides the latest updates to ColdFusion 8. Adobe recommends that all ColdFusion 8 users apply this free update.

Building Rich Internet Applications Using Flex 2 And Coldfusion

Friday, February 1st, 2008

 There was a time when even simple HTML pages used to make us happy. A few hyperlinks here and a couple of form elements there and you would have an “interactive” presence on the Internet.

JavaScript and CSS improved things to a great extent but still the functionalities on a webpage could never even remotely match the interface of a desktop application. With the advent of Flash things spiced up a bit but they were still on the static side. There was nothing that we could call interactive and dynamic in the Flash animations that the developers created. Although there is a fair amount of “programming” that you can do in Flash, this feature never caught on with hardcore programmers because interface designing skills were always required; they needed something that could help them create Flash applications by simply having to write code. Flex was developed keeping this in mind. And with this was born the concept of Rich Internet Applications. (more…)

7 Reasons Managers Like Fusebox

Tuesday, January 1st, 2008

It’s not just developers who have made Fusebox the most popular web application framework for ColdFusion and PHP. Project managers and team leads also value Fusebox for:

  1. Fusebox offers excellent support for team development — even when developers are geographically separate. Fusedocs (the program definition language used by Fusebox architects) insures that each developer knows exactly what is required to successfully complete their portion of the project. (more…)

Web development with ColdFusion

Wednesday, December 12th, 2007

Ecomsolutions Inc has been developing ColdFusion applications — e-commerce websites and online content management solutions — for more than five years with an unbeaten track record. There has not been even a single instance of project failure during this triumphant phase of ColdFusion web development. But why web development with ColdFusion and not with some other programming or scripting language such as PHP, Ruby on rails or Python? First of all ColdFusion is amazingly fast; it is so fast that sometimes it seems like magic. It is a language specifically evolved for enterprise level solutions, although it can be easily used — without resorting to an overkill — for smaller websites and applications too. In fact you can use ColdFusion for static web sites too but it is rarely done. It can be easily integrated with any platform from Java to .Net and it supports all Web 2.0 web development features and enhancements such as Ajax and user generated content management. Most of the online content and document management applications are developed using ColdFusion because of its unmatched features.

The web development methodologies at Ecomsolutions Inc are time-tested as well as innovative; sometimes we strictly follow the rules and sometimes we define our own rules in order to deliver the maximum benefit to our customers. As a first step towards delivering world-class online application solutions we have only been focusing on programming in ColdFusion. Other than that our strict quality control mechanism is a self-regulatory system that is set in motion as soon as a new project initiates.

We employ highly modular web development techniques while developing solutions for our customers. Due to a very high efficiency level we are able to minimize the time spent on web development and maximize the output and hence charge a very reasonable rate from our customers. Of course ColdFusion has a great part in it because when you work in ColdFusion coding efficiency is handled by its environment automatically.

Our web development activities are mostly centered around developing highly advanced e-commerce and online content publishing solutions for our customers from all over the world. You can easily say that when it comes to developing e-commerce and online publishing applications we have developed an incomparable expertise during the past five years. We have left no stone unturned trying to understand all the aspects of this great niche.

In our further posts we will be delving more on web development in ColdFusion.

SQL Injection Attacks, Easy To Prevent, But Apparently Still Ignored

Thursday, November 15th, 2007

I was just on a web site (no, not a ColdFusion powered site, and no I will not name names) browsing for specific content. The URLs used typical name=value query string conventions, and so I changed the value to jump to the page I wanted. And I made a typo and added a character to the numeric value. The result? An invalid SQL error message.That’s bad. Very very bad. It means that I was able to create a SQL statement that was submitted to the database for processing, a SQL statement that was passed to the database as is, unchecked.

You’d think that by now we’d have learned to lock down our code so as to prevent SQL injection attacks, but apparently this is not the case. You do not know what a SQL injection attack is? Well, read on.

Consider the following simple dynamic ColdFusion query: (more…)

ColdFusion 8 Cumulative Hot Fix 2 Available

Thursday, November 15th, 2007

The second ColdFusion 8 cumulative hot fix pack has been released. This hot fix contains the 7 fixes from hot fix 1, plus 14 additional fixes.

ColdFusion 8 Can Return Identity Values

Wednesday, November 14th, 2007

Thoughts, ideas, tips, musings, and pontifications (not necessarily in that order) by Ben Forta …
NOTE: This is my personal blog, and the opinions and statements voiced here are my own. 

ColdFusion 8 Can Return Identity Values

Here’s another ColdFusion 8 goodie that I just learned about yesterday …
If you are using a database table with an identity (auto-increment) field, ColdFusion 8 can automatically return the newly created field value for you, without needing a trigger or a subsequent <CFQUERY>. All you need to do is look in the <CFQUERY> optional RESULT structure, and if available the value will just be there. This feature is very DBMS and driver specific (and unfortunately does not seem to be supported by Apache Derby), and the name of the structure member containing the generated value is different based on the DBMS being used. Here are the ones you should be aware of:

SQL Server: result.IDENTITYCOL
Oracle: result.ROWID
Sybase: result.SYB_IDENTITY
Informix: result.SERIAL_COL
DB2: result.KEY_VALUE
MySQL: result.GENERATED_KEY (MySQL 4 and 5 only, MySQL 3 does not support this feature)
Very nice indeed!

 Ben Forta

ColdFusion 8 represents

Tuesday, August 28th, 2007

The new Adobe ColdFusion 8 represents a major improvement over previous versions of the software. First of all, it enjoys a significant boost in performance, capable of processing considerably more application page requests. The overall server performance is now 4.25 times faster than MX 7. In addition, the performance improvement in specific functional areas is up to 38.7 times over the previous version. (more…)

ColdFusion 8 Ajax

Friday, August 24th, 2007

ColdFusion 8, A Quick Look at the cfAjaxProxy Tag

ColdFusion 8

Wednesday, August 22nd, 2007

Originally released by Allaire back in 1995, ColdFusion is a computer software package and development framework that is mostly utilized to create dynamic Web sites. Since its debut, the software has steadily evolved in both usability and functionality. The latest version, ColdFusion 8, features a host of major improvements including easier document and image manipulation and integration into large-scale IT environments.

There is now a server monitor, available with select editions, which helps to identify potential workflow problems, thus increasing both performance and efficiency. A much more robust interaction with the widely-used Adobe Acrobat PDF document format has been enabled, with dynamic generation of both documents and forms now possible. This particular feature has the potential to make it much easier to share information via PDF, as ColdFusion 8 can create them using standard HTML, with no other coding needed. (more…)


Home | About Us | Contact Us | Categories

Copyright © 2007, EcomSolutions.net, All rights reserved.