Listing of Other Languages in Scripts
- Professional XML Web Services
- License: Shareware
- Price: .price.

E-business is driving the merging of web, IT and object technologies to form the foundations of a new architecture, Web Services. This classic Wrox compendium covers the broad spectrum of XML based technologies that will be used in Web Services and is for anyone involved in developing commercial business-oriented distributed applications.
- Publisher: amazon.com
- Date: 14-03-2012
- Platform: Misc Scripts
- Proflasher.com
- License: Shareware
- Price: .price.

Proflasher.com offers a growing database of interactive tutorials, geared towards visually teaching all of you how to do stuff in flash. Proflasher.com is also a community with over 800 members..
- Publisher: proflasher.com
- Date: 14-03-2012
- Platform: Misc Scripts
- ProWorkflow v3 - Project Management Software
- License: Shareware
- Price: .price.

ProWorkflow helps to make the most of your company's time, by efficiently managing your workflow. Managing projects, tasks and time effectively within your company will help deliver projects on time, on budget and increase profits. ProWorkflow is a web-based solution, full of features, that is easily accessed from any location, and allows you to see the activity within your company in real-time.
- Publisher: proworkflow.com
- Date: 23-10-2011
- Platform: Misc Scripts
- QD Forums
- License: Shareware
- Price: .price.

QD Forums is a ColdFusion-based powerful yet simple forum application. Features: Unlimited number of forums, User lookup and retrieve information, User Ip logging, Simple forum creation, Allow HTML code in message posts, Allow Code to be placed with a message and display as code, View simple stats on your forum, Simple user sign up process, Large amount of stats with each post, Message editing and deleting, Moderator support, Email notification, Viral email-a-friend, Remembers last logins, Appealing interface, and Mood icons.
- Publisher: quilldesign.com
- Date: 07-06-2011
- Platform: Misc Scripts
- Railo - CFML Engine
- License: Shareware
- Price: .price.

Railo is a Cold Fusion Compiler for translating and executing of Cold Fusion based websites. The Compiler translates the Cold Fusion code into Java classes which can be executed on a Java server. Railo also comes with a runtime engine, which contains all necessary libraries for the translated code.
- Publisher: railo.ch
- Date: 01-03-2011
- Platform: Misc Scripts
- Realestatezone
- License: Shareware
- Price: 649.00

Whether you are a single real estate agent or a multi-broker firm that has hundreds of agents, realestateZONE can easily meet the needs of your company. realestateZONE gives your site visitors all the information about any property in one, easy-to-use interface.
- Publisher: Kevin Maloy
- Date: 14-03-2012
- Platform: Misc Scripts
- Recursion reminds me of Recursion (9 XSLT Recursion examples)
- License: Shareware
- Price: .price.

This snippet contains 9 examples of common usages of recursion: Iterating through a string of characters, Split(), TrimL(), TrimR(), Loop(), Replace(), LineFeed_To_BR, Min(), Max().
- Publisher: xmlpitstop.com
- Date: 14-03-2012
- Platform: Misc Scripts
- Red_Reservations
- License: Shareware
- Price: 40

