Artcile Writing

Artcile Writing
I need an article or articles that can say what these other sites say but add in the extra bonus of
truly being a service to the customer – at no fee!

I need a press release to talks about how this site was built by parking lot owners
to allow them to compete with the reservation generators. How it will benefit
the parking lot owner ( don’t talk about actual saving %). Emphasize how the
customer will save the service fee. Get a guaranteed reservation.
Add some of the verbiage you used for the other article about how easy
the parking is to use. How it’s cheaper the parking in the airport, etc
Then do some research on the other sites and try to come up with some
more verbiage.

Keyword Project

Keyword Project
Writer needed to work on a keyword project.
You’ll have to write articles for specific keywords,
which will need to be researched.
Pay is about $3-$4.50 for a 500 word article.
Will accept $3 bids, but article standard must be high.
Pay every two weeks or weekly if necessary.
If you want payment upfront then don’t bid on this project.
If you can deliver more than 5 articles per day then let me know and I’ll consider your bid first. But don’t bid for more than 5 per day if you can’t deliver them. I’m looking for an honest writer to work with over the coming months.
I’ll definately need 5 articles delivering each day at the least.

Populate My Oscommerce Site 2

Populate My Oscommerce Site 2
I own 2 websites, americansodaDOTcoDOTuk and americanmartDOTcoDOTuk and want eveything copied from one ie products, pictures, product pricing, etc. to the other one

I do however want great original product descriptions that are SEO freindly for each product. I will use compyscape to make sure that all content is original and not coppied, it must flow in true english… if you cant do this DONT BID.

seo tags need to be filled out for every product (around 200-300)

this is a project that needs to be done Fast but accuratly.

C++ Mortgage Payment Calculato

C++ Mortgage Payment Calculato
Please help to create a C++ Mortgage Payment Calculator

Service Request SR-mf-003 Mortgage Payment Calculator:
Organization: McBride Financial Services
Requester: Hugh McBride

Description of Request: Need a program that will calculate mortgage payments.

Background of Request: Agents in the field offices will need to be able to calculate mortgage payment amounts. In the future, we may want to put a mortgage calculator on our Web site.

Expected Results/Impact when completed: A program written in Java (without a graphical user interface) that will calculate and display the monthly payment amount to fully amortize a $200,000.00 loan over a 30 year term at 5.75‰ interest.

Change Request #8
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program and using a loan amount of $200,000, a term of 30 years, and an interest rate of 5.75%. Insert comments in the program to document the program.
Write a C++ Console Application that calculates a mortgage payment. In the program specify the following fixed amounts:
• Loan Amount: $200,000
• Term: 30 years
• Interest Rate: 5.75%

A monthly mortgage payment can be computed by a applying all the above variables in a monthly payment formula. Research this formula and create a C++ program that performs this calculation.
Requirements:
• Your program should execute without user input.
• It should compute a monthly payment for the above values.
• The specific input amounts should be stored in variables (as opposed to inputting the values as constants into the calculation).
• The calculation used should be clearly expressed in the program comments.
• The final result should output the results to a Windows console.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines described in the rubric.
Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Change Request #9
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program. Calculate and display the mortgage payment amount using the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage as input by the user. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.

Write a C++ Console Application that calculates a mortgage payment.

Your program should allow the user to input the following values:
• Loan Amount
• Term
• Interest Rate

Requirements:
• Your program should execute with the above user input.
• It should compute a monthly payment for the above values.
• The specific input amounts should be stored in variables.
• The calculation used should be clearly expressed in the program comments.
• The final result should output the results to a Windows console.
• Once the final result is displayed, allow the user to loop back and enter new data or quit.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines as described in the rubric.
Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Change Request #10
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program. Calculate and display the mortgage payment amount using the amount of the mortgage, the term of the mortgage, and the interest rate of the mortgage as input by the user. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.

