Javascript xml array jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 javascript xml array jobs found

    I’m building a small, self-contained web application that lets travellers pick their seats and buy bus tickets without refreshing the page or calling a back-end. Your job is to deliver the complete front-end in vanilla HTML, CSS and JavaScript, persisting everything with LocalStorage so the booking survives a browser refresh. Core flow • Users land on a responsive seating layout and can choose several seats in one go. • A passenger form then collects name, contact details, ID proof and age for every seat. • When the form is submitted, the user is taken to a separate summary page that lists each seat, passenger data and the total price, all drawn from LocalStorage so it can be revisited or printed. Acceptance criteria • Seat map visually reflects avail...

    $286 Average bid
    $286 Avg Bid
    52 bids
    Urgent PHP Gold Price Scraper
    6 days left
    Verified

    I need a quick-turnaround PHP script that pulls the live gold price from three different publicly accessible websites (no authentication required). The current feed I rely on has gone down, so this will act as an immediate rescue solution. Key requirements • Parse each site’s HTML/JavaScript to extract the latest price. • Merge the three readings into one final value (average or last-in wins—whichever is fastest to implement). • Refresh the value every 30 seconds and write it to a variable or simple cache file I can echo anywhere on my site. • Code must be plain PHP (I edit in Notepad++), well-commented, and ready to drop into an existing page. Timing is critical: I need the working script delivered within 30 minutes of awarding the project....

    $22 Average bid
    $22 Avg Bid
    71 bids
    Urgent Website Update
    6 days left
    Verified

    ...delay. As soon as we start I’ll share the URL, admin credentials, and a concise change log that covers design tweaks, new feature hooks, and a few content swaps. Your job is to implement the lot quickly, cleanly, and without breaking anything that already works. You should be comfortable auditing an existing code-base, making front-end adjustments in responsive HTML5/CSS3, wiring up any small JavaScript or PHP logic that’s required, and pushing to production with zero downtime. If the site is on WordPress, Shopify, or another common framework, the same expectation applies—work within best practices so future edits stay straightforward. Deliverables • All requested changes applied and live • Layout fully responsive and cross-browser-tested (latest...

    $27 Average bid
    $27 Avg Bid
    43 bids

    ... As soon as each model replies, the agent writes a new row to my Google Sheet with these columns: timestamp, prompt, model name, full response, and any cost/latency data you can easily expose. 4. When all models have answered, the sheet shows a complete, side-by-side record that I can analyse for research purposes. Language and stack are flexible; pick whatever lets you move fast (Python, JavaScript or another option you prefer) as long as setup is straightforward and credentials remain secure. Deliverables: • Clean, well-commented source code • Setup guide for API keys, Sheet auth and local/cloud deployment • A demo Google Sheet pre-configured with the required columns • Brief read-me on how to add or swap LLM endpoints in the future Acceptan...

    $506 Average bid
    $506 Avg Bid
    118 bids

    ...straightforward: targets move across the screen, the player fires by clicking or by using a Sinden Lightgun, which the browser sees as a regular mouse cursor. Each successful hit adds to the score; a simple timer or limited-ammo mechanic will keep the rounds short and replayable. A clean HUD should show score, remaining shots or time, and a hit indicator. I’m happy to use your preferred HTML5 stack—vanilla JavaScript with Canvas, or a lightweight engine like Phaser or PixiJS—as long as load times stay minimal and the code is easy for me to tweak later. If you enjoy creating art, feel free to propose original cartoon assets; otherwise, let me know what you need from me and I’ll supply references. Deliverables: • Playable HTML5 game folder ready to dr...

    $232 Average bid
    $232 Avg Bid
    47 bids

    Project Description: We are building a multi-vendor eCommerce marketplace similar in structure to Flipkart and Amazon. We already have th...and Customer Frontend • Implement commission-based order system • Integrate payment gateway (Cashfree / Razorpay) • Implement returns, refunds, and RTO workflow • Build seller analytics dashboard (sales, orders, profit) • Improve UI/UX for a clean and modern eCommerce experience Required Skills: • PHP & Laravel • MySQL database management • API integrations (payments, logistics) • HTML, CSS, JavaScript • Experience with eCommerce systems Communication Requirements: • Weekly progress updates • Clear communication during development • Ability to collaborate closely with the...

    $523 Average bid
    $523 Avg Bid
    70 bids

    ...• Fully responsive design for desktop, tablet, and mobile devices • Clean and modern UI with a creative travel-focused aesthetic • Interactive trip cards for quick destination browsing • WhatsApp booking integration for instant communication • Optimized layout for fast loading and smooth navigation Pages Included • Home • About • Services / Trip Packages • Contact Technologies Used HTML CSS JavaScript Design Approach The website follows a mobile-first design strategy, ensuring excellent usability on smaller screens while scaling beautifully to larger devices. Special attention was given to spacing, typography, and color harmony to maintain a professional yet engaging travel experience. Performance • Lightweight structure &bull...

    $180 Average bid
    $180 Avg Bid
    118 bids

    Web Developer | Fast & Modern Websites for Businesses Web developer focused on building fast, clean and professional websites for small businesses and entrepreneurs. I specialize in creating sim...building fast, clean and professional websites for small businesses and entrepreneurs. I specialize in creating simple and effective websites that help businesses present their services clearly and attract new clients online. My approach focuses on: clean and modern design fast loading websites mobile-friendly layouts simple and intuitive navigation I work with technologies such as HTML, CSS, JavaScript and Python, creating responsive websites optimized for modern browsers and devices. I enjoy helping businesses build a strong online presence with websites that are both professional an...

    $19 / hr Average bid
    $19 / hr Avg Bid
    215 bids

    My Shopify store needs a shor...possible to speed initial load. • Create a new “Featured Products” section on the homepage that I can manage from Theme Editor. • Optimise image loading throughout the catalogue for faster page-speed scores. • Verify the add-to-cart button functions consistently across desktop, tablet and mobile. Tech stack in use: Shopify Online Store 2.0 theme, Liquid templates, HTML/CSS and a light layer of JavaScript. All changes must be done inside the existing theme so future updates remain straightforward. Deliverable A fully tested theme update pushed to my development branch, along with a concise changelog outlining each file touched. To be considered, please show past work that demonstrates similar Shopify theme customisations a...

    $144 Average bid
    $144 Avg Bid
    167 bids

    Project Description: This project is a responsive image slider created using HTML, CSS, and JavaScript. The slider allows users to navigate through multiple images using Previous and Next buttons. It is designed as a simple front-end component that can be used in websites such as portfolios, galleries, or product showcases. Features: Smooth image transition using JavaScript Previous and Next navigation buttons Displays images from a local project folder Shows a message “END” after the last slide Clean and simple user interface Technologies Used: HTML5 CSS3 JavaScript Project Purpose: This project demonstrates basic front-end development skills including DOM manipulation, event handling, and layout design. It is suitable for beginners learning web...

    $14 Average bid
    $14 Avg Bid
    67 bids

    My site already shows a gold price widget, but the page I was scraping has changed, so the figure is now frozen. I only need ...roughly once a minute; feel free to suggest a lightweight in-memory or file cache so we don’t hammer the remote host. Hand over: • A short PHP function that: – Requests the page with cURL or file_get_contents – Parses out the price reliably (DOMDocument, XPath, or a concise regex—whatever is most stable) – Returns the numeric value ready for echoing or JSON output • A sample cron entry (or JavaScript fallback) showing how to call it every 10 seconds • One or two commented lines indicating exactly where I replace my old code. Keep the code clean, with no external dependencies other than standard PHP ext...

    $22 Average bid
    $22 Avg Bid
    39 bids

    I need some well-experienced engineers, project managers, and sales representatives who can quickly build a pipeline of qualified candidates for several open positions at ReliaQuest. The most urgent vacancies are • Software Engineers skilled in Python, JavaScript, React and Node • Cybersecurity Analysts & Security Engineers • DevOps & Cloud Engineers with solid AWS, Azure or GCP exposure • Tech-focused Sales Representatives • Digital Marketers with a data-driven mindset • Project Managers who can bridge business and engineering teams You’ll own the full recruiting cycle: targeted sourcing, first-round screening, interview coordination, and offer management. Success means presenting shortlisted, interview-ready candidates for ...

    $34413 Average bid
    $34413 Avg Bid
    18 bids

    I’m ready to start publishing articles on / new-homepage and need a full blog installed on my server. The site itself is a straightforward HTML + JavaScript build; whatever platform you recommend must slip neatly into that existing template so the blog pages look identical to the rest of the site—header, footer, colours, typography, everything. * My idea of using existing blog is GHOST or Hashnode or Gatsby Platform & stack * No WordPress please and no php code * Only go code or javascript * DB or no DB, I got no preference here. Just * I got no cpanel. must work on plain vps • it is open-source and actively maintained, tho I am open to custom. but u have to make features I want. So its better to use existing winners. • it gives me a secure b...

    $37 Average bid
    $37 Avg Bid
    135 bids

    ...integrations or custom code that improve conversion. If a more robust ticketing or support section is the right answer, I’m happy to explore it. • Content updates – Replace dated copy and imagery with persuasive, on-brand assets. I will supply raw product photos and baseline messaging; you refine and implement. Deliverables – Responsive, cross-browser-tested theme files (Liquid, HTML/CSS, JavaScript) – Updated templates for homepage, product pages, and checkout steps – Installed or custom-built features that meet the functionality goals – All new content uploaded, formatted, and live – A brief hand-off guide so my team can manage minor edits moving forward Acceptance criteria 1. The store passes Shopify’s theme ...

    $445 Average bid
    $445 Avg Bid
    216 bids

    ...stays intuitive. Here’s what I’m looking for you to deliver: • A fresh WordPress install on my hosting (or migration if you prefer to build off-site first). • Custom service-listing section with room for images, descriptions, and clear calls to action. • Branded contact form that triggers an email notification and stores entries in the dashboard. • Basic on-page SEO setup (titles, meta, XML sitemap) so I can rank locally from day one. • Security hardening and speed optimisation (caching, image compression, SSL ready). Once the structure is in place, I’ll supply copy and any brand assets you need. If you have previous examples of service-oriented WordPress builds, please share a link so I can gauge design style and usability...

    $165 Average bid
    $165 Avg Bid
    221 bids

    ...page must feel fresh and distinct yet keep a consistent, modern-and-sleek aesthetic that aligns with the rest of the site. Primary objectives are clear: drive immediate sales and shine a spotlight on new product lines. To hit those targets, the pages have to be visually engaging, quick to load, and frictionless to shop on any device. Scope of work • Customise or extend the current Odoo theme (XML/QWeb, SCSS, JS) so the new layouts slot in cleanly without breaking existing pages. • Design responsive sections for banners, product grids, promos, and dynamic calls-to-action. • Integrate all copy, images, and pricing rules directly in the website builder and ensure they sync with the product database and inventory rules. • Configure any category-specific ...

    $564 Average bid
    $564 Avg Bid
    172 bids

    My site used to rank on page one and I want it back there. The immediate priority is to tighten...visitors moving and reduces bounce. • Create roughly twenty suburb-focused landing pages and fold the same suburbs naturally into key existing pages, so potential customers in each local area find us quickly. • Optimise every new and updated page for search: titles, meta descriptions, H-tags, image alts, schema where helpful, and clean URL slugs. • Once changes are live, submit an updated XML sitemap and see that everything is indexed correctly. I am happy to provide direct access to the CMS and any existing keyword research. Final acceptance will be based on functional navigation, clean on-page SEO, and no crawling errors reported in Search Console.

    $92 Average bid
    $92 Avg Bid
    219 bids

    ...optimize, and improve application performance and reliability. Tech Stack (Experience with some — not necessarily all — of the following is expected.) Frontend: React React Native HTML5, CSS3 JavaScript / TypeScript Backend: Node.js (NestJS or Express) REST and/or GraphQL APIs Database: PostgreSQL (or other relational databases) ORM tools (Prisma, Sequelize, TypeORM, etc.) DevOps & Tools: Git & GitHub CI/CD pipelines Cloud platforms (AWS, GCP, or Azure) What We’re Looking For: - 3+ years of professional experience as a Full Stack Software Engineer. - Strong proficiency in JavaScript/TypeScript. - Experience building and deploying production applications. - Solid understanding of frontend and backend architecture. - Familiarity with databas...

    $16 / hr Average bid
    $16 / hr Avg Bid
    121 bids

    ...forward the code keeps moving the stop as the position grows so I can step away and let it run. Key points • Platform: Tradovate (web or desktop; either works as long as the solution plugs straight into my account). • Logic: trail the stop at specific dollar profits. The increments will vary from trade to trade, so I want the values to be editable in a quick parameters panel or a simple JSON/CSV array. For example, I might tighten the stop by $50 on one setup and by $120 on another without having to rewrite code. • End-game: once the gross profit target I define is reached, the stop keeps locking in gains until price reverses and closes the position, or it can optionally exit the trade immediately—happy to follow whichever is simpler inside Tradovate&rsqu...

    $586 Average bid
    $586 Avg Bid
    141 bids

    My Elementor-built WordPress site on Hostinger is live, yet it still doesn’t surface in Google—no pages show up in the results at all. A sitemap hasn’t been submitted, and Search Console is not connected yet. I only need the indexing side handled; please leave broader SEO settings untouched. Here’s what I need you to do: • Verify the domain in Google Search Console • Generate and submit an XML sitemap • Diagnose and clear any crawl or coverage errors blocking indexation • Request indexing and confirm the pages become visible in Google’s results (a simple “site:” check or equivalent proof is fine) When you reply, include: • Brief details of your past WordPress + Search Console fixes for sites that weren&rsquo...

    $24 Average bid
    $24 Avg Bid
    118 bids

    ...real photos**. **Project Features:** * Image upload from computer (max **10MB** limit) * AI model analyzes the image using a **pretrained detection model** * Result displayed within **3–5 seconds** * Shows **AI Probability Score (0–100%)** * Final result: **AI Generated or Real** * Simple **report page with uploaded image preview and results** **Technology Stack:** * **Frontend:** HTML / JavaScript or React (clean and simple UI) * **Backend:** Python with **FastAPI** * **AI Model:** Pretrained model from **HuggingFace or similar** * **Deployment:** Render (backend) + Vercel (frontend) **Deliverables:** * Fully working AI image detection website * Clean and documented source code * Deployment setup and support Currently, the project will focus **only on image de...

    $359 Average bid
    $359 Avg Bid
    1 bids

    I need a lightweight scraper built with that can crawl a handful of local store websites and extract their full inventory—product names, SKUs, stock levels, and prices—and then export everything to a single, clean CSV file. The stores do not run on Shopify, Amazon, or eBay, so the solution has to be flexible enough to work with custom-built fronts: think basic HTML, a couple of JavaScript-driven pages, and the usual pagination quirks. You are free to use any Node-based scraping utilities you like (Puppeteer, Playwright, Cheerio, Axios, etc.) as long as the final workflow is triggered from a API route or script and runs reliably on a standard VPS. Key points I care about • Accurate, duplicate-free capture of every item in stock • Graceful handling of p...

    $137 Average bid
    $137 Avg Bid
    173 bids

    ...real photos**. **Project Features:** * Image upload from computer (max **10MB** limit) * AI model analyzes the image using a **pretrained detection model** * Result displayed within **3–5 seconds** * Shows **AI Probability Score (0–100%)** * Final result: **AI Generated or Real** * Simple **report page with uploaded image preview and results** **Technology Stack:** * **Frontend:** HTML / JavaScript or React (clean and simple UI) * **Backend:** Python with **FastAPI** * **AI Model:** Pretrained model from **HuggingFace or similar** * **Deployment:** Render (backend) + Vercel (frontend) **Deliverables:** * Fully working AI image detection website * Clean and documented source code * Deployment setup and support Currently, the project will focus **only on image de...

    $359 Average bid
    $359 Avg Bid
    1 bids

    ...modular UI screens using HTML5 and TailwindCSS. If required, Vanilla JavaScript may be used for UI interactions. The UI will later be converted into React / components by our developers. Project Model: This project will be executed on a per-screen basis. The number and type of screens will be shared during task allocation. Screens may include layouts such as: informational pages content pages FAQ style pages form based screens listing style layouts The developer will be responsible for building clean UI layouts that are easy to integrate into our application. Requirements: Production-ready HTML5 + TailwindCSS UI screens Responsive design compatible with desktop, tablet and mobile devices Minimal Vanilla JavaScript for UI interactions if needed Clean and modular HTML...

    $82 Average bid
    $82 Avg Bid
    36 bids

    I need an expert in genomic data analysis, specifically with SNP array data and GEBV modeling. Tasks include: - Data preprocessing and quality control - Statistical analysis and modeling - Visualization of results Ideal skills and experience: - Proficiency in bioinformatics tools and software - Strong background in statistics and modeling - Experience with SNP array data and GEBV modeling - Ability to create clear, informative visualizations Looking for someone detail-oriented and experienced in handling complex genomic datasets.

    $21 / hr Average bid
    $21 / hr Avg Bid
    39 bids

    Our engineering organization is doubling down on shift-left quality, and the next milestone is a fully automated test suite that lives alongside the codebase and runs on every commit. The work spans strategy, hands-on coding, and mentorship. You will craft an automation framework in Selenium, writing suites in Python, Java, and JavaScript—whichever language best fits each micro-service. Functional coverage comes first, followed quickly by performance scenarios that exercise real-world concurrency and data volumes. Each suite must plug into our existing CI/CD pipeline so that failures block the build and generate actionable reports for developers inside their pull requests. Key targets include: • Converting current manual regression cases into reliable Selenium scripts...

    $138 Average bid
    $138 Avg Bid
    82 bids

    ...Authentication and Role-Based Access Control Admin Dashboards and Employee Management Systems E-commerce Websites Portfolio and Business Websites Database Design (MySQL and MongoDB) Bug Fixing and Performance Optimization Design Skills UI/UX Design Canva, Photoshop, Illustrator Website Redesign Landing Page Design WordPress and Shopify Customization Technical Skills HTML5, CSS3, JavaScript React.js Node.js MongoDB MySQL Tailwind CSS Bootstrap WordPress Git and GitHub...

    $10 / hr Average bid
    $10 / hr Avg Bid
    43 bids

    ...project objectives are met on time. · Optimize websites for speed and user experience across all devices and browsers. · Adhere to best practices for site security. · Document your work and maintain a systematic approach to site updates and feature rollouts. What We’re Looking For · Proven WordPress development experience, with and without page builders. · Proficiency in core PHP, HTML, CSS, JavaScript, and MySQL. · Deep understanding of WordPress architecture, theme and plugin customization. · Strong problem-solving abilities and a meticulous eye for detail—no bug too small! · Ability to juggle multiple projects and priorities with tight deadlines. · Excellent communication (English) and teamwor...

    $1004 Average bid
    $1004 Avg Bid
    197 bids

    I already have a completed website design. I need a Shopify developer to recreate (clone) this website on Shopify so it looks as close to the original as possible. The developer should convert the design into a custom Shopify theme using Liquid, HTML, CSS, and JavaScript. The layout, sections, and animations should match the existing website. The final store must be fully responsive and allow me to easily add and manage products. Please apply only if you have experience building or customizing Shopify themes with Liquid.

    $88 Average bid
    $88 Avg Bid
    68 bids

    ...animations and dynamic, data-driven interactive infographics that explain who we are and what we do. These interactions need to feel intuitive and refined, not gimmicky. Visual style Think high-end boardroom rather than playful arcade: restrained colour palette, crisp typography and measured motion that reinforces credibility. Technical expectations • Build the full front end (HTML5, CSS3/SCSS, JavaScript, WebGL or ). • Optimise all 3D assets for fast loading without sacrificing detail. • Ensure seamless performance in the latest versions of Chrome, Safari, Edge and Firefox, plus responsive behaviour on mainstream tablets and phones. • Integrate with our existing CMS or provide a lightweight admin panel so our team can update text and imagery without t...

    $156 Average bid
    $156 Avg Bid
    186 bids

    I need an accurate and professional electrical wiring diagram for my installed DIY grid-tied solar array system. The deliverables should include: - Service panel connections - Grounding schedule - Details required for electrical inspector approval This involves solar panels and an inverter, so experience in designing layouts and knowledge of local inspection requirements is essential.

    $429 Average bid
    $429 Avg Bid
    53 bids

    ...in the static files—your task is to mirror that work inside the portal architecture so the look and feel remain identical while gaining live functionality. The build will sit on Fusebase (experience here is a definite plus), and the final dashboard must support real-time updates so data can refresh without a full page reload. You are free to select the most efficient implementation path—plain JavaScript modules, React, or another lightweight layer—so long as the result plugs neatly into Fusebase and performs smoothly. Timing is critical: the work has to happen in the next few hours, ending with a portal-ready bundle I can drop straight into production. Acceptance criteria • Visual match: every component mirrors the source HTML/CSS pixel-for-pixel. &b...

    $13 / hr Average bid
    $13 / hr Avg Bid
    75 bids

    ...js backend and need a clean, production-ready module that handles straight-forward payment processing. The service must accept credit/debit cards, digital wallets, and bank transfers through AirPay’s API, expose clear endpoints for initiating a charge, capture the asynchronous callback, and return the final transaction status to the frontend. The codebase is an Express app written in modern JavaScript. Please wire the AirPay SDK (or raw REST calls if you prefer) into a dedicated service layer, include middleware for request validation and error handling, and document every environment variable or secret the system requires. Unit tests covering happy-path and typical failure scenarios are essential, and I’ll run test credentials in a sandbox before signing off. Deliv...

    $37 Average bid
    $37 Avg Bid
    17 bids

    ...ChatGPT, Perplexity, Gemini and similar LLM-powered tools. Scope of work • Re-architect the site so that mobile responsiveness, lightning-fast load times and airtight HTTPS encryption are baked in from day one. • Overhaul URL structure and internal linking to create a clean, logical hierarchy that search algorithms can parse quickly. • Embed technical SEO best practices (structured data, XML sitemaps, canonical tags, etc.) to maximise traditional SERP visibility while also surfacing concise, context-rich answers for AI search agents. • Preserve the authority of existing content but reorganise it into a navigation model that guides visitors naturally toward calls to action. • Implement monitoring hooks so Core Web Vitals, crawl errors and index ...

    $467 Average bid
    $467 Avg Bid
    254 bids

    I already have a thorough business plan and detailed financial...roll-out speed, tariff changes, and capex variations without breaking formulas. Speed matters—I’d like a working first pass right away and a polished version soon after, so build with transparency: no hard-coded numbers buried in formulas, labelled ranges, and consistent formatting that makes later edits painless. If you’re fluent in Excel power tools such as Power Query, Data Tables, and dynamic array functions, you’ll have exactly what I’m after. Deliver the .xlsx file, clearly commented, with a brief read-me describing sheet structure and key driver cells. I’ll review by checking that every assumption rolls through to the dashboard, all graphs refresh correctly, and ROI shif...

    $48 Average bid
    $48 Avg Bid
    16 bids

    ...clean coding practices • Be able to explain technical concepts clearly in English • Be confident in technical discussions and collaborative problem solving Good communication is very important because many projects involve working with international teams and clients. Preferred Technical Stack Experience in one or more of the following areas is preferred: Frontend React TypeScript JavaScript Backend Node.js Python Django Flask Express Other Skills PostgreSQL, MongoDB, MySQL Cloud platforms (AWS, Azure, or GCP) REST APIs System design and scalable backend systems Experience with AI tools or LLM-based development is also a plus. Responsibilities • Collaborate on software development projects • Participate in technical discussions and syste...

    $33 / hr Average bid
    $33 / hr Avg Bid
    194 bids

    ...and style: • Homepage • About • Programs (pricing displayed clearly) • Results (before / after gallery) • Application Form Key functionality I expect out of the box: • Fully responsive layout and fast load times • Section for embedded video testimonials • Floating WhatsApp chat button tied to my business number • Basic on-page SEO setup (titles, meta, schema, image alt tags, XML sitemap) • Overall design that feels premium—clean lines, strong typography, fitness-focused imagery Acceptance criteria for hand-off: • WordPress admin login with theme, child theme, and all plugins documented • Dummy text replaced by my supplied copy and images (I’ll provide assets on day 1) • Prog...

    $235 Average bid
    $235 Avg Bid
    109 bids

    ...will be paid specify in your bid how will you complete it end (language/applications) end (language/applications) requirement SEO minimum (advanced front end back end like react, vue, Angular to be added in the design) You’ll handle the complete workflow: high-fidelity UI/UX mock-ups, front-end implementation with modern HTML5, CSS3, and JavaScript (React, Vue, or similar), and a secure back-end in the language or framework you are most comfortable with—PHP/Laravel, Node, or Django are all acceptable. The finished site should load quickly, look crisp on every screen size, and be easy for my team to update through a straightforward admin panel. Deliverables • Final responsive website deployed on my hosting • Source code in a private

    $3 / hr Average bid
    $3 / hr Avg Bid
    66 bids

    **Task Description:** We are developing a Selenium-based automation tool and need a **JavaScript stealth patch specifically optimized for Microsoft Edge (Chromium)**. The goal is to make the automated browser appear **as close as possible to a normal real user browser** when checked on fingerprinting test sites. **Requirements:** 1. Create a **JavaScript stealth patch** that can be injected using Selenium CDP: ```python driver.execute_cdp_cmd("", {"source": JS_PATCH}) ``` 2. The patch should help ensure that on fingerprint testing sites such as: * PixelScan * BrowserScan * similar browser fingerprint check tools the browser appears **natural and not flagged as automated**. 3. The patch should address common automation signals including (but not lim...

    $63 Average bid
    $63 Avg Bid
    14 bids

    ...toward contacting the company. ⸻ SEO Content (Dutch) All content must be written in natural Dutch language and optimized for Dutch Google searches. Each page must include: • correct heading structure (H1 H2 H3) • SEO optimized content • internal linking between pages • natural keyword usage ⸻ Technical SEO Requirements The freelancer must also configure the technical SEO basics, including: • XML sitemap • correct indexing settings • SEO plugin setup (RankMath or Yoast) • SEO titles and meta descriptions • proper URL structure • fast loading pages • mobile optimization • internal linking structure The website must be ready for Google indexing. ⸻ Conversion Focus The website should guide visitors through a cle...

    $188 Average bid
    $188 Avg Bid
    199 bids

    I want a lightweight bot that mirrors the feel of Study Lion yet focuses squarely on running and moderating study groups. It has to live on both my Discord server and our Slack workspace, sharing the same database so memb...include: • Source code with clear setup instructions • Step-by-step deployment guide for Discord and Slack (bot tokens, scopes, event subscriptions) • A concise README showing where to add new language files and how to switch the default language • Confirmation that simultaneous users on both platforms sync correctly for group membership and session status Keep the stack straightforward—JavaScript/TypeScript with Node, or Python if you prefer—so I can maintain it later. Once it’s running smoothly on my test servers, ...

    $10 Average bid
    $10 Avg Bid
    9 bids
    Website Speed Boost -- 2
    5 days left
    Verified

    ...• Achieve page load time below 3 seconds on mobile and desktop • Improve Google PageSpeed Insights, Core Web Vitals, and Lighthouse scores • Optimize website for better user experience and search engine performance • Ensure smooth performance without affecting design or functionality Scope of Work • Image optimization and next-gen format implementation (WebP/AVIF) • Minification of CSS, JavaScript, and HTML files • Browser caching and server-side caching configuration • Lazy loading for images and videos • Removal of unused scripts and code optimization • Database optimization (if applicable) • CDN integration (if required) • Hosting and server performance optimization • Core Web Vitals improvement (LCP...

    $28 Average bid
    $28 Avg Bid
    27 bids

    ...polished online presence that presents my work as a full-stack developer in a clear, business-oriented style. I need a responsive portfolio site that loads quickly, is easy to maintain, and reflects a professional, corporate look from typography to color palette. Core stack I’m comfortable with (and expect you to leverage unless you have a compelling alternative) is HTML5, CSS3, Bootstrap, modern JavaScript or jQuery on the front end, with either PHP or Node.js on the back end and a small MySQL database for dynamic content. The finished site should include: • Contact form (server-side validated and spam-protected) • Project showcase with filterable gallery and individual case-study pages • Lightweight blog section that lets me publish updates without ...

    $17 / hr Average bid
    $17 / hr Avg Bid
    266 bids

    ...or under-performing. The cadence is strictly on an as-needed basis, so I’m looking for someone who can respond quickly and slot small, urgent fixes or larger overhauls into their schedule without fuss. Most of the sites run on WordPress, with a handful of static HTML pages, so you should be comfortable navigating a typical CMS, tweaking themes, configuring plugins, and touching up CSS or JavaScript. Basic SEO awareness, cross-browser testing skills, and an eye for clean, mobile-friendly design will help you shine in this role. Deliverables each time I request work: • Updated copy or new blog posts published and formatted correctly • Visual changes live and verified on desktop and mobile • New or improved functionality deployed without breaking exis...

    $20 / hr Average bid
    $20 / hr Avg Bid
    161 bids
    Dynamic PDF Form Buttons
    5 days left
    Verified

    ...in Adobe Acrobat and now need a bit of JavaScript magic added. In eight separate sections of the file I want two small buttons dropped in: • “Add More” – when clicked it should instantly duplicate or reveal an additional set of the existing text fields in that section so the client can keep typing without limits. • “X” – a simple undo companion that removes the most recently added set of text fields, keeping the form tidy. No conditional logic is required; the actions are straightforward add or delete. Each button pair will always work on text fields only, and nothing else in the document should be affected. Deliverables I’d like from you: 1. The updated PDF with fully functioning buttons in all eight locations. 2. Source...

    $22 - $183
    Sealed
    $22 - $183
    28 bids

    ...settings via long-press. Navigation: A clean "Settings" or "Advanced" icon to transition to the secondary page. Screen 2: Specialist Options & Sensors This page houses technical controls to keep the main dashboard clean. Endo Mode Toggle: A specialized switch for activating the secondary/Endo lighting system. Proximity Sensor Master: A toggle to enable or disable the touchless infrared sensor array. System Status Indicators: Minimalist icons showing the state of the 7-channel PWM system and sensors. Navigation: A "Home" or "Back" icon to return to the main dashboard. Technical Requirements & Interaction States For every button and interactive element, I require three distinct visual assets: Idle State: The default button app...

    $211 Average bid
    $211 Avg Bid
    25 bids

    Freelance Developers Needed (Python + HTML/XHTML) — ePub Workflow Automation We’re an eBook production team looking to automate parts of our ePub pipeline (ePub 3). We need developers who can build reliable scripts/tools that reduce manual editing, improve QA, and speed up turnaround. Must-have skills Strong Python Strong HTML / XHTML (clean, standards-compliant markup) Comfort with XML, regex, and text processing Experience working with ePub 2/3 structure (OPF, NCX, XHTML, CSS) + validation (epubcheck) is a big plus Git + clear documentation Typical automation tasks Batch clean-up and normalization of XHTML/CSS Automated insertion/verification of page breaks, links, TOC, metadata QC scripts (missing tags, invalid nesting, broken links, image checks, etc.) Generat...

    $247 Average bid
    $247 Avg Bid
    33 bids

    ...permissions stay intact. Finally, a few core features need refinement (for instance, improving the job expiry logic and tightening the search filters). I want this done in a way that keeps the plugin update-safe, ideally via hooks, filters, or a small companion plugin rather than edits to core files. Timeline is ASAP, so I’d like someone comfortable jumping straight into PHP, WordPress hooks, MySQL, JavaScript, and a splash of CSS/Sass. I will give you access to a staging site the moment we start; once the work passes testing there, we’ll push to production. Deliverables: • Revamped admin dashboard layout (HTML, CSS, JS, PHP templates) • Added features fully functional and tested • Updated or overridden functions for modified features, documented...

    $552 Average bid
    $552 Avg Bid
    38 bids

    My Elementor-built WordPress site on Hostinger is live, yet it still doesn’t surface in Google—no pages show up in the results at all. A sitemap hasn’t been submitted, and Search Console is not connected yet. I only need the indexing side handled; please leave broader SEO settings untouched. Here’s what I need you to do: • Verify the domain in Google Search Console • Generate and submit an XML sitemap • Diagnose and clear any crawl or coverage errors blocking indexation • Request indexing and confirm the pages become visible in Google’s results (a simple “site:” check or equivalent proof is fine) When you reply, include: • Brief details of your past WordPress + Search Console fixes for sites that weren&rsquo...

    $17 Average bid
    $17 Avg Bid
    33 bids

    ...token Decode and display the JWT header and payload Display token expiration time and indicate whether the token is expired Basic validation checks (expiration, algorithm used, missing claims, etc.) Option to verify the token signature if a secret key or public key is provided Technical Requirements: Use Node.js / Express or a similar backend Simple frontend (React, Vue, or plain HTML/JavaScript is fine) Use a reliable JWT library such as jsonwebtoken Code should be clean and easy to understand Deliverables: A working web page where users can paste and analyze a JWT token Clear project structure Short instructions on how to run the project locally This is a small project, so the solution does not need to be overly complex. The focus is on functionality and clean imp...

    $27 Average bid
    $27 Avg Bid
    79 bids