Archive

Archive for July, 2009

Custom Flash Design

July 21st, 2009 Comments off

We require the following for one of our client’s (it is a website relating to upmarket garden houses)

A custom flash banner that needs to be of a very high level in terms of design and functionality.

The banner will be required to rotate to show multiple images (about 10) using a multitude of effects to give an elegant feel.
The banner will also be required to have text on top, using a typing effect.

Some example images are attached

Please provide a mock-up banner image

Simple Binary Tree Inventory

July 21st, 2009 Comments off

You are to write a program that creates and maintains a binary search tree of items in a super market. Each item has a name and a value. All item names will be lowercase alphabetic strings of less than 30 letters. All values will be positive real numbers representing prices. Also, for each node in the tree, you are to maintain the value of all of the items in that subtree. Your tree should be “sorted” based on alphabetical ordering of the item names as determined by strcmp. Your program must allow the user to do the following:

1) Add an item to the inventory
2) Delete an item from the inventory
3) Print out all of the items in the inventory in alphabetical order.
4) Print out the value of all items underneath the subtree of a given item.

For example, if the user adds these items:

a) “soap”, $2.95
b) “raisins”, $2.00
c) “jellybeans”, $5.00
d) “tea”, $1.95

Input File Specification (inventory.txt)
The first line of the input file will contain a single positive integer, n, representing the number of commands to execute. The following n lines will contain one command each, in the other they are to be executed.

The first number of each of these lines will be either 1, 2, 3 or 4, to signify the choices listed above.

If the choice is 1, it will be followed by the name of the item added and its price (as a number), both separated by spaces.

If the choice is 2, it will be followed by the name of the item to be deleted.

Choice 3 will be on a line by itself.

Choice 4 will be followed by a single string storing an item.

Output Specification
For each command, your program should provide some output.
The output provided by each command should be separated by a blank line.

For choice 1, if the item to be added is NOT in the tree, output a line with the following format:

item has been added to the stock.

where item is the name of the item added. If the item is ALREADY in the tree, output a line with the following format:

Sorry, item is already in stock. No changes made.

For choice 2, if the item to be deleted is IN the tree and is successfully deleted, output a line with the following format:

item has been deleted from the stock.

If the item is NOT in the tree, then output a line with the following format:

Sorry, item couldn’t be deleted because it’s not in stock.

For choice 3, the first line should read:

Here is a list of the items in stock:

Each following line should have information about one item and the list should be in alphabetical order by item name. Here is the format for one of these lines:

item $price

The price should be printed out to two decimal places exactly.

Finally, for choice 4, print out the sum of the values of all the items in the subtree rooted by the designated item. If this item is NOT in the tree, $0.00 should be printed out. Here is the format for the output for this option.

The value of all the items underneath item is $price.

Implementation Restrictions
You must store the data in nodes of a binary tree. Each binary tree node must store 3 pieces of information: the name of the item, its price, and the sum of the prices of all the items in its subtree.

Sample Input File
11
2 soap
1 soap 2.95
1 raisins 2.00
1 jellybeans 5.00
1 tea 1.95
4 raisins
3
2 raisins
4 soap
4 cereal
1 soap 3.50

Sample Output
Sorry, soap couldn’t be deleted because it’s not in stock.

soap has been added to the stock.

raisins has been added to the stock.

jellybeans has been added to the stock.

tea has been added to the stock.

The value of all the items underneath raisins is $7.00.

Here is a list of the items in stock:
jellybeans $5.00
raisins $2.00
soap $2.95
tea $1.95

raisins has been deleted from the stock.

The value of all the items underneath soap is $9.90.

The value of all the items underneath cereal is $0.00.

Sorry, soap is already in stock. No changes made.

White Flier Needed For Product

July 21st, 2009 Comments off

Simple project!

As long as you know how to work with inches.

This flier is 5.0625″ X 5″

It will have a white space up top, then a barcode, then instructions, then a little wording.

The back side will have a list of bullet points (only writing on back)

NO artwork is needed, but I do need this project done with accuracy. Final product needs to be in eps or high resolution pdf, and also jpeg

Ghost Writer

July 21st, 2009 Comments off

I am looking for a content writer for my blog. i will provide photos and you put a killer content to attract leaders, i don’t need an essay just few sentence to go along with a photo, i have a blog but it is not busy since so i want to attract leaders through content. the content need to be original and not seen anywhere online.

thanks

I Need Help Selecting Hardware

July 21st, 2009 Comments off

I need help selecting new hardware. Please see the attached text file. My question is if someone could please look at this and tell me your remarks?

