English  Español  Français  Português

Administração do sistema

Bases de dados

Conceitos

Gráficos, design

Mobile

Outro

Plataformas

Programação

Servidores de aplicação

Programação

Bases de dados

Mobile

Gráficos, design

Administração do sistema

Servidores de aplicação

Plataformas

Conceitos

Outro

Find more freelance jobs

Programação > PHP

Creation of Web Site

I am seeking for a team to work developing website for my company. Need to have as many skills as posible, a good portafolio to show, and work under presure, fast but with quality and most of the time with a pre set fixed price. Here are some of the skills i need. Technical Skills: andbull; ASP. NET development environmentsandbull; Ability to develop stored procedures and other simple SQL queries from a given database design. andbull; Web services and Object-Oriented Design (OOD) andbull; Cristal Reports, JavaScript, HTML, XML, VB. NET, IIS, C#andbull; RSS, XHTML, AJAX, CSS class, MS ASP, Graphicandbull; Design, PHP, Website Design, Flash, MySQL, Perl/CGI). andbull; Reporting - Microsoft SQL Server Reporting Services, Business Objects Crystal Reportsandbull; Visual Studio 2003/2005/2008/2010andbull; Microsoft. NET Framework environment knowledgeandbull; Design complex applications and reusable components in. NETandbull; Building websites in ASP and strong graphic orientedandbull; Experience with database systems (Access, MS SQL, Oracle, others) (PHP, PYTHON, PERL, RUBY, C++, C#, C+, JAVASCRIPT, SQL, JAVA,. NET FRAMEWORK, ASP. NET, VB. NET, GROOVY, JYTHOM, COLD FUSION, MY SQL, FLASH, HTML5, CSS3, ASP, AND OTHERS)

Postado ao 19 de Maio as 7h58

multi-seller marketplace

HelloWe are looking for a developer to help us launch a multi-seller marketplace website. The site must also include a web-service, to allow sellers to import and update their listings to the marketplace. Several payment options must be included. So specifications for the web-service must be created to, so that we can test it with one or two sellers before site going live. We are open to any cms or framework, as long as it is open-source. Please suggest the cms or framework or modules that you believe will better accomplish the goal above. If you have developed already a multi-seller marketplace, that will be a plus. Blabla answers will be ignored as usual. ThxAK

Postado ao 19 de Maio as 7h43

PHP/MySQL performance improvement.

requires good knowledge of PHP/MySql/Ajax. development and improvements of E-commerce portal

Postado ao 19 de Maio as 7h35

wordpress & php developer

We are looking for a PHP Programmer with experience coding Wordpress Travel themes, maps, and plugins. andnbsp; andnbsp; Experience in monthly membership/subscription based user registration model is needed. Requirements overview: Users create their account in the portal, enter details about different products they have and share a customised link to their customers each time customer requests. Kindly read the skills needed and apply with relevant websites you have built for our reference.

Postado ao 19 de Maio as 7h26

Want an approximate site like the following

http://roohit. com / < / a>Please look at and use the marker tool and app. That tool and app is a rough approximation of what I want built. Please let me know your Quote for this, how long it will take, and what technologies you will be using. Best proposal and quote wins. Thanks, Keywords: html css php java ruby on rails python javascript

Postado ao 19 de Maio as 7h23
Get custom programming done at GetAFreelancer.com!

URGEN AJAX WEBSITE WITH ECOMMERCE

