Community Member Profile

Gavy
Member since May 8, 2009

Recent Blog Comments By Gavy

  • My First ColdFusion 8 CFFTP Experience - Rocky But Triumphant

    Posted on Sep 20, 2009 at 12:17 AM

    Hi Ben! I do not if i should ask this question or not, but i am bit in complexity. Can we use cfftp to upload multiple files and insert the same in the database too at the same time. is This possible.... read more »

  • Each: Unified Struct And Array Iteration In ColdFusion

    Posted on Sep 12, 2009 at 11:10 PM

    Hi Ben! i know how to output structs if they are one level deep. i have also code for them if they are one elvel deep like this: <cfloop list="#StructKeyList(key)#" index="k"> <cfoutput>Value: #k#</cfoutput> </cfloop> my structures are... read more »

  • Each: Unified Struct And Array Iteration In ColdFusion

    Posted on Sep 11, 2009 at 12:55 PM

    what we i have nested structures like structure1 it has two elements structure2 structure3 structure4 need only to output contents on structur 2 or 3 then how can we do that... read more »

  • Creating Transparent Images With ColdFusion 8 And ImageNew()

    Posted on Sep 11, 2009 at 8:24 AM

    OK Cool! Thanks I solved it But i issue sttrikes: when i do this way: <cfset ImageWrite(imgCanvas,"logo.png")> it works: when i try to save in a folder : like this <cfset ImageWrite(imgCanvas,"images/logo.png")> or <cfset ImageWrite... read more »

  • Creating Transparent Images With ColdFusion 8 And ImageNew()

    Posted on Sep 11, 2009 at 6:15 AM

    Hi. Ok how to save the created transparent image to the directory Please!... read more »

  • Ask Ben: Building A jQuery And ColdFusion Rating System

    Posted on Jul 24, 2009 at 11:11 PM

    @ben: Freat Ben, I have always been trying to do such a thing. I did one but that was different from what you have told here. One More thing, Can i Use Stars in this. AND rating shown in numbers like 3.8 etc. Can't we do the same by showing the result in stars... read more »

  • Learning ColdFusion 9: Application-Specific Data Sources

    Posted on Jul 14, 2009 at 12:26 AM

    Hey Ben, Its Cool! What if we would like to go for extra attributes like username/password. can we also describe the same in the (this) scope in application.cfc to make it easier for a bit of security or not... read more »

  • ColdFusion 8 ImageResize() / ImageWrite() Bug?

    Posted on May 8, 2009 at 10:47 AM

    You might be right, but when i tried to write the image to the folder with the simple imagewrite function or cfimage action="write" functionality, i encountered many errors, so i did something like above with some help and it solved. only issue remains, that when user upload gif file then... read more »

  • Data-Driven CSS Style Sheets Using ColdFusion

    Posted on May 8, 2009 at 7:46 AM

    Good Ben, Here is another what we can do: create a style.cfm file and we can use the theme to load the contents of theme in the css as: .body { color: <cfoutput>#coloe#</cfoutput>; } we can use the <cfcontent on top as: <cfcontent type="text/css... read more »

  • ColdFusion 8 ImageResize() / ImageWrite() Bug?

    Posted on May 8, 2009 at 12:15 AM

    Although i am not that experienced as you guys are are. but i made it to work by just undocumented feature getimagebytes to write the file to my folder: i did something like this: <cfset objimage = imagenew()> <cfset a = imageresize(objImage,200,200)> then... read more »

Member Account Kinky Solutions Shop