the following will all do the same thing but I think (argumentCollection=get)works the most consistently... not sure why though...
<cfscript>
get = StructNew()
get.id = 1
get.IsActive = 1
get.isDeleted = 0
rsStruk =...
they better be truly unique products. Google and the rest are going to actually index each sub domain seperatly. If your navigation structure is going to be exactly the same, don't do it.
If your products really do need their own sub domain for some reason I won't understand without additional...
it's bad SEO practice to use http://domain and http://www.domain. Force guests to one or the other.
Plus unless you have a wildcard SSL your SSL Cert. would normally be purchased as https://domain name or https://www.domain name, this would cause users to have to click ok to accept certs...
why not check session for a var before submitting?
your form process could be surrounded by <cftransaction> tags and part of the transaction after the sql insert would be a <cfset> tag. If the form is submitted once set <cfset session.var1 = "wasSubmitted">
<cfif val var1 EQ "wasSubmitted">...
Are you using trusted cache?
With trusted cache enabled, ColdFusion will only access the template cache—even if the template itself is modified. This can be problematic if developers expect to see changes when files are modified. To introduce modified templates into the cache with out...
there is a service running in windows 2003 that stops application installs from taking place. So when you attempt to start the MX install is just goes away. I forgot the name of the service running but check your events log and you will see the name of it.
I'm always amazed at how quickly tek-tips gets this job done... Might be 2 -5 seconds after loading a post but they get "Key Words" to load like this. Key words meaning they might have a list somewere that when a page is rendered if it contains these types of words then bam add a tool tip. It's...
not sure how you would open a word document and write in specific areas on the page...
You could just save the output to a word.doc file. Bring over table formatting etc. this is a basic example... If you made a .cfm file with this code it would automaticly save the info as a word document and...
thank you all for your comments. It's not as much RDS that's the problem when you get right down to it. It's application error logs. all sites would share the same log files right? Application mail etc...
Hi,
If I'm going to deply a new website on an existing server with Coldfusion. Does CF need to be installed with JRun inorder to handle each site? If so, anyone running JRun on their server? How's the performance? Would I really need to disable RDS... That would be a bummer.
There are a couple of script type programs out there that you might be interested in checking out.
http://www.hkvstore.com/cfmmaker/
http://www.interaktonline.com/
If you use dreamweaver then the interakt extensions are your best bet. Be carfull using these programs though because they add...
thanks for the replies. hosting providers look nice. Still not exactly more then i got now for less. Infinities.com offers reseller accounts but only discount packages.
freshlookhosting.com looks nice but cold Fusion on reseller accounts is another 9.20 / Month so add in $32.75 and it's just a...
Current goods...
Web Sites: (5)
Disk Space: (2.5 GB)
Monthly Data Transfer: (25 GB)
Monthly Price: ($34.95)
Of course my webhost still uses CFML MX6 but I don't mind much...
Anyone receiving a better deal on CF hosting / Billed monthly?
outside of messing with the coldfusion there is another problem with editing SEO via FTP. Or I should say there is another route you can go.
If the page content is stored in the database you can create additional columns to store metta and SEO type text.
When the page content is generated...
what about using maxrows, does this run the sql first then store only 5 in the query?
<cfquery name="top5" maxrows ="5">
SELECT *
FROM FAQ
ORDER BY views DESC
</cfquery>
I always though the tree thing was a bit stupid. Every additional plugin a user needs on their system means less cross-browser / OS compatability. Stick with CSS for making your trees and your on the golden path to usability success.
Internet Average for browsers like netscape/firefox for java...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.