Guys any ideas or comments on how to create some sort of installer that would add a shortcut to the user's desktop if they choose to download it and install it? The shortcut would basically be a link to the client's website. I kow people can do this on their own and save things to their...
Actually I should have tested before I posted, sorry. The solution was the Null fields were stopping the loop from completing.
For future reference if anyone runs into the same problem.
Fix:
<cfquery name="dirs" datasource="#dsn#">
SELECT ID, Directory FROM property
</cfquery>
<cfloop...
I am using a loop to query a table and create directores from property names that have been stored. The problem is there are about 150 properties an it only seems to be creating about 75 of the directories. For whatever reason it does not complete. Here's the code:
<cfquery name="dirs"...
Not sure if this is the right forum but here goes.
I am trying to find some industry averages on things like email (in-house vs purchased list) open, click through & conversion - unique traffic annual growth - organic search annual growth - overall website traffic growth, etc. I really need the...
Let me know what you guys think about:
http://www.dissertationrx.com
Thanks and all feedback welcome,
Carl
----------------------------------------
Internet Marketing - de·ci·phered
Always Learning...
Right now I am testing a custom error page that looks like this:
<cfset media='#cgi.path_info#'>
<html>
<head>
<title>Error Handling</title>
</head>
<body>
<cfoutput>#media#</cfoutput>
</body>
</html>
Which outputs:
/404_error.cfm
Which is the name of the error page not the incorrect...
Ok cool that definately detects the data after the "/" which is perfect. So getting that data into a variable will not be an issue. The problem now is that there really arent any pages created for the path. Example:
domain.com/AtlantaJournal
Doesn't really exsist so the "Page Not Found"...
Ok guys please bare with me as this might get a little wordy but hopefully someone can help me understand how to get this done.
We are going to be tracking unique traffic front printed advertising ads and passing variables to our web analytics software. What I want to do is create an index...
Outlook 2007 is now using Word to parse HTML emails. All css must be extremely basic and you can not use external css.
Here is a great article and link to Microsofts new css validator.
http://www.campaignmonitor.com/blog/archives/2007/01/microsoft_takes_email_design_b.html...
Just incase anyone was interested to query XML files and provide search results within flash you would use xPath. If you Google xPath and flash there are a couple nice examples out there:
http://weblogs.macromedia.com/dehaan/archives/2005/01/using_xpath_wit.cfm...
Is there a way to index txt, xml, etc. files and make the contents of those file searchable from flash? Basically we have to build a cd rom application that loads a ton of pdf files and make them keyword searchable from within the flash application. We can take all of the pdf files and extract...
I have actually trained office personel how to use it and it couldn't be easier. I think it is the best solution for the cost and you can force some integrity (permissions) on the content that can or shouldn't be changed.
My choice for sure.
----------------------------------------
Online...
<cfquery name="getprograms" datasource="#dsn#">
Select * From programs Where w_specs LIKE '%#TheCenter#%'
OR wb_specs LIKE '%#TheCenter#%'
OR s_specs LIKE '%#TheCenter#%'
OR sb_specs LIKE '%#TheCenter#%'
OR sum_specs LIKE '%#TheCenter#%'
OR sumb_specs LIKE '%#TheCenter#%'
OR f_specs LIKE...
Nevermind guys that was a stupid question. I just realized how simple it was after I posted.
For those who would ever need this it as simple as creating the datasource in the Coldfusion administrator and pointing it to the appropriate server and port.
Sorry guys for wasted thread.
Carl...
How would I go about connecting to a database hosted on one server, from another.
<cfquery datasource"what does the connection look like?">
I need to pull data from a mySQL databased stored on another server.
Any help is appreciated.
----------------------------------------
Online Marketing...
I tried that originally and it didnt work. Turns out the word I was searching for was not spelt correctly.
Thanks.
----------------------------------------
Online Marketing - de·ci·phered
Always Learning...
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.