Coldfusion Website Fixes 3

Coldfusion Website Fixes 3
I need a coldfusion developer to do work on an existing mysql database website programmed with fusebox 5 technology. I need several enhancements to the site and several fixes made to existing code, I need the accepted developer to thoroughly test each fix and enhancement prior to code updating. The approved developer will receive ftp and login credentials. All code on developers server and or desktop must be destroyed upon final acceptance of the deliveries. Please see the word document for specific instructions. All code must be commented and organized in an efficient manner.

Training Module

Training Module

MD based Multimedia company seeks experienced programmer to design a self sustaining website which consits of the following:

Users need to be able login and create accounts which allows users to use 3 interative animated training modules 30 pages each with multiple choice quizzes. Modules will also a virtual video teacher throughout which will be provided with audio. Modules need to grade answers and transfer the results to the users account which can be viewed online. Upload features also need to be available. Experienced designers need only to apply.

Photo Editing Merging 7 Cases

Photo Editing Merging 7 Cases

this is a photo merging task in photoshop.

1) they are total of 7 rooms that we took pictures of.
2) each room consist of multiple pictures
3) your goal is to put the pictures next to eachother (merge) so that you have 1 final picture
4) the folder Room Suite 334 has been already completed so that you can see an example
5) each folder represents one room
6) each folder contains 1-4 rounds of pictures for the same room, while each round is marked with a human hand in the picture so you know that a new round is starting.
7) photoshop has a function for photomerge (FILE->Automate->Photomerge..) you can use this function or do it manually to merge the photo.
8) you need a powerful PC to do this job most likely
9) try to close photoshop after each room so that you have new PC memory available to run this program.
10) sometimes you might need to merge just a few picture and then merge another group and the merge the 2, see what works best for you.
11) if a particular image is bad from one round, maybe you can use the same picture location from a different round within the same folder.

for any usable picture that you send us you will paid $10. we will update this listing description as we no longer need a particular room.

even if you can only do 1 or 2 pictures you will be paid for what you did.

the files can be found here:

http://scbw.iduz.com

Complete Marketing

Complete Marketing

We want a firm that is capable of handling all facets of marketing for a number of projects.

Provider must be versed in articles, emails campaigns, website design, SEO, Auto-responders, Meta tags, Key Words, Squeeze pages,
Forums, Blogs, Links – one way and reciprocal, Press releases,
videos – syndication

Social Media
Twitter
Facebook
Bebo
Youtube
Squidoo

Affiliate Marketing, Contests or giveaways, Google Ads, Pay Per Click
Banner Advertising, Directories

What is your rate by project and by hour?

Please provide samples, references, resume, etc.

Property Search Flash

Property Search Flash
– Flash will be static. I have attached you search image
– When you move over the points , the place name will appear
– I am listing below the location names by colour and its sorted the place starting down top to right bottom

•Grey ( top )– Ýstanbul
•Purple – Çeþme
•Brown – Ýzmir
•Pink – Kuþ Adasý
•Blue – Akbük
•White Pink- Altýnkum
•Black – Bodrum
•Grey- Fethiye
•Orange – Dalyan
•Yellow – Dalaman
•White Black – Kaþ,Kalkan
•Green – Antalya
•Turquoise – Belek
•Red – Alanya

– When you mouse over the dots, display the place name slightly like in a bubble..

– When you click on the dot, it should linked to the property search page as:

property_search.php?city=ISTANBUL

Here is the alias of the city names ( city= names )

• ISTANBUL
• CESME
• IZMIR
• KUS-ADASI
• AKBUK
• ALTINKUM
• BODRUM
• FETHIYE
• DALYAN
• DALAMAN
• KALKAN
• ANTALYA
• BELEK
• ALANYA

Arabic Writer

Arabic Writer
Hi,

I’m looking for a skilled Arabic blogger or writer who can write Arabic articles for an arabic blog and translate articles from English to Arabic.

Posts could be about technology, design, photoshop, coding, world news or any other new ideas..

The candidate should be able to publish 2 to 3 posts per week. All posts should be unique and original.

Your bid should be per post.

Vbulletin Plugin Project

Vbulletin Plugin Project
I need someone to write me a vbulletin plugin that checks for certain conditions before allowing a user to register.

This is what it must do:

1) On the registration form the cpalead.com widget will pop up via Javascript. You will need to do a template modification so that the user’s IP address is added to the template output during runtime in the subid field of the cpalead code.

2) I already wrote a postback php script that receives a post if the user successfully completed a survey. You will need to modify this script to add the IP address which will be posted in the subid field to a table in the database.

3) When the users hits the ‘Complete Registration’ button your plugin should check whether the users IP exists in this table we created. If it does exists, the user definitely completed a survey and can continue with registration. If it doesn’t exist, an error message should be displayed letting them know that they must complete a survey before they can register.

4) The plugin can be enabled or disabled.

Find Name And Remove Oldest

Find Name And Remove Oldest
Hello,

I need a program that i can run on a Windows 2003 machine.

Best would be a .exe file – but .php will work also.

I need a script that can to do this:

1. scan this folder

C:\FTP-Root\C.SWARM\

2. Look for all files with the extenstion *.id – that might exists within that folder.

3. All the *id files has a first name of %year%-%month%-%hour%-%minute%-%second%-DMDS.id

example names below (three clients):

2010-02-21-14-35-01-DMDS.id
2010-03-21-14-36-01-DMDS.id
2010-04-21-15-35-01-DMDS.id

4. I then need the script to look inside each and every one of the *id file(s) thas is found.

within each id file i have a client name such as:

DMDS-XLS-0001
DMDS-HLS-0001
DMDS-FLX-0005

The above is an example name of three clients (computers).

They all have the above name strucutre – but the names are very radom the three letters in the middle and the number.

I want the script to look if the same client name exists within one or more *.id file(s).

It should only be one *id file with one client name. There should never be several *id files with the same clients name.

5. if the script does not detect that an client name exists in more than one *id file – the script can exit nicely.

6. If the script does detect that a client name does exist in more than one *id file – the script should first:

* create this text file: c:\DMDS\Cleanup\duplicate-client-name-exists.mvg

* create this file: C:\cDMDS\Cleanup\files-to-remove.bat

Within the files-to-remove.bat i want then name of *id file that should be remove: %year%-%month%-%hour%-%minute%-%second%-DMDS.id

The “files-to-remove.bat” should hold the name of the oldest id file that is a duplicate.

7. so i want to find duplicate files (that has the same client name twice) – and i want to keep the newest of the id files and only remove the oldest.

then i want the oldest name inside that .bat file so i can remove it.

8. I also need the script to output debug information to a log file somewhere so i can see what its doing.

i plan to schedule this script to run each 10th minute.

Thanks for help,

Best regards,
Johan

Magento Site Needed

Magento Site Needed
one of my clients want a site of magento.

If anyone has it, please offer the demo site.

I would like to buy it.

The site is http://www.magentocommerce.com/casestudies

The demo site is :

Magento Enterprise Edition Store Front

URL: http://enterprise-demo.magentocommerce.com

++

Magento Enterprise Edition Store Admin

URL: http://enterprise-admin.magentocommerce.com

Admin User Name: admin
Admin Password: 123123

++

Private Sales Enterprise Demo (front-end)

URL: http://enterprise-demo.magentocommerce.com/privatesales