ONLY APPLY THOSE WHO CAN SURELY DO WHAT I WANT AND CAN DELIVER WITHIN 7 DAYS========================================================Have a look at this website: www. pikitia. co. nz< / a>andnbsp; andnbsp; (I like the functionality and how easy to navigate it is. I want this type of functionality in my site but i Do not like the landing page: Landing page should have pink and white colours and if you feel any other colour and then yes go for it. The color sense will be like this site: http://pinkzebradesigns. com. au/index. php< / a>The name of the business is Amazecards. co. nzTop Menu: About us- Gifts- Delivery- FAQ 's- Contact Us. The messages on the slide show should be: We Cater for all OccasionsCelebrate with us... Do you 21st shopping hereHens Night shopping... So here is the deal: Slide shows of 15 categories- Humorous cards. (i think we should have slide showing Humour, Gifts, Wedding, Naughty and so on.. all categories) Featured Categories on the landing page: Birthday girts, Novelty Gifts, Children Gifts, Candles, Wraps, RibbonsAnother category should be: Humor CardsAlso, another category called BEST SELLINGAlso another one with mixture of different cards. Also, include a calender which with all the important dates. Here are the cagegories: WeddingAnniversary New Baby: Boy/GirlNZ CardsHumor BirthdayGeneral BirthdayHumor BlankX RatedNaughty CardsQuotation CardsCivil UnionEngagementSympathyThank youGet WellBelated BirthdayAchievementNew HomeChristeningSound CardsFriendship CardsSorry you are leaving/Bon VoyageAge Specific Cards 1-100 yearsSub categories: Birthday mum, Dad, Brother, Hustand, Wife, Grandson, Grandaughter, Grandparents, Congratulations, GraduationsPretty Cards - BlankBlank CardsI think this should get you going. I will be sending you logos and other info later on as well. And if you feel you can do some animations or something great go for it. Just keep in mind we should try to keep it simple. Let me know about details you can do it or not. Its urgent I need the site live within 7 days. NO UPFRONT PAYMENT. Should work on his own server and will show me the site in his/her server. If everything ok thn I will make the payment. After payment he/she has to transfer the whole site/codes in to my server. CheersShakil MahmoodCEO, ICTHQ

Postado ao 19 de Maio as 7h19

2 small codes in PHP

first task: I have text files (anounces from blog categories) containing several links and html formatted text (all these tags under control). Want to filter it from all (text and html) and extract hyperlinks only. I want to keep links with anchor only. Example of my file. 1337289282andpara; sentence, page 1andpara;

(. *?) <\ / a> / i ", $string, $results); but need for each file. file contents called from txt file. Result should be returned into varialble for each file. 1. get file file_get_contents ( ". / data/cash/index1. txt ") -first file2. extract links from index13. return to the variable $index1for the next file1. get file file_get_contents ( ". / data/cash/index2. txt ") -first file2. extract links from index23. return to the variable $index2==================second task: I have small plugin for the blog which extract list of popular posts and show this list in certain pages. code of the plugin # extract list of popular postsandnbsp; andnbsp; andnbsp; $list_here= '. / tmp/popular. txt '; andnbsp; andnbsp; andnbsp; $popular= (andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; file_exists ($list_here) andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; and in_array ($action, array ( 'post ', 'comment ')) # in which pages list must be shownandnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; and $_s[ 'settings' ][ 'max_popular '] > 0) andnbsp; andnbsp; andnbsp;? '

Popular posts: < / h2> '. file_get_contents ($list_here): ' '; # format tableandnbsp; andnbsp; andnbsp; $popular=preg_replace ( ' /
  • (\d{1, }) ]+) > (. +) <\ / a><\ / li> / i ', '
  • \\1 \\3< / a>< / li> ', $popular); andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; #andnbsp; andnbsp; then put this into design include_once ( '. / data/php_pages/plugin_popular_table. php '); in the design. What I want: plugin gets list of pages for all categories. I want plugin show only popular posts from the category in this category not from all categories. Plugin must get link verify that this link from certain category and then show this link in the post from certain category. You need to write this verification. for example such verification of the category for menu. andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; if ($action== 'post ') {andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; if ($category== 'trading ') andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; $menu= 'first menu '; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; elseif ($category== 'brokers') andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; $menu= 'second menu '; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; andnbsp; else $menu= 'no menu '; andnbsp; andnbsp; andnbsp; }these are easy tasks for php programmers. if you need more information about these tasks, ask me.

    Postado ao 19 de Maio as 7h16
  • URGENT WEB PROGRAMMER

    We required a webprogrammer with sound knowledge of php, css, html, open cart, prestashop, and so on to complete the website. its a few hour easy work but we need quality in work.

    Postado ao 19 de Maio as 7h00

    vTiger Workflow set up

    This is an easy task in order to make set up a 5.4. 0 vtiger version work properly. More info about vtiger instalationVtiger already installed and running ok; E-mail already set up; HostGator host service; Cron job is already set up as wellWe will give full cpanel accessTask: To make the vtiger email workflow work properly. For instance, when set up an workflow it may send a notification by email.

    Postado ao 19 de Maio as 6h33

    Advance product filter module

    Hello, We are creating dynamic attributes and related html control from back end. In frontend i populate all attributes. When i try to filter product as per attribute selection, it is not working properly. I need to complete this task right now. if you are available right now then only bid on this job. Thank you

    Postado ao 19 de Maio as 6h30
    Get custom programming done at GetAFreelancer.com!

    general updates

    Hi, we are looking for a person that can make some general updates to our website regards artwork and so on.

    Postado ao 19 de Maio as 6h24

    Node.js / Now.js Chat Application

    Looking for an experienced node. js now. js developer to build a chat feature integrated into our web + mobile app.

    Postado ao 19 de Maio as 6h14

    Java Developer in Stockholm

    Position: Java Developer in Stockholm (Perm) Our client has rapidly established itself as a leading, entrepreneurial highly- innovative supplier of technology for digitally-distributed business activities within gaming and entertainment. With a background in banking and finance, they have taken the gaming industry by storm and proved itself through partnerships with some very strong brands. Description of roleMy client is looking to expand his team with a Java Developer who can manage his or her own assigned tasks even if this is in an unexplored area. You should like technical challenges were you have to break new ground and andlsquo; think outside the boxandrsquo; to achieve targets. Your backgroundExperience that we value includes: - OO programming languages, especially Java- Experience with script languages like PHP/Perl/Ruby- Good knowledge of HTTP- Experience with Unix and Shell Scripting- Good understanding of SQL- Solid understanding of general application and systems architecture especially with multiple tiers- Understanding of performance bottlenecks in transaction intensive systems connected to the internetLocation: Stockholm, Sweden. Languages: English and Swedish mandatory. Candidates now locally based would be preferred. Salary: attractive depending on experience. Permanent position for Eu Citizen or Visa holder. If you are interested please send to Dr. Angelo Chirulli your resume in word format, a cover letter, salary in SEK, notice period and availability with Ref. Java Developer in Sweden Website: www. pentasia. com< / a>Thank you in advance. The client is an Equal Opportunity Employer (EOE).

    Postado ao 19 de Maio as 5h42

    help with social networking site (php, mysql, html5, jquery, css)

    help with social site integrated inside facebook must have strong knowledge on mobile applicationshtml5, css, jquery, php, mysql

    Postado ao 19 de Maio as 5h37

    PHP/ Mysql

    Hello, We are a company and we need long term, reliable PHP developerif you have experience with facebook then this will be a plus pointPlease DO NOT WRITE LONG LETTERS just answer this1. Send me links of your PHP related work. 2. Please tell what all languages and platform you master like php/jquery/html and so on3. Are you a company or an individual? 4. How many hours per day you can work? 5. Are you willing to appear in php test? Happy Bidding! Regards

    Postado ao 19 de Maio as 5h23
    Get custom programming done at GetAFreelancer.com!