Archive

Posts Tagged ‘sentence’

Add A Sentence And Web Address To Back Of A Flyer

February 2nd, 2012 Comments off

I need a black background created for a 4 x 6 flyer. I also need a sentence written on it in Vivaldi font (you must have this font in uppercase and lowercase) and then I need a block of the gold/champage color that the font will be written in (to create a space where someone can write information since the background is black). I need the web address at the bottom. I also need the front of the flyer (that has been completed) sized correctly for a 4 x 6 flyer. You will be provided with psd files …

Split Text In Excel Spreadsheet

December 14th, 2011 Comments off

Hi there,

I’ve got a spreadsheet with sentences in it (one per row), and I need these sentences to be split as follows:
- copy the entire sentence (cell-content) into a new cell
- take the last word off the sentence and copy that new shorter sentence into the cell below the previous cell
- continue doing so until there’s only the first word left
- then also copy the 2nd and 3rd word into individual cells below the previous ones.
- then go to the next sentence and keep adding the sentenc…

Manual Sentence Spinning

October 20th, 2011 Comments off

I have attached a 500 word article. I am looking for a strong english speaking writer to manually spin each sentence. That means that if I want to spin the following sentence:

“The red fox jumped over the dog”

I could say: That Fox sure can jump. And, he’s bright red. Or I could say: That dog just sat there while that red fox jumped right over him.

I am talking about a true manual spin. I’d like five variations of this article and I’d like them in a format like this:

{sentence one original. |First Spin. |Second Spin. |Third Spin. |Fourth Spin. |Fifth Spin.} {Sentence two original. |First Spin. |Second Spin. |Third Spin. |Fourth Spin. |Fifth Spin. }

Notice there is a period and a space after every sentence. I’d also like you to observe the paragraph structure so it that was the end of a paragraph, you could put a gap before starting the next paragraph. You can do this in notepad or word. The pnly words that should not be changed are the phrase “Basket Trading”

Write 100 Unique Articles In Different Niche

August 10th, 2011 Comments off

If you can write articles and make several variations of each sentence and place them in the spintax brackets {|} then i have some jobs for you, please reply with price for one 500 word article with the mentioned style. I need 100 articles written in the above said format. Please see the example below:

{This is the first sentence.|This is the 1st variation of first sentence.|This is the 2nd variation of first sentence.} {This is the second sentence.|This is the 1st variation of second sentence.|This is the 2nd variation of second sentence.}

Random Sentence Generating Program

April 17th, 2011 Comments off

Our primary goal is to teach the construction of English sentences and build the vocabulary necessary to do so.

We will teach approximately 1000 English words with their meaning and how they can be used in a sentence

The way in which we are going to achieve this are through 4 sentence structures. These are:
SV (Subject + Verb) eg. My dad is
SVA (Subject + Verb + Adjective) eg. My dad is quick
SVO (Subject + Verb + Object) eg. My dad is on the bike
SVAO (Subject + Verb + Adjective + Object) eg. My dad is quick on the bike

These words have been categorised and ordered in a Microsoft Excel Spreadsheet (No equations involved). We wish to have these words coded into a program so that they randomly generated sentences that make grammatical and logical sense.

This program will be accessed from a website on the internet.

The program will require the function for extra words to be added from the website into the program to generate new sentence combinations.

These words will be added into pre-defined categories (Place/location, human, animal, past tense, present tense etc.)

Please be aware that this program must be created in a logical manner so that it is able to be edited in the future.

At this current time we do not have a website that the program will be placed on.

Timeframe for delivery: 2 weeks.

IMPORTANT INFORMATION: The programmer MUST have a strong command of English.

Writer Needed – 10 Articles

January 5th, 2010 Comments off

A) Need 10 articles written by experienced fluent English author. State any experience around the subject below and PM samples for review.

10 articles – renovating small bathrooms

B)Articles to be at least 300 words each!

We will provide you with keyword(s) for the articles, phrases and you do some research and SEO analysis before writing the articles.

ARTICLE must have keywords worked into 1) Article title 2) Strong attention getting opening sentence 3) Content provided in short paragraphs, each based on a specific point

Very Simple Php-script

October 28th, 2009 Comments off

I need a small script. The script should work like this:

A user enters a URL in a textbox and their email in another textbox. The script then checks for a word/sentence in the source of the URL the user entered.

If the word/sentence is found then the script should save the URL and email the user entered in a textfile, if the word/sentence isn’t found then a error message should be shown to the user.

There should be another error-msg if the URL cant be opened.

Add Javascript Code Dynamicaly

October 9th, 2009 Comments off

Hi All Drupal Experts,

I need to php code to read a text file and parse the information in the text file to my current drupal news.

Here the a simple text:
[time1]Sentence 1
[time2]Sentence 2

Here is the content:
Sentence 1, Sentence 2,

The result of the content page should be
<a href=”", onclick=”send_to_player(time1);return false;”><img>..</img></a>Sentence 1, <a href=”", onclick=”send_to_player(time2);return false;”><img>..</img></a>Sentence 2

If you have any questions or concerns, please let me know.

Good luck to you,

Content Synonymizer Script

September 29th, 2009 Comments off

Hello,
I need a content synonymizer script which shall work as follows-

