Jobs tagged data

Measurement-based Web App With Infographics / Charting Tools

OVERVIEW
We want to launch a website to help people measure a range of stats, and then turn those facts and figures into Daytum.com-style visualisations.

THE TECH
Its one part data capture (forms), one part filters / cross-referencing tools (comparison layer), and one part charting functionality (presentation layer).

It could become rather whizzy, but at its simplest I think its pretty straightforward.

HOW IT WORKS
The app will provide a clear structure for measuring business performance.

It will have a checklist of metrics which users can choose from to start tracking key facts and figures (they can also create custom metrics specific to their business).

It will also have a range of filters, so users can cross-reference one metrics against another.

And it will then provide users with Daytum.com-style tools for creating simple but visually pleasing charts, infographics and reports. This will be a highly visual presentation layer, e.g. line graphs, bar charts and so on, and perfect for presentations and pitches.

FEATURES

Measure

See also: , , , , , , , , , , , , , , , ,

Basic Data Entry And Download

I need someone to download files a valid website network for 10 cents per confirmoed download

See also: , , , , , , , , , , , , ,

Urgent – I Need Someone To Capture Data From A Website

I need someone to capture data from a website and put it on a spreadsheet. It should be a very easy project and should take you less than 2 hours to complete. I need someone to start working on this in the next hour. Pay is good – but it is a rush job. Pay is $30. If you are ready to do this task, please put "I am ready now" in your bid posting.

See also: , , , , , , , , , , , , , , , ,

Web Search & Data Entry

Hi All,

I am looking to collect a comprehensive Data Base of sign professionals throughout South America. A complete Data Base presenting 1000 new leads (in which all required fields have been completed).

By sign Professionals I make reference to: sign shops, sign manufacturers, sign distributors, sign wholesalers etc.

By South America I make reference to: Brazil, Argentina, Uruguay, Chile, Bolivia, Peru, Ecuador, Colombia and Venezuela only.

I am expecting following columns name in excel:

Company
FirstName
LastName
JobTitle
Phone
Fax
EMail
WebPage
Street Address
City
Country Zip
Core Business
Classification
Languages
Comments ——–Any other info which are included above

delivery in 5 days.

Language of delivery in English

Payment after acceptance from my client.

More info in PMB

Any query? use PMB .

Thanks

See also: , , , , , , , , , , , , , , , ,

Project For George

I am going to write an English grammar book.I will write the book by myself.
But I need an assistant.The assistant should work as I tell.His work may be:-
finding grammar or exercise data from internet.He may make many sheets as I order.
Along with this,I also need a simple website.

Qualification:

1.Must have good command over English grammar.
2.Must have experience in data collecting from internet.
3.He have to tell me how many hours can he be online continuously?
4.Must have a fast internet connection.
5.He should know php and make a website for me.
6.It is better if you have any SAT,IELTS,GMAT,GRE preparation or other guides

See also: , , , , , , , , , , , , , , , ,

Excel Programming

I have a spreadsheet, one of the cells have many rows(greater than 2000 rows). All the data is not visible. I need the contents of the those cells that have all the data not visible to copied to a text file with the row and column number as file name.
Any new ideas welcome.
Its an easy task for an expert. Sample files and suggestions welcome.

See also: , , , , , , , , , , , , , , , ,

Accounting Software Desktop Application

This application is for money lender with big data of clients. Application has to take care of all the book records like client data, intrest rate, gold in grams deposited for security and should generate reports for everything. Intrest shud be calculated in days basis if it does not complete a month.

See also: , , , , , , , , , , , , , , ,

Categorise & Rename Images

Hi,
We have apprx 30,000 Home Decor images. We need them:

1 – Categorised into Categories and Sub categories neatly – we will provide you with the list of categories and sub categories.

2 – we need the images to be renamed neatly. The names need to be customised to the image, suit the image and need to have certain key words we give.

Its a pretty simple job, and need it done at the quickest possible time, with very high service standards and quality. If we like the work – we can look at much more work around the year.

We would prefer working with expereinced vendors with a big enough team to close this out at the earliest.
Pl revert back with a realistic time and cost.
All the Best

