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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by wiredwizard

  1. wiredwizard

    Google Maps API and ColdFusion

    I've used the Yahoo Map Service to do this http://developer.yahoo.com/maps/ You can get single lon & lat info and I've used loop statements to set several into an array. Wiredwizard http://www.wiredwizard.net
  2. wiredwizard

    cffile action = "write"

    <!--The first example creates the file \temp\foo on a windows system and sets attributes to normal. ---> <cffile action = "write" file = "\temp\foo" attributes = normal output = "some text"> <!--- The second example appends to the file. ---> <cffile action = "append" file = "\temp\foo"...

Part and Inventory Search

Back
Top