Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: coldfused
  • Content: Threads
  • Order by date
  1. coldfused

    Desktop Shortcuts

    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...
  2. coldfused

    CF LOOP to Create Directories

    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"...
  3. coldfused

    Industry Averages in Niche Markets

    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...
  4. coldfused

    Website Feedback

    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...
  5. coldfused

    Detecting URL Data

    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...
  6. coldfused

    Index Text Files For Search In Flash

    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...
  7. coldfused

    ReWrite Query

    <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...
  8. coldfused

    External Data Sources

    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...
  9. coldfused

    If Field Contains

    How would I do a Select statement looking for a specific word or group of words in a long text field? Select * From centers Where c_specs "Contains" 'The Words I'm Looking for' How do I run that SQL command on a long text? Thanks in advance, Carl ----------------------------------------...
  10. coldfused

    Capturing Data+Log File Readers+Javascript Tags

    If you guys wanted to build you very on log file reader or capture user data (browser, referrer, cliks through the site, etc etc)with javascript tagging. Where would you start? Basically we are interested in building our own analytics tool at work so we can customize a solution that fits all...
  11. coldfused

    Network Browsing

    We installed WAMP on a machine that is connected to the network and would like to browse to the root folder for testing php websites. On the machine itself I can browse localhost no problem and everything is ok. On the network I can not browse to http://webfileserver or http://webfileserver:80...
  12. coldfused

    Desktop Background Images

    Where are they stored? ---------------------------------------- Always Learning...
  13. coldfused

    Testing Server

    I want to set up a Coldfusion Testing/Development server on our local network and need some help. Say we have a Windows XP machine with Coldfusion and WAMP installed. We want to use that machine as a file server and a COldfusion Testing server that we can browse to locally and test Coldfusion...
  14. coldfused

    Autoexec.ini

    Not sure if this is the right place but does anyone have an example of how to create an autoexec.ini file that would autorun a usb memory stick (or jump drive)? We have a presentation that we are loading and would like to autorun the flash projector file. Normal autorun.inf (below) does not...
  15. coldfused

    Radio Button + TD + Click Cell to Select

    Guys I want to drop radio buttons in a cell and be able to clik anywhere in the cell where the radio button is to select it. Any ideas? ---------------------------------------- Always Learning...
  16. coldfused

    Inserting Variables

    I have this: <cfoutput query="GetSecondaryReligious" group="ID"> <cfoutput>#GetSecondaryReligious.Name#</cfoutput> | </cfoutput> I want to do this: <cfoutput query="GetSecondary#PageTitle#" group="ID"> <cfoutput>#GetSecondary#PageTitle#.Name#</cfoutput> | </cfoutput> I want to insert a...
  17. coldfused

    cfswitch - application.cfm - problem

    Can someone try this for me please? Application.cfm: <cfset GlobalSwitch="Home,Resort,Location,Contact"> Page.cfm <cfswitch expression="#PageTitle#"> <cfcase value="GlobalSwitch"> <cfoutput> <title>#metaTitle["#PageTitle#"]#</title> <meta name="Description"...
  18. coldfused

    Outlook gone haywire!

    Office 2000 on Windows 2000. All of a sudden when one of my fellow co-workers opens her email a reminder notice pops up for every single email that hasent been opened. So her screen fills up with ten or more pop-up screens everytime she opens her email (she gets alot of email). Any ideas...
  19. coldfused

    Comments On New Site

    Looking for some feedback on what you guys see. www.firstmarketinggroup.com Carl ---------------------------------------- Always Learning...
  20. coldfused

    Remove Empty Array Elements

    Example: <!--- Set Array Variables and Dimensions ---> <cfset builderArray = ArrayNew(1)> <cfset builderEmailArray = ArrayNew(1)> <!--- Initialize Arrays ---> <cfset initialize = ArraySet(builderArray,1,5,"")> <cfset initialize = ArraySet(builderEmailArray,1,5,"")> <!--- Add Values...

Part and Inventory Search

Back
Top