Php script detect page changes jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 php script detect page changes jobs found, pricing in USD

    When sending an emoji in Telegram, the script reads the information and chooses to delete unnecessary information in the same millisecond. Please note that it needs to be controlled within a few milliseconds. The current method is to roll two dice each time, delete a small one and keep a large one, throw once every 2 seconds, throw 3 times, I need to solve the ghosting when deleting so that it looks like a natural throw.

    $148 (Avg Bid)
    $148 Avg Bid
    13 bids

    i am looking out for SMTP and Technology expert who can help build an email verification platform like “MillionVerifier '’ and “Neverbounce” "listclean". 1. **Validate Email Addresses:** The platform should be able to cross check every submitted email address and validate them to confirm legitimacy. 2. **Spam Check:** There must be a provision to check and detect spam emails and effectively filter them out. 3. **Remove Invalid Emails:** The system should have the ability to remove invalid email addresses from any uploaded list or one-by-one input. 4. Hard Bounce. 6. Invalid Syntax 7. Toxic Domain 8. Abuse Email 9: API 10: Including All features site Accuracy is extremely vital to this project and the system is expected to give a high...

    $77 (Avg Bid)
    $77 Avg Bid
    2 bids

    I'm in need of a landing page dedicated to scheduling appointments for numerology readings. The page has to be designed in a professional, corporate style, with a clean and modern appeal. Key Requirements: - The landing page should only require two pieces of information from the visitors: their date of birth and contact number. - The design should be appealing and evocative of a professional service, as the purpose of the page is to convert visitors into clients. - The page should have a clear call to action, encouraging visitors to book an appointment. The ideal freelancer for this job should have experience in: - Landing page design, especially for appointment scheduling. - Understanding of design principles for professional, corporate s...

    $132 (Avg Bid)
    $132 Avg Bid
    25 bids
    Build Javascript Task Script 6 days left
    VERIFIED

    I'm in need of a proficient Javascript developer to create a script capable of automating multiple task types. The script won't require interaction with external systems or APIs. The successful freelancer should possess: - Proficiency in Javascript is a must - Experience in scripting for automation of tasks such as: * Data extraction * File conversion * Automated data entry Although I didn't specifically outline the tasks, ideally the script should have the flexibility and functionality to handle the tasks mentioned above. Further clarification and details will be given once we're in dialogue. Freelancers to bid are required to have prior experience and demonstrate competency in task automation scripts. Please provide examples of similar w...

    $153 (Avg Bid)
    $153 Avg Bid
    49 bids

    ...task will involve working with our existing process models and coming up with enhancements to improve the efficiency of our operations. Key responsibilities will include: - Analyzing our current process design and identifying areas for optimization. - Implementing new design strategies using Aspen Plus software. - Conducting simulation studies to predict the performance of the proposed design changes. - Providing a detailed report with recommendations for process improvements. The ideal candidate will have: - A strong background in Chemical Engineering. - Substantial experience with Aspen Plus software, particularly in the context of process optimization. - Excellent problem-solving skills and the ability to think critically about process design. - Strong communication skills ...

    $20 (Avg Bid)
    $20 Avg Bid
    1 bids

    I need a proficient PHP coder who can write a script for me that will print images (in JPEG format) and QR codes on a thermal printer. The images are our company logo and the QR codes are meant for conducting reviews. This PHP script will be used online on a cloud platform. Ideal skills for this job are: • Strong expertise in PHP • Familiarity with JPEG images and QR codes • Experience in creating scripts for printing needs, specifically on thermal printers • Understanding of cloud platform workings. Your primary task will be the creation of a script that can accurately print images and QR codes on our thermal printer, effectively facilitating bill printing for our operations. Deliver a clean, efficient code that can be effo...

    $15 (Avg Bid)
    $15 Avg Bid
    2 bids

    I'm looking for a skilled SEO specialist to work hourly on our own and clients sites who can help me with the following tasks: - Conduct an in-depth audit of my website's on-page SEO, identifying any issues that could be impacting our search engine rankings. - Implement fixes and improvements, with the aim of boosting our organic traffic and keyword rankings. - Optimize my website's service area URLs to enhance local search visibility. - Incorporate local schema markup to further improve our local SEO performance. Do not waste your time offering millions of pointless backlinks, do not waste our time with milestones, it's hourly work, if wanted milestones we would have done milestone projects! You will be hired hourly as and when we need work done. If work is go...

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    41 bids

    I need a skilled professional to configure our ADAuditPlus software to perform a daily file audit for specific file types. Key Requirements: - The audit should focus on 'Documents' exclusively. - The reports should be generated daily. Additional Needs: - Real-time...file audit for specific file types. Key Requirements: - The audit should focus on 'Documents' exclusively. - The reports should be generated daily. Additional Needs: - Real-time alerts are necessary for unauthorized access attempts, file deletions, and permission changes. Ideal Skills: - Proficiency in managing ADAuditPlus. - Strong knowledge of file auditing. - Experience in setting up and managing real-time alerts. - Familiarity with managing alerts for unauthorized access attempts, file dele...

    $200 (Avg Bid)
    $200 Avg Bid
    5 bids

    My website is experiencing an issue where the header is missing on the product page. While the main page and other pages are functioning fine, the product page specifically is having this problem. - The header has been designed without Elementor, while the footer and product page have been set up using Elementor. - The issue is quite urgent, as I would like this resolved within a few days. Therefore, I'm looking for an experienced freelancer who can quickly identify and rectify this issue. Ideal Skills and Experience: - Strong experience in working with WordPress and Elementor - Proven track record in troubleshooting and resolving website issues - Ability to work quickly and efficiently, with an understanding of the urgency in this case.

    $6 / hr (Avg Bid)
    $6 / hr Avg Bid
    79 bids

    ...pertinent product details and order history. The bespoke API features we're aiming for include: - Retrieving product details - Updating product details - Retrieval of order history We prefer a direct integration approach between Shopify and Power Apps, without any middle tier third-party service involvement. Specific data elements targeted for retrieval or updating via the API include: - Price changes - Inventory levels - Product descriptions Ideal Freelancers for this project should hold the following skills and experience: - Proven expertise in API development and integration - Extensive experience with both Shopify and Power Apps platforms - Solid understanding and proficiency in handling data types specified. Your bid should reflect your proficiency and experienc...

    $493 (Avg Bid)
    $493 Avg Bid
    41 bids
    social media app 6 days left

    ...information and performs various operations like sorting, grouping, and filtering based on certain criteria. Current Function: Here’s the function that handles the retrieval of user chats: javascript Copy code const userChatList = async (userId, page, language) => { try { const user = await (userId); if (!user) { throw 'User not found'; } const pageNb = parseInt(page) || 1; let limit = 10; if (['affiliate', 'admin'].includes()) { limit = 20; } if (pageNb < 1) { throw 'Invalid page'; } const startIndex = (pageNb - 1) * limit; let matchLanguage = {}; if (language) { matchLanguage = { $or: [ { '': language }, ...

    $21 / hr (Avg Bid)
    $21 / hr Avg Bid
    35 bids

    Need to recount the stock quantity based on approve order (Write script to run it) Able to work with ftp. Laravel work. Start immediately.

    $61 (Avg Bid)
    $61 Avg Bid
    17 bids

    I need an experienced Node.js developer to create an automation script for my server deployment. - Automation Task: The script should automate routine server deployments, keeping my operations efficient and consistent. - Server Deployment Activities: The core function of the automation is to handle financial transactions, particularly trading activities. Proficiency in financial systems and trading platforms is necessary. - Financial Transactions: The successful candidate should also have experience with the handling of financial transactions within Node.js applications. The ideal candidate should have brilliant knowledge with Node.js, experience in automating server deployments, and a strong understanding of financial trading systems. Looking to kickstart this ASAP.

    $113 (Avg Bid)
    $113 Avg Bid
    11 bids

    ...keen expertise in JavaScript, Python, and Java. While not an absolute requirement, any experience with the frameworks such as React, Angular or Django would be beneficial but not compulsory, as the client skipped identifying any specific framework. The developer will work on a project whose goal or purpose has not been specified, hence requiring versatility and flexibility to adapt to potential changes during the project lifecycle. This might include, but isn't limited to, creating a web application, building an e-commerce website or developing a mobile app. Ideal Skills: - Expertise in JavaScript, Python, and Java - Understanding of React, Angular, or Django - Flexibility and adaptability - Strong problem-solving skills Please include examples of your previous work an...

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    69 bids

    I'm seeking a skilled freelancer to revamp and expan...new sections: Details on these new sections will be provided later, but be prepared to integrate them smoothly into our new layout. 3. Improving performance: The website's loading times need reduction and optimization for mobile compatibility is paramount. The website currently has less than ten pages. Ideal skills include proficiency in Zoho Sites, graphic design capabilities for layout changes, and an understanding of website performance optimization techniques. Taking this role means you will need to be communicative and open to revisions until we achieve the perfect new look and functionality. Show me your Zoho Sites portfolio when you bid. With you in this project, let's create a knockout website that ...

    $302 (Avg Bid)
    $302 Avg Bid
    17 bids

    Hi, I am looking for a developer strong in HTML and Java script. I need interactive HTML pages with sound and navigations.

    $78 (Avg Bid)
    $78 Avg Bid
    36 bids

    I'm looking to enhance my web application's Book Appointment page. I need to add specific icons, buttons, and associated actions to improve user experience and functionality. Key Requirements: - Add 'Delete', 'View', 'Edit', and 'Contact WhatsApp' icons - Each icon should be associated with a specific action - When user clicks 'Delete', 'Edit', or 'View', the corresponding action should be carried out - For 'Contact WhatsApp', user should be able to directly communicate via WhatsApp - Include an 'Add' button - Upon clicking 'Add', user should be prompted to submit the appointment form - The form should include fields for 'Date and Time', 'Personal Informatio...

    $25 (Avg Bid)
    $25 Avg Bid
    23 bids

    I require a proficient freelancer to design a distinctive Excel file that will be used for web form completion. Once the Excel file is uploaded, the system should automatically read and fill the corresponding fields. These may be a composition of dropdowns, text or checkboxes with comprehensive validation, such as numbers-only constraints, email format requirements, date format validation, dro...date format validation, dropdown list checks, value ranges among others. Ideal Skills: -Qualified in Excel -Understanding of data validation Experience: -Web development -Scripting in Excel -Web form design -Experience designing similar projects Please note that while the specific dropdown fields were not detailed, anticipate flexibility and adaptability in the code to conform to possible ch...

    $23 (Avg Bid)
    $23 Avg Bid
    23 bids

    ...processing specialist to develop a robust solution that can transform images of rugs on a transparent background into perfect rectangles. The rugs have wavy, squiggly edges, and some include fringes, adding complexity to the task. The goal is to standardize these images for better presentation and further processing. Responsibilities: Develop an algorithm or script using Python and OpenCV (or similar libraries) that can accurately detect the edges of rugs in images where the rugs are on a transparent background. Transform these images so that the rugs are reshaped into perfect rectangles, despite the presence of natural waves, curves, and optional fringes. Ensure that the transformation maintains the integrity and quality of the rug design, especially when fringes are in...

    $242 (Avg Bid)
    $242 Avg Bid
    5 bids
    Landing Page 9 days left

    As we discussed over the call, I'll work as per your requirement and the document you shared with me over the chat.

    $300 (Avg Bid)
    $300 Avg Bid
    1 bids

    In need of a well-skilled JavaScript developer to customize a software tool. Ideal candidate should be experienced in interface design and software functionality. Key tasks: - User Interface Cust... Ideal candidate should be experienced in interface design and software functionality. Key tasks: - User Interface Customization: Redesigning the colors, layout, and typography to improve the look and feel of the tool. - Functionality Modifications: Adding, updating, and removing some features in the software tool. This requires solid experience in planning and implementing functionality changes based on user requirements. Proficiency in JavaScript, software integration, and customization of software tools would be desirable. Do not hesitate to submit a proposal if you meet these...

    $375 (Avg Bid)
    $375 Avg Bid
    22 bids

    I'm looking for a skilled designer who can create 3 pages for me in Breakdance Page Editor. Though I haven't specified the content and functionalities in detail, the focus is to design these pages to meet the purpose of showcasing a portfolio, promoting a business/service, or sharing information or articles. Experience in graphic design, UI/UX, and familiarity with breakdance page editor are crucial for this task. The ideal freelancer for this project should be: - Proficient in graphic design - An expert in UI/UX - Experienced with Breakdance Page Editor Your creative input will be highly valued and appreciated. Looking forward to seeing your portfolio and discussing further details.

    $37 (Avg Bid)
    $37 Avg Bid
    14 bids

    I recently purchased the Lavarel Hyip Pro Script on Codecanyon. I'm looking for a skilled developer who has experience with this specific script to help me with some customizations. Your main tasks will include: - Adding specific conditions to the Investment Plans section, including the creation of different conditions like F1, F2, etc. - Implementing a ranking system on the platform. - Associating a rate exchange bonus to point and saving it to the database. The ideal freelancer will: - Have prior experience with Lavarel Hyip Pro Script. - Possess a strong understanding of scripting languages as well as database management. - Be able to deliver results quickly, as I'm looking for this project to be completed as soon as possible. Looking forward to rece...

    $39 (Avg Bid)
    $39 Avg Bid
    20 bids

    I'm in need of a uniquely tailored, single-sided, modern and sleek brochure to help promote my product/service. The brochure should not only be visually compelling, but also communicate key information about my offerings effortlessly. Key Requirements: - Experience in contemporary design styles - Ability to synthesize complex information into easy-to-understand visuals - Proven track record designing promotional materials. Your portfolio showcasing similar projects will be much appreciated. A good understanding of sleek and modern aesthetics is ideal for this project.

    $24 (Avg Bid)
    $24 Avg Bid
    72 bids

    I'm currently experiencing some technical problems with my PHP website. Though it functions smoothly on localhost via XAMPP, errors arise upon moving it to our server on HostGator. The desired candidate for this job has the following abilities: - Extensive knowledge in PHP and server-handling, preferably with HostGator - Experience with troubleshooting and resolving website issues - Capable of fixing server-related issues Typical problems we're facing include: - Site not functioning correctly on the server despite proper local host operation - Error messages - Performance issues This troubleshooting requires someone who can detect and fix issues from server-end to user interface. Prior experience with cases similar to ours will be a plus. Applicants shou...

    $12 (Avg Bid)
    $12 Avg Bid
    16 bids

    I need an SEO specialist who can ensure all my given keywords rank on the first page of Google's search results. Key Requirements: - **Keyword Ranking:** I'm looking to have all the keywords I provide rank on Google page 1 for the target audience, which in this case is primarily young adults. - **SEO Strategy:** The ideal candidate should be able to implement up-to-date SEO techniques that will improve my visibility in search results. - **Content:** I'm open to suggestions on what type of content will be most effective in boosting my rankings. Ideal Freelancer: - **Proven SEO Experience:** A successful track record of getting keywords onto Google page 1 is a must. - **Understanding of Target Audience:** Experience with SEO strategies aimed at young ad...

    $57 (Avg Bid)
    $57 Avg Bid
    32 bids

    I need to create a knowledge graph using neo4j, but this graph is different from many traditional applications. The theme of this graph is to display the knowledge framework of aluminum extrusion, which needs to be found online or in the literature. I've been built up a part of it, if you can continue to extend more context based on my KG's style. Also, I need a record of all the changes you've made, and a reference to the knowledge you've added. Flowchart Expansion: As outlined in the appendix, I have already developed a part of the Neo4j file. Could you please use the existing flowchart as a base and add more nodes and relationships? Focus particularly on expanding more design guidelines under "Forward" and "Defects". These new elements s...

    $30 - $250
    $30 - $250
    0 bids

    I'm seeking an expert Laravel developer to replace the data page of my existing website, using the source code from my Laravel site. Your tasks will include: - Redesigning the data page based on my Laravel website's source code. - Improving server response times for better loading speed. - Executing leverage browser caching to optimize the website's performance. - Optimizing images to enhance load speed and overall site performance. - Incorporating search functionality into the new data page. Having experience working with Laravel is critical for this project. Knowledge of website optimization strategies is also highly beneficial. The ideal freelancer should have a proven track record of improving website speed and enhancing user experience. The succe...

    $12 (Avg Bid)
    $12 Avg Bid
    11 bids

    I'm looking for an experienced home textile designer to create a woven pattern for a few of my home textile products - tablecloth, placemat, napkin, table runner, and cushion. Ideal Skills: - Strong expertise in...into unique, creative designs - Strong knowledge of different types of fabric, especially how they apply to home textiles - Proficiency in using software such as Adobe Illustrator for pattern creation Responsibilities: - Design patterns for tablecloth, placemat, napkin, table runner, and cushion - Deliver designs in a print-ready format - Willingness to accept feedback and make required changes Any previous experience and portfolio in a similar project will be highly appreciated. I'm looking for someone who can capture the essence of the woven t...

    $13 (Avg Bid)
    $13 Avg Bid
    5 bids

    I'm seeking an expert in creating prediction models, with a specific focus on Linear, logistic Regression. This project entails building a robust prediction model, primarily using numerical data. There is no specific purpose identified yet, thus the model should be of a general nature and able to adapt to various predictions such as product sales, customer behavior changes or spam classification. Ideal Experience and Skills: - Proficient in creating Linear Regression Models. - Extensive experience with numerical data analysis. - Flexibility to adapt the model to different scenarios. - Strong analytical skills and attention to detail. Your creativity and expertise will greatly enhance this project's success.

    $19 / hr (Avg Bid)
    $19 / hr Avg Bid
    18 bids

    I'm in need of a skilled and creative screenplay writer with experience in drama. Your primary task will be to author a compelling script for a movie that falls within the drama genre. Key Project Details: - Genre & Setting: The movie is a drama set in a modern city. The primary setting and genre of the movie will require you to craft a narrative that is both engaging and realistic. - Target Audience: The script is intended for a family audience. This means that the content should be appropriate for viewers of all ages. Skills and Experience: - Proven experience in writing compelling drama storylines. - Understanding of family-friendly content. - Ability to craft realistic and engaging modern city settings. - Proficiency in creating scripts that resonate with a wid...

    $11 / hr (Avg Bid)
    $11 / hr Avg Bid
    15 bids

    I'm looking for a skilled web developer to revamp the promotion sec...Replacing the current promotion section with another site's promotion page. - Modifying the full page layout to my preference. - The functionality of the promotion section must remain the same despite these changes. The specific modifications include: - A change in the color scheme. - Rearrangement of existing elements to give the page a fresh feel. To successfully complete this task, you should have a background in web development, specifically in web page design and layout. You should also have experience in maintaining site functionality during major design changes. Coding skills will be critical for this role. Remember, the crucial part is the successful transfer...

    $30 (Avg Bid)
    $30 Avg Bid
    20 bids

    I'm looking for a Unity 3D developer to create a mobile action game. Key Project Details: - Game Type: The game will be an action-packed experience - Platform: The target platform for the game is mobile devices Special Requirements: - In-App Purchases: The game will have a in-App purchase system. - Dynamic Maps: The game should have a map that changes every so often. Ideal Skills and Experience: - Proficient in Unity 3D development - Experience in mobile game development - Familiarity with implementing in-app purchases - Ability to create dynamic game maps. If you have the right experience in game development and Unity 3D, feel free to bid on this project.

    $625 (Avg Bid)
    $625 Avg Bid
    26 bids

    I'm looking for a skilled freelancer who is proficient in both Google and Facebook advertising. This job focuses on boosting sales for my best-selling products through these platforms. Key responsibilities: - Create and manage ad campaigns on Google and Facebook. - Optimize ads for both platforms to maximize sales. - Analyze d...manage ad campaigns on Google and Facebook. - Optimize ads for both platforms to maximize sales. - Analyze data and develop strategies for further improvements. Ideal candidate should have: - Proven experience in Google and Facebook advertising. - A track record of successfully increasing sales through online advertising. - Strong analytical skills to interpret campaign data and make meaningful changes. - Excellent understanding of E-commerce and pro...

    $116 (Avg Bid)
    $116 Avg Bid
    29 bids

    ...On the web page, Fill up the email & password on the login page. Press on "login" 2. A POST API call is made to "" with returns set-cookies in the response header. It contains the "APPSESSID" cookie. This cookie will be used in the next API call. Step 2 On the web page, Once you've landed on the homepage, Click on "Competitions" in the navigation tabs on the Left: 1. This would make a POST API call to "" which uses the "APPSESSID" cookie mentioned above. 2. The response of this API call should return "idToken" as one of the field Here are the Acceptance Criteria's (AC) that need to be met for this project to be considered successful: AC1: Script should be written in python A...

    $27 (Avg Bid)
    $27 Avg Bid
    18 bids

    I have a single page website in progress, utilizing HTML and Bootstrap. I am looking for a skilled developer to finish the Single webpage developed. The webpage is partially completed. Ideal skills and experience: - Proficient in HTML and Bootstrap - Good understanding of responsive design Tasks may include, but not limited to: - Completing unfinished coding - Possibly adding new functionalities - Fixing any existing bugs that might be identified SIMPLE 1 DAY WORK, Need fast person no time wasters

    $32 (Avg Bid)
    $32 Avg Bid
    68 bids
    PHP bug fixes 9 days left

    Looking for a very expereinced php devleoepr for multiple bug fixes

    $5 / hr (Avg Bid)
    $5 / hr Avg Bid
    1 bids

    I'm in need of a top-notch landing page for my website, 3sigmacrm.com. The primary purpose of this page is to capture leads and I'm looking to get it completed as soon as possible. Key Elements: - **Lead Capture Form**: The landing page should contain a form that captures the visitor's information. It should include fields for full name and phone number. These fields are essential for qualifying leads and initiating follow-ups. - **Design and Layout**: Aesthetically pleasing design that is in line with the branding of 3sigmacrm.com. The landing page should be visually engaging and easy to navigate, with a clear call-to-action. - **Responsive**: The landing page should be responsive and optimized for various devices, including desktop, ta...

    $19 (Avg Bid)
    $19 Avg Bid
    11 bids

    I'm in need of a Social Media Expert who can guide me on integrating my Facebook and Instagram pages with three different websites. I'm looking to improve my social media presence and would like to be able to post content directly from the sites. Key Responsibilities: - Advise and guide on the integration process - Ensure seamless connection between social media pages and websites - Provide recommendations on best practices for posting content Ideal Skills and Experience: - Proven experience with Facebook and Instagram integration - Strong understanding of social media and website connectivity - Excellent communication and consultation skills

    $37 (Avg Bid)
    $37 Avg Bid
    24 bids

    I'm currently seeking an expert in MongoDB, Node.js, and Socket-IO. My application, specifically the aspect of data retrieval and display, is suffering from slow queries leading to suboptimal performance. Your task will include: 1. Identifying: Look into the current system and detect the exact spots causing delay. 2. Rectifying: Once detected, your task will be to rectify the problems and rewrite the slow queries. Skills and Experience • Strong knowledge of MongoDB, Node.js, and Socket-IO • Proven experience in optimizing database queries • Proficient in real-time applications, specifically dealing with data display and retrieval Please note that there's no maximum limit to the amount of data that should be retrieved and displayed without significant del...

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    9 bids

    I need a freelance iOS developer to upload our iOS app to TestFlight or make it run on a device without the need for it an account, ensure its functionality, and fix any bugs. The app interacts with a GoDaddy server, so server-side functionality must also be checked. The project must be completed within 3 days. Tasks: Upload iOS app to TestFlight for beta testing. ...server. Ensure the app is ready for deployment. Requirements: Proficiency in iOS development. Experience with TestFlight and beta testing. Ability to troubleshoot and fix bugs efficiently. Familiarity with server-side interaction, specifically with GoDaddy. Timeline: 3 days Deliverables: Successfully uploaded app to TestFlight. Bug-free app with verified functionality. Documentation of any code changes or issues en...

    $51 (Avg Bid)
    $51 Avg Bid
    14 bids
    Okta Login Page Customization 6 days left
    VERIFIED

    ...customization of my Okta login page for desktop. I have a vision of how I would like the page to look, and I can provide the default Okta login page HTML code to work with. I will provide an image to show what I want final login page to look like Key Requirements: - Intermediate level of customization: I'm seeking changes beyond just basic color and font alterations. This will involve specific layout changes and the integration of custom graphics. - Desktop focus: The customization should be optimized for desktop users, ensuring seamless functionality and aesthetics on this platform. Your Responsibilities: - Translate my vision: I will provide some graphics and assets, but you may need to create or source other elements to bring the desig...

    $30 - $250
    Sealed
    $30 - $250
    40 bids

    can you help me with just need to customise "batch number" as "not required" field in products and purchase and sale sections, you can see that

    $12 (Avg Bid)
    $12 Avg Bid
    8 bids

    ...unfolds in the 20th century and encapsulates the essence of Australia's history and society. Key requirements for the script include: - Capturing the true essence of the historical events without fictionalizing them - Developing real-life characters that are relatable and intriguing - Conveying the cultural aspects of Australia during the 20th century - Weaving together a compelling narrative that does justice to the tragic nature of the story The ideal candidate for this job should have: - Experience in writing scripts for films or TV shows, especially in the drama genre - A keen interest in history and the ability to research and incorporate historical events into the script - The capacity to create deep, diverse and believable characters - A good understanding of...

    $331 (Avg Bid)
    $331 Avg Bid
    30 bids

    I acquired a PHP script from Codecanyon and seek a skilled developer to enhance its capabilities. The primary tasks involve implementing robust data validation mechanisms and integrating a specific condition for the calculator functionality. Project Requirements: Data Validation: Strengthen the script's data validation process to ensure accuracy and security in handling user inputs. Calculator Functionality Enhancement: Customize the existing calculator feature to include a specific condition, optimizing its performance and usability.

    $10 (Avg Bid)
    $10 Avg Bid
    6 bids

    I need a Google App script that can scan a specific folder on my Google Drive for files and process them. The processing should involve an api that will skip tracing by first name and last name, if that returns no results then by company name, or if that returns no results then by property address to find the email. Once the email is located append it to the row in column AW. Once completed, prefix “processed_” to the file name. Api to use: skip force Key Requirements: - The script should be able to scan a specified Google Drive folder for files. - When a file is found, the script should process it by skip tracing. This involves cross-referencing the information in the file with first names and last names, company names or property addresses. - The ...

    $21 (Avg Bid)
    $21 Avg Bid
    6 bids

    I will be choosing someone one hour from now. Answer me this questions: Are you available immediately? We have a demo tomorrow 9am EST What is your experience with PHP? What AI tools do you use to make your devleopment faster? Are you comfortable working hourly?

    $7 / hr (Avg Bid)
    $7 / hr Avg Bid
    11 bids

    I'm looking for a skilled designer to create a bold and colorful sales web page. The page should be visually striking and engaging, as the design will play a significant role in attracting and maintaining visitors' interest. Key requirements: - Design Style: Bold and colorful - Mobile Responsive: The page must be mobile responsive, ensuring a seamless user experience across different devices - Elements: Your primary focus will be incorporating customer testimonials into the design. Ideal Skills and Experience: - Proven experience in designing sales-focused web pages that are bold and colorful - Proficiency in creating designs that are both visually appealing and user-friendly - Strong understanding of mobile responsive design principles - Experience in in...

    $116 (Avg Bid)
    $116 Avg Bid
    74 bids

    I urgently require a model, of any gender and any age, to read a script on camera for an upcoming project. Key Information: - No specific physical appearance characteristics are preferred, the selection would be based entirely on capability and suitability for the role. - Though not mandatory, prior experience in script-reading or acting would be advantageous. - Presence in front of the camera, clarity of speech, and ability to deliver the script convincingly are vital skills needed. 20 video with same model This project offers a great opportunity for those seeking to add more visibility and experience to their portfolio. I look forward to your proposals and collaboration.

    $248 (Avg Bid)
    $248 Avg Bid
    6 bids

    I am in need of an experienced Laravel expert who can upgrade a food delivery PHP script, consisting of Laravel + React PWA Apps, from Laravel 5.8 to 6.20.44. This is a Codecanyon PHP Script that I have already purchased. - No feature changes are needed within the upgrade process. - Skills needed include Laravel, PHP, React and PWA Apps knowledge. - Hands-on experience in upgrading Laravel projects would be an added advantage. It is essential that you understand the intricacies of both versions to ensure the upgrade is seamless, with no bugs or errors. Prior experience with food delivery scripts will be highly regarded.

    $168 (Avg Bid)
    $168 Avg Bid
    54 bids