Archive

Archive for December, 2009

Ad Design In Russian.

December 29th, 2009 Comments off

I need a 3×4 inches ad designed in Russian. I will provide images and text.

Fix Html/css Formatting

December 29th, 2009 Comments off

This should be an easy job.

Please download the test page here:
https://www.sugarsync.com/pf/D708532_923754_8650891

I need to find the reason the table on the bottom right is getting compressed to the left. It should be nicely spaced within the gray box. I think the text column should be about 160px, an empty column of 10px and the rest of the space for the form field column.

I don’t want any major changes to the actual code – I just want to find the reason it is getting messed up and the most direct and easy way to fix it.

When you find the solution, I will need to apply it to other pages so I will need for you to specify what needs to be changed to fix the problem.

Payment upon delivery of fixed version with instructions for fixing other pages with the same code.

Salesforce App Development

December 29th, 2009 Comments off

Need someone who is proficient with developing apps for force.com to design an app. Only experienced force.com developers need apply.
first project will be small but if we click there will be a larger project to follow.

Install WordPress Plugin 2

December 29th, 2009 Comments off

I require a wordpress expert to install a WordPress Plugin for me onto my WordPress blog. The plugin should appear in every of my 24 wordpress themes after you installed in. (I am not sure if you install onto every theme, or that once installed into the blog, it appears in every of the 24 themes. A wordpress expert will figure this out himself)