1. Hold “Synonymizer” data in one folder on the server. The data is the root on which the script has to function and can be changed by the user. It consists of the words along with their synonyms in a particular format. Sample-

started|jumped
started|initiated
started|commenced
tough|bad
tough|difficult
tough|negative
tough|serious
tough|problematic
tough|troublesome
track|course
track|path
track|give chase
conflicting|opposed
conflicting|inconsistent
conflicting|incompatible
conflicting|self-contradictory
information|data
information|info
there|on that point
contradictory|inconsistent

This particular format has advantages. Each line has got two entries.
It’s like –
Column A|Column B

Now some “words” are present only in column A, some only in column B and some are present both in column A and B.

(There can be a step in which the script creates a database and stores the data taken from this text file..)

2. The script should have the options to input the file whose content has to be synonymized by uploading a file. It will usually be a paragraph of sentences or list of sentences.

3. User will be given options-

a). Maximum number of words to be replaced/synonymized in a sentence –
b). Maximum number of synonyms to be used –

Option a). Words in a sentence that match in the data in Part 1 should be selected by the script and replaced using a ["..|..|.."] syntax. Words in the sentence should be selected randomly when we give option as to how many maximum words in a sentence to be synonymized.

Eg. This sentence –

It is tough to get started.

With option a. input as 1.
The processed output will be –

—————————————-
It is ["tough|bad|challenging|problematic|terrible"] to get started.

OR

It is tough to get ["started|initiated|set out"].

Notice that the word ‘tough’ , ‘started’ will be selected randomly when MAX no. of words can be replaced = 1
——————————————-

With option a. input as 2 or 3 or 4 etc..

The processed output will be –

—————————————
It is ["tough|bad|challenging|problematic|terrible"] to get ["started|initiated|set out"].
—————————————–

Given that other words in this original sentence were not their synonymizer database of words.

Option b). This will eventually control maximum number of words that will appear inside ["..|.."]. Randomly the script will select that many possible synonyms for selected words in the sentence.

OutPut- It’s better if the script does it in background processing especially good for larger files. It should be bug free.

The user should be given a download link to the final output file.

Best Bid Wins!

Php Sentence Manipulation

September 12th, 2009 Comments off

I need a PHP5 class to manipulate sentence string.

$string = ‘A and B and C or D and E or F and G and H while I’;
$splitter = array(‘or’=>’equal’, ‘and’=>’equal’, ‘while’=>’left’, ‘kill’=>’right’, …);
$case = ‘i’; //i: insensitive; s: sensitive

$result = $splitter->split_given_string($string, $splitter, $case);

PLEASE take a look at here (there is also a link to project spec):
http://snippets.wardhana.org/string/example.php

I need it within few hours whenever possible.

AND PLEASE DO NOT WASTE MY TIME.
JUST MAKE A BID AFTER YOU SEE THE EXAMPLE AND READ THE SPECS AND YOU BELIEVE THAT YOU WILL BE ABLE TO DELIVER THE CLASS.

The last 3 winning bidders either gave up or not responding right after they are picked-up.

Regards.

Write 20 Ads For Website

September 4th, 2009 Comments off

I am looking for a native english speaker to write ads for me to publish on a popular classified website.

These ads will be written from a woman’s perspective, and will be “persobals” ads. So they are women seeking men.

The average ad will be about 3-4 paragraphs.

These ads may or may not be sexually graphic and adult in nature, so please do not bid if you are uncomfortable with that.

In addition, you need to be able to “token” your ad.

What is a token? It is a way to write one ad that has millions of different variations when placed into special software I own.

Here is a sentence without tokens:

I’m a sexy girl, looking for a handsome guy for fun!

Here it is with tokens:

{I’m|I am} a {sexy|attractive|hot|pretty} {girl|chick|woman}, {seeking|looking for|searching for|trying to find|hoping to locate} a {good looking|handsome|attractive|hot|sexy|muscular} {guy|man|genteleman} for {fun|excitement|discreet encounters}.

So thats one sentence.

Each ad must have 1 million or more variations. Now that sounds like alot, but its easier than it sounds. For example, that one sentence has 2x4x3x5X6X3X3 = 6480. So it ads up very quickly.

You would also have to write a title for each ad, with tokens.

So to start it would be 20 ads, each with their own title. Although I need many more.

PLEASE DO NOT BID IF YOU ARE NOT NATIVE ENGLISH SPEAKER WHO LIVES IN USA, UK, or CANADA.

I do not escrow, and only pay through paypal. if that is unacceptable, don’t bid.

If you would like, we can arrangement payment after each ad, or after every few ads.

I will give you topics, like…

30 year old, divorced female looking to meet younger guy for fun in public.

25 year old, just our of relationship wanting to explore anal fantasies.

etc, etc, etc

The topics will be very varied – but all women looking for men, and all somewhat sexual.

To be considered, please send me samples of your work. before I select someone, I will likely ask you to write and token a paragrtaph so I can see your work.

Questions are welcome and I am online between 10am – 3am est daily.

Online Games Article & Article

August 30th, 2009 Comments off

Project Description: Runescape Game Article & Article Re-writing project

Project Outline: I need 10 articles to be written for the game Runescape. Once the 10 articles are written, I need each article to be re-write using a very simple system which I will explain below.

This is a very simple $50 project for someone who’s familiar with Runescape, writing articles and re-writing.