See also: , , , , , , , , , , , , , , , ,

NEED DATA ENTRY COMPANY & INDIVIDUAL IN CHENNAI ONLY

HI,

We require data entry operator and company who can provide operator in our place to government project.

TAMIL TYPING KNOWLEDGE REQUIRE

we can pay per form 1 rs.

field are very less ..

your operator with system will be work on our premises or government allotted place.

requirement:

fast typing speed

Tamil typing knowledge.

we require many number of operator.

we welcome even if individual or from any company

YOU CAN START EARN FROM DAY ONE.

start bidding.

See also: , , , , , , , , , , , , , , , ,

An Effective Helper Needed

I post this project previously.But I awarded a freelancer who is offline in maximum time and cannot do the job properly.I need an assistant for writing a website.

Qualification:

1.you must be online From 6.00 AM to 9.00 PM in Bangladesh time per day.(It is the main quality)(Compulsory)
2.The bid must be at 30.00(Compulsory)
3.You must be Good at English Grammar.(Compulsory)
4.You must be good at Data collecting and processing.(Compulsory)
5.you must give me 250 question(M.C.Q type) per day.(Compulsory)
6.It is better if you know php website(optional).(If you do not know php,you can bid may win the job)
7.You have to work as I say at any moment when the project runs.(Compulsory)
7.You have to work until my satisfaction.You may work 2-3 months(More or less based on
your performance.(I do not know how much time you need)(Compulsory)

See also: , , , , , , , , , , , , , , , ,

Captcha Project Night Time

Rate: 0.95
bid hear

See also: , , , , , , , , , , , , , ,

Easy Data Copy Data Entry Project

S | Reviews

Cufon.replace(h1);

function getUserIdfromCookie()
{
var cookie_base = “GETAFREE”;
var cookie_user_id = cookie_base + “_USER_ID”;
var cookieName= encodeURIComponent(cookie_user_id) + “=”,
cookieStart = document.cookie.indexOf(cookieName),
cookieValue = null;

if(cookieStart != -1 && document.cookie.length>0) {
var cookieEnd = document.cookie.indexOf(“;”,cookieStart)
if (cookieEnd ==-1) {
cookieEnd = document.cookie.length;
}
cookieValue = decodeURIComponent(document.cookie.substring(cookieStart + cookieName.length, cookieEnd));
return cookieValue;
} else
return “”;
}

function updateStatus()
{
var updateOnlinePeriod = 120; //60 secs in all
var url = “../users/onUpdateOnlineStatus.php”;
new Ajax.Updater(, url,
{
method : “post”,
onLoading : function(){ },
parameters : “cachetimeout=”+updateOnlinePeriod,
}
);
setTimeout(updateStatus(),updateOnlinePeriod*1000);
}

Forgot?

Freelancer

  Projects

Search Users

Post Project
 | 
Browse Projects

 | 
Make Money

Bid On Projects

Affiliate Program

API

 | 
Help

FAQ
Howtos & Articles
Top Users
About Us
Contact Support

function ask(msg,url)
{
if (window.confirm(msg))
window.location=url;
else
return false;
}

var showhidden = 0;
var base_url = ..;
var cur_url = aHR0cDovL3d3dy5mcmVlbGFuY2VyLmNvbS9wcm9qZWN0cy9rZXJiZXJ1c182MzI3MTQuaHRtbA,,;

function reportBid(bid, action)
{
var reason = $(action).value;
if (reason != ) {
window.open(../report/violation/?objtype=bid&encurl=aHR0cDovL3d3dy5mcmVlbGFuY2VyLmNvbS9wcm9qZWN0cy9rZXJiZXJ1c182MzI3MTQuaHRtbA,,&objid=+bid+&reason=+reason,,width=600, height=450, left=100,top=100,menu=no, toolbar=no,scrollbars=yes,resizable=yes);
}
return false;
}
function reportProject()
{
window.open(../report/violation/?objtype=project&encurl=aHR0cDovL3d3dy5mcmVlbGFuY2VyLmNvbS9wcm9qZWN0cy9rZXJiZXJ1c182MzI3MTQuaHRtbA,,&objid=632714,,width=600, height=450, left=100,top=100,menu=no, toolbar=no,scrollbars=yes,resizable=yes);
return false;
}

function help()
{
window.open(../page.php?p=info/project_actions&popup=1,,width=600, height=450, left=100,top=100,menu=no, toolbar=no,scrollbars=yes,resizable=yes);
return false;
}

function cantBid()
{
window.open(../page.php?p=info/cantbid&popup=1,,width=600, height=450, left=100,top=100,menu=no, toolbar=no,scrollbars=yes,resizable=yes);
return false;
}

function openPortfolio( argUserId)
{

//alert( window.screen.availHeight )
//alert( window.screen.availWidth )

window.open(“../users/portfolio_popup.php?id=”+argUserId
,”Portfolio”+argUserId
,”width=”
+ (window.screen.availWidth/2)
+”, height=”
+ (window.screen.availHeight/2)
+”, left=100,top=100,titlebar=no;menu=no,location=no,toolbar=no,scrollbars=no,resizable=yes”);
return false;
}

document.getElementById(topheader).innerHTML=”Project Details”;

easy data copy data entry project  

easy data copy data entry project is project number 632714
posted at Freelancer.com. Click here to post your own project.

|
More

 

Status:

Open

Selected Providers:

-

Budget: $30-250
Created: 03/12/2010 at 3:38 EST

Bid Count: 0
Average Bid:

05/11/2010 at 3:38 EDT
(59d 22h left)
Project Creator:
stradime

Employer Rating: (No Feedback Yet)

 

Description

hello
it is a very simple copy paste project
we want you to copy information of some sites similar to ours to our site.
it includes about 5 textbox + 1 picture each copy/pasting.
another thing we want is to do that so fast(so fast as 140 copy/pasting per hour)
we will give you a help on each site that is very easy to understand what to do.
i should say that one of the five text box includes a long text but others includes short ones like mail, name and …… and there is a picture that you should save and then upload it to our site.
please bid for 10000 copy/pasting.
thanks
have great time
please send your work details via pmb.
see u

See also: , , , , , , , , , , , , , , , ,

Singup Needed

Hello i need 40 singup.two websites.and stay with 2 month..

See also: , , , , , , , , , , , ,

Typing Image Team Need

Hi all,

We have too many process for teams. Need serious data entry teams & Email Creation Teams for long term. Only who can ever touch work in long term basis only bid here, teams should minimum 5 seats and must night time support, rate is good per k, so interested teams apply here. others details in pm.

Note: only we consider the bid with pm, without will not consider.
Reliable teams needed only.

Regards
goodteam4captcha(ym)

See also: , , , , , , , , , , , , , , , ,

DATA ENTRY ONLINE IMAGE TYPING

Hello Freelancer,

I required the individuals to type the images as they appear.
Teams did not waste my time.

Happy Bidding,

See also: , , , , , , , , , , , , , ,

Need A VA Or Team For Bulk Projects (long Term )

Need a quote and timeframe for the following tasks.

Data-entry -1000
Posting Ads to Free classified sites-1000
Social bookmarking -1000
Forum posting-1000

Price is a big factor in awarding to the project.
We have continuous steady bulk flow of work.

Thanks,
Matt

See also: , , , , , , , , , , , , , , , ,

Data Entry – Upload Products To Website

I need products copied from www.giftsforyounow.com and posted to my site through the americommerce shopping cart add product function.

This job will include
Minor price changes
Minor product number changes
Screen capture of description and pasting the resulting jpeg into the description area on my site.

Will be doing several thousand products total. Bid for 200 products to start. If all goes well well do in blocks of 200.

See also: , , , , , , , , , , , , , , , ,

Scrape, Download 30 Pdf Files From Goverment Site

The site is a government division that has public domain material in Adobe pdf format–about one to 1.5 pages per topic. I want the pdf files downloaded and delivered to me so that I dont have to download each individually. For manual approach, it should take an hour or so. If you have the software, it might take 15 minutes at the most.

I could give you the names of the files or your could just download all of the pdf documents at the site.

See also: , , , , , , , , , , , , , , , ,

Scrape PDFs From A Website

I need someone to scrape all the PDFs from this site:

http://decisions.courts.state.ny.us/search/query3.asp

When you bid, please explain to me how you will go about doing this, including how you will transfer all the PDFs to me (there are over 5 GBs of PDFs). I need someone to start immediately and deliver the whole data within next 2 days.

I will pay $30 for this project and it must be done within 2 days.

No escrow. Payment only after 24 hours of completion of project.

If there are any questions, please PM me.

Do not bid if you cannot adhere to the terms described above.

See also: , , , , , , , , , , , , , , , ,

Decompile A Paradox Or Fox DB And Add The Data To A SQL Db

I need to decompile an old paradox db from a cd-rom and place the data into a sql db. The cd-rom is a windows application.

See also: , , , , , , , , , , , , , , ,

1000 Gamil Or Hotmail Accounts Setup

I need 1000 Gmail or Hotmail accounts set up in blocks of 10 emails forwarded to 1 master email Female gender Example Boobi, Hot stuff, cuti??@gmail.com .

will accept in smaller blocks if need time to create.

Best price, also may have other projects,

Price per 100 or 500 or 1000.
Let me know.
Thank you
Bob R
Rkr marketing

See also: , , , , , , , , , , , , , , , ,

Form Filling Camps

1 . Name of the campaign: Form filling auto mobile
Scope of Work: Entering Data in given software
Project Duration: 11 months (will be renewed to another 12 months after checking the center

See also: , , , , , , , , , , , , , , , ,

Data Entry For Espoirsolutions

This task is very easy and low cost work. you need working hard and will get money for your hard working. I need to people for typing images. if you think you earning lot of money from this project plz excuse me. You have to internet connected for login on my system. And you need to do work for me 3 or 4 hours daily. (Minimum) May be I need to do 20 days continue your work. You can work 5 PM to 10 AM(india time)(GMT+5.30) if server stable.

This project for espoirsolutions only, we already discussed.

See also: , , , , , , , , , , , , , , , ,

Amalgamltd Private Project

As we discussed, 1k txt file of gmails for 40.

See also: , , , , , , , , , , , , ,

IPhone App For Surveys

We need an iPhone developer to build an app for users to use when completing surveys on site at various properties.
The app will have up to 8 sections, each section having up to 10 data fields for the user to complete. The fields will be a combination of drop down, text and date fields.
The data needs to be posted to an SQL database which is also being used by the clients main website so that the information can be viewed on-line immediately.
If possible, we want the app to use the gprs location of the phone to automatically locate the relevant property record.

See also: , , , , , , , , , , , , , ,

Private Project For Tubemaker Only

Private project for Tubemaker

See also: , , , , , , , , , , , , ,

Data Entry For Destini2030

I wanto to have photographer details as you did last time.

Please contact..

See also: , ,

Data Scrape From A Website

I need to get contact data from a single website.

Total number of records : about 90,000+

This is simple and straight task.

Need to scrape Company Name, Address, City, State, Zip, Country, Phone, Website, Email, Sector in excel.

* I need someone to start immediately and deliver the whole data within next 24 hours. So this cannot be done manually.
* Need to send the data in batches of 10,000 records regularly.
* Need to get the first batch within 4 hours of awarding the task.
* No time wasters please
* Maximum budget is US$ 40.

** No escrow. Payment only after 48 hours of completion of project.

*** If you are not comfortable with the above, dont bother placing your bid.

***** No time wasters please! *****

See also: , , , , , , , , , , , , , , , ,

DATA ENTRY NEEDED FOR IWEED.ORG

I am hiring for data entry/ research position.

The provider will need to research businesses in the marijuana/hemp industry and add them to my business database on iweed.org

SERIOUS BIDDERS ONLY! MUST SPEAK PERFECT ENGLISH!

50 HOURS OF DATA ENTRY NEEDED

See also: , , , , , , , , , , , , , , ,