| Thu Sep 15, 2005 11:27 pm |
| Replies: 12 |
| Views: 26096 |
|
 |
I was wondering if anyone here has used an SEO firm with good success? There seem to be a lot out there, and it's hard to separate who's actually good from the jokers. Thanks for any recommendations ...
|
| Wed Sep 07, 2005 11:48 pm |
| Replies: 23 |
| Views: 83990 |
|
 |
beats me.
|
| Wed Sep 07, 2005 5:05 pm |
| Replies: 23 |
| Views: 83990 |
|
 |
I'd be interested in seeing the redirect code for CF. 
|
| Tue Sep 06, 2005 9:17 pm |
| Replies: 1 |
| Views: 8285 |
|
 |
How do I go about setting up a domain name like something.company.com that points to www.company.com/something/index.html? This seems like it should be simple but I couldn't find anything on it when ...
|
| Wed Aug 10, 2005 5:38 pm |
| Replies: 5 |
| Views: 15061 |
|
 |
I checked out the live demo in both IE and Firefox, and the "File Upload" buttons do nothing. 
|
| Mon Aug 08, 2005 10:57 pm |
| Replies: 5 |
| Views: 15061 |
|
 |
In case anyone else was also looking for the answer to this question, I found it here: http://www.buntel.com/blog/index.cfm?mode=entry&entry=8C5443BD-4E22-1671-5C907485126AF596
|
| Mon Aug 08, 2005 10:47 pm |
| Replies: 1 |
| Views: 7769 |
|
 |
It's not going to show up justified because you've got breaks (<br>) after each line.
try something like this:
<cfform action="" format="html" name="form1" ...
|
| Mon Aug 08, 2005 10:40 pm |
| Replies: 8 |
| Views: 19825 |
|
 |
if you use a <span> tag you can consolidate the formatting controlled by your <p> and <font> tags.
|
| Thu Aug 04, 2005 10:44 pm |
| Replies: 5 |
| Views: 15061 |
|
 |
I'm trying to use CFMX 7's new "flash" formatted cfforms, and I can't figure out how you upload a file using one of these. There is no <cfinput type=file> tag, and when I try to use a normal &l ...
|
| Wed Jul 20, 2005 9:49 pm |
| Replies: 6 |
| Views: 17122 |
|
 |
nevermind, i spoke too soon. found the install guide.
|
| Wed Jul 20, 2005 9:44 pm |
| Replies: 6 |
| Views: 17122 |
|
 |
farcry looks really cool from their website. I downloaded it and can't seem to install the **** thing correctly. I used /farcry for both my application and farcry admin mappings. I take it this isn ...
|
| Tue Jul 19, 2005 10:03 pm |
| Replies: 1 |
| Views: 7895 |
|
 |
I'm getting the following error when attempting to use the listdir command for a CFFTP operation:
Error number -1: An exception occurred when performing the FTP listdir operation.
I did a googl ...
|
| Fri Jul 08, 2005 9:34 pm |
| Replies: 3 |
| Views: 11016 |
|
 |
thanks for the reply steve.
I hadn't seen the Evaluate function before, but I altered my code to look like this
<cfloop index="i" list="#theList#">
<cfquery ...
|
| Fri Jul 08, 2005 7:04 pm |
| Replies: 3 |
| Views: 11016 |
|
 |
I'm trying to make a form that lists multiple items, each with a description and a "yes/no" field to indicate whether or not the item is displayed on the webpage.
the form looks like this:
...
|
| Thu Jul 07, 2005 10:40 pm |
| Replies: 1 |
| Views: 7319 |
|
 |
Ok this might be a dumb question, but I'm not sure of the best answer. On our company website, we've got a press release section and right now I just enter releases manually when they go out. I'm tr ...
|