Mp3 Music Files Grabber…..

July 21st, 2009 Comments off

Hello Everybody,

I want a script through which I can grab mp3, rm (and such file format) from other site through Admin Panel and while grabbing the files it automatically changes the I3D Tags, Album Art etc.

And script main interference should be like esnips or aeromeda where both options are allow that user can play or download songs. (This option must have enable/disable option for downloading song from Admin Panel If admin disables then song cannot be download but can be played)

Please contact me as soon as possible.

Thanks & Regards

Flash Game Art

July 21st, 2009 Comments off

This project is for artists who has experience in Flash CS (and maybe Photoshop).

I need the artwork for a flash game with space wars theme.

The game is similar to the game Warlords: Call to Arms but set on planets and space with futuristic weapons, soldiers and droids.

Here is the Warlords game:
http://www.steelpanda.com/content/game-warlords-call-arms

The candidate must have good drawing skills. PLEASE PROVIDE SAMPLES of your past work.

The project artwork include:
1. Level back pictures, level selection and other menus
2. Unit artwork (droids, tanks, WITHOUT complex animation like humans)
3. Explosions and other effects

The candidate can make a part of the task. So if you can’t draw nice explosion effects and can make level back pictures, please describe it in the bid or via PM.

The complete design doc will be sent to the selected bidders.

Oscommerce Paypal Checkout

July 21st, 2009 Comments off

I have a website www.f1market.com and when you go to checkout with direct credit card, it doesn’t checkout it just loops back around again. There is no checkout button. If someone can help me fix this glitch i have the same problem with 2 other sites.

Please do not reply unless you have experience and have done something like this before. I don’t need an armature using my site as a training ground.

Thank You

Php Spider Simulator

July 21st, 2009 Comments off

Hi,
I would like someone to code me a spider simulator that has the same functionality as the one at:

http://www.summitmedia.co.uk/ – which gives you a percentage score for how the page is made up – when you look into the results its obvious how it is set up.

Must be php, does not need any visual styling elements as I will complete this myself.

Must be well coded and as lightweight as possible, and must be easily extensible as I may want to make changes to the code.

Should be a nice easy job for someone with good curl and php knowledge.

Looking to get this done and paid for quick. Also have more webmaster tools in mind for a good, quick, reliable programmer.

Swoopo Clone/ New Design

July 21st, 2009 Comments off

I need a swoopo clone script, with all the features swoopo has.

I have created template designs which are in jpg format for each page on the site. This design must be implemented on the website.

I need a working script, with the new design and then the whole thing installed onto my server.

Dont bid if you are going to offer a bug script such as telebidscript.com etc.

Thanks

Clickbank Profit Script/prg

July 21st, 2009 Comments off

I know there are alot of creative programmers on Scriptlance. I think someone out there might have what I am looking for. I am looking for a script or program that will generate clicks to clickbank hoplinks, and evenually sales. I am looking for someone that knows clickbank really well and has already written something like this. I want a proven system, that works. Any idea will be considered. I will have to have proof of profit beforehand.

Thanks,

Swoopo Clone/ New Design

July 21st, 2009 Comments off

I need a swoopo clone script, with all the features swoopo has.

I have created template designs which are in jpg format for each page on the site. This design must be implemented on the website.

I need a working script, with the new design and then the whole thing installed onto my server.

Dont bid if you are going to offer a bug script such as telebidscript.com etc.

Thanks

Web Page Redesign No2

July 21st, 2009 Comments off

We have just installed the xzeroscript classified program.

We require someone who is familiar with this script to change the look and feel based on the example sites we have show in the attachment.

You only need to include the elements that come with the xzeroscript program. That means if there is something in the attachment that isn’t part of the xzeroscript program then it doesn’t need to be included although you should let know beforehand to avoid any confusion.

We are flexible on the colour scheme so we would listen to any suggestions or recommendations you may have.

Please review the attachment before making a bid.

Surebet Website/ Xml Compare

July 21st, 2009 Comments off

I am looking for a sure bet website very much like http://www.wettportal.com/quotenvergleich/surebets.php to be used in conjunction with approximately 80 different bookmakers (some XML feeds provided or perhaps pull data live or one odds feed), with the possibility to add more bookmakers.
The prog should operate on games where there are 2 results i.e. Win or Lose and also games where there are 3 results, i.e. Win, Lose, Draw & handy cap arbs.
It will also have the bookmakers odds, stake calculator and currency converter (automatic currency exchange update). And the ability to select other bookmakers for the same arb trade just like http://www.wettportal.com/quotenvergleich/surebets.php. The programm should automatically with a click confirm, place all of the required bets in the bookmakers account or can be done manually (automatic preferred).
The arb should be updated every 20 seconds.
It needs to cover all two team or competitor sports
We need a private section where user can access through our web site by clicking member login in. This will be cost the customer should pay with a few methods (visa, moneybookers, paypal)

