Changing Links In Flash

Changing Links In Flash
I currently am customizing a website (http://www.simplerack.net/test3/) and I would like to edit the part of the flash where it has Fully Managed No Additional Cost to where the Read More and Order link is. I would like the Read More to link to managed.html and the order to link to https://customer.simplerack.net/order.php

Thank You in advance for reading this project. If you need more details feel free to pm me.

E-commerce&php Choosing Today

E-commerce&php Choosing Today
NEED SOMEONE TO START NOW:

I need the following for a new E-Commerce site

Design
Shopping cart setup
custom programming where the search is:

Cover: (next category): (next category)

Each item you hover over in the final category will have an image pop up over it.

Need this done immediately.
Give prices. BUDGET IS FIRM

Deadline is APRIL 1st – NO LATER

Info is below:

Colors need to be clean and crisp, but eye catching as well…

Other info is in the folder.

I need this by the 1st, NO LATER…

And leave a spot at the top of the design to add three 200×200 images…

—————————————-

LOGO File: https://www.scriptlance.com/f/?12697218443304636
INFORMATION File: https://www.scriptlance.com/f/?126972137619659227

—————————————

The biggest thing is the design needs to be different…
Here are some different designs I like… The only thing I like is how they are different than regular e-commerce designs

http://www.templatemonster.com/zencart-templates/28213.html
http://www.templatemonster.com/magento-themes/27813.html ((I like the photo look… There are three images also to go on this page; can you put them in a photo frame? — AND CAN YOU MAKE IT SO ALL PRODUCTS I UPLOAD HAVE THE SAME PHOTO FRAME AROUND THE IMAGES?))

http://www.templatemonster.com/zencart-templates/27955.html ((this has a different design to it, but need some products on the home page… Need to be able to set ‘Featured Products’ – 6 products))

http://www.templatemonster.com/magento-themes/27243.html ((I like how they have the banners for each of the categories… I want something like this for the Amp Model’s page…))

*********COLORS ARE GOING TO BE WHITE, DARK GRAY, AND CHOCOLATE BROWN — CHOCOLATE BROWN NEEDS TO BE THE MAIN FOCUS COLOR, WITH DARK GRAY AS THE HIGHLIGHT AND WHITE OR BLACK AS THE BACKGROUND — I WANT THE BACKGROUND TO HAVE SOMETHING TO DO WITH AMPLIFIERS… MAYBE A BLEND OF AMP IMAGES.

http://www.templatemonster.com/oscommerce-templates/27241.html ((LIKE THE COLOR SCHEME ON THIS — AND SEE HOW THE BACKGROUND IS FOCUSED ON THE THEME? I WANT THE SAME KIND OF FOCUS ON THIS DESIGN))

http://www.templatemonster.com/oscommerce-templates/25917.html ((I LOVE HOW THE LOGO BLENDS INTO THE CATEGORY BAR HERE — TRY TO DO SOMETHING LIKE THAT WITH OUR LOGO))

Get Jar Goes Middle East

Get Jar Goes Middle East
Hi,

I am looking for someone to build a new website from scratch. it will be a Mobile Apps website for the Middle East.

We need this built to be highly professional, very picture-led and have many features.

Developers can upload their apps for free. A very small charged is placed to them every time their app is downloaded.

There will be a free apps area and a charable apps area.

We need this in both English and Arabic. I will obviously send all the text in both languages, but the dual language feature needs to be in the design (especially as Arabic runs from right to left!)

We also need a registration to the site, for both developers and visitors, a back office to hold all the reigstraiton data, a payment area, automatic invoicing, and an analytical programme that records the IP adresses of all of those who download an app, so that we can send over to the developer an invoice highlighting how many downloads they recieved in a month, what the charge will be, where the downloads came from by geographical region etc etc.

We also need English and Arabic message boards, voting areas, areas on the website for featured apps and sponsored apps.

Quite a bit to do!

We are happy to look at a flat payment, staggered payments or a profit share based on your involvement.

Site needs to go live at the start of June to fall in line with the marketing and sales that will be actioned at this point.

Serious offers, questions and comments only please from highly recommended user.

I look forward to hearing from you.

Regards,

Ecommerce Site: Pooja & Gifts

Ecommerce Site: Pooja & Gifts
I need a new eCommerce website with shopping cart, administrative control panel to view, process and manage orders and a new checkout system to allow customers the option to pay by Credit Cards and Paypal.

The new site needs to be made available so that existing excel data with products title, descriptions, price and images can be uploaded.
As well as new items to be added when required through admin section.

Please let us know which eCommerce software you will be providing.

We like the design of the site below because our site will be focused on selling Hindu Pooja Items and gifts.

http://holi-gifts.indiangiftsportal.com/holi-gifts-by-price-3.html
Cloning the template design would be ideal to keep the cost down.
We would prefer widescreen format like the one above over fixed width templates.

Client’s registration and login should be enabled.

The site works like this :
a) Client chooses a product or products
b) Client inputs his valid email address / phone number / full address
c) Client chooses a payment gateway (Credit cards and PayPal )
d) Client is redirected to make the payment at PayPal and Credit Card Portel
e) After payment will be confirmed by the payment gateway the site will automatically send out the product purchase details in the form of an e-mail.
F) After the transaction (when the item is fully paid) the system should automatically create an account for a customer based on details that a client provided –

