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: dallasweb
  • Content: Threads
  • Order by date
  1. dallasweb

    Date compare from XML

    Hello, Is the an obvious way to do this....cuz I'm banging my head on the wall here. I have a XML doc that has a date-time value. I want to compare that date against now. If XML date is in the future, proceed to next frame kinda thing. What format does a date-time have to be in order to...
  2. dallasweb

    calling a library movieclip within function

    Hello all, I have a basic image/link rotater. It loads from a XML file and images from a directory. What I'm trying to do is add a alpha tween to images as they are loaded. Here is my action script: slides_xml = new XML(); slides_xml.onLoad = startSlideShow...
  3. dallasweb

    loop over all nodes

    Is there a simple way to loop over all xml nodes and display their name and values with XSL? Kinda like a XML dump to html.
  4. dallasweb

    Format xml grouping by date??????

    Hello all, Here is my xml doc and desired output. I'm pretty new to using xslt and this has really stumped me. So any help is appreciated. XML: <VitalSignsComponent> <patient_info> <vitals> <type>bp</type> <date>04/14/2003</date> <time>13:15:00</time> <sys_value>157</sys_value>...
  5. dallasweb

    CF server on one box, wwwroot on another?

    I have a win2000/IIS-5/CFServer(Server) box and another wins2000/CFstudio(Dev) box. What I'd like to do is run cfserver on &quot;Server&quot; and keep my cfm files(wwwroot) on &quot;Dev&quot;. This will work for HTML pages but I haven't been able to get CF to process a cfm page located on...
  6. dallasweb

    Insert into database....best practice

    When you insert user supplied information from a form(text, textarea) and insert into a database, what is the best method for keeping HTML, hacks and other crap from being inserted? I'm currently using URLEncodedFormat to convert the info before insert and URLDecode during output. I really...
  7. dallasweb

    cfmailparam options?

    What option are available in the cfmailparam tag? <cfmailparam name=&quot;Header&quot; value=&quot;#Header_value#&quot;> Does anyone have a list of all options for this tag? Thanks in advance
  8. dallasweb

    Autoresize tag for UNIX

    Does anyone know of an autoresize tag that will work on a unix box? Many Thanks!
  9. dallasweb

    Weird cffile issue [on MAC/IE]

    I have an issue with cffile on OS MAC using IE. If the file field is left blank it passes a .tmp file in the form fields and this makes the cffile tag blow up because I'm limiting acceptable file type to jpg or gif. My code works fine in all other OS and browsers. <CFIF Trim(uploadfile) IS...
  10. dallasweb

    &lt;cf_formsurl2attributes&gt; tag not working on server 4.5

    Is there a setting or configuration that that will allow customtags? I currently can use all my custom tags on server 4.0.1 but not on 4.5. Thanks....
  11. dallasweb

    Keeping Score? passing values through 5 pages, score at end

    I'm creating a online quiz. Each question is random from a database of 15 questions. The quiz has a total of 5 questions.Each question has it's own page. quiz1.cfm, quiz2.cfm,etc.. I run a cfquery on the answer to determine is correct, but can't seem to keep a tally on number of right and wrong...

Part and Inventory Search

Back
Top