Project Details: For every single article, I will pass you the following…

1) Article Title
2) One to Two keywords to focus on
3) Summary of what the article is about.

Keyword density of the article MUST BE LESS than 3%. It should be included in the title and also the first paragraph of the article.

Each article will be from 450 – 600 words.

You would need to submit all 10 articles in a single word document and send back to me.

Article Re-writing: After all 10 articles are written, I need every article to be re-write. A very simple system which I will show you below:

You will need to use symbols like these… “{” and “}”, “~” for level 1 re-write.

For level 2 re-write, you will use symbols like these… “[" and "]“, “|”.

Let me explain the difference.

For example: You write this first sentence on your first article:

“You play Runescape, aren’t you?” Now you would want to think 4 other variation that you can write for this particular sentence.

So here it goes…

{You play Runescape, aren’t you~Do you play Runescape~I’m sure you like playing Runescape, don’t you~You play Runescape, don’t you~You have a character in Runescape, don’t you~You are sick and tired of being a noob, aren’t you}?

Note the symbol use for level 1 rewrite. Level 1 rewrite is mainly to come out with new variation of each of the sentences throughout the entire article.

“{” and “}” is use to open and close each sentence.
“~” is to tell the system that these are the variation to re-write.

So, with the symbol added in, you will see the sentence in the following format.

You play Runescape, aren’t you?
Do you play Runescape?
I’m sure you like playing Runescape, don’t you?
You play Runescape, don’t you?
You have a character in Runescape, don’t you?
You are sick and tired of being a noob, aren’t you?

Once you complete level 1 for the entire article, then you can move to level 2 re-write.

Level 2 re-write is much much easier, all you need is to go back all the individual sentences and thinking of variation of words, phrases where you can add in.

You will use symbol like these, “[" and "]” for opening and closing, “|” is use to tell the system the variation to rewrite.

Here’s the expanded example:

{You play Runescape, aren’t you~Do you play Runescape~I’m sure you like playing Runescape, don’t you~You play Runescape [regularly|all the time|on weekends], don’t you~You have a [character|avatar|username] in Runescape, don’t you~You sick and tired of being [a noob|poor], aren’t you}?

Here’s what a particular sentence will appear:

You play Runescape regularly, don’t you?
You play Runescape all the time, don’t you?
You play Runescape on weekends, don’t you?

With that re-write system, I am looking to have at least 50% unique content in each article you send back to me.

NOTE: Article must be written in textpad or notepad. It cannot be written in word document.

IMPORTANT: Each sentence must have at least 4 variation for level 1, and at least 3 variation for level 2. This is a guide to help you achieve the 50% unique content.

I will use a software to compare the unique content on each article.

If you don’t understand my example, I have upload another detailed PDF on it. Please take a look.

Skills or/and expertise: The person that bid for this project MUST be a Runescape Player and have been playing very well for at least 1 year, knowing all the secrets and jargons of the game.

The person must also able to write well, simple English, and no spelling or grammar errors that even a 6 years old can understand.

This include re-write of the article. Even after the re-write, the article must still provide value and great content.

Time Frame: Upon project acceptance, the time frame for completion will be no more than 10 days. Revision will be made within the 10 days time frame and up to 2 weeks after completion.

Legal: All work done will be 100% of my original work, there will be no copyright infringement issues. I will own full copyright authorities of the completed article, text and re-write.

I also have the right to give or not to give credits as author or co-authors of the book and/or videos. The acceptance of your bids bind you to the terms listed. You may not use any part of this book or/and videos nor can it be recycled from a previous project of yours.

You may not use this book or/and videos as any form of competition for this particular product nor may you give this book or/and videos for free.

If the writer is good and committed, I might even work on the long term basic (at least 1 year) and I’m even open for profit sharing, as I need to generate other writing contents like blog posts and article rewrite. Do let me know in your PM if you have the interest.

Payment terms: 100% payment will be paid upon submission and revision of project.

Article Writing & Spin

August 28th, 2009 Comments off

I need articles to be written and re-written, using a specific spinner syntax, on various subjects related to the Forex market and currency trading.

Bidders should have experience writing articles.

The English and grammar must be perfect and all articles must past CopyScape by being at least 85% original.

They must be at least 500 words each and have the keyword phrase, that I’ll provide, inside the article between 1-3% of the total content (no more no less).

Here are my exact requests:

1) I need an original article to be sourced and written using the keyword I provide.

2) This article will then need to be re-written sentence by sentence using a specific syntax. I will need each sentence re-written 3 different times, with each sentence saying the same thing in a different way. Each re-written sentence should be at least 75% unique from the other re-written sentences.

Example:

Original article sentence that you will source a write:

“Traditionally, auto-trading systems have shown much difficulty forecasting the market, due to their very structure not being able to evolve with live market scenarios.”

Then take this original sentence you wrote and re-write it 3 more times using the following syntax structure:

{For the most part, automated trading robots have not been able to adapt very well to changing market conditions, due to the fact that they mostly create trade setups based on past market data.|The majority of trading programs are not able to successfully conform to market conditions, due to many limitations with technical market analysis.|Looking at auto-trading programs in general, they usually have a difficult time predicting the market, especially when the market is always changing.}

