Action Script | Flash | Flex | ColdFusion Answers

Questions: 296

Answers by our Experts: 143

Need a fast expert's response?

Submit order

and get a quick answer at the best price

for any assignment or question with DETAILED EXPLANATIONS!

Search & Filtering

. Write a program that allows the user to input a total dollar amount for an
online shopping order and computes and outputs the shipping cost based
on the following schedule:
Order Total Ship within USA Ship to Canada
Less than $50.00 $6.00 $8.00
$50.01–$100.00 $9.00 $12.00
$100.01–$150.00 $12.00 $15.00
Over $150.00 Free Free
produce an interactive form that input the following data:customer ID,Lens ID,Frame ID,Date ordered,Date Ready and have a question Have the glasses being paid for to which yes or no response will be entered
**save it as spreadsheet
write a c++ the factorial no of 1-100?and 2.write anew game program by c++
features of C# will allow SoftSols Inc. to reuse the existing application code
Which features of C# will allow SoftSols Inc. to reuse the existing application code? Describe in brief. [5 Marks]
write a vc++ program to display the current date and time in status bar


1.
2.
The development team of SoftSols Inc. analyzes the source code of the existing software and
notes the following observations:
The software contains a private class, named bookTickets, that contains the methods used to
perform ticket bookings for various flights.
There is no class or function that can be used to check the maintenance details of FlyHigh's
aircrafts.
Based on the preceding observations, the development team decides to perform the following
tasks:
Reuse the functions of the bookTickets class in a new class, named bookETicket, to add the
feature of e-ticket booking.
Create a new class named viewMaintenance that allows the maintenance personnel of FlyHigh
Airlines to view the maintenance details of aircrafts.
Write the code snippet that the development team should use to accomplish each of the preceding
tasks.
You can use anything you want to complete this. I recommend http://help.adobe.com/en_US/ColdFusion/9.0/CFMLRef/index.html as it is the offical documentation on the language.

PROJECT:

Create a query set from scratch that holds five city names, the state the city is located in and a telephone area code from this city.

Example:
row1: 'dallas', 'tx', '214'
row2: 'fort worth', 'tx', '817'
row3: 'san antonio', 'tx', '210'
row4: 'L.A.', 'ca', '213'
row5: 'Austin', 'tx', '512'


This can be accomplished by building the query set from scratch or by making a csv and calling it in. Look up the Query functions in coldfusion live documentation.
OR
To use a csv look up the cffile and cfquery tags in coldfusion documentation and google how to use them together to query a csv file.


Once you have built the query set run a query against it to retrieve the results. Add the data into a two diminsional array. Example of the array:

CityInfo[1][1] = 'dallas'
CityInfo[1][2] = 'tx'
CityInfo[1][3] = '214'
CityInfo[2][1] = 'fort
I need to know if FLEX can support VB script, because I need to do a copy and paste application, basically it copies the contents of one file and pastes it into a new file (preferably a doc file) and saves that file, is vb script better to use? I'm building it in Flash Builder
PROBLEMS FACED BY NEYYAR RIVER
LATEST TUTORIALS
New on Blog
APPROVED BY CLIENTS