A script which sign the user automatically at the sportbetting sites.

CMS systems are welcome (joomla, typo3)
A requirement specification is available, but only in German.

The domain is registered surewins.de
Fast programmer are prefered.

Osc – Moved Shop Configure.php

July 21st, 2009 Comments off

Hi

I just moved from one host to another.
Your job is to make the site work on the new host – which means insert proper values in for example configure.php

Simple job!
Lowest bid with best feedback wins.
(also looking for a permanent OSC-programmer I can use for various big and small jobs)

Backup Script For Vbulletin

July 21st, 2009 Comments off

This project is for Dario to install a script on the server that backsup Vbulletin daily in case of a database problem where vbulletin might need top be restored. The script also backs up the FAQ database weekly

Logo And Web Template

July 21st, 2009 Comments off

Good day I need a logo and web template for a upmarket over 21 lounge. It has to be sexy but not porno. I need 3 concepts. If anyone can give me a rough example for this project then I will choose the best example. The name of the lounge is Cougar Lounge. You can bring in a silouette of a woman and the cat or however …

WordPress Theme

July 21st, 2009 Comments off

I have my design ready ready in PSD, photoshop format .

I need someone who can make it in a workable wordpress blog, that includes psd to xhtml, and getting my design into a workable solution.Add 20 wordpress plugins to the blog, and get everything working .

Psd will be provided, its simple job for wordpress experts.

Expert Php Progammer Needed

July 21st, 2009 Comments off

Modifications Needed: Alm*ond Clas*sifieds Script (Enterprise Edition)

1. Warning & Disclaimer needed before entering certain adult classified sections of the site.

NO ESCROW for this project. Look at my feedback, I pay.

Payment via PayPal or Scriptlance.

Please PMB if more information is needed.

Thanks,

Business Logo Design

July 21st, 2009 Comments off

I would like someone to design a business logo for my company. The company is called “The Celebration Station” and is a video booth/kiosk hire service for various parties and events. Personal messages can be recorded on the machine and then these messages are edited on to a DVD for the host of the celebration to keep as a “video guestbook”. The logo must have a quality professional look and be based around the nature of the business. Please supply examples of previous work on application.

Make Html Pages With Pics

July 21st, 2009 Comments off

Approx. 90 page word doc of articles need to be cut apart into HTML pages for existing site. Pretty simple for the right person, I will provide the Word doc and a sample of how each page should look – must be done exactly the same. Addition of photos on 1/2 of the pages, an iStock (or similar) account is preferred, will release enough money to pay for photos once the pages are completed and checked. TIME is important!! Need done today. (Today in US time, it’s 6AM right now, so within the next 12 hours)
Thank you!

Lyrics Website Design Needed

July 21st, 2009 Comments off

Hello All,

I am interested in developing the domain www.lyricstemple.com.

The primary purpose of this website is to provide visitors a one stop solution for finding lyrics of their choice.

Since many websites currently offer this service, I would like to differentiate it by offering a social touch (comments and song meanings).

A few similar websites which are currently out there and are doing well in this market are :

www.azlyrics.com and http://www.metrolyrics.com/ and www.songmeanings.net

Now what I want is a site designed for this purpose.

Easy to use, fast to load, informative and enjoyable!

If you are ready to take up the challenge please get in touch with me at

Plr Book Rewritten

July 21st, 2009 Comments off

I have a PLR book chapter that is 25 pages I would like rewritten to make it more unique. I would like it done in 4 days. If you do a great job, there is actually 5 more PLR book chapters (about 201 pages for all 6 book chapters) I would like rewritten as well. I don’t want things just moved around or copy and pasted. I would like this to be unique.

Oscommerce Moneybookers Mod

July 21st, 2009 Comments off

I have the moneybookers IPN mod installed: http://addons.oscommerce.com/info/5200 (same latest mod, but slightly modified).

This payment method current behavior is:
After selecting this method on checkout_payment.php and confirming the page, it moves to checkout_confirmation.php and at the same time it registers the order details and… it subtracts the stock.
I don’t like that it subtracts the stock at this stage, it’s too early and creates problems when a customer wants to go back and modify his order or change a payment method.