3)The original sentence that you wrote should not be included in the spinner syntax. 3 additional sentences needs to be written from your original that will be included in the syntax.

**The keyword should be included in each version so that each spun version produces the keywords around 1-3% of the time in the entire article**

4)Pay attention to the syntax structure. Each sentence group is surrounded by “{” at the start and “}” at the end. Each sentence within the group is separated by the “|” divider. Do not put spaces in between the “|” that divides each sentence.

5)Notice in the example that this is not a simple synonym swap but requires originality to make each sentence unique.

6)Each of the 3 sentences withing each group need to say the same thing using different words. The entire article should make sense and have excellent flow regardless of which sentence you choose of the three. A program will choose a random sentence from each group starting with the first to the last, and each “spin” should create an article that is grammatically correct and look professional.

7)Each spin of the article should create an article that is at least 500 words long. This means that in addition to the 500 word article that will be written as the original, there will be the spinner syntax version of the article that is 1500 words long (since each spinner version will have 3 additional versions of each sentence).

8)The original article you write should be submitted using Microsoft Word, and then the spinner syntax with the 3 additional versions should be included in the same document below the original.

9)IMPORTANT: A title for the article needs to have the keyword phrase inside it, and also be spun 3 more times using the original.

Example of Original: Automated Forex Trading – The Perfect Profit Solution

Example of spun title: Automated Forex Trading – {A|Your|Its a} {Great|Fantastic|Good|Viable|Nice} {Financial|Success|Money-Maker|Income|Investment} {Answer|Key|Resolution|Ticket}

***The keyword should not be spun but be included in each spun version***

You can use a thesaurus to find synonyms for the title. Each word beside the keyword should be spun at least 4 times in the title.

BIDDING:

I will need 50 articles to start which should be completed in around 2 weeks. Please bid on a group of 50 articles, which includes the 3 additional spinner variations as described above.

TERMS:

Each bidder will be required to write an article in this format using a keyword I provide, so I can see that you understand the format, and have good writing skills. If you win the bid, this article will be included in the 50 articles that need written.

The winning bidder will agree to send each article once it is completed, before starting on another one. Each article will be reviewed for its quality.

Payment will be put into escrow after I have reviewed your second article submission and it passes my review. It will need to be revised if it doesn’t meet the guidelines explained above.

Please do not bid on this if you don’t have experience writing, are not a native English speaker, or cannot commit to finishing the project.

If your work meets my expectations, you will be considered for ongoing work writing 100-200 articles in this format each month.

All copy write will be handed over to me for each article submitted and you agree not to use the work for any other purpose.

All bidders are encouraged to PM me. Please contact me if you have questions or need additional information. Thanks.

Need Sentence Text Templates

August 27th, 2009 Comments off

Hello,

I need a huge list of possible general text sentences templates. They revolve around a “keyword” which is to be fed into text sentences so as to generate the sentences. They can be divided in 3 categories -

1. Keyword at the beginning.
===========================
Example -

[Keyword] is probably the best.
[Keyword] is loved by everyone.
[Keyword] is all I have in my house.
[Keyword] buying is indeed a good option
… and so on.
As you can see there are thousands of options for such sentences. Works such that I can feed any keyword(noun) into it and it works. Eg. -

keyword = coffee, gardens
Coffee is probably the best.
Gardens is loved by everyone.
Coffee is all I have in my house.
Gardens buying is indeed a good option.

Don’t worry about [keywords] and grammar issues- just send me the huge list of constructed sentences in the form above. Other categories are –

2. Keyword at the end
=====================

I like [keyword].
When I got home I was looking for [keyword].
This city has worst [keyword].
Weather and time does not permit [keyword].

3. Keyword in the middle
========================

Life is good with [keyword] until you lose them.
It was [keyword] I was looking for but never found them.
Don’t worry about [keyword] – they will take care of them.
Isn’t [keyword] the best among it’s category?

I gave you several ideas. With some effort a huge list of such sentences can be formed. Few conditions –

1.) Try to go for a variety in meaning, length of sentences. Try to make as much as possible in al 3 categories.

2.) I don’t want synonym replacement to create a large number of sentences -

I like [keyword].
I prefer [keyword].

When I got home I was looking for [keyword].
When I came house I was looking for [keyword].

Above are synonymically related with no variety so would not be accepted. A sentence must be unique in it’s structure.

3.) A sentence should have some meaning and grammatically correct for at least one keyword you think of. Usually such sentences can be created by visiting any site full of content and breaking it’s sentences and noting down their structure. Looking for around 500 sentences in each category.

Thanks.

Multilanguage

August 15th, 2009 Comments off

My site works in multiple languages, but not everything is translateable.

This is my site: http://blau-weiss-erc.org/index.php

On the right top you see all the languages available at the moment.

On the left bottom you see “Umfrage” which is Poll in german (german is the default language)
Below that you see the sentence “There is no poll at the moment!”
This sentence is in my file global.php in the “includes” folder.

Normally my language is in the “language” folder in the files called “german.php”, “english.php” etc.

How can I make it work, that I can get the sentence “There is no poll at the moment!” into the language files?

In the language files it looks like this:
$lang['othernews'] = “Other News”;
and is displayed in a template.php like this:
<?=$lang['othernews']?>