[Notes: By the way, this wordpress plugin will be from: http://www.octazen.com/mods.php for Social Network Invite Sender as seen on http://www.octazen.com/store.php . ]

Webinar Creator

December 29th, 2009 Comments off

I want a site that makes templates for registration pages for a webinar with the ability to upload video and sound. It then needs to have a script for several emails going out with the option to edit them. Then I need a times webinar display that people can watch which has been pre-recorded, then post emails on a timed release.

Website Overhaul

December 29th, 2009 Comments off

I have a already made website that I would like completely redesigned. As modern as possible with some great Web 2.0 work is what im looking for.

It is a Live Webcam Broadcasting system. So will deffinetly need a feel of what the sites all about too, Webcam Icons here and there and general places for things like Featured streams etc.

Current site – http://www.WinkWay.com

Havent got too much of a deadline for this but within a couple of weeks atleast is proberly my maximum time limit.

Will want to be able to see current design progress when needed so I can review it and ask for edits during designing rather than waiting utill the end.

Examples of previous work is a must for me and hopefully some good ratings. Unfortunatly havent got the most amount of money to spend on this so also the reason im allowing a longer time for this to be finished.

Jordan Charters

Upgrade To Magento V1.6 Ee

December 29th, 2009 Comments off

I have a magento website that is running very slowly on version 1.3.2.4 enterprise edition. I have decided to start over with a fresh install of v1.6 enterprise and use my existing web design. This project involves importing customer accounts, customer passwords, order history, and other customer data from the magento 1.3.2.4 to the version 1.6 store. There is a shipping module extension that I require to be working in 1.6 that should work without much if any modifications.

The following is VERY IMPORTANT:
I require the above conditions plus a page loading time of less than 2-3 seconds for all pages of the site. The store is running on a dedicated server x2 configuration (1 server for web server, 1 server for database) on premium hosting so hardware is not an issue. The entire point of this additional project is the slow speed of my existing site. If you are not confident you can tweak and configure version 1.6 to be acceptable in speed <2-3s loading times for ALL pages, including front end and back-end, then please do not bid on this project.

There are a large number of additional extensions that I would like to be installed, which will be in a separate project that will be awarded as a follow-up to a successful completion of this project.

Simple New Php Framework

December 29th, 2009 Comments off

I need a basic PHP framework created. I know there are other frameworks out there, but I want a framework created that is super simple and very well documented. Here is a foundation of what I want the framework to do. I guess it should be OO PHP as well.

Please do not send over links to flash websites. I am only interested in seeing links where you have created a PHP framework or sites that have used a framework.

Please send over any questions and I will add my comments to the project for everyone to see. I am not sure if it is feasible, but I would like to have this framework ready to go within 7 days after I have chosen a freelancer. Be upfront me with me on the time. If it is going to take longer to do then we can discuss a suitable timeline.

The features below are features found in http://cfwheels.org/

Lastly: I am open to you using an existing framework and altering it to suit my needs ONLY if you send me the URL via the message board and I can review to make sure I can understand it easily enough. I don’t want any of the monster frameworks like CakePHP or CodeIgniter. I just want a very basic easy to understand framework that is easy to use and only contains features that I need.

I am also open to suggestions if you have any other cool ideas or I forgot any core functionality.

Constraints:

A. Must be created for PHP 5.x
B. We must discuss any PHP Extensions or Libraries that would need to be installed for the framework to install.
C. Framework needs to be able to handle Ajax Requests as well as regular Get/Post Requests.

Features:

1. Needs to be MVC Style

Folders

Controllers/controller.php
Models/model.php
Views/ViewName/action.php

2. Get / Post Vars stored in PARAMS variable

3. Helper Functions:

isPost (Is it a Post Request)
isGet (Is it a Get Request)
isAjax (Is it an Ajax Request)
ValidatePresenceOf (Variable Exists and is not blank)
ValidateLengthOf (Min / Max)
isChecked (CheckBox Checked)
IsCheckedMulti (Pass in value and checks to see if value is in list of values
isSelected
isSelectedMulti
EncryptText
RandomText (Min / Max, Upper/Lower, Letters/Numbers)

4. Configuration – I want the framework to be convention over configuration, but we do need a file for DB information

5. Scaffolding Feature — given the database database table it creates the module / view / controller pages add page / edit / delete pages as well as the list pages. Needs to handle each of the different form elements. Need to be able to configure how the from row is outputted like:

<li><label></label><input type=”text” name=”name” value=”"></li>

6. Needs to support caching

7. Different Modes – Development / Production Mode

8. Reload Application link that will reset the application / caching

9. Validation, I would like to have the script use the MySQL database schema to help with the validation of fields after they are submitted, Ex. Numeric , Text no longer than 100 chars etc

10. Unit Testing Model – Easy way to setup unit testing

11. When in development mode it shows queries, variables etc at the bottom of the page

12. Cookie and Session based.

13. Email Notifications of Errors

14. Friendly error message screens

15. Support Mod Rewrite. Ex /index.php/contact/index = contact.php I know this has to do with apache, but want to make sure that the framework will work like that.

16. You are to provide a sample application that uses all the different features mentioned above. Needs to include a signup page / login page / protected area page.

17. Email function to provide a template file and send emails.

18. A Queue system. The idea here would be a high performance site we would assign tasks to the queue after the user has submitted a form and the task manager would be run separately processing tasks.

19. Mem Cache Integration

20. Information Message / Error Message feature

21. Modules – Need to create modules that can be used in different views

22. Is it possible to have the framework update itself if fields are added to the db table? Maybe the script could rewrite the database queries?

23. Functions like save() which would do an insert into the database if the key did not exist or an update if the key did exist and an update() function that would just do an update

24. Be able to pass in action / function names into the validation so we only do certain validations on an insert vs an update for example.

25. Page Templates / Layouts

26. Maintenance Mode

27. Read Only Mode

What is expected at the completion of this project:

1. Full Rights to the Code are assigned over to me.
2. Framework code and sample application well documented in the code.
3. Documentation outlining all the features
4. Tutorial on how to get started.
5. 6 months worth of bug fixes free of charge. Just bugs, when I need to add features I will open another project

Categories: MySQL, PHP Tags: , , , , , ,

Programming Project 1262140078

December 29th, 2009 Comments off

Part 3
Mortgage Calculator Change Request #6 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Write the program in Java (with a graphical user interface) so that it will allow the user to select which way they want to calculate a mortgage: by input of the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage payment or by input of the amount of a mortgage and then select from a menu of mortgage loans: 7 year at 5.35%, 15 year at 5.5 %, and 30 year at 5.75%. In either case, display the mortgage payment amount and then, list the loan balance and interest paid for each payment over the term of the loan. Allow the user to loop back and enter a new amount and make a new selection, or quit. Insert comments in the program to document the program.

Part 4

Mortgage Calculator Change Request #7 in Service Request SR-mf-003. Insert comments in the program to document the program. Attach a design flow chart to the source code of the program.

Change Request #7: Write the program in Java (with a graphical user interface) and have it calculate and display the mortgage payment amount from user input of the amount of the mortgage and the user’s selection from a menu of available mortgage loans:

Categories: Java Tags: , , , , , ,

Splash / Pre-sell Page Needed

December 29th, 2009 Comments off

I have a website at http://easycashprofits.com

I am buying some web traffic and want to have a splash or pre-sell page made that will be all visible “above the fold”

I will want the splash / pre-sell page to convince people to go from that page and click through to the website at http://easycashprofits.com

If you need more information please feel free to send questions.

Thank you for looking.

Traffic Geyser Vids On My Blog

December 29th, 2009 Comments off

I have a blog: http://parentingaspecialneedschild.com/blog/
I want to submit 2 vids from this blog into traffic geyser.
You must understand traffic geyser strategies and techniques.

Web Page Programer

December 29th, 2009 Comments off

Able to create an stucture web page like this: 6 pages approx. http://h10hotels.com/es/index.html
css, xhtml, joomla, mysql

Categories: CSS, Java, Joomla, MySQL, XHTML Tags: , , , , , ,

Comment On Business Forums

December 29th, 2009 Comments off

Need prospect with general business knowledge to manually post comments to business forums and blogs using my website links in their Signature Files for 7 days. Must be willing to submit page where comments appear end of each day. I will be tracking results. Depending on results, may eventually turn into a regular position.

Free 30 Signups 2

December 29th, 2009 Comments off

30 unique genuine and real signups needed to 10 matrimonial and dating sites.each site needs 30 signups.

Post Comments Beauty Forums

December 29th, 2009 Comments off

Need prospect with beauty/fashion/consumer product experience to manually post comments to beauty/fashion forums and blogs using my website links in their Signature Files for 7 days. Must submit page where comments appear after posting daily. Depending on results, may renew for additional week(s) of work indefinately.

Web Site Revision

December 29th, 2009 Comments off

I need someone to change the telephone number on our flash website homepage.
This is a very simple change that should take 5 minutes. However, we do not have the proper software to do it.

The phone # will change from 877-545-3221 to 877-393-8810.

Type font will remain the same.

Email Contact Project 2

December 29th, 2009 Comments off

Looking to build a database of professional contacts. Seeking to collect mainly full names, title, email address, additional contact is a plus, but not necessary who specialize in short sales/REO/distressed real estate (applies to #1 & #4 below). All contacts must be in area codes: 305, 786, 954, 754 &561

Professional industries needed are:

1. Real estate salesperson/broker
2. Accountants/CPA’s
3. Investment advisors
4. Real estate, divorce, bankruptcy attorneys

All contacts must be recent and low failure rate.

The file needs to be formatted in a file format compatible to uploaded

There are more projects AND bonuses to come if there is a good response from the list.

Article Writing For Gambirshop

December 29th, 2009 Comments off

Hi there,
I am looking for someone who is VERY good in SEO article writing to help me to write 6 articles for my new project- GambirShop
This is a site selling herbal product to cure premature ejaculation.
I need 6 different Good articles with the following keywords:
1. Cure Premature Ejaculation
2. How to Last Longer In Bed
3. Cure to Premature Ejaculation
4. Natural Premature Ejaculation Cure
5. Causes Premature Ejaculation
6. Premature Ejaculation How To (this one is a bit funny I agree)

I need the articles in 2 days time. Each articles should be original, and interesting to read. The length should be around 400-600 words.

Thanks

Virtuemart Customisation

December 29th, 2009 Comments off

Hi i have a current virtuemart shop that i want customized to look like this one:
http://www.ringside.com/products.asp?dept=41

My shop can be found here:
http://posdirect.com.au/cornerman

Need this done ASAP.

Gift Website

December 29th, 2009 Comments off

Looking for a programmer to finish a gift website.

1) need a better template
2) fix search
3) fix issue with products not displaying
4) fix some SEO issues with the URL, meta tags, title tags etc…