Desired behavior:
After selecting this method on checkout_payment.php and confirming the page, it moves to checkout_confirmation.php and at the same time it registers the order details BUT does NOT subtracts the stock yet.
Stock should be subtracted from the shop exactly at the moment the payment is finalized on Moneybookers (moneybookers sends back to the cart an IPN with “Processing” signal when a payment is completed, details: http://www.moneybookers.com/merchant/en/automated_payments_interface_manual.pdf).

If you have any questions, please ask before bidding.

Important:
Programmer is required to work directly on my dev server (do not download any files to your own server/s).
Programmer is required to email me a detailed changelog when the work is successfully done.

Cut/paste Hosting Reviews

July 21st, 2009 Comments off

Hello all ;-)

** THIS IS A RE-POSTED PROJECT. Please do not bid unless you can complete project on time and already have feedback.

I recently opened a web hosting review site. I am busy populating the site with about 450 web hosts. I need reviews of these hosts pulled from other hosting review websites, anywhere from 2-10 each (more popular hosts will have most reviews, while the smaller hosts will only need 2 or 3 reviews each)… roughly 1400 reviews total.

The sample URLs that have these published reviews are:
- http://www.customerhostingreviews.com/webhosts/1/
- http://www.webhostingjury.com/
- http://www.webhostingreviews.com/all-web-hosts.htm

Reviews should be random and pulled from all sources.

All the hosting companies on these sites will be on my site as well.

Need a quick job.

Thanks,

Rob

Job Site Feature Enhancements

July 21st, 2009 Comments off

My site skillwire.com was recently developed for me by a programmer who I can’t contact currently to do these modifications. I need some additional features programmed into the site. These are not complex features and are described as follows:

- Search function on the bulletin board to search for posts (divided in into page 1, page 2 …. after x amount of results)

- Search page results for ‘skill providers’ divided in into page 1, page 2 …. after x amount of results

- Abillity for Skill-provider to upload a resume file, E.G .doc, .docx, .ppt or .txt (the extensions I permit should be defined in the admin control panel of the app). This will need to be integrated into the sign-up process as an option.

- Ability for Skill-provider to upload an optional graphic image (for example a company logo or picture of themselfs), so it will display on their profile page. This will need to be integrated into the sign-up process as an option.

- Ability for a Skill-provider to send an automatic email to any email address requesting that a user signs-up and rates them for doing a job.

- Ability for any user to send an auto email from the front page informing users about the site (don’t want to use capatcha, so will need to be throttled somehow).

- When skill-provider clicks on ‘accept job’ the skill-seekers details should be displayed to the skill-provider underneath

-Ability for Admin user to send internal email to all skillsire.com users with messages and site update news.

-Primary Skills listed in alphabetical order on site

-New profile field for skill-providers ‘Experience’ (rated in years: 1 – 10+). This will need to be set to 0 for all existing profiles and all new account sign-ups will be made choose a value.

Please use the site and sign-up if necessary to get a feel for the terminology/process and purpose of the site and we will discuss any questions you have then.

Logo Design And Business Cards

July 21st, 2009 Comments off

I need New logo, 2 sided business cards (color), letterhead, brochures, flyers, address/shipping labels.

I need “brand” Identity and have a excellent look for my photography site.

http://www.retsedesigns.com/portfolio/brochure_suzie_seagraves.html

http://www.big-cedar.com/userfiles/file/Senior%20Portrait-Spread.pdf

Sales Page

July 21st, 2009 Comments off

Need someone to write a small sales page that can deliver me the result instantly. PM me for more details.

Script To Merge Csv Docs

July 21st, 2009 Comments off

Hi

We need a solution for our data.

We have a master CSV file with thousands of companies arranged into columns.
Columns are, Name, email, address1, Address 2, etc.

We need a script than will run other CSV’s against the master that will
- Search for Duplicate company names and mark them.
- Then provide and option to review the data for the duplicate company one by one
- To be able to “add, replace, merge,ignore” data.

(ie) Company Name: John Smith Interiors, smith street, london, E8 FGY

Duplicate Found:
Company Name: John Smith Interiors, 212 smith street, london, E8 FGY, 07832 714997,info*johnsmith.com

The script will allow us to build and maintain our data base accurecey by:
1. ADD new data to EMPTY cells for example – The email column
2. REPLACE data where new data is more accurate and up to date-such as a new address
3. MERGE data where we are adding new keywords which tag the products that company sells
4. IGNORE data when the master data is the preferred choice
5.ADD – Unique and new companies to the master

Its must also Mark with some kind of symbol against the duplicates – so we can see which are unique ( and therefore added to master automatically ) and which are already in the master.

We have been using our web SQL database to do this – and have a script – but need something a step more comprehensive.

