Bind asp literal xml jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 bind asp literal xml jobs found, pricing in CAD

    I am looking for a seasoned WordPress, PHP, XML, and Javascript expert with proven experience in theme and layout customization. Key Tasks: - Customizing the theme of my WordPress website: This will majorly involve restructuring the layout. You must be proficient in modifying WordPress layouts. - Fine-tuning the booking form and product display: You should have a keen eye for details, as I want these elements to fit seamlessly into the new layout. - Implementing a grid layout: I fancy a clean, neat, and organized website space, hence a robust grid layout design should be established. Skills & Experience: - Proven WordPress theme and plugin customization experience - Exceptional design skills, with a good eye for colour, typography, and layout structuring - Proficiency in HT...

    $149 (Avg Bid)
    $149 Avg Bid
    210 bids

    ...SaaS platforms. - Understanding of the food industry and nutrition facts label consumers is a plus — UX/UI: Web & Mobile design — E-commerce design — Landing page design & Logo design — WordPress Websites — Web application / Mobile app (iOS and Android) — SaaS product design — Dashboard design — HTML / CSS Custom Websites — PSD to Bootstrap — Figma and Adobe XD designs — Brand and Product Design — ASP. NET & PHP Laravel Framework TOOLS that you also be expert at, and not limited to: — Adobe Photoshop — Figma — Adobe Illustrator — Adobe XD You'll have the creative freedom to construct an innovative and intuitive user experience. As we are still in the construction ph...

    $579 (Avg Bid)
    $579 Avg Bid
    105 bids

    ...Choose the class for which this task is intended. Grading: For each student: Assess them on each relevant aspect. Assign grades (e.g., A, B, C) Example: Task 1.1 - Short Story Analysis (Year 3) Assessed Achievement Standard Aspects: Listening and Speaking: They relate ideas; express opinion, preferences and appreciation of texts; and include relevant details. Reading and Viewing: They identify literal meaning and explain inferred meaning. Writing and Creating: They use text structures including paragraphs, and language features including compound sentences, topic-specific vocabulary and literary devices, and/or visual features. Additional Considerations User-Friendly Interface: Design should be intuitive for teachers. Reports: Ability for teachers and school leadership to gener...

    $368 (Avg Bid)
    $368 Avg Bid
    57 bids

    I am in need of a skilled Python programmer to create a desktop automation program for me. I have a node script that I want to convert to a python desktop application. This app is to sign XML files, send it to a server and receive the files authorized by the server. I need the code properly commented.

    $68 (Avg Bid)
    $68
    9 entries

    Creating an influential PowerPoint Infographic/Quote is my core goal. With a purpose to persuade potential clients, meticulous design is a necessity. Key deliverables: - Inclusion of graphs and charts to present facts, support arguments and reinforce the persuasive purpose. - Engaging and informative infographics to transfor...uniformity of colour. Mainly red, blue and white colours. The purpose of this is to provide 3-4 pages of company information for an automated quoting process in an infographic format. The colour scheme needs to be uniform and interesting to make an impression. I also need this to be in Powerpoint and in the size of an A4 page. This will ultimately be transferred to word so that I can use the XML functions and draw data from a database for certain parts of...

    $123 (Avg Bid)
    $123 Avg Bid
    72 bids

    I need a WordPress designer who can solve two specific issues. I need someone who knows how to use Elementor, Houzez Theme and CRM (with XML format) automatic imports. I require assistance with integrating specific functionalities: · Including a customized search page that allows users to filter by categories and provides advanced search options. · Implementing a customized template for automatic uploaded properties with a CRM (template is already designed). Key Requirements: - Strong experience in crafting business websites on WordPress - Proficiency in implementing a custom search page functionality - Expertise in strategizing advanced search options and category-based filtration - Elementor and Houzez Templates The ideal candidate will understand how to craft ...

    $121 (Avg Bid)
    $121 Avg Bid
    55 bids

    ...Concept curl --json '{ "media": {"tmp_name": "/WP_CONTENT_PATH/", "name": ""} }' Where BLOG_ID is the site Jetpack blog id. I cannot perform this POC because I don't have a public WordPress test site. To apply to this offer and assist me with this POC, you must have a WordPress test site of any version with XML-RPC enabled and accessible to the public so that you can connect Jetpack to your site. You need to download, install, and connect the vulnerable Jetpack plugin specifically version 11.7.1. These are references for understanding the vulnerability: - CVE-2023-2996: - WPScan Vulnerability Report:

    $33 (Avg Bid)
    $33 Avg Bid
    31 bids

    ...Concept curl --json '{ "media": {"tmp_name": "/WP_CONTENT_PATH/", "name": ""} }' Where BLOG_ID is the site Jetpack blog id. I cannot perform this POC because I don't have a public WordPress test site. To apply to this offer and assist me with this POC, you must have a WordPress test site of any version with XML-RPC enabled and accessible to the public so that you can connect Jetpack to your site. You need to download, install, and connect the vulnerable Jetpack plugin specifically version 11.7.1. These are references for understanding the vulnerability: - CVE-2023-2996: - WPScan Vulnerability Report:

    $31 (Avg Bid)
    $31 Avg Bid
    31 bids

    ...as if it were a view from the water. the second image is the style i would like the image to be converted into. This must be sketcked from a view from the ocean not an (aerial view). - Ideal Skills: Familiarity with abstract art and an understanding of geometric design principles are vital. You should have an excellent eye for detail, be creative and able to recreate an image in a unique, non-literal way. - Experience: Proven experience in digital design and previous work featuring geometric shapes and lines is highly desirable. Strong portfolio in creating abstract digital art would be an advantage. The end result should be a captivating presentation of the original image, showcasing your talent and skills in creating intriguing patterns and shapes. Time sensitivity is impo...

    $54 (Avg Bid)
    Guaranteed
    $54
    34 entries

    I am seeking an ASP .NET and Angular developer to create a comprehensive web application for an electricity billing system that will enable seamless customer and administrative experiences. Key Features: - Enable customers to create accounts, sign in and out of their account and recover forgotten passwords. - Create the ability for customers to check their billing history and track their usage. - Implements functionality for customers to pay their bills online. - Develop static pages like 'Home', 'About Us', and 'Contact Us'. These pages should be attractive with modern UI design and animations. - Add an administrative interface for administrators to manage customer profiles, including adding new customers, editing existing profiles, and viewing custo...

    $806 (Avg Bid)
    $806 Avg Bid
    26 bids

    I need to convert a small 25mb .bak file to csv/xml. This is a backup of MSSQLSERVER2016 (MS SQL Server)

    $31 (Avg Bid)
    $31 Avg Bid
    22 bids

    Task 1.1: Define a document parsing function Create a function parse_rcv1v2(stop_words, inputpath) to parse XML files in a folder. Implement steps to read XML files, extract docID and index terms, and create Rcv1Doc objects. Define a class Rcv1Doc with attributes like docID, terms (a dictionary of terms and their frequencies), and doc_len. Tokenize text, remove stop words, and apply stemming using the Porter2 algorithm. Define methods like getDocId() and get_term_list(). Task 1.2: Define a query parsing function Create a function parse_query(query0, stop_words) to parse a query string. Tokenize the query, remove stop words, and apply stemming. Return a dictionary of terms with their frequencies in the query. Task 1.3: Define a main function Implement a main function to t...

    $159 (Avg Bid)
    $159 Avg Bid
    15 bids

    ...He/she'll have to work with Esko Dynamic Content: For more info on 'esko dynamic content check our their training on their last version: ) Job description: 1. Based on a Excel sheet containing translation to a package label saying, the designer will have to generate: a XML file containing the different language version to be applied on the package. The Excel sheet will contain 5 languages (all written from left to right): - Portuguese - Spanish - English - Polish - Greek 2. Based on an existing trilingual AI artwork (sample attached) I'll share the designer will have to map the artwork with the correct placeholders for the label sayings in different languages sheet

    $117 (Avg Bid)
    $117 Avg Bid
    39 bids

    I am looking for a creative, fun, and colorful logo for an athleisure brand that caters to parents. The brand, PFIT Athleisure, provides durable, soft, and fashion...Here are some specific requirements: - Colors: The logo should primarily incorporate black and white. - Style: We want a playful and fun yet professional vibe. It should invoke the spirit of fitness and family without being too stark or clinical. - Symbol: The logo should subtly incorporate the concept of family, symbolizing our core target market. However, it should not feel overwhelming or too literal. The ideal designer for this project would have experience with athleisure or fitness brands, and a portfolio demonstrating the ability to create playful and fun designs. Proficiency in color theory would be an added ...

    $89 (Avg Bid)
    Guaranteed
    $89
    574 entries

    I’m seeking a skilled developer to convert my existing PortVB Desktop App into an iOS/Mac Desktop App. It a small tool that runs on a Windows PC and reads some flat XML files and inserts/updates a mySQL database. We need the same program to be able run on a iOS/Mac desktop. I have all the VB Project files/ Source code. - Skills in app development for iOS/Mac, ideally with previous experience in app conversion - Knowledge of data syncing, user authentication, and offline access, in case these features need to be incorporated - Familiarity with contacts management, communication, scheduling, calendar integration, and file/document management functionalities for potential focus areas - Creative design skills to potentially revamp the user interface and overall design of t...

    $621 (Avg Bid)
    $621 Avg Bid
    30 bids

    I need of code in Python (Selenium) to get information of product page of a marketplace. The method/function need receive the link of page, and the code must create a directory and save inside this directory, the video and images of product. Must create file (ex xml, csv) and save the title of product, description of product, price and discounted price when offered, basic information.

    $31 (Avg Bid)
    $31 Avg Bid
    50 bids

    A politicak campaign needs a logo depicting the city and the main candidiate for the election. "VOTE FOR EMA" "VOTE FOR KAPOMI" is a call to action logo for people to vote for the city and Kapomi the leader. I'm in need of a designer to create a unique and symbolic logo. The design should be a literal representation incorporating the map of EMA, which is a geographical location. The odea is to encourage people to vote for the city and the candidate. I want to see a creative blend of both. Tect would basically be Vote for Ema Vote for KAPOMI Map of Ema (attached) Fingerprint showing a checkbox denoting voting for Ema the city would be welcome. A human head showing KAPOMI would also be great. Kapo.i js abalck man so a black deoictiin The idea is to ca...

    $20 (Avg Bid)
    Guaranteed
    $20
    34 entries

    ...have a VBScript page that uses Classic ASP to query an SQL database with over 4000 entries. This is now causing loading issue due to the number of entries loaded into the web page. I require this page to be converted to JSON and save as a text file. The saved text file should then be loaded using AJAX and using JavaScript formatted for using Data Tables. I am also open to other ways that this can be achieved BUT DataTables is a MUST as all entries need to be loaded on the page and it MUST be written in VBScript. The current web page formatting and design details MUST remain the same. A copy of the page will be sent to the ideal candidate. No other data will be supplied. I'm looking for someone that has very good understanding of VBScript, Classic ASP, JSON and Java...

    $238 (Avg Bid)
    $238 Avg Bid
    79 bids

    I need a graphic designer who can generate fascinating and professional images for use on LinkedIn. These images should be sharp, engaging, and optimized for digital use. The goal is to integrate some Finite Element Analysis (FEA) effects into a photo taken from a real structure in plain nature to produce a GIF. like the picture in example attached. The job consists in applying a m...real structure in plain nature to produce a GIF. like the picture in example attached. The job consists in applying a mesh on the elements, choose 8 colors ranging from deep blue to dark red, apply them on the structure. Also rewright the following phrase with the font of lord of the ring : “One Model to rule them all, One Model to find them, One Model to bring them all, and in the computer bi...

    $135 (Avg Bid)
    $135 Avg Bid
    20 bids

    I need an expert Arabic translator with a solid understanding of Project Management and PMP to translate a 51-page document from English to Arabic. This is not just any kind of translation task, it demands: - Excellent knowledge of PMP terminologies, as it requires literal translation of technical terms - Expert understanding of the discipline of Project Management - Keeping the format and design exactly as in the original English document Hence, key skills for this project include: - Expert in Arabic translation - Strong background in Project Management and PMP - Proven track record of handling technical translations - Excellent attention to detail to maintain formatting and design consistency Your understanding of Project Management and PMP should be at an expert level and you...

    $165 (Avg Bid)
    $165 Avg Bid
    100 bids

    Looking for a SQL Expert who is good with Transact SQL, stored procedure and expert with MS SQL server. Task is related to trigger and XML and should hardly take one day to complete

    $113 (Avg Bid)
    $113 Avg Bid
    37 bids

    I'm in need of an experienced ASP.NET full-stack developer to provide job proxy from 7:30 pm IST to 2:30 am IST. (must have to work on client laptop wia screen sharing) Resource must have Knowledgeable of the ASP.NET framework, Microsoft SQL Server and design/architectural patterns (e.g., Model View-Controller (MVC)). Knowledge of web development languages, such as HTML, XML, CSS, JavaScript and AJAX. Experience with database servers, particularly Microsoft SQL Server 2016 or newer/ In-depth knowledge of the .NET infrastructure Experience with architecture styles/APIs (REST, RPC). Understanding of the Agile methodology. Knowledge of REST and RPC APIs. Strong communication and interpersonal skills with an ability to work well in a team setting. Advanced profici...

    $985 (Avg Bid)
    $985 Avg Bid
    61 bids

    I'm in need of a freelancer with expertise in XML and shipping logistics. The task involves generating textual shipping labels from XML data. The crux of the task includes: - Interpreting XML data - Generating labels exclusively containing package details Ideal candidates will have a solid background in XML data handling and shipping logistics, ensuring efficiency, accuracy, and compliance in label generation. Knowledge of industry standards for package details display on shipping labels is preferred. Your role will include interpreting XML data for relevant package details and converting this into a textual format for shipping labels. Please ensure you have the necessary skills before bidding.

    $29 (Avg Bid)
    $29 Avg Bid
    11 bids

    ...developer to create a solution that seamlessly integrates QuickBooks Point of Sale (POS) with Google Sheets. This project involves using the QuickBooks POS Software Development Kit (SDK) to retrieve data from QuickBooks POS, such as sales, inventory, and customer information, and then programmatically update a Google Sheet with this data. Requirements: Strong programming skills with experience in XML and COM. Experience with QuickBooks POS SDK and understanding of qbposXML for data retrieval. Proficiency in using Google Sheets API for creating, updating, and managing spreadsheets. Ability to implement robust authentication and authorization flows, particularly OAuth2 for Google Sheets API. Knowledge of data handling and transformation to ensure seamless data flow between QuickB...

    $655 (Avg Bid)
    $655 Avg Bid
    58 bids

    As a client, I am in search of a skilled Python developer with experience in XML parsing and handling database operations. I require a Python utility program to parse Talend jobs and determine source and target column details. Key Requirements: * Parse XML files - The Talend mapping file will be supplied in XML format. We're in need of someone fluent with Python's XML parsing libraries. * Extract information - The utility must be able to extract critical information including source and target table columns, as well as source and target databases. * Dynamic Output format - The extracted information must be formatted in CSV or potentially other formats. It should be flexibly designed as we will use this data to load into a database. * Database experti...

    $16 (Avg Bid)
    $16 Avg Bid
    8 bids

    I'm looking for a skilled graphic designer to create a logo for my business, "The Appliance Mom". The purpose of my business is to review all types of appliances for mothers and families, so the logo should reflect this core mission. Logo Details: - I prefer a literal style for the logo, as it should explicitly represent the nature of the business. - The color component of the logo should be green. It should be engaging and visually appealing. - The logo must incorporate images of appliances including a washing machine, refrigerator, and oven. Skills and Experience: - Proficiency in various design software - Strong portfolio reflecting past logo designs - Experience in branding and graphic design - High attention to detail and creativity - Good understanding of colo...

    $102 (Avg Bid)
    $102 Avg Bid
    94 bids

    I am looking for an experienced WP All Export plugin developer to customize my WP All Export custom XML feed. The changes involve adding an incremental ID attribute to image array elements and modifying the Kyero feed to suit my needs. See attached screenshot As this project requires specialized knowledge in WP All Export, I would appreciate it if freelancers with experience in WP All Export apply for this job.

    $32 (Avg Bid)
    $32 Avg Bid
    16 bids

    ...implementing the E-invoicing resolution, which includes generating the XML format in compliance with the Saudi Zakat, Tax, and Customs Authority (ZATCA) guidelines. The implementation is required in dotnet core 6 MVC project and involves two key documents: 1. ELECTRONIC INVOICE DATA DICTIONARY (19 May 2023): 2. ELECTRONIC INVOICE XML IMPLEMENTATION STANDARD (19 May 2023) : 3. the SDK tool to validate XML generated invoice: | password: 466277 4. sample invoice to work on: 5. code to continue on: branch name: main The implementation process should follow two distinct steps: 1. XML Format Invoice Generation (For Simplified invoice version only) 2. Validation

    $193 (Avg Bid)
    $193 Avg Bid
    13 bids

    Project Description: We are seeking a freelanc...send links effectively. Excellent communication and documentation skills. Additional Information: The chatbot operates with prompts in XML standard. We use the ChatGPT-4 language model. A spreadsheet with relevant links will be provided as part of the project. The chatbot's training database is formatted in Q&A. The platform used to develop the AI is Dify. How to Apply: Send your portfolio, highlighting previous projects related to chatbots or conversational AI. Include a description of how you would address the specific needs of this project to improve our chatbot's prompt engineering. Attachments and additional details, such as your experience with XML standards and specific AI models like ChatGPT-4, will be v...

    $183 (Avg Bid)
    $183 Avg Bid
    21 bids

    More details: What specific aspects of your profile would you like freelancers to rate? Profile picture What is your primary focus regarding your profile picture's feedback? Relevance to your profession Do you want feedback tailored to a specific role or industry you are targeting on your profile? Writing industry

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

    I'm seeking a professional with a knack for minimalist aesthetics to design an appealing and memorable logo for my project. The logo can be a combination of text and iconography – I'm not interested in a literal representation of a house or people in the logo, rather, I'd love to see a more subtle, conceptual approach. Below are the key elements for this job: * Design a minimalist, yet eye-catching logo. * Combine both text and icons in the logo. * Do not incorporate a house depiction or characters into the design, please. The logo should look like a five star resort logo - classy and not cheesy The home name is Bala Vista Ideal skills and experience: * Extensive experience in logo design and branding. * Prior work on minimalist logo designs. * A high deg...

    $136 (Avg Bid)
    Guaranteed
    $136
    1260 entries

    Looking for a proficient C# and .NET Framework developer to write a piece of code for QRCode generation and the signing process for XML generation of ZATCA Simplified Tax Invoice. Key Requirements: - The QR code will contain binary data. - The XML generation will be in a Standard XML format. Ideal Skills: - Extensive experience in C# programming and .NET Framework. - Familiarity with QR code generation and XML generation. - Knowledge in taxes or financial reporting is a plus but not mandatory. Your main task is to ensure the smooth and error-free generation of QRCodes and XML documents within our existing system. Please only apply if you are confident in your ability to deliver a high-quality solution. Prior experience with a similar process is ...

    $294 (Avg Bid)
    $294 Avg Bid
    11 bids

    ...life. The name « Big Basement » is also a bit of a pun. French is my first language and back in the early 2000s, my roommate and I worked together and always called each other « Gros Cave » which is basically « big idiot ». An Australian consultant working with us a lot wanted to know what we were calling each other like that all the time. We told him the meaning but also mentioned that one literal translation is « big basement ». Lo and behold a few weeks later and after a meeting, our friend the consultant refers to another member of the project saying: « That guy was a HUGE Basement! » (full Australian accent and all). Ever since, Big Basement has been the monicker f...

    $74 (Avg Bid)
    Guaranteed
    $74
    182 entries

    Hi everyone. We're opening an online company and we need a quality logo for our company. You'll find an attached PDF file where you'll find...purpose is to serve as a visual representation of our brand, thereby forming a significant part of our marketing strategy. - Our preferred aesthetic for the logo is contemporary. We envision something modern, fresh, and vibrant that communicates our brand's relevance in today's market. - Additionally, the logo should represent abstract elements. We're inclined towards a design that transcends the literal, capturing the essence of our brand in a unique, thought-provoking manner. Ideal candidates will have ample experience in contemporary design and a portfolio showcasing their ability to translate abstract conce...

    $5133 (Avg Bid)
    $5133 Avg Bid
    27 bids

    Title:...responsive one-page website using HTML, CSS, and JavaScript. Implement server-side logic using Node.js and Express. Use Angular for front-end web development. Integrate MongoDB to store user input data. Implement a payment integration system. Requirements: Proven experience as a Full Stack Developer or similar role. Knowledge of multiple front-end languages and libraries (e.g. HTML/ CSS, JavaScript, XML, jQuery). Experience with JavaScript frameworks (e.g. Angular, React, Node.js). Familiarity with databases (e.g. MongoDB), web servers (e.g. Apache), and UI/UX design. Excellent communication and teamwork skills. Great attention to detail. Organizational skills. An analytical mind. If you meet these requirements and are passionate about web development, I would love to hear...

    $199 (Avg Bid)
    $199 Avg Bid
    37 bids

    This project aims to generate a proof of concept application that demonstrates functionality and uses the Kotlin language. It will consist of three pages: - Page 1: Features buttons leading to the se...may have different statuses. This page will implement Jetpack Navigation, Data Binding, Retrofit, and Coroutines. - Page 3: Detailed view of an item clicked from the RecyclerView list. Other key aspects of the project include: Hilt for dependency injection, SOLID principles for design, MVVM for architecture, and XML for layout design. Ideal candidates should possess strong skills and experience with Kotlin, Jetpack Navigation, Data Binding, Retrofit, MVVM, Coroutines, and XML. They should also be familiar with SOLID principles and have a good understanding of Hilt for depe...

    $204 (Avg Bid)
    $204 Avg Bid
    10 bids

    I need an expert who can use the Pentaho tool for a data integration project. My main goal is data cleansing and transformation. Our data sources are diverse - we are dealing with relational databases, flat files, XML, JSON, and manual entry. The tasks include: - Data filtering - Data sorting - Data aggregation - Data validation - Creating dimension and fact tables The ideal freelancer should be skilled in Pentaho and have a solid background in handling various data sources (relational databases, flat files, XML, JSON). Familiarity with data transformation tasks, particularly creating dimension and fact tables, is key for this project. Experience in data validation is also crucial.

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

    I'm looking for a skilled professional who can help us enhance the security of our Azure AD B2C Custom policies by implementing client certificates. Key Requirements: - Basic configuration changes: We're not looking for advanced policy o...certificates is a must. - Ability to work with internal teams: Our internal team will be handling the lifecycle management of the certificates, so the freelancer should be able to collaborate effectively with our team. Skills and Experience: - Strong background in Azure AD B2C Custom policies and client certificates - Ability to implement basic configuration changes in Azure AD B2C - Experience in XML Language If you have the necessary experience and skills to meet our requirements, please provide a proposal detailing how you would ap...

    $565 (Avg Bid)
    $565 Avg Bid
    6 bids

    I'm looking for a talented logo designer who can create a fresh, modern logo for my cookie business. The logo should incorporate the following elements: - Colors: Specifically, I would like to see any or all of these colors Blue, Brown, Pink, Yellow, and Lavender used in the design. - Imagery: The logo should incorporate imagery of a cookie. This could be abstract or literal, as long as it communicates the nature of my business. Ideal skills for this job would include experience in modern design style and a good feel for color arrangement. I want the final output to be visually pleasing and to effectively communicate the nature of my business. With your skill and creativity, I'm expecting the logo to be unique and memorable. I look forward to seeing your interpretatio...

    $117 (Avg Bid)
    $117 Avg Bid
    96 bids

    I'm in need of someone to import XML files into WooCommerce as variable products. The XML files contain product data, which needs to be accurately translated and displayed in my WooCommerce store. The ideal candidate would have: - Expertise in WooCommerce and XML - Proven experience with product data import, specifically for variable products No special functionalities are needed for the product listings. However, quality is crucial, so attention to detail is a must. Your job is to ensure all product listings are imported correctly and displayed as variable products, with no errors.

    $57 (Avg Bid)
    $57 Avg Bid
    34 bids

    I am in search of an experienced Psychopy programmer who can precisely and efficiently design two moderately complex tasks revolving around episodic and perspective memory. The designated tasks are inspired by the models shared in an article provided previously. However, it is not compulsory to mimic the exact strategies used in the article. I am open to a blend of literal implementation and creative deviations that could potentially enhance the project's outcome. Skills Required: - Comprehensive knowledge and experience in Psychopy - Capability of designing moderately complex tasks - Flexibility and Creativity: Ability to blend the given concept with innovative alterations for improved results - Problem-solving: Ability to encounter and fix any obstacles that may ar...

    $617 (Avg Bid)
    $617 Avg Bid
    81 bids

    Convert csv file to xml based on existing sample

    $82 (Avg Bid)
    $82 Avg Bid
    1 bids

    ...Elements to Exclude: Human forms, weights/dumbbells, hearts, stars. - Color Preferences: Avoid pastel tones. - Undesired Concepts: Gender stereotypes, aesthetic focuses, new age philosophies. - Definition of a Well-Designed Logo: Easily identifiable, avoiding generic aesthetics. 3. Possible Design Directions: Dynamic and fluid approach. Abstract visual representation of body diversity (without being literal, without including bodies). Symbols of accessibility and inclusion. Modern and contemporary aesthetics. Creative use of movement and shapes. Distinctive and memorable style. === If you've read this far, please comment so that I can review your proposal with a smiley face :) === âž” The brand name is: Emilia Pérez âž” The slogan is: Movimiento para todxs === >...

    $68 (Avg Bid)
    Guaranteed
    $68
    446 entries

    More details: What type of data do you need to convert? Text data What is the desired output format for the converted text data? Excel spreadsheet Do you require any specific data manipulation or analysis within the Excel spreadsheet? Data sorting and filtering

    $25 (Avg Bid)
    $25 Avg Bid
    79 bids

    I need editable forms created in Adobe XML that can be opened in Adobe Acrobat for data entry. Key Requirements: - Data validations, including required fields and numeric format validation - Drop downs, radio buttons and creation of bar codes post submission Ideal Skills: - Proficiency in Adobe XML and Adobe Acrobat - Experience in creating interactive forms - Attention to detail for validation requirements - Prior experience with barcode creation in forms is a plus

    $297 (Avg Bid)
    $297 Avg Bid
    13 bids

    We are looking for ...Build features and applications with a mobile responsive design Write technical documentation Work with data scientists and analysts to improve software Requirements: Proven experience as a Full Stack Developer or similar role Experience developing desktop and mobile applications Familiarity with common stacks Knowledge of multiple front-end languages and libraries (e.g. HTML/ CSS, React, Node.js, XML, jQuery) Knowledge of multiple back-end languages (e.g. Python) Familiarity with databases (e.g. MySQL, MongoDB, AWS DynamoDB), web servers (e.g. Apache), and UI/UX design Develop & deploy applications on AWS Serverless services (Lambda, Step Functions, APIGateway) Excellent communication and teamwork skills Great attention to detail Organizational skills An a...

    $2148 (Avg Bid)
    $2148 Avg Bid
    44 bids

    I’m in search of a skilled API developer who can create a feature-rich PubMed API for a healthcare application I'm working on. The initial MVP is SaaS with advertising for the health consumer market. The ideal candidate will possess: - Expertise in API development - Experience with PubMed or similar platforms - Proficiency in JSON and XML for data format - Experience with Node/Edge Graph display for visual navigation This project is an implementation of Araicom's Associative Relevancy and other patents for knowledge domain frameworks and Perspectives for visualization, navigation, and curation of users, instances, and group networking. Specifically, I need the API to allow: - Search functionality - Retrieval of article metadata - Access to full-text a...

    $618 / hr (Avg Bid)
    $618 / hr Avg Bid
    119 bids

    ...with WooCommerce. This plugin must interface with three travel agency operators using an XML API. It should include a daily cron job set for a specific time to update travel packages, fully integrated with WooCommerce. This ensures that when a travel purchase is made, it verifies availability with the operator’s API before proceeding with the purchase. The plugin will manage travel packages from the backoffice but also needs to support a shortcode for frontend implementation, displaying a search and filters along with a listing. A similar plugin can be found at However, my requirement is slightly different, as it must utilize the operator’s XML API and confirm the package's availability with the operator before purchase, all while

    $705 (Avg Bid)
    $705 Avg Bid
    114 bids

    ...create a logo for my brand, StopDebt.US. The design concept should embody the literal meaning of the brand with "O" in STOP symbolizing a stop sign while beautifully accommodating "DEBT" within it. Key Details: - The design should be modern and carry a professional essence. - The primary color to be utilized in the design should be RED. - Although the sample logo exhibits STOP within the stop sign, I am expecting a unique creative twist. Ideal Experience & Skills: And ideal candidate for this job would possess: - Proven experience in designing unique and modern logos. - Strong portfolio showcasing a variety of typography skills. - Eye for detail and color understanding. - Ability to interpret brand identity into literal graphic designs. Bring ...

    $14 (Avg Bid)
    Guaranteed
    $14
    84 entries

    ...more than 15 SEO Specialist - Expert in all Platform/Store websites - Working through Google's Latest Algorithm - More than 850 Positive Reviews OUR SEO PLAN : A 1. Website Audit 2. Perfect Keyword Research and Targeting B: ADVANCE ON-PAGE SEO 1. Creation of Meta tags with your Brand keywords 2. Content optimization 3. Optimizing tags H1, H2, and H3 4. Fixing 404 errors 5. Creation of XML Sitemap 6. Keyword Density & Proximity 7. Alt / Image tags Optimization ..........17 MORE ACTIVITIES.......... C: QUALITY OFF-PAGE SEO 1. Article Submission 2. Press Release Submission 3. Classified Submission 4. Blog submission 5. Do Follow Blog Commenting 6. Forum posting 7. Social bookmarking ..........15 MORE ACTIVITIES.......... Chat with us to know about our...

    $171 (Avg Bid)
    $171 Avg Bid
    1 bids