Red_Reservations is a small calendar that shows reserved dates in red. (Note: You can also replace the header, footer and navigation with your own code to match your site's design)..
- Publisher: http://www.donnafontenot...
- Date: 14-03-2012
- Platform: Misc Scripts
- Red_Reservations Calendar
- License: Shareware
- Price: .price.

Red_Reservations is a small calendar application that shows reserved dates in red..
- Publisher: donnafontenot.com
- Date: 17-08-2011
- Platform: Misc Scripts
- Regular Expression Parser
- License: Shareware
- Price: .price.

This is a custom CFML tag which will return a pattern matched string to an array, with each backreference occupying an element of the array and the whole matched string occupying the first element. This emulates the preg_match() function of PHP..
- Publisher: snippetlibrary.com
- Date: 03-01-2011
- Platform: Misc Scripts
- RenderX XEP Formatting Engine (XML to PDF, PS)
- License: Shareware
- Price: .price.

RenderX XEP is a commercial-grade application written in Java for dynamic rendering of XML documents. XEP is a pluggable architectural component that takes two open standard inputs, XML data and XSL FO stylesheet, and produces the industry's defacto standards for high-quality rendered electronic documents, Adobe PDF, and PostScript.
- Publisher: renderx.com
- Date: 14-03-2012
- Platform: Misc Scripts
- RenderX XEP.NET XSL Formatting Engine
- License: Shareware
- Price: .price.

RenderX XEP is a commercial grade application written in J#/.NET for dynamic rendering of XML documents. XEP is a pluggable architectural component that takes two open standard inputs, XML data and XSL FO stylesheet, and produces the industry's de-facto standards for high-quality rendered electronic documents, Adobe PDF, and Postscript.
- Publisher: renderx.com
- Date: 14-03-2012
- Platform: Misc Scripts
- SalesAct Contact Management System
- License: Shareware
- Price: .price.

SalesAct is a Sales Automation Tool with a built-in calendaring tool. SalesAct will enable your salesreps to keep track of their prospects. The calendar will keep track of calls, followup calls, tasks, and todos for your salesreps, reminding them when it is time to get in touch with a contact.
- Publisher: donnafontenot.com
- Date: 22-07-2011
- Platform: Misc Scripts
- SalesAct Sales Automation Tool
- License: Shareware
- Price: 60.00

SalesAct is a Sales Automation Tool with a built-in calendaring tool. SalesAct will enable your salesreps to keep track of their prospects. The calendar will keep track of calls, followup calls, tasks, and todos for your salesreps, reminding them when it is time to get in touch with a contact.
- Publisher: Donna Fontenot
- Date: 14-03-2012
- Platform: Misc Scripts
- Sams Teach Yourself ColdFusion in 21 Days
- License: Shareware
- Price: .price.

Sams Teach Yourself ColdFusion in 21 Days quickly empowers you to create your own dynamic database-driven Web applications using Allaire's ColdFusion. Using client-proven methods, and the success of his popular ColdFusion tutorial for Wired, expert author Charles Mohnike provides you with an understanding of the ColdFusion Server and guides you through the use of the ColdFusion Studio, enabling you to create your own ColdFusion applications quickly and easily.
- Publisher: amazon.com
- Date: 23-02-2011
- Platform: Misc Scripts
- Savvy Content Manager
- License: Shareware
- Price: 1350

Savvy CM is a powerful ColdFusion CMS. It is template based, offers DHTML nav object, content object, event calendars and more. Easily add your own custom code to extend the functionality. Installation and setup is a snap, as is incorporating your own designs.
- Publisher: Savvy Software
- Date: 14-03-2012
- Platform: Misc Scripts
- Scopes in ColdFusion
- License: Shareware
- Price: .price.

We all start out learning ColdFusion by outputing variables using CFOUTPUT and some pound signs. A variable with an name like myvariable was passed to the page by a form or a link and output as #myvariable#. By not understanding and using scope, we unwittingly add inefficiencies to our code and overlook a lot of advantages that come with using scopes.
- Publisher: cfnewbie.com
- Date: 09-08-2011
- Platform: Misc Scripts
- secsToTime()
- License: Shareware
- Price: .price.

A UDF (User Defined Function - CF5) that takes the number of seconds and mask provided and output the specified, formatted string..
- Publisher: websolete.com
- Date: 23-03-2011
- Platform: Misc Scripts
- Secure Login
- License: Shareware
- Price: .price.

Secure Login is a password protection application for your templates. Users are assigned access levels (such as Administrator, Manager, etc.) and when the user logs in, his access level determines what pages he is allowed to see. You can even use this system to show different areas of content on the same page to different levels of users.
- Publisher: donnafontenot.com
- Date: 15-06-2011
- Platform: Misc Scripts
- Seetek Systems offers services based on XML platform that encapsulate arran
- License: Shareware
- Price: .price.

XML /HTML Seetek Systems offers services based on XML platform that encapsulate arranging your content for delivery via the Internet and for electronic distribution, by converting it to structured electronic formats like RSS, XML, SGML, and HTML. XML and RSS are fast becoming the new information management standard over the Internet.
- Publisher: seeteksystems.com
- Date: 14-03-2012
- Platform: Misc Scripts
- Serving XML
- License: Shareware
- Price: .price.

Serving XML provides a language for building XML pipelines, and an extendible Java framework for defining the elements of the language. The accompanying console app supports reading content as XML files, flat files, SQL queries or SAX events, transforming it with XSLT stylesheets and custom SAX filters, and writing it as XML, HTML, PDF or mail attachments.
- Publisher: servingxml.sourceforge.net
- Date: 14-03-2012
- Platform: Misc Scripts
- Setting up a Microsoft Access Datasource for ColdFusion
- License: Shareware
- Price: .price.

Before you can use a database in your application, you have to set it up as a datasource. This is a task that tends to confuse many new developers. In this article, we take the mystery out of creating data sources and connecting to databases with ColdFusion.
- Publisher: kodefusion.com
- Date: 17-02-2011
- Platform: Misc Scripts
- SimpleCMS
- License: Shareware
- Price: 399

SimplyCMS solves this problem by enabling non-technical staff to easily create, edit, manage, and publish various types of content such as text and graphics, within a given workflow management system. Our content management system (CMS) separates the content of the site from the design, therefore ensuring the preservation of professional looking pages, as well as authorized approval of all content before being uploaded to the website.
- Publisher: http://www.simplycms.com/
- Date: 14-03-2012
- Platform: Misc Scripts
- SimplyCMS
- License: Shareware
- Price: .price.

SimplyCMS is a content management system designed for users with little or no Internet know-how. Users familiar with Microsoft Word will feel right at home using our product as our content layout tool was designed directly after this product. Advanced users can also push their capabilities by creating complex table structures and other advanced HTML code using our raw code feature.
- Publisher: simplycms.com
- Date: 27-10-2011
- Platform: Misc Scripts
- Site Executive
- License: Shareware
- Price: .price.

A dynamic, easy-to-implement Content Management System designed for efficient management of web content..
- Publisher: siteexecutive.com
- Date: 11-07-2011
- Platform: Misc Scripts
- Site Skinning with ColdFusion
- License: Shareware
- Price: .price.

A very basic introduction to site skinning using ColdFusion and CSS. Give your visitors the ability to choose the site design they want to use when on your website..
- Publisher: webwicked.com
- Date: 18-10-2011
- Platform: Misc Scripts
- SiteAccessManager
- License: Shareware
- Price: .price.

This application stores all of your site info in one convienient secure location. Keep your usernames, passwords, mail and ftp settings, client info, set up info, and anything else that your team will need to find quickly and easily. Don't waste a minute looking for site info or hours building your own system!.
- Publisher: aspiringgeek.com
- Date: 12-01-2011
- Platform: Misc Scripts
- SiteDirector
- License: Shareware
- Price: .price.

SiteDirector provides you with rapid deployment environment for building your website and online store. The tools provided by SiteDirector allow you to easily and quickly construct your online presence without the need of a high end programmer. With all the tools and the development process of a SiteDirector site, any level of user can have a storefront in a small amount of time using pre built store templates.
- Publisher: quilldesign.com
- Date: 11-04-2011
- Platform: Misc Scripts
- SiteDirector v - Commerce Application
- License: Shareware
- Price: 495.00

SiteDirector v4.0 is an online commerce application that has robust features found in expensive programs but available at an affordable price.SiteDirector's rapid and easy to use interface will get you online quick!Check out our feature list for more information.
- Publisher: QuillDesign
- Date: 14-03-2012
- Platform: Misc Scripts
- SitePublish - Intrafinity Inc.
- License: Shareware
- Price: .price.

SitePublish changes the way you create and manage your web content. No knowledge of HTML is required and so your content creation workload can now be distributed across your organization or department. Features integrated into SitePublish are: Browser based content management, Familiar rich-text toolbox, Templating support, Content object types (Events Sections, Press Sections, Login Pages, etc), Integrated workflow and review process,and Audit system to track & record changes to content.
- Publisher: intrafinity.com
- Date: 05-07-2011
- Platform: Misc Scripts