Should only take 2-3 hours…

Tech-related Article Writing

December 29th, 2009 Comments off

Summary:
I am looking for someone capable of writing tech-related articles. At this time, I would like to purchase **7** (SEVEN) articles. The articles must appeal to tech savvy readers. They must be delivered at the deadline of your choosing (when you bid).

Bid Requirements:
– ALL bids must be accompanied with sample work. Without sample work, YOUR BID WILL NOT BE CONSIDERED. (Sample work is preferably (not required to be) in the interest of tech savvy readers).
– Payments via Escrow or PayPal (your choice). I do not use other payment methods.
– Must be a NATIVE **English** speaker. However, if you believe your skills make you exceptional and English is a second+ language, please prove it to me in your sample work.

Article Requirements:
– All articles must be 350+ words.
– Proper grammar and punctuation.
– No “Top 10 …” or “Best of …” articles
– All articles must be UNIQUE. They will be tested for plagiarism.
– MUST appeal to tech savvy readers
– Prior article topics *must* be approved before you write. Please don’t waste either of our time.
– Are due in the Delivery Time that you specify. The project will be canceled and reposted if you fail to deliver the articles at your Delivery Date.

Additional Notes:
– You give me full, exclusive rights to the accepted articles.
– The articles become my property.
– You may not reproduce, share, or re-use the articles.
– Communication is essential. It is preferred that you have access to an Instant Messenger.
– If you’re good at what you do, I would love to potentially purchase more articles in the future.