– login = email
– password = should be created by the system or chosen by the client and sent with login details to the email address
– Phone Number
– Full Address

Search Function:
By pressing on a name of a category a list of products should show up with the products and price

These are the main options we would need – we are open to other suggestions.

We will provide the header for this project.

Programmers who wish to place a bid on this project please indicate that you have read the details of our requirement in your bid.

Convert 3 Images To Rotating B

Convert 3 Images To Rotating B
Our client wishes to include a banner on our site which consists of three images that they would like to be sequential rotated at 3 second intervals. (Images attached)

Our system only allows for one image to be uploaded for each banner – so I require the three images to be made into one animated gif/jpg file.

My guess is that one of you can do this quickly and simply for me?

Php Page To Edit Info

Php Page To Edit Info
Need a PHP page urgently that we will name: register.php

We will email out a link to this and append an ID to the URL example:

/register.php?id=12

This will then show a simple form which will display the fields that correspond with the ID number in the URL and allow the user to edit the fields then press the “Submit” button.

This will take them to a, “Thank you for registering” page.

We will add in the desin after.

The MYSQL Table structure:


— Table structure for table `data`

CREATE TABLE IF NOT EXISTS `data` (
`ID` int(5) NOT NULL AUTO_INCREMENT,
`FIRST_NAME` varchar(255) NOT NULL,
`LAST_NAME` varchar(255) NOT NULL,
`JOB_TITLE` varchar(255) NOT NULL,
`COMPANY_NAME` varchar(255) NOT NULL,
`EMAIL` varchar(255) NOT NULL,
`INDUSTRY_TYPE` varchar(255) NOT NULL,
`REGISTERED` varchar(1) NOT NULL,
`PHONE` varchar(255) NOT NULL,
`GUESTS` varchar(255) NOT NULL,
PRIMARY KEY (`ID`)
) ENGINE=MyISAM DEFAULT CHARSET=latin1 AUTO_INCREMENT=195 ;

After Effects Demo Reel – Sd

After Effects Demo Reel – Sd

I need a creative motion graphics designer to create an SD (Standard NTSC Definistion) demo reel for a motion backgrounds collection that I have.

I will supply you with a series of about 20 NTSC standard video files in quicktime .mov format that will be used as the focus of the demo reel. these are the best clips from a large collection of motion backgrounds.

I can give you soem demo After Effects templates that I like and you can consider using them if you want. I will also supply the music, and the animations you make should be synced well to the music.

You will be able to use this or parts of it for your own demo reel and trust me the video clips are awesome, so consider giving me a great price 🙂

The reel should be about 30 seconds to 1 minute in length, whatever works best.

You must deliver the finished project both rendered and with the AEP project.

In order to do this you must have a fast internet connection to download my clips, and be able to upload the finished project to my FTP, or be in the United States so we can mail DVD-R’s.

You must be skilled with Adobe After Effects CS3 or CS4. 3D experience would be great also.

Show me your demo reel if you have one!

Custom Xmoovstream Server

Custom Xmoovstream Server

I am planning to use xmoovstream to publish videos on my site. As of now are videos are playing (streaming) fine. We have a short 10 sec intro clip that we need to have play before each clip. This has to be done at the xmoovstream “server” level. When clip ABC is requested, the intro clip is streamed followed by clip ABC. The client would see this as a single flv request. This is not a playlist functionality. I am looking for someone with xmoovstream and flv experience that can create this intro clip functionality into a custom xmoovstream server.

X100 Review Articles Needed

X100 Review Articles Needed
I’m looking for a good writer to write review articles about wholesale products like apparel, shoes, consumer electronics and cosmetics, etc.

About 400 words per article, which shall be original and written by human as well
as pass copyscape.

These articles shall not be sold, reproduced or reused in any way.

Thanks for your bids in advance.

Php + Theme Design Expert

Php + Theme Design Expert
Hello

I need you immediately. I need a TRUSTED expert of Php MVC & theme design now

Simple FIXES are
1) At username – password table in mysql get password encrypted (currently password is shown as plain text)

2) Integrate rpxnow(dot)com widget properly with my website login ie. While you login with widget automatically addup the email in database. so he can login with his email too.(while explain more via PMB)

3) Make a new web 2.0 creative theme & get it coded with the php mvc site. 100% correct css, valid, multi browser support for a social media tool site, fast loading too

Url will be only shared to trusted coders via PMB