No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
I'm having some trouble configuring "SEO friendly" Url's. I don't have access to IIS for a mod-rewrite. I'd like to have [url]www.foo.com/about.cfm[/url] translate to [url]www.foo.com/about/[/url] any suggestion? Again don't have IIS access. I'll also need it to work for non CF pages. If possible.
I'm trying to dynamically populate a cfselect with a CFC using binding. Here's my cfc <cfcomponent output="false"> <!--- set function name ---> <cffunction name="Get_Companies" access="remote" returnType="array"> <!--- Define array to produce the drop down ---> <cfset var data=""> <cfset var result=ArrayNew(2)> <cfset var i=0> <!--- Get data ---> <cfquery name="data" …
Where is your CFIDE Dir ? If you're on a Windows machine go into IIS and make sure you have a Virtual Directory setup pointing to your CFIDE folder which should be in C:\Coldfusion#\...
I am trying to Bind the value of Qty and Price to the Linetotal field but I'm get an error [I]window:global: uncaught exception: [Exception... "'SyntaxError: parseJSON' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0x8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "JS frame :: chrome://firebug/content/net/spy.js :: callPageHandler :: line 807" data: no] (, line 0)[/I] I'm calling …
use port 8500 and the local IP address of the CF dev server
Why not contact the hosting company? They'll ask you to possibly provide the last 4 digits of the credit card on file or they may email the username and password to the email address they have on file. And yes dreamweaver does store the password in an encrypted file.
The End.
jayst19143