Write a C++ Console Application that calculates a mortgage payment.
Your program should allow the user to input the following values:
• Loan Amount
• Term
• Interest Rate
Requirements:
• Your program should execute with the above user input.
• It should compute a monthly payment for the above values.
• Your program should include at least one function.
• The calculation used should be clearly expressed in the program comments.
• List the loan balance and interest paid for each payment over the term of the loan.
• On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list.
• Once the final result is displayed, allow the user to loop back and enter new data or quit.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines as described in the rubric.

Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Change Request #11
Requestor: Bud Shepherd – Bismarck, ND
Write the program as a procedural C++ program. Allow the user to input the amount of a mortgage and then select from a menu of mortgage loans:

– 7 year at 5.35%
– 15 year at 5.5%
– 30 year at 5.75%

Use an array for the different loans. Display the mortgage payment amount. Then, list the loan balance and interest paid for each payment over the term of the loan. On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list. Allow the user to loop back and enter new data or quit. Insert comments in the program to document the program.
Your program should allow the user to input the amount of a mortgage and then select from a menu of mortgage loans:
• 7 year at 5.35%
• 15 year at 5.5%
• 30 year at 5.75%
Requirements:
• Your program should include at least one class or struct.
• The calculation used should be clearly expressed in the program comments.
• The program should compute a monthly payment for the selected terms.
• List the loan balance and interest paid for each payment over the term of the loan.
• On longer-term loans, the list will scroll off the screen. Do not allow the list to scroll off the screen, but rather display a partial list and then allow the user to continue the list.
• Once the final result is displayed, allow the user to loop back and enter new data or quit.
The program will be graded against the “Programming Assignment Evaluation Rubric”, therefore, it should meet the content, style, and documentation guidelines as described in the rubric.

Post the source for your program (the .cpp file) to your Team forum by Saturday for use in the Weekly QC test.

Create a table that compares and contrasts writing a program using Java vs. using C++. Your table should be created in a Word document. It should include all pertinent elements related to this comparison
The final table should have enough details that it should help someone decide which language to use to implement a similar project.
Your final table should be such that a manager could use it to decide which of the two languages to use for an upcoming development project. This means that it should focus on issues of how development is in each language, not just the syntax differences. The final table will be on how effectively it accomplishes this task

Clone (article Site)

Clone (article Site)
http://www.oondi.com
http://www.bukisa.com
http://www.ehow.com

I want a mix of all, in one.
Articles and How to videos only, for now.

I would like writers to recieve half income from advertising modules paid via paypal.

Some of the modules
Google AdSense
Yahoo
Amazon
eBay
Affiliate Codes
BidVertiser
Kontera

And more….

Everything should be tested and running on your server first.

Ideas?
Bids?

Week Writing Project

Week Writing Project
Hi
I need a writer to find and write exciting articles about a subject, which I will give the winning bidder. Your job will be to search google for exciting and interesting news. You can rewrite other articles, you can rewrite 2 articles into 1, you can writes articles about a video etc etc. When you find an interesting subject you send me the link to the material and when I approve you write the article.
The articles must be interesting and exciting.

1 article per subject.
450-500 words per article.
I need 3 articles per week.
Must be search engine optimized. I will give you some keywords you must use in every article.
In total I need this job going for 2 months.
Payment will be after each article delivered.

Os Date – Modification

Os Date – Modification
I have an existing installation of OSDATE. I need it to be modified with the follow requirements.

The following work needs to be performed:

Requirements:
* Modification of existing skin that will have the following:
– No pictures on front page
– Rearrangement of the front page to show news on the top, and leave room for an ad banner at the bottom. (On all pages)
– The current ability to add/remove lucky spin/new profiles from admin menu shall be maintained.
– The statistics page shall remain disabled.

* The site has to SEO friendly, either with rewrite (already enabled)
– All pages shall be SEO friendly
– The proper keywords shall be used to make it SEO friendly

