Thursday, January 3, 2013

Survey Quiz Widget in Flex 4.6 for Sale.

Widget is a component used in survey and quiz. It Loads questions from XML file within the app. Find below for screenshots of the Widget.

Initial View

Survey Quiz start view

On start view, Timer ticks, navigate with buttons.

Can click 'Finish' button to end test which will display the results as below.

Here again you can take another test/Quiz by selecting another test/Quiz on left.

Find below for XML file format.
<?xml version="1.0" encoding="utf-8"?>
<root>
<test name="Flex3 AIR1" count="1" duration="10">
<questions>
<question>Which of the following are necessary parameters for the [Event] metadata tag?Choose one:</question>
<options>
<a>name="eventName"</a>
<b>type="package.eventType"</b>
<c>class="className"</c>
<d>package="package.eventType"</d>
</options>
<answer>a</answer>
</questions>
<questions>
......
......
</root>


Includes:
  • Flex4.6 project (well commented)
Cost: $4




Sunday, April 1, 2012

Password Manager, Flex 4.6 Mobile application for sale.

  • Sign Up View
  • Login View
  • Forgot Password View
  • Add New Domain View
  • View all Domains View
  • Mobile application to store and access passwords for different domains, can come in handy when you want to remember multiple accounts and manage them.
  • Used Transition between views.
  • Proper validations on fields.
  • Skinning of Views, Buttons and a custom Alert Component for mobile.
  • Using embedded database in AIR SqLite for data management like storing login info and passwords.
  • Follows basic MVC architecture patterns, package structure can be seen below.
  • Can also be used as a start up app for mobile platforms using Flex4.6 and Flash Builder4.6.
Includes:
  • Flex4.6 project (well commented)
Cost: $10

Tuesday, February 21, 2012

Login-Signup Panel using Flex4.5 mobile,PHP,MySQL

  • Login View
  • Signup View
  • Forgot Password View
  • Used Transition between views,proper validations on fields using StringValidator and EmailValidator.
  • Skinning of Views,Buttons.
  • Data service - HTTPService and also Remoting with amfphp.
  • All data are stored in database.
  • Used proper validations on backend to ensure unique accounts(on user name) are created.
  • For Forgot Password, Password is mailed using a standard mail template.
Includes:
  • Script (.sql) to create database
  • Flex project (well commented)
  • PHP files
Cost: $10

Tuesday, April 12, 2011

Login-Signup Panel using Flex4,PHP,MySQL



  • Login Panel to login to site.

  • Signup Panel to Signup for the site.


  • Forgot Password Panel, on enter of your registered email id sends the password to your mail.

  • Used Forms,Transition between states,proper validations on fields using StringValidator and EmailValidator.
  • Data service - HTTPService.
  • All data are stored in database.
  • Used proper validations on backend to ensure unique accounts(on user name) are created.
  • Password is mailed using a standard mail template.
Includes:
  • Script (.sql) to create database
  • Flex project (well commented)
  • PHP files
Cost: $10