We are a China-based manufacturer, we produce hygiene product for surface cleaning and disinfection etc. Quality are assured and have a big potential in the market. I am searching for a sales person who have experience in sales/marketing… (Budget: $750-1500, Jobs: Advertising, Bulk Marketing, Leads, Marketing, Sales)
Project for convergesystems 3 by securenetpro
Indian Writer by akshaytalwar
Hello We are looking for part/full time freelance writers to offer them paid internships/work experience. We will be paying Rs.5,000 for every 100 articles completed, in case you leave before that, then you will be paid Rs.50 x (No… (Budget: $30-250, Jobs: Article Rewriting, Articles, Copywriting, Reviews, Travel Writing)
Post ads on Craigslist Canada by ccaned
need some cheap writers by virtualjunction
i need some cheap writers to join my team. i have tons of work availble at cheap rate. team of writers are welcome. 1. Although past experience is not compulsory but you should have a sound knowledge of the art of article writing… (Budget: $250-750, Jobs: Academic Writing, Copywriting, Product Descriptions, Proofreading, Technical Writing)
For Vietcodepro only – Drupal changes and template by TheDesignStudio
Simple Account Creation job by nashid1234
private project for Dezynguru by instabuilder
Electr. Communications Prefs 2
The big picture
—————
This project is 100% web-based.
We want to propose a free service that internet users will benefit when communicating, especially via e-mail.
Our customers will put a link in their e-mail signature that will be the address of their profile which relates how their technically prefer to be contacted (mail/IM/Skype/SMS/phone…) and some of their (e-communication) habits like:
“how often they check their e-mails”, “what style they prefer people use with them” (explicit, short, direct, cautious, polite…).
In their e-mail signature, they could put a sentence like “Go there to know how I prefer to be contacted: http://www.mypreferences.com/jacky”
So the website we need to be developped is targetted at any internet user that is willing to express his/her “electronic communication preferences”.
Actually, it’s a matter of letting people create an account and fill a configurable profile that will have its own URL. Users will then be able to put this URL in their e-mail signature at the end of their messages. They may have several profiles depending on their e-mail signatures, which means different identities and different preferences (professional, personal, for their hobbies…).
It should be a relatively short project, whitout great technical challenge.
Ergonomy will be one of the most important aspects.
At the end of the contract…
—————————–
…the contractor will provide all what has been developed during this contract
– source code (files)
– data files
– SQL database(s)
– source images (not only bitmap version)
– documentation + source files (not only printable version)
– all works will have both copyrights: the contractor’s and the client’s ones
Terminology
———–
Regarding the future website, there will be 3 kind of people:
– “administrators” of the future website. They will have a dedicated administrative interface, and some monitoring helpers
– “visitors” who are potential users or simply the ones who followed a link to a user’s profile
– “users” that are registered visitors and have one or several profile(s) Regarding there will be 2
– the “contractor”: the chosen person (or entity) that will do the actual job
– the “client”: us (I’m the only coordinator and contact person)
Functional specifications
————————-
– visitors can read the website’s homepage (editable content by admins) where they can (follow a link to) subscribe to a new account or connect to their existing account (form on one side column)
– visitors can also browse the rest of the public website whose content is organized by admins.
– admins can create pages (in an online WYSIWYG editing) and organize them into hierarchies (similar to any CMS)
– users can subscribe/login with their OpenID or Facebook connect account
– e-mail addresses should be sufficient as users’ identifiers (“login”)
– registration is the most simple and straightforward as possible: users are asked their e-mail address and an activation link is sent
– connected users have a private administrative interface
– once connected, the login form is replaced by the username/name of the user and a logout link, which links to their administrative interface
– for each of their profiles, users can choose that it is indexed (or not) by search engines
– statistics should be provided to each users about the visits to their profile(s). Something like Piwik (http://piwik.org/) could be used to provide such statistics
– profile information should be entered only once, which means asking to users for each item in which profile is is displayed (ex. : this is displayed in profile “Professional”, “Friends”, “Family”… depending on their profiles’ names)
Technical specifications/options/constraints
——————————————–
– code should be written in PHP+MySQL+javascript (oriented-object when possible)
– standard hosting (PHP+MySQL+Apache URL_Rewriting) should be sufficient, and otherwise inform the client
– if based on an existing opensource CMS/blogware, WordPress should be preferred, the code should be able to end up as a module
– unit testing will be done by the contractor and validated by the client at the end of the present contract
– non-MySQL storage (images, and other files) should be done through an abstraction that will allow future evolutions (Amazon S3 for instance) even if its done through local storage in a first implementation
– Javascript is a must-have but its features should be non-obtrusive (ie.: some clients could have it disabled and benefit from all core features anyway)
– Existing useful opensource libraries/resources should be used instead of creating equivalent features (AJAX libraries…). The potential alternatives should be submitted to the client before any option is taken.
– Code will be internationalized (i18n) and the contractor will propose & implement a solution for localization (l10n). Eg.: gettext functions + php-gettext-edit (http://www.php-gettext-edit.net) or poedit (but pure online interface should be preferred over client-installed software)
– solutions for asynchronously cleaning temporary files (expired sessions, expired invitations…) should be proposed to the client – HTML interfaces must be written with a templating system (propose options to the client) and contain no fixed-text (for l10n purposes)
– a documentation will be given to the client at the end of the contract
– installation should not be harder than unpacking an archive, configuring a simple text file (justify if it’s not the case) and populating a database with SQL text-file
Organizational aspects
———————-
– technical options must be first validated by the client
– We prefer a regular reporting even (and particularly) when problems arise than no reporting (EVEN if there’s no problem!)
– the contractor should not make any assumption about what the client wants in terms of technical choices or ergonomy. If such a question exists, please ask us!
– the contractor should not work more time than previously defined with the client. If he/she does it, he/she takes the risk of not being paid the extra work.
– the contractor has the expertise of projects like the present one. If some aspects seem unrealistic or the present specifications lack major elements, the client will consider an amount of responsabilities to be put on the contractor’s side.
– the contractor should not reveal elements (information or documents) that he/she will be said during this contract
– the contractor should provide access to the ongoing development code through his version control system (VCS, like CVS, SVN, Git, Mercurial…). The latter should have a free software client version so that the client can “checkout” and test the code during its development.
– if some elements of this specifications seem adding too much time compared to the awaited benefits, the contractors (and potential contractors) can suggest modifications so that the goals are reached even if not fitting 100% the present initial specifications
Code good practices
——————-
– comments don’t replace clear coding
– clear coding doesn’t replace comments
– comments don’t replace real documentation (phpDoc si a good option)
– Choose a symbol naming convention (variables, classes, functions); document it and stick to it
– do the same for indentation
– don’t repeat yourself, think in terms of factorisation. Ex. Instead of this code:
if ($a)
$string = “<a href=\”$ref_a\”>$txt_a</a>”;
else
$string = “<a href=\”$ref_b\”>$txt_b</a>”;
Do that code:
$ref = $a ? $ref_a : $ref_b;
$txt = $a ? $ref_b : $ref_b;
$string = “<a href=\”$ref\”>$txt</a>”;
– prefer readble/modifiable code to over-optimized one
– design and code with security in mind: always check external data, especially those who come from the users (GET, POST, COOKIES)
– avoid “quick and dirty” solutions, often home-made in favor of robust and standard ones, community validated and supported. eg.: don’t create your own regular expression for filtering e-mail addresses; use PHP Filters instead. Cf.: http://www.phpro.org/tutorials/Filtering-Data-with-PHP.html#10
Translation To Spanish
I have a game related article which is written by me in English.
I want this article to be translated into Spanish by a native Spanish speaker.
The article has 1400 words when I used Office Word word count tool.
I want some keywords to be used in given number of times without changing the meaning of the article.
SEO is plus, being native Spanish speaker is plus, using Windows Vista and Windows 7 is plus for this task.
Need Developer 4 Master Resell
i need a cPanel Developer who can make a WHM Addon.
Here is API, Docs,etc.
www.cpanel.net/developer/overview.html
I Need this Functions:
_______
Master Reseller Function:
1. Create Master Reseller Account
2. Upgrade/Downgrade normal cPanel Accounts.
3. Downgrade Master Reseller Accounts to Normal cPanel Account
_______
here is a Example Script: http://whmphp.com
Please note: i need only this function:
1. Create master Reseller and able to Upgrade and Downgrade Accounts.
Code must be working, tested, secure(avoid exploits, hacking, etc)
i am serious, if you can do this then please PM me.
ESCROW Provided to Winner, Low Budget.
Build Html Pages For An Application
WordPress Theme Modification Required
WordPress Theme is attached in zip file.
1) When a user signs up their login information isn’t emailed to them, but they do receive a blank email
2) When a potential customer arranges a viewing by filling out the “Shedule a showing” on the listing, the agent does not receive the full email, only parts of it, so the agent is unable to contact the interested customer
3)When a new agent registers their profile shows up an “error 404” when you try to view the agents profile
4) When you click the Agent profile link from the listing page the page comes as blank
5) Need a new design for this theme to optimize website space for advertisement
6) Need some free plugin to manage banners (top, left side, right side, bottom, scrolling banner). Size of banner should be customizable to incorporate many banners. Example can be found at magicbricks, allcheckdeals
7) New Projects option is required apart from sale & Rent. Same should also be available in search.
Escort Directory Script
Seo Project
Thanks for taking the time to view my project.
I would like to obtain top 10 google posistion for the following 5 keywords.
Keywords:
credit for bad credit
rebuild credit
improve credit score
guaranteed approval bad credit
unsecured bad credit
For This Website:
alliedtrustdiamond.com
Payment Schedule
20% payment up front.
20% payment when a 1st keyword is achieved top 10 position
20% payment when a 2nd keyword is achieved top 10 position
20% payment when a 3rd keyword is achieved top 10 position
20% payment when a 4th keyword is achieved top 10 position
Bonus if you actually get all 5 in top 10 position
