Internet »
Cold Fusion »
Verity
CFSEARCH
MD ColdFusion User's Group
<CFINDEX COLLECTION="Customer_Database" ACTION="UPDATE" TYPE="CUSTOM" BODY="first_name, last_name, address1, address2, city, state, country, email" KEY="Customer_ID" TITLE="last_name" QUERY="get_all_customers"> When indexing a database, the TYPE= field is ALWAYS custom.
http://www.cfug-md.org/articles/verityvsslicedbread_final_draft.cfm [
cache]
ColdFusion Spider
Introducing the Spider, Teleport Pro Teleport is designed to download Web sites to your hard drive for offline browsing, but we're going to use it to help create our searchable Web spider. To create our searchable Web spider we're going to build a Verity collection from a locally stored mirror of a Web site. Creating the Web Spider Search Templates Now that we have a Verity collection populated with files mirrored from the HTML Goodies Web site, we need to create the templates to receive ...
http://www.sys-con.com/story/?storyid=41800&DE=1 [
cache]
Daemon Verity Spider
Daemon Verity Spider Daemon: Verity Spider Skip to: [content] [navigation] Search Verity Spider Home Training Tips and Tricks Verity SpiderThe Verity Spider (vspider.exe) is a hidden gem that is found in the OEM verity K2 engine that ships with ColdFusion 5. It's well documented and relatively easy to get going. Daemon: Verity Spider Skip to: [content] [navigation] Search Verity Spider Home»Training»Tips and Tricks»Verity SpiderThe Verity Spider (vspider.exe) is a ...
http://www.daemon.com.au/go/training/tips-and-tricks/verity-spider [
cache]
CFHub.com The Bookmark for CF Developers!
Reference Language Glossary Web Hosting Top 10 Hosts Getting Started General Info Tool List Set-up A CF server Articles Programming Logic Cold Fusion Methodologies About Databases SQL Trouble Shooting User Contributions Tutorials Easy Examples HTML Advanced Concepts Web Apps About This Site Search This Site Start Form | FileReader File & Directory Reader Often you will need to write scripts that will require the ability to "loop" through all the files in all the subdirectories of a given ...
http://cfhub.com/tutorials/filereader/index.cfm [
cache]
CFHub.com Directories
pages.cfm <cfset FileList = ""> <cfloop list="#Form.DirList#" index=Dir> <CFDIRECTORY ACTION="list" DIRECTORY="#Dir#" NAME="IndexList"> <cfoutput query="IndexList"> <cfif IndexList.type is "file"> <cfset FileList = "#listappend(FileList,Dir&IndexList.name)#"> </cfif> </cfoutput> </cfloop> <cfloop list="#FileList#" index="File"> <...
http://cfhub.com/tutorials/verity/Part16.cfm [
cache]