I am trying to get ColdFusion 8 work with FB Connect I am running CF8 on IIS, Windows Server 2003. I use this FB Connect wrapper for ColdFusion written by James Constable,
I\'m using CF to retrieve values from a database that are then being stored in a datagrid in Flex. I then wa开发者_C百科nt to selectively take the value from one cell of the datagrid and store it as a
I am working on a small app where I need to remove the starting and endingtags and I am having a little trouble getting the expression right.
Use these 2 persistent CFCs for example: // Cat.cfc component persistent=\"true\" { property name=\"id\" fieldtype=\"id\" generator=\"native\";
Does anyone know of a solution to the following markup validation error? I\'m not sure if this is an issue in ColdFusion or my own code, but the output of the following snippet does not validate corre
Paul Silver had this post 7 years ago to check various browsers.Has there been an updated 开发者_如何学运维script since then?
I would like to determine if one version number is greater than another.The version number could be any of the following:
I\'m using the following scrip to call a CFC function: function loadQuery() { $.get(\'QueryData.cfc\',{},function(GetMyData){
Is there a way, and how can I remove the loading animation that\'s built into the ColdFusion AJAX functions?
I simply would like to upload a file to my database using ColdFusion.I understand how to upload an image to a directory, but I would like to place it directly in the database.