Archive

Posts Tagged ‘smith’

Seo Reputation Job

December 13th, 2011 Comments off

When you search on Google for a certain name, we can say it is “John Smith”, a bad, untrue, newspaper article shows up in Google top 5 results.

I want you to create 20 pages that will outrank this article for keyword “John Smith” so that this webpage gets knocked down to at least page 2 on Google results.

Info about the article:
- It has 0 backlinks
- It does not have “John Smith” in meta keywords
- “John Smith” only appears once in the text.

As you can see, the article which I wa…

Developing A Database For Terry Smith

November 18th, 2011 Comments off

The first thing you need to do is read through the entire project document completely. Keep in mind that
the overall objective of this project is to be able to deliver a working database that will be able to meet the
desired outcomes as outlined in the complete specifications. The following project deliverables schedule
outlines which weeks deliverables will be due. A more detailed overview of each deliverable will be
presented later in this document.

Case Project Overview
Terri…

Developing A Database Forterry Smith

November 17th, 2011 Comments off

The first thing you need to do is read through the entire project document completely. Keep in mind that
the overall objective of this project is to be able to deliver a working database that will be able to meet the
desired outcomes as outlined in the complete specifications. The following project deliverables schedule
outlines which weeks deliverables will be due. A more detailed overview of each deliverable will be
presented later in this document.

Case Project Overview
Terri Sm…

Title-logo Design (smith & Stone)

October 30th, 2011 Comments off

This is the logo for a small business start-up based out of NYC: Smith & Stone, an upscale NYC private tutoring company for standardized tests (SAT, ACT etc.). The aesthetic of the company is clean, minimal, and classic (an aesthetic similar to high British fashion but tutoring (see DSDundee.com for inspiration)). I want the logo to simply be the name of the company, no frills, but with an appropriate font. Ideally I’d like the logo to be “Smith&Stone” using the “&” symbol with less-than-standard spacing between the symbol and the adjoining words. As far as coloring, I am looking for a deep matte charcoal, something almost black, but just a little off. Also potentially interested in some sort of SS-seal I can put on business cards, letterhead etc.

Contract Law Essay 2be Written

October 28th, 2009 Comments off

I need an essay to be written on Contract Law.

This work needs to be done by someone who has knowledge in the building law and constract administration industry.

The essay must be 1000 words and the work must not be copied. I will do a plagirism check to make sure none of the work is copied work. I need it completed by Friday evening.

Aim: To demonstrate knowledge of the importance of contract law and its impact on construction.

Task: A representative of Housewarm Ltd, Mr Glow, visited Mr Smith on 1 September 2008. Mr Glow told Mr Smith that Housewarm could install loft insulation in his house for a guaranteed price of

Categories: Writing Tags: , , , , , ,

Chat Site

October 22nd, 2009 Comments off

We need a fast and simple chat site for about 50 users with the following features:

MUST HAVE:

1. A list of people present at the chat

2. The name of the person making a comment
3. The job of the person making a comment
4. The country of the person making a comment

(All the above – name, job, country – can appear in one line before th actual chat comment. However the login names must be short and user friendly. For example, Joe Smith logs in as ‘jsmith’ and appears in the chat as:

Joe Smith | Smith Works | USA: Hi, I really like what you just said…

5. A thumbnail photo of the person making a comment

SAVING A TRANSCRIPT OF THE CHAT:
It must be possible to easily save the chat as a .txt file or similar

DATABASE MANAGEMENT:
Entries (=name/job/country details) must be managed by our website manager, NOT externally.

LOGIN PAGE:
Login-page must have room/ place holders for up to 3 pictures.

SYSTEM INFO:
php5
mysql 4.1.11

Please let us know an estimate and a realistic timeline for the project.

Many thanks,

Sarah

Excel Dedupe

August 31st, 2009 Comments off

Needs done immediately.

I need the attached file Deduped if the following fields are identical:

House# Suf St.Dir. StreetName Type Unit #

Then, you will only keep a single row and will change the first name to FAMILY and delete the Middle Name all togther.

That is if there is:

Smith, Sara 101 Main Street, Bel Air
Smith, Tom 101 Main Street, Bel Air
Smith, Joe 101 Main Street, Bel Air

will become Smith Family 101 Main Street, Bel Air

Please bid if you completely understand the scope of the project with absolute timeframe you will be committed to…

We do not have time to wait, so you must be prepared to start work, the moment it is awarded rather than waiting for escrow etc. Check my feedback…

Make to sure to keep the file to begin dedupe rather than asking me for the attachement after the bid is awarded… etc.

Script To Merge Csv Docs

August 14th, 2009 Comments off

Hi

We need a solution for our data.

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

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

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

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

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

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

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

Thanks

Helen

Quick Mod To Php Sendmail

July 22nd, 2009 Comments off

Hi, thanks for looking at our project! This should be a pretty simple one. It’s a quick modification to an existing PHP sendmail script, NEW_contact.php, which I’ve attached.

As you would expect, this PHP sendmail script gets information from a form on our web site. For most form submissions, the script sends a straightforward HTML email containing the info on the form.

However, for certain submissions that match a certain “recipient” field, it also sends a secondary email in XML/ADF format.

The mod we need is this:

We need a change to the way the script constructs the XML/ADF secondary email.

Right now, the contents of the form’s “recipient” field contains the full name of the form submitting user, and this becomes a variable called “$name”. This is passed into the XML like this:

<name>’.$name.’</name>

What we need is for the script to be modded so that it instead takes this input and splits it into three variables — $name, $first_name, and $last_name.

The recipient field can be passed directly to $name. However, this should then be parsed so that the first word/string goes to $first_name and any subsequent text goes to $last_name.

So, if for example, the form posts a recipient value of “John Smith”, the XML should thus be written as:

<name part=”full” type=”individual”>John Smith</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”>Smith</name>

If there is only one word in the recipient, i.e., “John”, it should look like this:

<name part=”full” type=”individual”>John</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”></name>

Another example: “John P. Smith”

<name part=”full” type=”individual”>John P. Smith</name>
<name part=”first” type=”individual”>John</name>
<name part=”last” type=”individual”>P. Smith</name>

Does that make sense?

Please let us know if you have any questions. Thanks!

Script To Merge Csv Docs

July 21st, 2009 Comments off

Hi

We need a solution for our data.

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

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

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

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

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

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

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

Thanks

Helen

Bear