The ultimate guide to hiring a web developer in 2021
If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
jQuery / Prototype is an open source, Javascript library that is designed to help simplify the process of writing and managing code. It is a popular library that enables developers to use pre-coded components, such as adding animations, interactivity, and even AJAX through plugins. With jQuery / Prototype, a dedicated jQuery Developer can easily create powerful web applications that can be tailored to suit the needs of the client without having to write much extra code.
Here's some projects that our expert jQuery Developer made real:
Our expert jQuery Developers have been able to make all sorts of projects come alive in our clients’ websites. Whether it's customization of components like sliders or creating complex web applications with tailored AJAX requests - a good jQuery Developer can help make your website come to life. If you've got a project for us to tackle, we'd love to hear it. Post your project on Freelancer.com today and hire a dedicated and talented jQuery Developer from our community.
De 250,985 opiniones, los clientes califican nuestro jQuery Developers 4.9 de un total de 5 estrellas.jQuery / Prototype is an open source, Javascript library that is designed to help simplify the process of writing and managing code. It is a popular library that enables developers to use pre-coded components, such as adding animations, interactivity, and even AJAX through plugins. With jQuery / Prototype, a dedicated jQuery Developer can easily create powerful web applications that can be tailored to suit the needs of the client without having to write much extra code.
Here's some projects that our expert jQuery Developer made real:
Our expert jQuery Developers have been able to make all sorts of projects come alive in our clients’ websites. Whether it's customization of components like sliders or creating complex web applications with tailored AJAX requests - a good jQuery Developer can help make your website come to life. If you've got a project for us to tackle, we'd love to hear it. Post your project on Freelancer.com today and hire a dedicated and talented jQuery Developer from our community.
De 250,985 opiniones, los clientes califican nuestro jQuery Developers 4.9 de un total de 5 estrellas.Our existing C# / ASP.NET (non-Core) portal receives SMS data via TextLocal India, which is now shut down. We need to switch to a new SMS provider (Twilio or similar) only for inbound SMS. Your Task: - Replace the existing TextLocal inbound SMS webhook with the new provider’s webhook. - Map the new SMS payload to our existing message-handling function (so no other part of the system changes). - Ensure all incoming SMS messages continue to be stored in the same database tables. - Test and confirm at least one successful inbound SMS in our staging environment. - Provide a brief setup guide (keys, configs, webhook URL, IIS/Plesk notes).
I run 300 separate businesses and I need a single “Contact All” button that I can embed on my Freelancer.com profile or project pages. The moment someone clicks it, they should be taken straight to one clean, fast-loading webpage that lists the full contact details for every business I own. Here’s what I’m after: • A small, copy-and-paste HTML/JavaScript snippet that renders an attractive, clearly-labelled button. • A single landing page (responsive, lightweight) that displays the 300 sets of contact details in an easy-to-scan format. Think simple cards, modal accordion, or another space-saving layout—whatever keeps load times snappy and the data readable. • All contact data will be supplied by me in CSV or spreadsheet form; you handle th...
The word-by-word highlighting in my web player must stay perfectly in step with the French voice-over so users can comfortably follow the text. Right now everything works until 1815 is read aloud, then the audio keeps going while the highlight stalls on the wrong words. You can reproduce it easily: upload the provided .txt file, choose French, hit Play and watch what happens after "1815". I need the underlying timing logic cleaned up so every single word continues to light up at the exact moment it is spoken all the way to the end. Deliverables: • the updated timing file or code module • a brief note describing what caused the drift and how you resolved it • a quick screen-capture (or hosted demo link) proving that per-word highlighting stays accurate for th...
The word-by-word highlighting in my web player must stay perfectly in step with the French voice-over so users can comfortably follow the text. Right now everything works until 1815 is read aloud, then the audio keeps going while the highlight stalls on the wrong words. You can reproduce it easily: upload the provided .txt file, choose French, hit Play and watch what happens after "1815". I need the underlying timing logic cleaned up so every single word continues to light up at the exact moment it is spoken all the way to the end. Deliverables: • the updated timing file or code module • a brief note describing what caused the drift and how you resolved it • a quick screen-capture (or hosted demo link) proving that per-word highlighting stays accurate for th...
I need two interactive stamps built for Bluebeam Revu that helps my team track progress directly on PDF drawings. The stamp must automatically fill in the current date in the designated text boxes (one for each step of the process) and present clean user-input fields (check boxes) so the reviewer can note the completed steps. JavaScript inside Bluebeam will power the behavior, so I’ll want readable, well-commented code embedded in the stamp file. I’ll use the dynamic check boxes as status indicators at this stage. Because this task is highly specific to Bluebeam, I’m counting on someone who has already scripted stamps or custom tool chests in Revu. If that sounds like you, let me know which versions you have worked with and share a quick example of a similar automation...
My n8n workflow is already wired to Airtable and running smoothly; what I am missing is a polished, premium-looking frontend that turns the raw data into clear, engaging visuals. The core focus is data visualization—charts, summaries, drill-downs—so users can instantly grasp the workflow’s performance and results. I’m open to whichever modern framework you feel is best suited (React, Vue.js, Angular, or another you can justify), as long as the final product is: • Visually impressive and fully responsive on desktop and mobile • Securely connected to my existing n8n endpoints and Airtable base • Able to render real-time or near-real-time graphs and dashboards (, D3, ECharts or similar are fine) • Easy for me to tweak later—clean, well...
import tkinter as tk # Create main window root = () ("Simple Calculator") ("300x400") (False, False) # Entry widget to display the expression expression = "" def press(num): global expression expression += str(num) (expression) def clear(): global expression expression = "" ("") def equalpress(): try: global expression total = str(eval(expression)) # Evaluate the math expression (total) expression = total except: ("Error") expression = "" # StringVar() to update entry box dynamically equation = () # Entry field entry_field = (root, textvariable=equation, font=('Arial', 20), bd=10, insertwidth=2, width=14, borderwidth=4, rel...
The goal of this project is to develop a browser extension that validates all external link calls on a webpage against a configurable whitelist. The extension must ensure that only links pointing to predefined, trusted domains can be opened. Any external target outside the whitelist should be blocked. A critical requirement is that the extension must not only check standard links (e.g., tags, JavaScript redirects, meta-refresh) but also content inside iFrames. The extension must identify all iFrames on a page, inspect their contents, and validate all their link targets against the whitelist as well. This includes dynamically loaded content (e.g., added through JavaScript, AJAX, or SPA frameworks), which should be continuously monitored so newly created links are also checked. The wh...
I run OnlyOffice Document Editor v9.1 in its browser version and need the current two-row ribbon condensed into a single, streamlined row. The new layout must keep both the icons and their text labels so users still recognise each function at a glance. All standard buttons should remain accessible; I am not yet sure whether extra custom tools will be added later, so please build the markup and CSS in a way that new buttons can slot in without breaking the layout. Deliverables • Updated UI code (JavaScript/HTML/CSS) or a plugin/theme that I can drop into the existing OnlyOffice build. • Clear step-by-step instructions so I can reapply the change after future updates. • Confirmation that the single-line toolbar renders correctly in the latest Chrome, Edge and Firefox at ...
I need a lightweight Google Chrome extension that constantly watches a page for a particular button and clicks it automatically the moment it becomes available. The trigger must be the appearance of that specific webpage element—no timers or keyboard shortcuts, just recognition of the designated button. With some conditions/capping Basically it is for the purpose of bidding at website. As at last second many people gets active, if I get autoclicked along with price capping like if I want to leave bidding after a set range of price then it can leave also. Key requirements • Target: Chrome Manifest v3 • Trigger: Presence of a user-defined button (by CSS selector, text, or ID). • Action: Single click as soon as the button is detected, with an optional safeguard th...
I run kids’ coding workshops and want to complement our Scratch lessons with JavaScript examples. Your first task is to take the Motion and Control blocks we use most often and recreate their behavior in clear, well-commented JavaScript. Once the code is in place, I’d like you to make light animation tweaks—think subtle changes to character movements, background shifts, and small interactive effects—so the results feel playful but familiar to the students. Key deliverables: • JavaScript equivalents for the selected Motion and Control blocks, each in a reusable function or class. • Minor animation adjustments applied to character movement, background transitions, and interactive effects, preserving the Scratch look and feel. • A short read-me or i...
Si l'application de file d'attente existe déjà avec une base de données SQL et a été développée avec .NET Core (ou un autre environnement de développement basé sur Core), voici comment procéder pour intégrer un personnage 3D conversationnel capable d’imprimer des billets : ### Étapes d'Intégration 1. **Création du Personnage 3D :** - **Modélisation 3D :** Utilisez un logiciel comme Blender pour créer le modèle du personnage humain . Assurez-vous qu'il soit optimisé pour une utilisation web (par exemple, en utilisant des formats comme GLTF ou FBX). - **Animations :** Ajoutez des animations (expressions faciales, mouvements) pour rend...
I’m looking for a seasoned developer to create an interactive 3D room configurator that lets end-users drag and drop objects directly into the scene. Alongside the front-end experience, I also need a lightweight backend where I can • add and remove objects on demand, and • keep everything neatly organised through Object categorization. Development of a 3D room configurator, where users can insert doors and windows inside the wall, each 3D object will have variations (size, color, model, etc.) The objects and variations will be managed via a CRUD backend system, while in the front-end the visitor can choose the room and then insert the 3D objects and see the price change in real time, once completed they can send a request for a quote via the contact form. Here’s ...
I have a finished Figma file and now need every screen reproduced in ReactJS with clean, well-structured code. The build must be fully responsive—desktop, tablet and mobile should all look and behave exactly like the design. You are free to organise components as you see fit (hooks, functional components, CSS Modules, Styled-Components, Tailwind, etc.) as long as the final codebase remains readable and easy to maintain. Animations or custom icons are not a priority right now, but please keep the structure flexible enough to add them later. If you prefer Redux, Context API or another state tool, let me know; I’m open as long as the approach stays lightweight. Deliverables • A Git-based React project that runs with a single npm/yarn install && start • Pi...
I need to embed an interactive map on my site that mirrors the behavior of We would like to have 2 drop-downs that will show the routes on the map. Please let us know, if we can add more than 2 drop-downs.
I'm in need of a talented expert with proficiency in React framework who can seamlessly assist in incorporating a parallax scrolling effect in our web application. Scope of Work: - The main task is implementing scroll animations with an emphasis on parallax scrolling effects. - The work is primarily focused on integrating interactive elements into the parallax scrolling system. Ideal Skills and Experience: - Expertise in React as this project involves deep integration with it. - Strong background in web animations, specifically scroll animations. - Experience in implementing parallax scrolling effects on websites or web applications. - Knowledge of working with interactive elements within the parallax scrolling. Consider this a time-sensitive project and I strongly encourage o...
If you want to stay competitive in 2021, you need a high quality website. Learn how to hire the best possible web developer for your business fast.
Learn how to find and work with a top-rated Google Chrome Developer for your project today!
Learn how to find and work with a skilled Geolocation Developer for your project. Tips and tricks to ensure successful collaboration.