Build php iphone app jobber

Filter

Mine tidligere søk
Filtrer etter:
Budsjett
til
til
til
Skriv
Ferdigheter
Språk
    Jobbstatus
    2,000 build php iphone app jobber funnet, priser i USD

    I'm in need of a capable developer who can construct an iOS app with integrated lidar technology. This app aims to cater to the general consumption market and should therefore be intuitive and user-friendly. • Lidar Integration: The app should make use of lidar technology for distance measurement, 3D mapping, and object detection capabilities. Your robust experience in lidar systems and app development will be valuable for a seamless integration process. • Platform: The app should be iOS compatible and should maintain optimal performance across different iPhone models. Having prior experience in iOS app development is necessary. • Target Audience: The app's UI/UX should be designed to cater to general consumers, e...

    $18 / hr (Avg Bid)
    $18 / hr Snitt bud
    30 bud

    The task focuses on the development of a dynamic eShop (online store) using HTML, CSS, JavaScript and dynamic content generation (PHP + MySQL). The user of the application should be an authenticated user (has an account and has logged in) OR a visitor who wishes to browse and possibly purchase products from the virtual store. Purchases (cart placement and check-out) will only be available to authenticated users. The main objective of the exercise is to optimally design and implement a dynamic eShop, which will provide an effective online experience for users. Each product should be presented individually with a purchase option. Instructions follow: Home Page: 1. Create a home page with a title, text and navigation menu. eShop page: 2. Create an eShop page with dynamic produc...

    $192 (Avg Bid)
    $192 Snitt bud
    64 bud

    We have total of purchases made on our no profit site. We need to include the donations made from the donations table. This should be a fairly quick project.

    $39 (Avg Bid)
    $39 Snitt bud
    23 bud
    PHP Project ıssues Avsluttet left

    Core Php Project issues Needed to be fixed all issues, needs 6-7 years experienced developer

    $165 (Avg Bid)
    $165 Snitt bud
    139 bud
    Project for Yasin .. Avsluttet left

    ok- project for you : 29 designs for t-shirts following these specs : - 4500px by 5400px - t-shirts, sweatshirts, long sleeve t-shirts and the back of pullover hoodies 4500px by 4050px - front of pullover hoodies and zip hoodies 485px by 485px - PopSockets grips 1800px by 3200px - iPhone and Samsung phone cases 2925px by 2925px - tote bags and throw pillows Artwork should be: PNG format with transparency sRGB color space Less than 25 MB

    $60 - $60
    $60 - $60
    0 bud

    ...understand spoken English on video. I'm going to make a video to explain the change. Also, preference if you are available via Skype. ***** I am urgently in need of a skilled professional to make a change within our existing Wordpress PHP and jQuery API call. The precise nature of the issues revolves around general bug fixing. Although I skipped specifying the current issue, it is essential that the freelancer can quickly diagnose and rectify any problem to ensure our application runs smoothly and efficiently. **Ideal Skills and Experience:** - Proficient in PHP and jQuery - Strong background in API development and debugging - Ability to quickly identify and fix bugs - Excellent problem-solving skills and attention to detail Given the urgency of the situation, I ...

    $31 (Avg Bid)
    $31 Snitt bud
    24 bud

    ...PHOTO: o Video o Photo 3. Maximum size in Mb (If video or photo exceeds this size, dont allow upload and show error "The upliaded file exceeds the maxim size of {XXX} Mb. Please reduce size and try again. One form might have multiple fields of this type. When a form has this field, and in the front-end the user clicks the webcam image, the webcam of his COMPUTER , IPAD, ANDROID PHONE or IPHONE PHONE, should open and he should be able to take a photo or record a video. He should be able to see the captured photo or video before submitting the form and if he wants, he should be able to delete it and replace it. The submitted photos, should be uploaded and saved in the server without changing quality/size, using file format: {formid}-{entryid}-webcam{number}.extensio...

    $195 (Avg Bid)
    $195 Snitt bud
    64 bud

    In need of a PHP developer to assist with the installation of a school management system purchased from Code Canon. Kindly review the documentation provided for further details. I have Cpannel and need to create a subdomain

    $13 (Avg Bid)
    $13 Snitt bud
    6 bud
    Desarrollador PHP Avsluttet left

    Desarrollo PHP, sistema de registro de clientes.

    $159 (Avg Bid)
    $159 Snitt bud
    68 bud

    I recently acquired a website from Codecanyon that requires a skilled PHP developer for a few critical enhancements I aim to implement immediately. My project includes a spectrum of modifications, stretching from aesthetic layout changes to deep functional enhancements and, importantly, to the integration of third-party APIs to elevate the overall functionality and user experience. **Ideal Skills and Experience:** - Proficiency in PHP and experience with Codecanyon platforms. - Expertise in website design, with a keen eye for modern, user-friendly interfaces. - Solid experience in integrating third-party APIs, with the ability to ensure seamless interoperability. - A strong portfolio showcasing previous work on website functionality enhancements. - Great communication skill...

    $93 (Avg Bid)
    $93 Snitt bud
    9 bud

    I am using PHP 7 for my project and have run into an issue when fetching data from an IMAP server - a Gmail account, to be precise. I aim to retrieve both emails and attachments but am unable to do so. In my PHP class library, the data isn't being displayed as expected. I'm not sure where the issue lies, so I need an expert in PHP to step in and resolve it. The right freelancer should: - Have expert knowledge in PHP, specifically with PHP version 7 - Be skilled in handling IMAP issues - Have experience dealing with Gmail's IMAP server - Have a good understanding of data retrieval, including emails and attachments Your role would primarily involve finding out why the data isn't displaying as it should and fixing this issue. I will ...

    $75 (Avg Bid)
    $75 Snitt bud
    18 bud

    I have a core php project and want to quickly save the post values from a form to my MySQL database as a couple of types of strings like json string etc so I can do problemshooting if there was a problem with the submission later. Then I want to add a page in my admin where I retrieve those with a simple select query and format the post data out into a readable format. Like using <pre> or pretty print. I can figure this all out but I don't have time so just give me some examples that I can quickly try on my own in my system (no need to give you access and try to explain my setup to you). That's it! It would be much appreciated and I would pay you for your examples!

    $29 (Avg Bid)
    $29 Snitt bud
    34 bud

    When I updated from php5 to php8, the code/function used in my full text search engine stopped working. I needs to be updated. Some functions are probably deprecated. Function: function getWhereString($sKeywords, $sAndor, $aFields){ $sKeywords = ereg_replace(" +", " ", trim($sKeywords)); $aKeywords = split('[ +]', $sKeywords); $sWhere = ''; for($i=0;$i<count($aKeywords);$i++){ $sWhere .= (($i==0)?' ':' '.$sAndor.' ').(($sAndor=='AND')?'( ':''); for ($iK = 0; $iK<count($aFields); $iK++){ $sWhere .= (($iK==0)?' ':' OR ').$aFields[$iK]." LIKE '%".$aKeywords[$i]."%' "...

    $23 (Avg Bid)
    $23 Snitt bud
    29 bud

    I am on the hunt for an expert Core PHP developer who can bring extensive expertise in backend development, database management, and API integration to my project. Your role will be pivotal in taking our project to the next level with innovative solutions and robust coding practices. **What You'll Do:** - **Backend Development:** Craft efficient and scalable backend solutions. - **Database Management:** Oversee database architecture, ensuring data integrity and speed. - **API Integration:** Seamlessly integrate third-party APIs and develop custom RESTful services to enhance our application's capabilities. **Ideal Skills and Experience:** - Profound knowledge of Core PHP and related technologies. - Demonstrated experience in database schema design and management. -...

    $307 (Avg Bid)
    $307 Snitt bud
    28 bud

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $59 (Avg Bid)
    $59 Snitt bud
    13 bud

    Seeking a motivated freelancer to join our team as an iPhone Salesperson. You'll be responsible for promoting and selling iPhones, earning an attractive 50% commission on each sale. We offer flexibility, allowing you to work remotely and set your own schedule. As a commission-based role, your earning potential is unlimited. We're looking for individuals with excellent communication skills, a passion for sales, and a strong understanding of iPhones and their features. If you're ready to earn substantial income while promoting top-quality products, apply now and join us in revolutionizing the way iPhones are sold!

    $287 (Avg Bid)
    $287 Snitt bud
    5 bud

    I'm in need of a skilled PHP developer to aid in the creation of a web application. Key Features: - User Authentication and Authorization: Users should be able to register, log in, and out securely. - Data Analysis and Representation: The application must be able to analyze data and present it in an intuitive manner. Compatibility: - Web Browsers: The application must work smoothly on all major browsers (Chrome, Firefox, Safari, etc.). - Mobile Devices: The App should be responsive and be compatible with Android and IOS. Proficiency in PHP, data analysis and experience in creating secure login systems is necessary. Prior experience in responsive design is a major plus. Proposal for Admission Consultancy Website Development Overview: We propose the developme...

    $116 (Avg Bid)
    $116 Snitt bud
    30 bud

    J’ai acheter le code source de repairer mais j’ai un problème lors de l’installation. Je souhaiterais sous traiter celle ci

    $85 (Avg Bid)
    $85 Snitt bud
    19 bud

    Hi Ngoc Anh D., I noticed your profile and would like to offer you my project. We can discuss any details over chat.

    $3 / hr (Avg Bid)
    $3 / hr Snitt bud
    1 bud

    Seeking an experienced PHP developer to implement checkout functionality on my event site. Example: I need this done ASAP. Looking forward to your bids!

    $133 (Avg Bid)
    $133 Snitt bud
    33 bud

    ...professional for integrating essential addons into an existing PHP project. These include but may not be limited to user authentication, a payment gateway, and an email notification system. The exact specifications are outlined in a document that will be provided upon initiation. REQUIRED SKILLS AND EXPERIENCE: - Expert knowledge in PHP - Proven experience with user authentication systems - Proven experience with payment gateway integration - Experience in setting up an email notification system - Familiarity in working with project specification documents APPLICATION REQUIREMENTS: Please include a summarised account detailing your past experience, particularly highlights of any similarly complex integrations you've completed. Advanced level PHP experience ...

    $181 (Avg Bid)
    $181 Snitt bud
    38 bud

    Experience in setting up Linux servers is a must, as well as an ability to work within a flexible timeline. If you're up for the challenge, please send your proposal! If you know you are expert in the said subject matter,Kindly place a bid to discuss further about the project

    $17 (Avg Bid)
    $17 Snitt bud
    29 bud
    PHP Developer Avsluttet left

    More details: We are seeking a skilled PHP developer to help us list new products on our existing PHP website and connect them with the backend. The developer will be responsible for implementing the necessary functionality to allow seamless product listing and ensure proper integration with the backend systems. This project requires strong proficiency in PHP and experience working with backend APIs. Attention to detail and the ability to meet deadlines are essential. The ideal candidate should have a solid understanding of e-commerce platforms and be able to deliver efficient, scalable solutions. Relevant skills: - PHP development - Backend integration - API integration - E-commerce platforms - Attention to detail We anticipate th...

    $197 (Avg Bid)
    $197 Snitt bud
    34 bud

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $61 (Avg Bid)
    $61 Snitt bud
    10 bud

    ...Mumbai Region should apply PHP Coding Trainer for New Developer Onboarding* MANDATORY: PHP, MySQL with Strength in AJAX. Location: Airoli. **Overview:** We're in search of a seasoned freelance PHP coding trainer to facilitate the onboarding process for our new developer hires. This role is crucial in providing practical experience to fresh talent, enabling them to quickly adapt to our company's PHP development requirements. The ideal candidate will possess extensive PHP coding and development experience, ensuring that our new joiners receive top-notch training to excel in their roles. **Responsibilities:** 1. Develop and deliver comprehensive PHP coding training sessions tailored for new developer hires. 2. Create a structured ...

    $142 (Avg Bid)
    $142 Snitt bud
    8 bud

    Expert coder needed speciality in frameworks php, laravel, api integration on custom made website.

    $100 (Avg Bid)
    $100 Snitt bud
    51 bud
    PhP web designer Avsluttet left

    I'm seeking a freelancer to collaborate on different projects. All must be done using my computer so you need to be abble to work remotely. The main goal, necessary skills, and the desired outcome of the project are not specified yet. The way i work, i create a project for you. If and when i have some work for you i will write you and you can login and work. You get paid every day. No need to write me each day and ask for work, i will contact you when i have some work that matches your skills. If you are busy and cannot work, you just tell me and i will write another freelancer from my list.

    $6 / hr (Avg Bid)
    $6 / hr Snitt bud
    66 bud

    I'm in need of a skilled freelancer to assist with the installation of a PHP script on my server. This should be a straightforward task expected to take between 5-10 minutes for someone with the right experience.

    $14 (Avg Bid)
    $14 Snitt bud
    14 bud

    I'm in the exciting phase of branding my food stall, and the centerpiece is crafting a logo that embodies a fun and playful vibe. **Core Requirements:** - Design a logo encapsulating a fun and playful theme. - Integrate vibrant, eye-catching colors. - Create an adaptable design for various media and sizes. **Application Needs:** Logo is required for the following formats; commercial ...business name, tagline, preferred style and colouring. Business name and tagline: - Köfteci‘s - translation is kofte experts - Tagline: No.1 Turkish meatball sandwich Refer to google images of kofte ekmek for inspo. It’s basically a meatball sandwich which includes lettuce, tomato, onion and chilli. Logo style: Animation and Caricature of the 4 people phot provided for this. ...

    $40 (Avg Bid)
    $40 Snitt bud
    62 bud

    ...require assistance with updating my website's PHP (currently v5.2) to the latest version and WordPress (currently v3.9.27) to its latest iteration. The primary goal of these updates is to improve the security of my platform. Considering the updates, all existing functionalities of the site should remain unaffected. These include but are not limited to: - User registration and login - Online payment and checkout - Content management and blogging I should note that I didn't initially construct this site, therefore, the possibility of any custom themes or plugins that may not be compatible with newer versions of PHP and WordPress exists. Please account for this in your planning. Ideal candidates for this project would possess extensive experience with PHP...

    $160 (Avg Bid)
    $160 Snitt bud
    75 bud

    Se deberá programar una nueva funcionalidad en una App flutter ya creada y en PHP dentro de un plugin de mensajería en Wordpress. Dicha nueva funcionalidad es un traductor de mensajes de texto en vivo y traductor de notas de audio. Dichas traducciones se deben traducir automáticamente al idioma del receptor.

    $200 (Avg Bid)
    $200 Snitt bud
    26 bud

    I am looking for experienced programming solution writers who can write blog articles on various programming languages, topics will be provided by us and how-to-write format will be provided by us. Ideal skills and experience for this job include: - Proficiency in Python, PHP, Java, C, and .Net etc - Good writing skills and the ability to explain complex programming concepts in a clear and concise manner - Ability to write engaging and informative blog articles - Proficiency in conducting research and presenting data analysis findings The articles should be well-researched, easy to understand, and provide practical insights and examples. If you have the required skills and experience in any programming and can deliver well-written blog articles within the specified length, please...

    $21 (Avg Bid)
    $21 Snitt bud
    10 bud

    My Client is looking for an experienced PHP CI4 developer to join our dynamic project team. Our project involves comprehensive backend development, efficient API integration, intricate database management, and crafting a frontend with a customizable layout that stands the test of user experience. **Key Responsibilities:** - **Backend Development:** Implement robust functional logic ensuring seamless data processing and workflows. - **API Integration:** Efficiently connect our platform with necessary external services and APIs for enhanced features. - **Database Management:** - **Data Migration:** Safely transition existing data resources to our new system without loss. - **Performance Optimization:** Continuously monitor and tweak the database performance for speed and relia...

    $311 (Avg Bid)
    $311 Snitt bud
    28 bud

    I need a good senior PHP guy who can implement the Mercado Pago account payment into my sytem built in PHP. Also need to configurate the recurring paymnet, because I work with softwares and there is a subscripton paid licenses.

    $154 (Avg Bid)
    $154 Snitt bud
    100 bud

    ...highly proficient Laravel developer with the following skills to craft a responsive frontend for an exciting new web project: - **Core Skills**: - Proven expertise in PHP and Laravel frameworks - Strong experience with frontend development - Ability to create a fully responsive design - **Responsibilities**: - Develop a responsive frontend interface from scratch - Ensure cross-browser compatibility and mobile responsiveness - Write clean, maintainable, and efficient code - **Requirements**: - Proficient in handling PHP frameworks, especially Laravel - Deep understanding of web design principles to build a responsive frontend - Demonstrated experience crafting web frontend interfaces - Experience integrating frontend with backend systems Ideal...

    $94 (Avg Bid)
    $94 Snitt bud
    20 bud
    PHP Laravel Design Avsluttet left

    ...highly proficient Laravel developer with the following skills to craft a responsive frontend for an exciting new web project: - **Core Skills**: - Proven expertise in PHP and Laravel frameworks - Strong experience with frontend development - Ability to create a fully responsive design - **Responsibilities**: - Develop a responsive frontend interface from scratch - Ensure cross-browser compatibility and mobile responsiveness - Write clean, maintainable, and efficient code - **Requirements**: - Proficient in handling PHP frameworks, especially Laravel - Deep understanding of web design principles to build a responsive frontend - Demonstrated experience crafting web frontend interfaces - Experience integrating frontend with backend systems Ideal...

    $123 (Avg Bid)
    $123 Snitt bud
    20 bud

    in my PHP file i have some MY SQL QUERIES and some JOINS i need to add in another JOIN (not sure if its left or right) there is one more data point from another table that needs to be considered in order to display meaningful data. URGENT JOB PLEASE HELP NO TIME WASTER

    $130 (Avg Bid)
    $130 Snitt bud
    125 bud

    I have completed the UI of the php calendar and I am going to integrate that to your existing platform. For that , I need some things to discuss with you more.

    $20 / hr (Avg Bid)
    $20 / hr Snitt bud
    1 bud

    I'm looking for a proficient PHP CodeIgniter developer for a website. Key tasks will include: - Error Solving Functionality-wise, the platform needs to support: The ideal candidate will have substantial experience in PHP CodeIgniter, social networking platform development, database design, and API integration. Your expertise will aid in creating an engaging and responsive networking platform.

    $353 (Avg Bid)
    $353 Snitt bud
    25 bud

    My website was working in php 5.2 but since i upgrade to 5.4 all i get is blank page - this need addressed first then maybe some internal pages also broken please help urgently

    $140 (Avg Bid)
    $140 Snitt bud
    153 bud
    Flutter developper Avsluttet left

    Hi, I need flutter developer he can help me to fix an issue in Android Studio , Xcode SDK does not contain 'libarclite' at the path '/Applications/'; try increasing the minimum deployment target Error (Xcode): SDK does not contain 'libarcl...chains/'; try increasing the minimum deployment target Error (Xcode): SDK does not contain 'libarclite' at the path '/Applications/'; try increasing the minimum deployment target Could not build the application for the simulator. Error launching application on iPhone 15 Pro Max.

    $8 / hr (Avg Bid)
    $8 / hr Snitt bud
    54 bud

    Hi there, I started learning Unreal Engine and Metahuman with my iPhone livelink app. I need someone who can teach me some things like -Adjusting camera to character easily -Lighting and render settings for best (alpha render) -Adding animation from Mixamo and combine with face animation that is done with livelink

    $39 (Avg Bid)
    $39 Snitt bud
    11 bud

    I'm in urgent need of a developer to address recent issues with my website following a PHP upgrade by Hostgator. Here are the requirements for the job: - **Urgently Update PHP:** Ensure compatibility with Hostgator's new PHP version. - **Refine Functionality:** Resolve any broken features due to upgrade. - **Fast Turnaround:** Time is of the essence; I need this completed ASAP. Ideal candidate skills: - Strong experience in PHP and HTML/CSS. - Track record of troubleshooting and resolving compatibility issues. - Familiar with e-commerce and user login systems. - Ability to work quickly and efficiently with attention to detail. - Experience working with hosting platforms like Hostgator. - Excellent communication skills for progress updates. While I&#...

    $69 (Avg Bid)
    $69 Snitt bud
    23 bud

    I'm in need of a proficient PHP developer, specifically experienced with version 8.2, to create a function capable of generating PDF files using the FPDF library (). The project will entail developing a function that produces PDF documents with a three-page fixed structure, incorporating specific content and formatting requirements. Please see the attachment. All texts should med able to change in the code that calls the PDF function Exmaple of implementation page 1: <?php $pdf->CreatePage1(); $pdf->Set_NamnFirma("VARIABLE_TEXT"); $pdf->Set_OrgOrg("VARIABLE_TEXT"); etc... $pdf->ShowPage1(); ?> Same for page 2 to 3 (2 pages in one PDF-document). The text VARIABLE_TEXT in page 1 should med able to have a Set-function. Simular forma...

    $48 (Avg Bid)
    $48 Snitt bud
    45 bud

    Hi, I need someone to build core php site without any framework this will be small project where seller will list the item buyer will purchase code should be clean and good quality we need basic design and clean code so will select lower bid thanks

    $102 (Avg Bid)
    $102 Snitt bud
    31 bud

    I'm interested in developing a simple PHP website similar to [this one](). A critical requirement for this project is an admin portal that allows for robust data management, including daily data input (manually or via .xlsx), data deletion, and report extraction. I also need the capacity to add secondary users and customize their permissions. I also need 2-3 places for google ad and 1-2 places for custom add integration. This project is on a budget. The ideal freelancer for this job should: - Be proficient in PHP and comfortable with any PHP framework - Have a strong background in building admin portals for data entry, data management, report extraction, and user management - Be able to navigate developing a website on a confined budget Interested freelancers

    $206 (Avg Bid)
    $206 Snitt bud
    8 bud

    ...Participants will be compensated for sharing photos of a wide range of hobbies, indoor and outdoor activities. You may upload up to 30 photos per category, as long as the photos are taken on the same day. You can share pictures of as many categories as you like. There are over 100 categories to choose from! Requirements - Be 18 years or older - Reside in Italy - Photos must be taken with an IOS device (iPhone or iPad) - Only photos taken before October 1, 2023, will be accepted - Photos downloaded from the internet will not be accepted How much is the compensation? - You will receive 1 USD per accepted photo; - As payment methods, we offer PayPal and Gift Card, according to your preference IF INTERESTED, PLEASE SIGN UP HERE:

    $20 (Avg Bid)
    $20 Snitt bud
    2 bud

    I am in need of a proficient developer who is also seasoned in dealing with website security. The primary aim is to secure my website, built with PHP/MySQL and Codeigniter, from all forms of attacks such as hacking, malware, and cross-site scripting (XSS) amongst others. Expertise I am particularly interested in are: - Advanced knowledge of website security - Experience in deterring data breaches, DDoS attacks, and unauthorized data access - Practical understanding of PHP/MySQL, and Codeigniter My site requires better management of the user authentication and data storage functionalities, considered vulnerability hotspots. Sound security measures need to be implemented to curb data vulnerabilities. Google has detected some coverage issues with the site and I would need thi...

    $96 (Avg Bid)
    $96 Snitt bud
    29 bud

    I need a part of code that send from a simple catalog page the data to cashier register to print the receipt. My cash register is RBS Edo, made in Greece. I have cap drivers RBS provide and the documentation in Greek Language.

    $1236 (Avg Bid)
    $1236 Snitt bud
    59 bud

    I am in need of an experienced PHP developer. Responsibilities will be determined once we establish a working relationship. Essential skills and experience: - Expert in form integration using latest codes for fast response - Extensive PHP development and database integration - Proven experience with API integrations. - High level of understanding of modern website design To ensure we're an excellent fit, please include examples of your past work in your proposal. I'm seeking an expert in PHP development, so make sure your past work showcases your skills and experience in this area.

    $211 (Avg Bid)
    $211 Snitt bud
    28 bud