Home
Outsource
Remote Job
Products
Newsletter
Pricing
Login
Sign up
Outsource
Outsource Detail
SQL database university coursework
50.0 GBP
50.0 GBP
peopleperhour
Technology & Programming
Overseas
5 days ago
Description
I have a university coursework using sql!! Very simple and quick project ,
Go Now
Follow WeChat
Success story sharing
Want to
stay one step ahead
of the latest teleworks?
Subscribe Now
Similar Teleworks
Development Shopify Store
Magento & Shopify Developer as well as expertise with SEO for our shopify page . We are seeking an experienced freelancer to help us migrate our e-commerce store from Magento 2.4.7 to Shopify. The ide…
$500-$1k
Technology & Programming
Guru
Overseas
1 hour ago
EUWEB 250101 - E-commerce site
I'm looking for a seasoned WordPress developer to assist in enhancing my E-commerce site. This project will consist of 10 Units of Work (UoW), each lasting 4 hours, based on my needs. Need: Expertise in WordPress development specifically for E-commerce; Ability to implement customer review functionalities; Skills in creating a personal blog on WordPress; ...plz, like to work with us (as Wordpress Developer) ? ...set 10 UoW (10 half/day, a week), when/where like; UoW - Unit of Work, 4 hours/each, on our need; ...choice when work or useful for the work goal; ...at your home, in slippers, without taking a tram or wearing a tie, ...just enough smart neurons available, ...meet with us (sometimes) !!! ...set 10 UoW in each month (<30€), we start with a month, we can think 4 months, future is open; ...need your hosting & test; ...as make a draft web HomePage by this guide https://www.expotv1.com/EUWEB/SRC/$$$_NFT_TEST/EUWEB_base_xxxx.html ; ...plz, if yes, send us your URL (with contents/draft on our guide or your "with similar contents"); ...the links inside guide give you many references to the project, current status and above all to examples of LandingPage (all very similar, with 3 menus and PresentationSpace that presents ours GREEN themes or patents); ...What is asked by the "JOB POST" is availability to work for our GREEN project; ...we need, ...start with first subfolder (after other 9), is waiting to be generated by you; ...we have 10 URLs in each task, that will host the 10 Landing/Home Pages (stand-alone, autonomous like each default/index/home page), with many similar things that will be generated with dedicated Wordpress, ...according to your styles/graphics and with which you will get noticed and quoted at best; NOTE: WHEN ok for us THEN you can start with our projects (https://www.expotv1.com/EUWEB_Presidio.htm), ...on our Hostinger service you will find a Wordpress (in friendly and professional resources, with a lot of opportunities & AI tools), starting on one of our 10 basic TASKS;
30.0 EUR
Technology & Programming
peopleperhour
Overseas
2 days ago
Creating a website
Work Description for Creating a Website for Stichting Hodge Safe Haven Foundation Purpose of the Website The website should serve as a digital gateway for Stichting Hodge Safe Haven, aimed at informing and supporting victims of domestic violence and asylum seekers in Almere and surrounding areas. Main Structure 1. Homepage 2. About Us 3. Our Services 4. Seek Help 5. Support Us 6. Contact Content per Page Homepage - Brief, powerful introduction of Hodge Safe Haven - Clear call-to-action for those seeking help - News items and current information About Us - Mission and vision of the foundation - Background and origin - Team and collaboration partners Our Services - Crisis shelter - Professional assistance - Aftercare - Specific support for women, children, and asylum seekers Seek Help - Information about the help process - Contact details for crisis situations - Application procedure - Frequently asked questions Support Us - Donation options - Volunteer work - Collaboration opportunities for organizations Contact - Address details - Phone number and email address - Contact form - Directions Technical Requirements - Responsive design for optimal display on all devices - Secure environment (SSL certificate) - Accessible for people with disabilities (WCAG 2.1 guidelines) - Multilingual support (Dutch, English, and possibly other relevant languages) - Content Management System for easy management Visual Elements - Use of warm, reassuring colors - Professional photography that radiates safety and hope - Clear and readable typography - Intuitive navigation with clear buttons for emergency help Functionalities - Chat function for direct support - Secure exit button to quickly leave the website - Integration with social media for reach and awareness - Possibility to share (anonymized) success stories Safety and Privacy - Implementation of strict privacy measures - Anonymous browsing option - Clear privacy statement and cookie policy Inspiration The website of Blijf Groep (https://www.blijfgroep.nl/locaties/oranje-huis-flevoland-gooi-en-vechtstreek/) can serve as an example for the structure and content, with adjustments specific to Hodge Safe Haven This work description provides a basis for developing an effective and supportive website for Stichting Hodge Safe Haven, with the aim of reaching and helping victims of domestic violence and asylum seekers.
800.0 EUR
Technology & Programming
peopleperhour
Overseas
2 days ago
JavaScript for URL Parameter Validation on Carrd.io Page
A developer is needed to build a dynamic landing page on Carrd.io that will parse URL parameters and validate offer codes via a Make webhook. The page will check if an offer ID, member email, and expiry date sent in the URL are active in Airtable. It will call a Make scenario to validate against offer, member, and redemption data and return status messages to the user. The successful candidate will provide thoroughly documented JavaScript, HTML, and CSS to extract parameters, make API calls, and display responses based on validation checks for inactive offers, expired codes, or prior redemptions. The goal is a simple, low-cost solution within existing Carrd Pro Plan, Make, and Airtable plans. I am happy to do the work in Make and Airtable myself but I need workable JS code so I expect it to be a quick job for someone with relevant skills. Budget ~GBP£100. DETAILED BRIEF: **Project Overview** I am seeking a freelance developer to assist with the implementation of JavaScript for a landing page built on Carrd.io. The landing page will parse three URL parameters and send them to a webhook in Make for validation. The results will then be returned to the landing page to indicate whether the offer is valid or invalid. **Current Setup** - **Platform**: Carrd.io for the landing page. - **Webhook**: Currently configured in Make to process incoming data. - **Data Source**: Airtable Base containing promotion and member data. **Key Requirements** 1. **JavaScript Development**: Provide the necessary JavaScript code for the landing page to handle URL parameters and webhook interactions. 2. **Webhook Configuration**: Review and assist in setting up the Make webhook scenario to ensure it correctly returns responses to Carrd.io. **Use Case** 1. Diner member is sent a QR code by email 2. Presents this to restaurant staff who scan it using device camera and it opens a browser 3. The url goes to a landing page 4. The url has parameters for Offer Code ("offerID") and member's email address ("email") and expiry date ("expirydate") used for validation checking and additional parameters used to display on the landing page as static text, “offer description” and “offer conditions”. **Validation Workflow** When the "VERIFY OFFER" button is clicked by restaurant staff on the landing page, the following checks should be performed via Make and Airtable: 1. **Offer Validity**: Check if the offer ID is marked as "Active" in the "Offers" collection. 2. **Member Validity**: Validate the member's email against the "Members" collection to ensure it is "Active". 3. **Redemption History**: Check the "Redemptions Logs" collection to see if the member has previously redeemed the offer using their email and offer ID. 4. **Expiry Check**: Ensure the current date is before or on the expiry date from the URL parameter. **Response Messages** Based on the validation checks, return the following messages: - If the offer is inactive: "OFFER IS NO LONGER AVAILABLE" - If the member is inactive or not found: "USER NO LONGER A MEMBER" - If the offer has been previously redeemed: "NOT VALID, PREVIOUSLY USED ON [date]" - If the offer is expired: "OFFER EXPIRED" - If valid, create a record in the Airtable's Redemption Log Table with the validation date, member's email, and offer ID. **Instructions Required** - Detailed, step-by-step instructions for building the landing page, including: - Element IDs - JavaScript code - Configuration settings for Make and Airtable - Simplified language suitable for a non-technical user. **Considerations** - Aim for a low-code solution to minimize complexity. - Keep costs within existing subscriptions (Carrd, Make, Airtable). - Avoid potential CORS issues. - Anticipate low validation volume. **Additional Information** Please let me know if you require further details on the current setup or specific technologies in use to provide a competitive quote.
100.0 GBP
Technology & Programming
peopleperhour
Overseas
2 hour ago
I need a Board Certified Behavior Analyst
I seek an experienced Board Certified Behavior Analyst to offer consulting services for clients with autism spectrum disorder and related developmental disabilities in the Austin region. The successful candidate will have considerable expertise applying principles of applied behavior analysis to design and supervise individualized treatment plans. They must demonstrate sophisticated understanding of behavioral techniques and possess strong rapport-building abilities to collaborate effectively with clients, caregivers and interdisciplinary teams. Preference will be given to candidates holding board certification in behavior analysis with a minimum of three years' consultation experience in this specialized field. The consultant will assess clients, formulate behavior plans, train care providers and monitor client progress remotely as COVID-19 restrictions evolve. They are expected to travel occasionally to evaluate clients in-person and conduct staff training or parent workshops as needed. The ideal candidate exhibits exceptional communication and problem-solving skills for this client-facing role. They remain up-to-date with ongoing research and demonstrate commitment to compassionate, evidence-based support for neurodiverse individuals throughout the lifespan. This is a flexible role well-suited for an experienced analyst seeking consulting work to enhance services for those affected by autism and developmental disabilities in our community. Qualified applicants ideally residing in or near Austin are encouraged to submit their credentials and proposals.
30.0 USD
Technology & Programming
peopleperhour
Overseas
1 days ago
微信公众号
Tips