We display alot of users information on our sites including their email addresses. Whats the best technique to use to still display the email addresses but hurt the spam-spiders from grabing this information?
Thanks
As with anything it depends on your application. Spiders generally choke on them so I dont use them for internet sites. Since I dont care about that for internal sites I will occasionaly use them for intranet sites.
Im wondering if anyone can recommend a router to me for my business needs.
I have several clients that I want to set web fitlers on. Some of the employees find the need to visit and waste time on certain sites and instead of setting up filters on all of these machines individually (win xp) I...
I guess I could set it up to run daily and put some functionality in the script to check on the day of the week to run it:
<cfoutput>
<cfif dayofweek(now()) eq 2 or dayofweek(now()) eq 4>
execute script
</cfif>
</cfoutput>
I see in the schedule section of the CFMX admin I can set this to run daily, weekly or monthly. If I set it to run weekly does it start a week from the point that I set this at?
Preferably I woudl like this to run every Monday and Wednesday morning. Whats the best way of doing this?
Thanks
I have a query that is giving me an error when I use the 'ORDER BY' function but is fine if I DONT use the 'ORDER BY' and I really have no idea why this would happen.
Useing this query without the 'ORDER BY' gives me a result of 32 rows:
declare @sqlSearchParam varchar(500)
set...
I want to allow clients to enter their content and images into a predefined template on my site which will get stored into a database. Then I need to have that data created into a pdf that will go to our production department to get placed into our printable magazine.
Ive looked at the HTMLDOC...
When I run this query is query analyzer I get the results I expect but when I run the stored procedure with the same query I get 0 results. Any ideas?
<cfparam name="sqlCatID" default="">
<CFSTOREDPROC procedure="dbo.GetListingsByCatID" datasource="tswdb">
<CFPROCPARAM type="IN"...
I see that there have been a few other posts on thsi before but no conclusive answer.
Is anyone here passing documents via ssh from a CF template? Im trying to set up a wsftp schedule to allow me to do this but its not going through and wondered if anyone else has had success.
Thanks
D:\Program Files\WS_FTP Pro\wsftppro.exe" -s "local:D:\file.csv" -d "MySites!Site1:/"
I need to pass this through a cmf page to execute a wsftp schedule. Whats the best way of doing this? With cfexectue? If so Ive never done this and cant seem to find the right documentation on this.
Thanks
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.