English  Español  Français  Português

Administration système

Autre

Bases de données

Concepts

Design/graphisme

Mobile

Plate-formes

Programmation

Serveurs d’application

Programmation

Bases de données

Mobile

Design/graphisme

Administration système

Serveurs d’application

Plate-formes

Concepts

Autre

Find more freelance jobs

Programmation > Smarty

SEO Copywriter 20hours per week Pinoy Preferred

Looking for a LONG TERM Search Engine Optimization (SEO) copywriter who is SMART and EFFICIENT. NO SPUN ARTICLES and Writer must have 100% fluency in English. Otherwise, do not apply! >Must submit 20 HIGH QUALITY UNIQUE articles each week. (4 daily Articles min. 500 words) Workload will increase after a week depending on how much you can handle. >Must pass COPYSCAPE 100% and must have a strong attention to details. >No grammatical errors>Must write INTERESTING ARTICLES and must have the ability to research topics that are InterestingPay rate for this job is $1.50 per articleIn your cover letter, please answer the following questions: 1. Do you know how to write Search Engine Optimization (SEO) articles? If yes, how? 2. How many articles can you write in a week? 3. Why should I hire you and not the others? *APPLICANTS WHO WILL NOT ANSWER THESE QUESTIONS WILL BE REJECTED!!! **Applicants who will be interviewed must be willing to do a test article about Internet Marketing.

Posté le samedi 4 février à 8h18

Backend Tool To Scrape Data & Grab API Data & Store in SQL