The sentence in the global.php is in this function:
function show_latest_poll()
{
global $config;

$query = mysql_query(“SELECT * FROM “.$config['prefix'].”polls ORDER BY poll_id DESC LIMIT 1″);
if (mysql_num_rows($query) == 0)
echo “There is no poll at the moment!”;
else
{
$data = mysql_fetch_array($query);

$poll_content = unserialize($data['poll_content']);

include(“templates/front/poll_sidebar.php”);
}
}

Please let me know how I can make this work.

Do NOT send references unless I ask for them.

Article Writing & Spinning

August 8th, 2009 Comments off

I need articles to be written and re-written, using a specific spinner syntax, on various subjects related to the Forex market and currency trading.

Bidders should have experience writing articles.

The English and grammar must be perfect and all articles must past CopyScape by being at least 85% original.

They must be at least 500 words each and have the keyword phrase, that I’ll provide, inside the article between 1-3% of the total content (no more no less).

Here are my exact requests:

1) I need an original article to be sourced and written using the keyword I provide.

2) This article will then need to be re-written sentence by sentence using a specific syntax. I will need each sentence re-written 3 different times, with each sentence saying the same thing in a different way. Each re-written sentence should be at least 75% unique from the other re-written sentences.

Example:

Original article sentence that you will source a write:

“Traditionally, auto-trading systems have shown much difficulty forecasting the market, due to their very structure not being able to evolve with live market scenarios.”

Then take this original sentence you wrote and re-write it 3 more times using the following syntax structure:

{For the most part, automated trading robots have not been able to adapt very well to changing market conditions, due to the fact that they mostly create trade setups based on past market data.|The majority of trading programs are not able to successfully conform to market conditions, due to many limitations with technical market analysis.|Looking at auto-trading programs in general, they usually have a difficult time predicting the market, especially when the market is always changing.}

3)The original sentence that you wrote should not be included in the spinner syntax. 3 additional sentences needs to be written from your original that will be included in the syntax.

**The keyword should be included in each version so that each spun version produces the keywords around 1-3% of the time in the entire article**

4)Pay attention to the syntax structure. Each sentence group is surrounded by “{” at the start and “}” at the end. Each sentence within the group is separated by the “|” divider. Do not put spaces in between the “|” that divides each sentence.

5)Notice in the example that this is not a simple synonym swap but requires originality to make each sentence unique.

6)Each of the 3 sentences withing each group need to say the same thing using different words. The entire article should make sense and have excellent flow regardless of which sentence you choose of the three. A program will choose a random sentence from each group starting with the first to the last, and each “spin” should create an article that is grammatically correct and look professional.

7)Each spin of the article should create an article that is at least 500 words long. This means that in addition to the 500 word article that will be written as the original, there will be the spinner syntax version of the article that is 1500 words long (since each spinner version will have 3 additional versions of each sentence).

8)The original article you write should be submitted using Microsoft Word, and then the spinner syntax with the 3 additional versions should be included in the same document below the original.

9)IMPORTANT: A title for the article needs to have the keyword phrase inside it, and also be spun 3 more times using the original.

Example of Original: Automated Forex Trading – The Perfect Profit Solution

Example of spun title: Automated Forex Trading – {A|Your|Its a} {Great|Fantastic|Good|Viable|Nice} {Financial|Success|Money-Maker|Income|Investment} {Answer|Key|Resolution|Ticket}

***The keyword should not be spun but be included in each spun version***

You can use a thesaurus to find synonyms for the title. Each word beside the keyword should be spun at least 4 times in the title.

BIDDING:

I will need 50 articles to start which should be completed in around 2 weeks. Please bid on a group of 50 articles, which includes the 3 additional spinner variations as described above.

TERMS:

Each bidder will be required to write an article in this format using a keyword I provide, so I can see that you understand the format, and have good writing skills. If you win the bid, this article will be included in the 50 articles that need written.

The winning bidder will agree to send each article once it is completed, before starting on another one. Each article will be reviewed for its quality.

Payment will be put into escrow after I have reviewed your second article submission and it passes my review. It will need to be revised if it doesn’t meet the guidelines explained above.

Please do not bid on this if you don’t have experience writing, are not a native English speaker, or cannot commit to finishing the project.

If your work meets my expectations, you will be considered for ongoing work writing 100-200 articles in this format each month.

All bidders are encouraged to PM me. Please contact me if you have questions or need additional information. Thanks.

WordPress Script

August 3rd, 2009 Comments off

I need a WordPress script that shows different text depending on who is logged in. This is for a wordpress page. I will add the script to the custom .php file

If there is no one logged in, show: “Please log in to your course administration section through the form on the right”

If user 1 is logged in, show: “Visit the course administration page for user 1 here.” Link the whole sentence to #.

If user 2 is logged in, show: “Visit the course administration page for user 2 here.” Link the whole sentence to #.

If user 3 is logged in, show: “Visit the course administration page for user 3 here.” Link the whole sentence to #.

If user 4 is logged in, show: “Visit the course administration page for user 4 here.” Link the whole sentence to #.

Content Formated For Spinning

August 2nd, 2009 Comments off

I require articles to be gathered and rewritten to my specifications by native English speakers.

Over all I need articles that after formatting will be approx 150-200 sentences long, which is approximately 5000+ words.