To ensure that I know you’ve read and agree to the above outlines, please write “I understand” if you completely understand the outlines above.

Shadowbox

December 29th, 2009 Comments off

We need to have a shadowbox for various points of a website.

The shadowbox will need to:
1. open html that consists of text and graphics.
2. open html that consists of text and graphics with a next/previous capability
3. open to a website
4. must use external files not one long page
5. must be well documented

Product Script Scraper

December 29th, 2009 Comments off

Basically what i need is a script that you can run on a site that you want to take products from. For example i need the script to be able to take the product category name, product name, product description and the image and pricing.
Downloads the information to a excel/csv file where it can be modified and re-uploaded to a different shopping cart.

Web Form

December 29th, 2009 Comments off

We need to develop an online form with about 30 fields. This form must:
1. use capcha
2. store data in a MySQL database
3. send a confirmation email to the user
4. send the information from the form to an email address
5. some of the fields will require validation.
6. some of the data will be captured with radio buttons, drop downs or check boxes.

Vbulletin Php Coder Wanted

December 29th, 2009 Comments off

Expert PHP coder with vBulletin experience.
I had http://mercedesworld.com.au/ done by a guy in Russia but he has disappeared. He made it so the News post at http://mercedesworld.com.au/forums.php is also the http://mercedesworld.com.au/index.php page.
I need that function coded again for http://westernhobbysupplies.com/

I am also moving servers and have cPanel backup but may need help.

I own a few websites and really want an expert PHP coder. Most of my sites are .ASP with Windows hosting but am ok for .ASP coder.

Please let me know if you can help.

Ustream Clone/script

December 29th, 2009 Comments off

Interested in quotes for a site similar to ustream in that members can broadcast streaming video of themselves.

Merchandising Application

December 29th, 2009 Comments off

I’m looking for an experienced iphone app developer with good track
record.

This project is expected to require a significant amount of focus and proficiency on the part of the programming team.

Overview description: This app will be used by field agents to audit retail items in a field environment. The flow and ease of use of this application is IMPARATIVE.