* The site has to be secured, as to prevent unauthorized changes.
* The exact permissions of each folder and file shall be documented
* The site template has to ask specific questions upon signing up, as
well as display a modified Terms of Service as well as a page of
suggestions for creating an account.
*I shall provide you with the custom questions that must be answered
upon sign up.
* The site shall authorize users before they sign up, and verify a valid email
* The captcha function shall be enabled. (It doesn’t work)
* There shall only be two levels, free and paid.
* All users shall default to free for 365 days. The paid option shall
be enabled after a threshold of users has been met.
* The site shall remain gender specific.
Ex: Either women seeking women or men seeking men only.
* Flash chat shall be enabled (I have software)
* Forums shall be enabled (I have software)
* The real user name shall not be displayable
* There shall be google maps integration
* The option for a popup upon first visit to the site if a cookie that indicates that it has not been viewed, and acknowledged.
* Must be integrated with Google Adwords
* Must be integrated with Google Adsense
* Must be integrated with Google Analytics
– The current site is, but verify that it is on all pages.

Need 50 High Quality Articles

Need 50 High Quality Articles
Hello,

I am in need of 50 articles in 3 days so I may select more than one provider. The articles will have a 1% keyword density with only the winning bidder given the topics/keywords. I need the articles in 5 days or less. The winning bidder must be deadline oriented.

Native English speakers will be given priority.

All articles must pass copyscape. Each article must be unique so Black Hat SEO articles will not be accepted.

Terms

Payment is within 7 days of completion through Paypal.
Each article 500 words.
Budget $2.50 per article.
Articles will be checked through plagiarism checkers.
Payment released upon acceptance and payment received from client.
Poor grammar articles will be rejected.

Samples required for considerations. They will not be used in any way except skill analysis.

Internet Tv Software Article

Internet Tv Software Article
I have a website that sells internet TV software and I need a 350 to 400-word article to promote this website on article websites. This article must be the original work of the writer that is never published anywhere else. Once I paid for this article, the copyright to the article becomes mine.

The main keyword phrase is “Internet TV on the computer”. I need this article to be completed and sent to me latest by 8PM US EST 21 March 2010.

Samples of past work will be one of the decision making tools for me. PM me if you have any questions.

Thanks.

Ajax And Photoshop Work

Ajax And Photoshop Work
Hi i want to complete small works in ajax, and little photoshop work is needed.

works :

1) I want to show the testimonials page using ajax, that is one testimonials per page.. if user clicks next button then next testimonials should be shown and user photo should be changed every thing is hard coded and display of text should be like type writing text.

a) No database

Write & Submit Press Releases

Write & Submit Press Releases
Write 3 (three) press releases per week, submit them to me for editing and approval, then submit them, one at a time, to FREE press release submission and distribution services. The press releases will be about my domain names for sale, my websites, etc. The objective is to stimulate interest in buying my domain names, visiting my websites, etc. Your bid will be per week.

Requirements:

– MUST have experience writing press releases.

– MUST have many different examples of press releases for me to review, that YOU have written.

– MUST have experience submitting press releases to FREE press release submission and distribution services.

– MUST have good English skills. Perfect or excellent English skills are not required, as I am a very good copy editor and proof reader.

– MUST have the experience and ability to write creative, realistic, informative, pleasantly persuasive, important sounding press releases that are not too similar, because they will all be about my domain names for sale, or about my websites, etc.

– MUST be communicative with me.

– It will be VERY helpful if you have knowledge of the use of good domain names for websites, domain name and website marketing and promotion, etc.

I’m a very good writer, but I have no experience writing and submitting press releases, so it will be a plus and insure ongoing working together if you have additional ideas, suggestions, advice for more successful press releases.

Even though your bid will be for writing and submitting 3 press releases per week, there may be times when I might need more, less, or no press releases at all. We will need to adjust the quantity of press releases based on your availability, my availability and/or needs, etc. Payment will be appropriate based on the quantity per week, or whatever we may both agree on in the future.

Writer For Articles Wanted

Writer For Articles Wanted
Looking to hire a writer for a project. There are 70 articles, 500 words each. There are various topics which will need to be rewritten a few times, each time originally. Payment is $4 per article, and is made on a weekly basis. If the project goes well then I’ll use you for articles each month if you’re available.

Leave a sample for me to see your style of writing. The writer needs to be fluent in English, and able to deliver a minimum of 5 articles a day.

Looking for a writer who can start work immediately.

Good bidding,

Ramon.