Articles will be covering topics such as dieting, dating, fashion, anti-virus, travel to name just a few.

1) The articles don’t have to be original, you can use existing articles in the niche and rewrite to meet the keyword/related keywords objective. The only stipulation is that the article reads well, both in use of grammar and flow of thought.

2) Min word length of article before formatting is 500 words. To reach my minimum of 150 sentences you can combine articles, as long as topic is same niche and the articles don’t repeat themselves.

3) Modify article to reach required keyword density (5-7%) & include semantically related words & phrases.

Once the seed article has been prepared, I then require on average, 5 words in each sentence to each have an average of five variations added, stop words excluded. The variations used must be in context with the original seed sentence and use correct case & grammar.

The format is {* word1 | word2 | word3 | word4 | word5 *}

eg. “The quick brown fox jumped over the lazy dog”

The {* quick | fast | agile | speedy | spry | nimble | active *} {* brown | dark brown | reddish | black grey | sandy coloured | yellow *} {* fox | polcat | cat | rabbit | wolf | weasel | arctic fox | bear *} {* jumped | leaped | skipped | hopped | sprang | vaulted *} {* over | across | under | through *} the {* lazy | slothful | indolent | sluggish | sleepy | snoozing *} {* dog | puppy | sheepdog | whippet | guide dog | poodle *}.

A list of stop words can be found at link-assistant(.)com/seo-stop-words.html.

When narrowing down submissions I’ll send you 1 sentence to format as described above. This is to weed out those who do not understand my requirements or don’t have the necessary English skills.

Please do not apply if you do not have the commitment finish this project. Too many people apply for writing jobs, then decide it’s all too hard for them and never complete the project.

Payment will put into escrow *after* you notify me that an article is finished, not before. Payment will be cleared after I receive the article and it passes my review. I will ask you to revise if it doesn’t meet the guidelines as set out above.

Only submissions accompanied by a PM will be considered.

Online Sentence Generator

July 23rd, 2009 Comments off

USER FUNCTIONALITY:

Client visits website, logs in, enters several keywords, clicks a submit button, is sent to Paypal to complete the transaction, and returns to the page where he now finds 101 unique sentences we generated for him. He can now copy and paste as needed.

For example, client enters the keyword “car” and we generate 101 sentences that use the word, so a template sentence might be, “We like xxx” and is turned into the generated sentence, “We like cars.”

Client can choose to “try again” by clicking a button. The process is then repeated and another set of sentences is created without duplicating any of the ones already seen.

There will be a “copy to clipboard” button along side each sentence to facilitate the copy and paste. Client can click a “Favorites” button and add any particular sentence to his Favorites library for later access or retrieval.

We will email him a copy of the 101 sentences if he so chose through a radio button option.

ADMIN FUNCTIONALITY:

I will provide the initial set of 101 template template sentences. These should be added through an admin panel because we must have the ability to add additional template sentences ourselves through just such a panel.

Registration, account, membership and related functions will be handled by aMember type member script you will also install.

LOOK AND FEEL:

I will provide a link to a site you will use to create the look and feel. It will not require graphics and should be handled by CSS

Please do not bid if you cannot complete on time. I have only 7 days from start to finish. Budget is firm as well.

Article Rewriting Project

July 22nd, 2009 Comments off

We are looking for an article rewriter.

This will be an on going rewriting project and you can expect 1 or 2 articles everyday with a TAT of 24-36 hours.

Each original article that is to be rewritten is about 1000 words.
We will send you the original article through mail.

Now regarding the project:

We will send you an original article written by us. We want you to rewrite each sentence of the original article three times to generate 3 different sentences keeping the meaning and tone intact. See the Garage door company document which is a finished product and we want it in same format.

Please note we want casual american conversational style and NOT Formal writing. Must be very easy reading.

You can breakup a long sentence into many to make it simple.

The first sentence is the original and next three are rewritten. So what we get is three more articles out of the original.
Please call me if you do not understand.

To start the work we need you to do a sample test. See the attached document chimney sweeping company setup for your test. Please do first 10 sentences as required for our approval. Once it is approved we can start.

Please reply ASAP. Our need is urgent.

Please let me know your price you will charge for each assignment.

Looking forward to your sample test.

We also have opportunity for original article writer.

Regards,

Tapan

Travel Writers – 20 Articles

July 18th, 2009 Comments off

A) Need 20 high quality articles written by experienced fluent English writer. State any travel writing experience and PM samples for review.

20 high quality travel articles, some for places in Canada, New york City, Europe

B)Articles to be at least 350 words each and compatible with the existing site’s articles, site domains provided to winner!

We will provide you with keyword(s) for the articles, you must expand the keyword base, phrases and do some SEO analysis before writing the articles.

ARTICLE must have keywords worked into 1) Article title 2) Strong attention getting opening sentence 3) Content provided in short paragraphs, each based on a specific point

Writers -ten Articles Needed

July 15th, 2009 Comments off

A) Need 10 articles written by experienced fluent English author. State any experience around the subject(s) below and PM samples for review.

5 articles about fireplaces in homes

5 assorted articles may include areas usa incorporation, billiards, sunken ships .. as examples .. to be finalized.

B)Articles to be at least 350 words each and compatible with the existing site’s articles, site domains provided to winner!

