The online ColdFusion / CFML community website
I have uploaded video tutorial about angularJS powered by ColdFusion part 2. To view this tutorial please click here
Added by Shirak Grigor on September 26, 2012 at 15:28 — No Comments
I have uploaded video tutorial about angularJS powered by ColdFusion. To view this tutorial please click here
Added by Shirak Grigor on September 6, 2012 at 0:39 — No Comments
Maybe not a lot of people are using IE for their web development test, but if you do keep reading this post.When you run internet explorer developer tool you might notice Document Mode is IE7 standards (“Document compatibility defines how Windows Internet Explorer renders your webpages“) and Browser Mode is IE9 Compat view, for more info about Document Mode and Browser mode read …
ContinueAdded by Shirak Grigor on August 10, 2012 at 20:59 — No Comments
When you work with data centric application the first thing will come to your mind is data integrity with your client and make sure your client will get accurate data. That being said, I have updated my previous application to include proof of concept which eventually will lead me to create a complete conflict resolution engine utilizing client storage and server side storage (SQL).…
ContinueAdded by Shirak Grigor on August 9, 2012 at 19:27 — No Comments
Since ColdFusion 10 release I have been thinking how to utilize my favorite feature (websockets) with data centric application.
I have created simple application to notify the clients when a record has been updated, this way all users will get the most recent update without a need for an action.
Added by Shirak Grigor on August 3, 2012 at 17:51 — No Comments
I have been struggling with cfntauthenticate to return domain groups, it is failing each time I enable listgroups. So I end up using java (JRUN API). for details please click below link
http://cf-click.blogspot.com/2012/03/how-to-get-domain-groups-in-coldfusion.html
Thanks,
Shirak
Added by Shirak Grigor on March 1, 2012 at 23:45 — No Comments
There are a communication issues between three technologies together Flex, CF, and .Net. The issue is around null values and how each technology treating it.
Flex support null values for String, Object, and Dates only as far as my…
ContinueAdded by Shirak Grigor on August 31, 2010 at 3:56 — No Comments
Configuring SSL to Work with ColdFusion and JRUN
After all the challenges we had in very unique architecture using Flex, CF9, .NET. Finally things are getting along, the most challenge we had was in converting .Net complex object to ColdFusion objects (beans) which I will blog about it soon. The other challenge was using CF over SSL; the steps below demonstrate how to enable CF over ssl. Thanks to Chris Stolp our network manager to put this…
ContinueAdded by Shirak Grigor on June 20, 2010 at 22:45 — No Comments
We have been struggling lately to make CF web service call to another CF server on specific port over SSL. We have imported the certificate into Java keystore in {CF}\runtime\jre\lib\security\cacerts.
Since it did not work, we also imported it into every other keystore we could
find on the machine. Just to make sure, we also imported the cert and the
calling cert into all of the same stores. We were unable to make call over SSL
to the web service from…
Added by Shirak Grigor on June 14, 2010 at 4:44 — No Comments
As I promised, I’m attaching a simple project to demonstrate some OOP techniques,…
ContinueAdded by Shirak Grigor on April 17, 2010 at 23:24 — No Comments
Since adobe swallowed macromedia, ColdFusion become enterprise level server technology. The most important changes since then are:
Added by Shirak Grigor on April 4, 2010 at 1:00 — 2 Comments
Added by Shirak Grigor on November 28, 2009 at 8:25 — 1 Comment
© 2013 Created by Nick Tong.