This app will need to be able to pull/push updates from/to an SQL environment in an EFFIECIENT manner. All data sync’s need to be tagged by iPhone’s location awareness.

While the information is on the iphone, the data must be protected (from user manipulation and from prying eyes, if the phone is lost).

This code needs to cleanly compiled – ALL functions to be EXPRESSLY commented.

Developer should be prepared to sign NDA and the waive all rights
to source code, copyrights etc.

Developer should be prepared to provide working example of previous work.

Paid To Click Clone

December 29th, 2009 Comments off

I would like to have a PTC Clone of this site,

I think both of this site connects to each other,

trekadvertising.com and trekpay.com

It is different from aurora, gen3 and Bux script.

and it does not have any time to wait before we proceed to other site just like any script.

Please do check the site first before bid this project.

App Building Site

December 29th, 2009 Comments off

I need someone to build me a site that will allow programmers to sign up and build pages of the site, an apps site where programmers can build the site the way they want it. It needs a front page that will have a sign up form and log in form as well as our tos and privacy policy which must be agreed to upon sign up, I need it to allow programmers once signed up to select from html, php or flash application to program with which they can upload too, and allow them to input databases via text form or upload from .txt file if possible. The programmers should have an account with their info and avatar, as well as their current apps. All programmers will choose a URL for their app and it will be added to the site directory, which should be linked on the index. If their are two of the same ask if they want to re-name or cancel. All apps will be voted on before they are approved and must get 50 votes or more or they can be approved by admin automatically. The admin can change the information for the apps and the programmers and also ban and delete apps or programmers. This idea is to build a site by developers for developers. All apps will be addable to your website profile and the profile should have all the default info ex: about me, movies, ect…

Logo And Business Cards

December 29th, 2009 Comments off

I require help from a graphic designer for 2 designs.
A logo for a web site online shop. That logo will be used on the web site, business cards, price tags, letters, etc…
And, a design of a business card for a photographer.

Transribe Videos Into Text 2

December 29th, 2009 Comments off

This is a one time project.

I need 10 videos transcribed. I believe the total minutes are between 30-40 minutes. Some videos are as sort as 1 minutes, and the longest is 6 minutes.

You are the deliver the transcribed information in Word documents. Keeping the same name of the video title as the document title.

There are two different type of videos. Some videos are presentations where you can type exactly what the speaker is saying and it will make sense for a reader. However, some videos are a speaker voicing his/her thoughts on a topic. You must be able to transcribe that information into a readable document, therefore you must be able to clearly write american style english.

Looking for a 24 hour turnaround time.

I do not escrow, nor do I pay through scriptlance. (See my feedback, I always do it this way.) I pay directly through paypal.

AGAIN, do not bid if you require escrow or scriptlance payment.

Your bid should be the total to complete 10 videos. You must have above par american english writing skills.

POST YOUR BEST PRICE. I tend to end listings early if I like the total value of a bidder.

Mint Inputs For Turbotax Clone

December 29th, 2009 Comments off

Hi I am looking to develop a personal finance membership site.

MINT.COM CLONE
1. Clone of mint.com in its entirety. Tweak certain aspects so input of financial information into turbo tax clone is possible.

2. Extra feature mint.com does not offer which is to be able to upload bank/financial information from prior months before associated with site. My best guess is a .csv file would work.

INPUTS INTO

TURBO TAX CLONE
1. All financial information will automatically plug (input) into the turbo tax clone so all the user has to do is verify that the dollar figure that the mint.com clone fed into the turbo tax clone was correct.

2. This turbo tax clone must be able to file all personal returns in all 50 US states, and federally for 2006, 2007, 2008, and 2009 tax years with the IRS and respective state tax agencies. This is known as e-filing.

3. Turbo tax clone must be updated yearly for changes in tax code; I must have a programmer that will be able to have longevity. Please include in your bid a price for yearly updates to the tax software.

BACK OFFICE FOR MAINTENANCE
1. Make back office web interface so employee’s can easily fix any problems and find solutions for customers.