We will provide you with keyword(s) for the articles, you must expand the keyword base, phrases and do some SEO analysis before writing the articles.

ARTICLE must have keywords worked into 1) Article title 2) Strong attention getting opening sentence 3) Content provided in short paragraphs, each based on a specific point

Articles – 10 Needed

July 7th, 2009 Comments off

A) Need 10 articles written by experienced fluent English author. State your experience around the subject(s) below and PM samples for review.

5 articles about specific 2009/2010 hybrid vehicles models

5 articles about reverse phone number checking, mobile, gps phones

B)Articles to be at least 350 words each and compatible with the existing site’s articles, site domains provided to winner!

We will provide you with keyword(s) for the articles, you must expand the keyword base, phrases and do some SEO analysis before writing the articles.

ARTICLE must have keywords worked into 1) Article title 2) Strong attention getting opening sentence 3) Content provided in short paragraphs, each based on a specific point

Article Writing & Spinning

July 7th, 2009 Comments off

Are you familiar with formatting for www.ArticleMarketingAutomation.com?

I need 3 articles written in the correct format, please familiarize yourself with the format before bidding!

Basically, each sentence needs to be rewritten 3 times. spinning within a sentence is also possible and desirable.

for example, each sentence of each article should be rewritten 3 times, to create 3 unique versions of each sentence. the meaning of the sentence stays the same.

like this:

VERSION 1: “Astronauts must undergo intense physical training before being accepted into NASA training program.”

VERSION 2: “The NASA training programs requires that astronauts be in peak physical condition before being accepted.”

VERSION 3: “It is of the utmost importance for astronauts to maintain peak physical conditioning when applying for the NASA training program.”

also, you should attempt to spin within a sentence as much as possible like this:

“This is [an example|a sample|a demonstration] of how one can [spin|create variations|change the words] within one of the sentences.”

I need three articles written like this. Subject matter will relate to the travel industry and you will be writing about exciting travel destinations.

looking forward to your bid!

Special Article Rewriting

June 22nd, 2009 Comments off

———————————————————————————
ONLY PEOPLE WITH GOOD ENGLISH ABILITY WHO CAN EFFECTIVELY USE A THESAURUS SOFTWARE.

ONLY THOSE SYNONYMS HAVE TO BE REPLACED WHICH DO NOT MAKE THE SENTENCE MEANINGLESS.
———————————————————————————

FIRST SEE THIS VIDEO TUTORIAL BEFORE BIDDING -
http://powerarticlerewriter.com/demovideo/

This is a desktop software which can re-write articles. If you have gone through the working of the software you can realize it is pretty much easy to re-write the article with few clicks as it has got inbuilt “synonyms” databases.

What you will be given
======================

1. Transfer of license to use software for a time period required to finish the task.

2. Around 10 articles which need to be re-written this way. KINDLY BID ON THE BASIS OF 10 ARTICLES.

3. Every article will be in the format supported by the software and will usually contain 6-7 paragraphs with each paragraph having re-written 2 versions. (Those versions will already be given to you so that ALL you have to do is to rewrite “individual words/phrases” in the software. You have to provide variations of around 65% of words/phrases of a particular sentence with each word/phrase having at least 3-4 variations. Example -

ORIGINAL SENTENCE
================
Most diet pills and supplements work by trying to increase the rate at which our body burns fat.

SENTENCE AFTER PROVIDING VARIATIONS(RE-WRITING) THROUGH SOFTWARE
================================================================

{Most|Almost all} {diet|dieting|weight loss} {pills|tablets} and {supplements|{supplement|supplementation|nutritional supplement|wellness supplement|health food}} {work|function|work out|operate|process} by trying to {increase|step-up|increment} the {rate|speed} at which our {body|physical body} {burns|cuts|burns off|burns down|burns up} {fat|plump fat}.

If you have really gone through video you can understand it is pretty straightforward work. Just see how THOROUGHLY the above sentence has been provided variations – you got to to do the same. Take special note to this -

{supplements|{supplement|supplementation|nutritional supplement|wellness supplement|health food}}

This is nested – means brackets inside brackets to even provide more variations. WE WANT THOROUGH VARIATIONS AS MUCH AS POSSIBLE. And it is as easy as “clicking” cuz the softw. has a built in database of “synonyms”.

4. So, you will be given an article with 6-7 paragraphs with each paragraph actually comprising of 3 paragraphs – and all 3 arranged in {} brackets. You have to provide variations to 80% of each sentence of each paragraph version of every paragraph. It’s just CLICKING.

What you should be
==================

1. Good in english. Ability to understand which words can be replaced with what WITHOUT making the meaning of the sentence non-sense. Example the phrase/word – “weight loss” and “appetite” can be replaced by -

{losing weight|slimming down|melting off|slimming|shedding pounds}

{appetite|hunger pangs|eating desires|overeating desires}

2. Focused, hard-worker and responsible. DO NOT WASTE MY TIME.

3. Ability to meet deadlines. I will be giving more of this work in the future.

Kindly bid according to 10 articles – with one article being -
500 * 3 = 1500 words.
(500 = original length)
(3 = no. of variations of each paragrapgh given to you.)

Provide your most competitive bids. Best bid wins!

I have attached an example final output file. ALSO AN EXAMPLE STARTING FILE.

Articles – 10 Needed

May 10th, 2009 Comments off

A) Need 10 articles written by experienced fluent English author. State your experience around the subject(s) below and PM samples for review.