Thanks

Helen

Fix Web Site Script

July 21st, 2009 Comments off

My web site : www.thebonngroup.com is down do to a scripting problem and I don’t know how it happened because the site was working fine until a few days ago. The error reads as follows: Parse error: syntax error, unexpected $end, expecting T_STRING or T_VARIABLE or ‘{‘ or ‘$’ in /home/content/s/h/a/sharonaad/html/thebonngroup/index.php on line 52

My hosting company godaddy.com has told me that the following needs to be corrected:
Parse error: syntax error, unexpected ‘<’, expecting T_STRING or
T_VARIABLE or ‘{‘ or ‘$’ in
/home/content/s/h/a/sharonaad/html/thebonngroup/index.php on line
50

You will need to fix your website script, as your script uses a ‘<’ character on line 50 which is not being recognized as valid code. Please refer to PHP documentation for further assistance with the development and design of your website.

I am looking for someone who has the expertise to get this corrected and get the site back up. I have a back up file but it may be an older file and may not be helpful.

Modify Current Logo/header

July 21st, 2009 Comments off

I installed a wordpress theme with a copyrighted center logo. I need someone to modify the logo with my text and a different shape than the copyrighted one at replicamovieswords (dot) com.

I want to replace the ‘planet’ in the background with two crossing swords.

I also want to replace the far right and left images inside the circle or modify them with something pertaining to swords.

I have the .psd header and all the jpgs that make up the theme.

Thanks.

Postcard Design

July 21st, 2009 Comments off

We need some one to design a postcard, graphics and text provided.

Thanks

Access Database Conversion

July 21st, 2009 Comments off

My customer has an Access Database which is split between Front End and Back End. It does not have a large amount of data or screens but it is vital to the smooth running of their business.

We are looking to convert this Access database so that it can be run from a Web Page utilising a SQL Server back end.

Since the Access Database runs internal at this time there is no security functionality and this will need to be added. The Website will be internet facing so strong security is a key part of the project.

You will have done many projects like this before and can demonstrate good strong references. You are also likely to be a small company with a minimum of three developers rather than a single individual. You will also be very professional in how you approach this work and we are willing to pay a premium for this.

The customer may want some additional functionality and this I would include as an additional project which you will also receive.

The customer will require some longer term support and this is something that we would also like to discuss.

It must be converted into a standard and widely supported language to be run under Microsoft IIS.

I need a clear idea of how you would intend to make the changes, how would we test your work and how we do the cutover to the new database as the customer is using it every day.

Corecommerce Site Design

July 21st, 2009 Comments off

We need someone to design our hosted coreCommerce site (http://www.corecommerce.com).

Must have experience with coreCommerce, thanks.

Articles 4 New Site

July 21st, 2009 Comments off

I need 20 articles for my new site,

I need someone to write and submit the articles to all the article directories.

the new site is www.MMPdigitalrights.com

I also need you to write the resource box and send the readers back to the site, ( this needs to be approved before submitting them to the directories. Orignal articles only – this will be checked through our software for uniqueness.

please add “jmerty” to your message so I see you read this description.

if you have question please contact me.

Oscommerce Sites Templates

July 21st, 2009 Comments off

I need 3 osCommerce sites set up and templates install. Template selected but not yet purchased.

This is a very easy job and only require to make minor design changes.

Thanks

Remove Oscommerce Iframe Virus

July 21st, 2009 Comments off

On an oscommerce shop there is an iFrame virus.

The virus has to be removed and all files cleaned.

I would need the work done documented.

For a provider with experience with this.

Papervision Project

July 21st, 2009 Comments off

We urgently require a Papervision Expert for a Project.
I am attaching the document which explains about the Interactivity and the requirements.
The person who gets selected should be ready to sign a simple Non Disclodure Agreement prohibiting him from sharing, showcasing the work done anywhere.

New Online Deals

July 21st, 2009 Comments off

need a make over i need someone that is good with coding always good with designs

Blog And Script Installation

July 21st, 2009 Comments off

I need someone who has experience with wordpress and install wordpress blogs and help me install 18 blogs in 2 hosting accounts and
Enable the IonCube loader on selected cPanel web hosting and install a script by uploading the files into the blog, in the plugins folder.

In all you simply need to set up the blog and install the script.

This job is urgent need it done asap if you can do this. Please bid for the 18 blogs.

This job is simple if you know how to set up wordpress accounts. Then all you do is get script and upload it into the plugins folder and activate it.

please add “jmerty” to your message so i see you read this description.

if you have any questions please contact me.

Bear