[Shopping Cart]

Web Flash Applications ActionScript Date: Dec 2007

Shopping Cart Technologies used: ActionScript 2, RESTful Web Services

This shopping cart with PayPal checkout was incorporated in a HTML web site. The user can create several bags, change their styles and drag-and-drop items into them. Clicking on items displays their information. A list of items in the bag is provided along with a subtotal updated each time an item is added.

The goods information (thumbnail, description, price) and shopping information (images of individual bags, payment confirmation pages, businesses payment details) are provided from XML files that are easily editable by the shop owner.

Run Shopping Cart

Comments

Dafe
[26/03/2017]
Hello

Can you please send me the source code for this shopping cart in flash 8 and can you please include a tax feature to the shopping cart. Thank You


{Please enable JavaScript in order to post comments}

Quote calculator

The quote calculator was implemented on one of my former web sites from when I was a freelancer. User can specify parameters like type of web site, extra features, number of forms, etc. and get immediate quote estimation.

A Particle System

This is an example of a Flash particle system, where basic behaviour of one particle (e.g. follow mouse, disappear slowly, etc) is specified. A number of particles are created each frame, providing interesting effects.

Reminder widget

This small Flash application shows the time and date. It also lets user set up a reminder for a certain time with specified text. The widget could be used on community web sites or in user areas.

pyCreeper

The main purpose of pyCreeper is to wrap tens of lines of python code, required to produce graphs that look good for a publication, into functions. It takes away your need to understand various quirks of matplotlib and gives you back ready-to-use and well-documented code.

Novelty detection with robots using the Grow-When-Required Neural Network

The Grow-When-Required Neural Network implementation in simulated robot experiments using the ARGoS robot simulator.

Fast Data Analysis Using C++ and Python

C++ code that processes data and makes it available to Python, significantly improving the execution speed.