5 articles about specific 2009/2010 hybrid vehicles models

5 articles about reverse phone number checking, mobile, gps phones

B)Articles to be at least 350 words each and compatible with the existing site’s articles, site domains provided to winner!

We will provide you with keyword(s) for the articles, you must expand the keyword base, phrases and do some SEO analysis before writing the articles.

ARTICLE must have keywords worked into 1) Article title 2) Strong attention getting opening sentence 3) Content provided in short paragraphs, each based on a specific point

Simple Sentences

April 28th, 2009 Comments off

This is for 50 simple sentences

IMPORTANT all sentences must be unique – it is *not* enough to just change 4-5 words. Each sentence line must be minimum 15 words and max 24 words. Put all sentences in a text file with 1 sentence line per line. Do not add numbers or anything else per line – just the sentences – nothing else. A “sentence line” can either be 1 or 2 sentences separated by a “.”. Do not use “!”, prices or “ALL CAPS”.

since all sentence lines will be used in directories for description of our site – then the sentences must reflect that use and be targeted for that.

IMPORTANT You must check for spelling and grammar errors before uploading. See SL’s rules about writing content and spelling and grammar errors. Do not bid on this project unless you master perfect english, spelling and grammar.

IMPORTANT Do not copy from the internet – it will be checked for.

I am ready to pay $20 for this project as it is a very simple project so don’t think so that i would take more than 2 days .

Thanks in advance

Once this project done successfully ,more project will given to you .

I will give you more details in PMB .

Simple Sentences

April 23rd, 2009 Comments off

IMPORTANT all sentences must be unique – it is *not* enough to just change 4-5 words. Each sentence line must be minimum 15 words and max 24 words. Put all sentences in a text file with 1 sentence line per line. Do not add numbers or anything else per line – just the sentences – nothing else. A “sentence line” can either be 1 or 2 sentences separated by a “.”. Do not use “!”, prices or “ALL CAPS”.

since all sentence lines will be used in directories for description of our site – then the sentences must reflect that use and be targeted for that.

IMPORTANT You must check for spelling and grammar errors before uploading. See SL’s rules about writing content and spelling and grammar errors. Do not bid on this project unless you master perfect english, spelling and grammar.

IMPORTANT Do not copy from the internet – it will be checked for.

I am ready to pay $20 for this project as it is a very simple project so don’t think so that i would take more than 2 days .

Thanks in advance

Once this project done successfully ,more project will given to you .

I will give you more details in PMB .

Simple Sentences

March 30th, 2009 Comments off

IMPORTANT all sentences must be unique – it is *not* enough to just change 4-5 words. Each sentence line must be minimum 15 words and max 24 words. Put all sentences in a text file with 1 sentence line per line. Do not add numbers or anything else per line – just the sentences – nothing else. A “sentence line” can either be 1 or 2 sentences separated by a “.”. Do not use “!”, prices or “ALL CAPS”.

since all sentence lines will be used in directories for description of our site – then the sentences must reflect that use and be targeted for that.

IMPORTANT You must check for spelling and grammar errors before uploading. See SL’s rules about writing content and spelling and grammar errors. Do not bid on this project unless you master perfect english, spelling and grammar.

IMPORTANT Do not copy from the internet – it will be checked for.

I am ready to pay $20 for this project as it is a very simple project so don’t think so that i would take more than 2 days .

Thanks in advance

Once this project done successfully ,more project will given to you .

I will give you more details in PMB .

Need 500 Unique Sentences

March 29th, 2009 Comments off

I need 250 bullets. Each bullet is composed of 2 full sentences. Each sentence should be related to the world of psychology and psychotherapy

Each sentence should use one unique word that is found in no other sentence! YOu can use a word list like this one: http://www.esldesk.com/vocabulary/adjectives.htm

so basically pick a word from the word list, and write a sentence using that word. *BOLD* the unique word. Each sentence should be at least 15 words.

GOOD EXAMPLE: The process of behavioral therapy is to modify unwanted actions by replacing them with desired behaviors. Skinner first proposed the concept of conditioning which is a form of behavioral therapy.

BAD EXAMPLE: People make behavior therapy good. From counselor changes are made when person behaves. (too short, bad grammar, it just plain stinks!)

*Sentences should be neutral or positive, and not be negative (i.e. no sentences such as “a lot of people commit suicide”….that is negative!

*No sentences about sex.

*Do not promote divorce, abuse, addiction, or negative behaviors in any sentence. Its ok to talk about them…that is fine…but dont make them sound like they are “good”.

I expect quality sentences not short 5 word garbage sentences. You must have proper spelling and grammar of course. This means you need to be very good at writing in English. If you are not comfortable and 100% fluent in English, please do not bid.

Your sentences should be contained in an Excel worksheet. Each row is a bullet of 2 full sentences on topics in psychology. Remember to BOLD your unique words in each sentence. And no two sentences can be the same…all sentences are unique and all sentences have a unique word that is just for that one sentence.

You are bidding on 250 bullets…each bullet contains 2 sentences (total of 500 sentences). Every sentence has a unique word that is bolded. Delivered in Excel or CSV…one row = 1 bullet.

Thank you!

Bear