Categories: Programming Tags: , , , , , ,

Email Blast

December 29th, 2009 Comments off

I need to send a 5 part series of emails to about 100,000 email addresses.

I have the email content and addresses.

I just need to you send them in a way that my domains/ip’s don’t get blacklisted and so that the emails have a decent chance of getting through isp and local junk filters.

Carbonite / Mozy Clone

December 29th, 2009 Comments off

Exactly like title says. Looking for a clone of the above program. Need program + php script. Would like Windows and Mac versions, and be able to brand the software to our name.

If you already have this done, please send me demo links with price.

If not, please let me know bid.

WordPress Modifications 2

December 29th, 2009 Comments off

Devpostcalls.com is my site

add new drop down menu and should be managable with my plugin menu manager

Making top 3 icons work ( rss feeds ect)

Penny Auction Site W/ Cms

December 29th, 2009 Comments off

We are currently looking for Live Penny Auction site script with CMS and PayPal payment gateway. SWOOPO/BidCactus/Beezid style clone. Must have the ability to start auctions with variable countdown times. User signup with capability to set new users with free “bid”, referral system & affiliate program a plus. Availability to add alternative style (reveal auction)auctions at later date or at install. Ability to limit user wins per day/week/month. Ability to modify header logo image & page design via css style sheet. Script installation a plus.

System requirements: Linux compatible (currently running CentOS 5.4), Webmin Admin Panel, PHP 5, MySQL 5

Banners And Buttons 2

December 29th, 2009 Comments off

Hello,

I need to have some banners made of various iab standard sizes.

I will need the following

1. 9 buttons that will come in 2 different sizes

2. 9 banners done in 2 different sizes

Developer Interface

December 29th, 2009 Comments off

I Would like to get a Developer Interface similar to http://redkey.ca/Kelowna-real-estate.htm programed in PHP and MYSQL. This interface must include all PHP and MYSQL programming and functions. The first page would be the entire list of Developers with links to a details page, there should be an alpha sorted results with 10 per page on the first. The second page is the details page of the development. Need the Google Maps, need all the external links from MYSQL. Basically need everything you see on Redkey.ca., including contact information, show suite hours, description of development etc.. Would like the Interface to have its own MYSQL database independent of any website. A picture loader is required with the ability to upload and store pictures. Need to upload google maps. Need to easily load information onto MYSQL with variables, loaded from an admin panel. Need each detail page to have meta tags for search engine optimization of each development. Thats it.. everything you see at redkey.ca.

Modify Flash Template 2

December 29th, 2009 Comments off

The flash template at kcpa-tv/dot/com is not reading the .xml file. You will repair it.

Modify Flash Template

December 29th, 2009 Comments off

The template at kcpa-tv.com/test used to work fine but another programmer attempted to modify it and broke it. The “affiliate news” channel uses “news.xml” but is not working. The “watch TV” has 3 icons inside and none of them work properly when clicked, so you will repair or replace that flash player with something similar.

<video>
<path><![CDATA[http://www.yourwebsite.com/live.mp4]]></path>
<title><![CDATA[the-traders-mindset]]></title>
<url><![CDATA[http://www.quickvideomarketing.com/live.html/]]></url>
</video>

This is a sample of the xml coding, showing the location (path) title, and website you will be taken to if you click onto the video. If you find it easier to replace the flash player, keep it simple to use. It also must fit within the screen provided by the template.

In “watch TV” are 3 icons. Each one has a related .xml file that you need to declare in actionscript. I will provide the xml files, you make them work again. There is a link to an external URL website, the title of the video, and the location of the video.

If you use the same flash templates we have, do NOT break the volume control for the sound. Do not break the footer code to “Terms of Use” and “Privacy Policy”. Those link to the “text.html” file so please don’t break them. You should fix this today, as the project requires you complete it within 24 hours.

Maximum bids accepted is USD $25, and I will pick a programmer within 24 hours.

Categories: Flash Tags: , , , , , ,
Bear