<?xml version="1.0" encoding="utf-8"?>
<!-- generator="FeedCreator 1.7.2-ppt DokuWiki" -->
<?xml-stylesheet href="http://www.quickfuseapps.com/docs/lib/exe/css.php?s=feed" type="text/css"?>
<rdf:RDF
    xmlns="http://purl.org/rss/1.0/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
    xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel rdf:about="http://www.quickfuseapps.com/docs/feed.php">
        <title>QuickFuse tutorial:app_basics</title>
        <description></description>
        <link>http://www.quickfuseapps.com/docs/</link>
        <image rdf:resource="http://www.quickfuseapps.com/docs/lib/images/favicon.ico" />
       <dc:date>2012-05-18T08:44:10-04:00</dc:date>
        <items>
            <rdf:Seq>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/branchlogic?rev=1305057311&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/dataintegration?rev=1312473037&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/messaging?rev=1299269689&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/runningotherapps?rev=1299269606&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/samplewebservice?rev=1296163967&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/simpleapp?rev=1279663091&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/start?rev=1299165329&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/userinteract?rev=1279663116&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/variablesmath?rev=1289345552&amp;do=diff"/>
                <rdf:li rdf:resource="http://www.quickfuseapps.com/docs/tutorial/app_basics/webservice?rev=1324325574&amp;do=diff"/>
            </rdf:Seq>
        </items>
    </channel>
    <image rdf:about="http://www.quickfuseapps.com/docs/lib/images/favicon.ico">
        <title>QuickFuse</title>
        <link>http://www.quickfuseapps.com/docs/</link>
        <url>http://www.quickfuseapps.com/docs/lib/images/favicon.ico</url>
    </image>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/branchlogic?rev=1305057311&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-05-10T15:55:11-04:00</dc:date>
        <title>Branching and Logic</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/branchlogic?rev=1305057311&amp;do=diff</link>
        <description>Branching and Logic
 &lt;&lt; Prev Section  User Interaction 

By now, you should have learned some application building basics along with some basics of user interaction within your application. We'll now move on with learning how to use the branching and logic modules for our application.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/dataintegration?rev=1312473037&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-08-04T11:50:37-04:00</dc:date>
        <title>Simple Database Integration</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/dataintegration?rev=1312473037&amp;do=diff</link>
        <description>Simple Database Integration
 &lt;&lt; Prev Section  Variables and Math 

Now that we've gone through various modules, let's learn how to integrate data using the Data Integration modules. Before we begin using those modules, however, we should first learn how to create a data table.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/messaging?rev=1299269689&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-04T15:14:49-04:00</dc:date>
        <title>Messaging</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/messaging?rev=1299269689&amp;do=diff</link>
        <description>Messaging
 &lt;&lt; Prev Section  Running Other Applications 

The Send an Email, Fetch Twitter Feed, and Send an SMS modules can be used for messaging people within your application. The Send an Email module allows you to send e-mails through your application. The Fetch Twitter Feed module allows you to fetch tweets from Twitter accounts to use within your application.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/runningotherapps?rev=1299269606&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-04T15:13:26-04:00</dc:date>
        <title>Running Other Applications</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/runningotherapps?rev=1299269606&amp;do=diff</link>
        <description>Running Other Applications
 &lt;&lt; Prev Section  Simple Database Integration 
Run Another App


The Run Another App module can be used to direct the caller to another application, and when that application finishes, the original application resumes. This module is particularly useful for when you want to modularize the functionality of your applications. Let's learn how to use this module by creating a new application.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/samplewebservice?rev=1296163967&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-01-27T16:32:47-04:00</dc:date>
        <title>Sample PHP Webservice Code</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/samplewebservice?rev=1296163967&amp;do=diff</link>
        <description>Sample PHP Webservice Code
 &lt;&lt; Prev Section  SOAP and REST Webservices 

The SOAP Webservice module is used to run a SOAP method provided by a WSDL. Parameters can be submitted to this method containing the values of variables in your application. Depending on the return type specified by the WSDL, a value may be saved to the result variable, or rows added to the Stack.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/simpleapp?rev=1279663091&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-20T17:58:11-04:00</dc:date>
        <title>Building a Simple Application</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/simpleapp?rev=1279663091&amp;do=diff</link>
        <description>Building a Simple Application
 This is the first section. 
Building the Application


For our simple application, let's build an application that can be used as an outbound call reminder. Starting from our workspace page, let's drag out a Simple Prompt module onto the workspace. To do this, hold the left-click button of your mouse over the module and then drag it to the workspace page. Similarly, you can also click on the + on the module to add it to your workspace.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/start?rev=1299165329&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-03-03T10:15:29-04:00</dc:date>
        <title>Application Building Basics</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/start?rev=1299165329&amp;do=diff</link>
        <description>Application Building Basics


This tutorial will teach you some basics in building an application. In Section 1, we cover how to build a simple application using the Simple Prompt module and the Hang Up or Exit module. In Section 2, we step it up with an example autoattendant application that demonstrates how to use modules for user interaction. In Section 3, we move on to branching and logic with the Branch on String and Branch on Number modules. In Section 4, we discuss the Variables and Math …</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/userinteract?rev=1279663116&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-07-20T17:58:36-04:00</dc:date>
        <title>User Interaction</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/userinteract?rev=1279663116&amp;do=diff</link>
        <description>User Interaction
 &lt;&lt; Prev Section  Building a Simple Application 

Now, that you know the basics of building a simple application, let's learn how to use some of the other modules for user interaction. First, we will begin with an autoattendant application.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/variablesmath?rev=1289345552&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2010-11-09T18:32:32-04:00</dc:date>
        <title>Variables and Math</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/variablesmath?rev=1289345552&amp;do=diff</link>
        <description>Variables and Math
 &lt;&lt; Previous Section  Branching and Logic 

In the last section, we learned how to use the branching modules (Branch on String, Branch on Number) to branch out to different sections within our application.

Now, we are going to learn how to use some of the modules from Variables and Math to add to our application.</description>
    </item>
    <item rdf:about="http://www.quickfuseapps.com/docs/tutorial/app_basics/webservice?rev=1324325574&amp;do=diff">
        <dc:format>text/html</dc:format>
        <dc:date>2011-12-19T15:12:54-04:00</dc:date>
        <title>SOAP and REST Webservices</title>
        <link>http://www.quickfuseapps.com/docs/tutorial/app_basics/webservice?rev=1324325574&amp;do=diff</link>
        <description>SOAP and REST Webservices
 &lt;&lt; Prev Section  Messaging 
SOAP Webservice


Let's learn how to do SOAP integration by creating a new application.

For our example application, let's first drag out a Yes or No module to your workspace and enter the following text in the textbox: “Do you like animals? Press 1 for yes or 2 for no.”</description>
    </item>
</rdf:RDF>