======================================I have a large scale project in mind and I 'd like YOU to help me with part 1. All going well, this could evolve into a lot more work for you. ======================================We are going to start off with a tool that scrapes data from Google's keyword tool (https://adwords. google. com/select/KeywordToolExternal). We will store that in a database table. Next, we will use Namecheap's API to check for domain availability, marking the results back in the database. Pretty simple. To make it a bit more smart, scraping will made through private proxies to spread the load. We will also de-duplicate repeat keywords. That's the summary; full details are provided in the details section. Remember, this is just part 1 to get the ball rolling. The tool gets seriously cool later on:) Part 1 really doesn't have a UI. But later on it will have some basic features. However, design isn't important since the tool is not public-facing. Serious bonus points if you were able to make use of something like Twitter's Bootstrap library (http://twitter. github. com/bootstrap /) and Glyphicon's icons (http://glyphicons. com /) to make it user friendly and slick. I 'd welcome use of PHP and MySQL for this task as I am able to code a little and would then be able to make tiny tweaks myself. If you have a strong preference for another language, then just let me know. You will notice that I have a glowing profile on oDesk, so rest assured that I am great to work with:) All applicants must understand the task details before submitting their bid. Please also include the word " bananas " in your bid so that I know you have read this! Template answers will be ignored! ======================================Full Specification: ======================================The tool starts off with a large empty textarea box. This is where users will enter in a line separated list of keywords (they 'll typically put in around 50 each time). A submit button then adds those keywords into a 'queue ' (ie, into the database with a status of 0 = newly added, we should also store the timestamp of entry, and give each keyword an incremental ID number). The form then refreshes blank and that's all the user sees. Next, the tool needs to fetch data from Google's keyword tool. https://adwords. google. com/select/KeywordToolExternal< / a> is the URL. They use CAPTCHAs if you are not logged in, so we need to have a dummy Google account that is logged in with a cookie to be able to fetch the data. The keywords will go into the " word or phrase " textarea. We also need to select only the " [Exact] " " match type " option. Location should be only " United States " and the rest as per default. We are going to get back a bunch of results broken down into two sections; " search terms " and " keyword ideas ". We are interested in booth. We need to collect and store: " global searches ", " local searches ", and " CPC ". We will also have a database field to store keyword type; 1 for " search terms ", 0 for " keyword ides ". Google provides the resulting data in CSV/XML which might be easier to parse into the database than scraping the HTML table. We are then going to do a domain availability lookup for keywords where local search volume is >1000 and CPC is >$1. We will use Namecheap's free API: http://developer. namecheap. com/docs/doku. php? id=api-reference: domains: check< / a> (I can provide you with the API access code/key, or you can create your own free account for testing). We need to check for availability for. com /. net /. org domain names for the keyword phrase, removing word spacing. So if the keyword is " free ipod nano " then the domain we want to check for is " freeipodnano. com ", " freeipodnano. net " and " freeipodnano. org ". We will have three fields in the database and use 0/1 for availability. That's the process. But we need to add in an additional process that limits the amount of scraping we are doing from our server's IP. I will provide a list of around 50 private proxies (http://proxybonanza. com /). We should make use of them all to spread the load. I suggest only submitting 5 keywords per IP each 15-minutes. Maybe be need to use something like a CRON job to process another batch of KWs every 15-minutes? It would be really great if we could even find a way for those 15-minutes to be less predictable (ie. generating a random 0-5 minute time to add on to the 15, or perhaps sleep/rand would be useful?). The scraper should do what it can to appear as close to a real user as possible (so using a browser user-agent, for example). We don't need to worry about this kind of balancing when performing availability checks with Namecheap. Lastly, we can also filter duplicates. So when the user submits their list of keywords, we can ignore those already in the database. Also, when we fetch for suggestions, we can ignore those that are already present.

Posté le samedi 4 février à 3h18

Experienced PHP Developer

I am looking for an experienced PHP developer to assist building a web application. This job is for small part of the application. If I like your work then you will be asked to implement other features. About the Application: The application consists of three tiers -1. User InterfaceThe UI is a simple PHP application. It loosely follows the MVC design pattern. The controller performs actions by calling our HTTP API then passing the results to the view which uses Smarty templates. 2. Core APIThe core API is written in PHP and is available via HTTP. All functionality in the application is exposed via the API. The user interface is not allowed to interact directly with the database. 3. DatabaseWe use a MySQL database with stored procedures and functions. Any experience writing stored procedures and functions will be highly regarded. Deliverables: 1. A page that allows people to classify other websites. The form on this page has 3 dropdown lists, an auto complete text box and two submit buttons. The page also needs to either open the site being classified in a new window or an iframe based on a user setting. The user can either fill out the form and click one button to classify the site or press the other button to indicate they want to skip this site. You will need to call our API toandnbsp; andnbsp; - retrieve the values for the 3 dropdown lists and the auto complete fieldandnbsp; andnbsp; - retrieve the next site for the user to classifyandnbsp; andnbsp; - submit the classification for the siteandnbsp; andnbsp; - indicate the user wants to skip this site2. You will need to create API's for the followingandnbsp; andnbsp; - to retrieve the values for the 3 dropdown lists (one API each) andnbsp; andnbsp; - retrieve the list of categoriesandnbsp; andnbsp; - find the next siteandnbsp; andnbsp; - submit the classification informationandnbsp; andnbsp; - record the user wants to skip a siteTechnical Skills: You will have exceptional PHP and MySQL skills with 4 years experience or 2 years experience working on high traffic websites. You will also need good experience with HTML, CSS and Javascript. Other Skills: You must have excellent written and spoken English. Bidding Information: Please indicate when you can start, how many hours you think this will take and when you can have it completed.

Posté le vendredi 3 février à 22h30

Redesigning an existing website SEO and Smart Phone compatible.

Hi, I am looking to redesigning an existing web site to a more modern, clean and easy to navigate web site. The new site will have to be Search Engine Optimization (SEO) compatible and Smart phone compatible. will also require basic Search Engine Optimization (SEO) for the web site. Will like to work with a person who is well knowledgeable about online marketing and Search Engine Optimization (SEO).

Posté le vendredi 3 février à 16h50

Project work on Gesture based authentication system

We need a Project research report (0% Plagiarism) on GESTURE BASED AUTHENTICATION SYSTEMYou have to be familiar with PRINCE-2 Project management and you have to make following documents according to the PRINCE 2 format on this project before you go for the final report writing on the project. Required documents on the given topic: 1. Project brief (500-600 words) 2. Project initiation document (500-600 words) 3. Project quality plan4. Project communication plan5. Risk assesment plan6. Communication plan (We are 5 members in this team who will perform this job. But you have to do this considering the five persons in the group.) 7. Project progress timeline. (e. g. gnatt chart, the time period is between 20th Nov 2011 to 15 Feb 2012) Apply only if you are expert and can do this on time. (Instruction will be provided during the work but you need to be so clear and should be so smart project writer with good knowledge of writing research paper)

Posté le vendredi 3 février à 14h00
Get custom programming done at GetAFreelancer.com!

Need someone to fix my facebook

I depend heavily on a Facebook app called smart twitter for pages. The app takes my tweets and automatically posts them to my Facebook page. Recently the act has stopped working and I need it fixed. If it is a problem with the app, then I would need an alternative way to post from twitter to Facebook business pages.

Posté le vendredi 3 février à 12h41

Admin Support

Qadar is seeking team players for it administrative department. andnbsp; andnbsp; Selected candidates should be proficient in Microsoft Office as well as savvy with the use of computers, tablets, smart phones and social media. andnbsp; andnbsp; Responsibilities will include research, correspondence, documents preparation, social media posts, processing paperwork, order processing, faxing database entry, e-mail and telephone follow ups, appointment setting and other administrative tasks. andnbsp; andnbsp; Minimum 2 years of administrative experience preferred.

Posté le vendredi 3 février à 12h30

Smart Phone - Mobile Website

Ziperall interenational AB, Ziperall was started by Babak Faramarzian, Alexander Grepe and Tomas Sundh. We wanted to contribute to the marked by adding a updated and more comfortable version of the 1970andrsquo; s jumpsuit. Our vision is to create a more comfortable free time and to be the obvious choice for that time. Ziperall has grown a lot the past year and is now the market leaders in Sweden. We are a part of Estate Europe an our head office is located in Stockholm, Sweden. Our slogan Suits for every moment means that our products are suitable for any occasion where the coziness factor and a relaxed lifestyle is desired. Our jumpsuits is an updated take on the unisex playsuit of the 70: ies. We are rapidly expanding with many new styles, models and accessories. Hundreds of thousands have converts to the truth: Once you put it on, youandrsquo; ll never want to take it off. Task description: - Create a mobile version for the website www. ziperall. com. < / a> (. se and. dk)

Posté le vendredi 3 février à 5h47

Wordpress Design for mobile app website

We have a calendar application showing thousands of events. We use and embedded Google calendar, and our own customized Wordpress pages to display the event information. It is critical to display the events in a logical manner, not overwhelming the end users. We need a complete design job to communicate and show this all in a coherent, modern, mobile-looking, well-organized way. We need: - Logo- Coherent design, look and feel- Smart interaction design with calendar information- Wordpress theme selection- Wordpress theme customization (we basically do the back end) We are looking for a smart Wordpress designer, who really understands design - AND who understands user-interface and usability. Please tell us why you are the right person for this job by showing us samples of your work. We will then share our Google document with detailed specifications with a couple of the proposals we like. We will then need to judge and choose the designer based on some feedatabaseack you will give us based on our specifications document. We will need you to come up with some suggestions, and to show you " get-it ". This job is not for the newbie Wordpress developer, or junior designer. This job is for the right creative person. Thanks.

Posté le vendredi 3 février à 3h16

Blog writer ($1 for 100 words)

Don't apply unless you willing to write for 100 words for $1. All content must be copy scope passed. Must write consistent and regularly. We need about 100 articles on smart phones.

Posté le jeudi 2 février à 17h13
Get custom programming done at GetAFreelancer.com!

Sales of a new E-Book (Recruiting of Partners)

A Health-based Company is recruiting home-based talented Sales Marketers as partners, as they venture into the online field. The criterion for enlistment is simple: you are to make 30-50 sales of a new E-book online within the period of 7 days. You will be given the necessary materials as needed, though limited. You do not need to be in the field of health to participate. Time of completion is the paramount factor of consideration. Effective completion of the project will amount to an automatic enlistment and a $100 cash bonus. You will also be contacted for further projects which will mean more job and more pay. Think you are smart enough? Try.

Posté le jeudi 2 février à 16h20

Write a Business Plan

I Need a person with experience who can write good business plan, nelow are the sections needed. The main headings for the production of a business plan are as follows: -1. Introduction (what the business is all about) 2. Business Objectives (3 years minimum and SMART based) 3. Description of services (how the business will work) 4. Marketing Strategyandnbsp; andnbsp; andnbsp; andnbsp; andnbsp; - Target Customers (Who are you customers going to be) andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; - Why do they need your service(s) andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; - Pricing (How much to charge and when) andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; - Promotional work (How do you let them know you exist) 5. Operational details (What do you need to get started) 6. Financial Details (Profit and Loss + Cashflow Forecasts) if you can help please get in touch.

Posté le jeudi 2 février à 13h44

Ghostwriter for 10 Short Biographies

We need a ghostwriter for 10 biographies of famous people (each between 10,000-15,000 words). Each biography will require a little bit of research, but the information should be easily obtainable. We are looking for smart, qualified candidates who can work quickly. If this goes well, we will have several more similar projects for you. Please contact us with your best bid.

Posté le jeudi 2 février à 6h43

PHP Project - Nice and easy to start with..

Job DescriptionWe are looking for a person to make the code between our fully designed webpages and our database. This is a new website and the first part of the project is to build the control panel. The pages and database are created and documentation too. It is several pages and is very basic in nature (add record, edit record, search records) - all fields in the pages are named the same as the database fields. Contractor requirementsWe are looking for a contractor that has the following skills: 1. Must know PHP very well and how to apply it to this project2. Must NOT use PHP template systems. We only want php that is written specifically for our site. DO NOT use phpcake, smarty, and so on. 3. Previous experience in high traffic sites is ideal really as we have another project after this one that requires redevelopment of our 1.7 million user/month website and that would require expert knowledge of php and mysql. 4. This is an easy start to hopefully a longterm relationship with us, we have many sites and require a good developer who we can contact on fairly short notice and we can guarantee work each week to them - all work is for us, we do not contract anyone out. 5. English ideally would be the 1st language or if it isn't - this is important you have very good English - this will make working for both of us easier. 6. We will provide screenshots, documentation and logins to the successful candidate. How to applyPlease submit a cover letter that includes a PHP catalog that you have done in the past. In addition, please highlight: 1. Your past experience in database creation and management2. Any work done with websites dealing with image manipulation and any ajax work. About the companyWe are a small company based in the South West of the United Kingdom - we will be here pretty much 24/7 to answer queries and work with you. Good luck!

Posté le jeudi 2 février à 5h25

PayPal Ecommerce Web Development

Hi there i am looking for a person to make me a new website and either have buy it now buttons with paypal or integrate paypal into the website. I am looking for 2 things 1 i am looking for a PAYPAL EXPERT i am looking for a person who know's paypal inside and out i am looking for a person to help manage my account with them i have had old accounts with them in the past that didn't go so well. but i need the paypal to have buy it now buttons on my website. I am looking for a person who really knows how to make this work. Like if i open an account on line and can be accepting payments on my website with NO PROBLEMS FROM PAYPAL that would be great. If any one cam do this than i think we have a great deal. Also contact me at any time. and 2. make me a more professional website my current website is http://aaffordableelectronics. com / < / a> i need a website that looks more professional than that. here are some examples of what i would want my website to kinda look like http://www. leaseville. com / < / a>http://www. bigbrownbox. com. au / < / a>http://www. bridge55. com / < / a>these are some of the websites that i would like mine to look like. ALSO THIS IS VERY IMPORTANT I REALLLLLYYYYY WANT THIS WEBSITE TO BE ABLE TO ACCEPT PAYPAL ARE PAYMENT OPTION SO I REALLLYYY DO NEED a person WHO CAN MAKE EITHER A PAYPAL INTEGRATION OR LIKE BUY IT NOW BUTTONS ON THE WEBSITE (also if you would like to also tell me what the difference of the two are that would be great) ALSO PLEASE HELP ME DO THIS AND MAKE A NEW WEBSITE WITH THE ABILITY TO ACCEPT PAYPAL AS A CHECKOUT OPTION TO PAY. I REALLY HOPE THAT a person CAN DO THIS AND NOT HAVE ANY TROUBLES FROM PAYPAL WHILE DOING THIS. Also if you can do this that would be great. Thank you so much for your time and have a great day. Thank you so much for looking and i hope we can do business together.

Posté le jeudi 2 février à 1h58
Get custom programming done at GetAFreelancer.com!