Sql query return tree structure categoriesJobb

Filter

Mina senaste sökningar
Filtrera:
Budget
till
till
till
Typ
Kompetens
Språk
    Jobbstat
    2,000 sql query return tree structure categories jobb har hittats, med prissättning USD

    Hej Amr S., jag la märke till din profil och skulle vilja erbjuda dig mitt projekt. Vi kan diskutera detaljerna över chatten.

    $32 / hr (Avg Bid)
    $32 / hr Snittbud
    1 bud

    bakgrund: ni ska skapa ett förfrågningsunderlag för att få in anbud gällande en viss typ av entreprenad. ni bestämmer själva vad de...beskrivning av följande: - bakgrund/teknisk beskrivning av det som upphandlas - skall-krav (minimikrav) - Övriga krav - bedömningskriterier (skapa ett poängsystem) tänk på att det ska vara enkelt att jämföra de anbud som kommer in. det är därför viktigt att det går att jämföra hur de olika anbudsgivarna uppfyller era villkor. bestäm er för en lämplig viktning mellan pris och övriga krav. Focus: Structure: Important notes: jag har lagt upp ett exempel som läraren lagt upp som ett expmpel vi utgår från skillna...

    $10 - $30
    $10 - $30
    0 bud

    Till en nygrundade företag inom social entrepreneurship behövs det skaffas en SQL databas samt back-end mask till data query och entry, och en mindre front-end sökmask. Detailerad lista på databas-råder och egenskaper såväl som mockups på aller masker finns. Webspace med möjlighet till SQL databas finns. Detta är prototyp-stadien till en större projekt och rätt programmerare kan blir anlitad även till vidare arbeten med databasen, back- och front-end maskarna, samt senare utveckling av sökmask i app-form och enkelt web-shop kopplad till databasen.

    $2850 (Avg Bid)
    $2850 Snittbud
    5 bud

    Jag behöver en databas (SQL script) som håller reda på Medlemmar och dess Vänner, samt Kontakt/Meddelanden som skickas mellan dem: - Medlemmar (Namn, Mail, Lösen, Mobilnr., inloggningssätt (Facebook, Google, ösen)) - Medlemmars olika relationer till Vänner (mobilnr., mail, namn, adress) - Tabell över kontakter/meddelanden som tagits med Vänner (GUID skapas för varje gång). - Möjligheter för Vänner att logga in med hjälp av GUID för att se meddelanden - Meddelande skall kopplas mellan Medlem och Vänner. - Medlemmarna skall kunna ha en elektronisk plånbok

    $55 (Avg Bid)
    $55 Snittbud
    1 bud

    Project 1av 2(sql fler fields) skickar den andra projektet under dagen Har ändrat pattern1&pattern2 columnerna i databasen till kundnr&country, id till uid, verkar fungera. Sedan har jag ändrat field1&2 till flera columner i results.html. Så här ser columerna ut i databasen. id, kundnr, country, searchstring, tiff, checked, vat_number, company_name, company_adress, invoice_date, invoice_nr, valuta, summa_netto, summa_moms, varukod, varu_underkod, sprak_kod, beskrivning, fakturatyp, skattenummer

    $24 (Avg Bid)
    $24 Snittbud
    1 bud
    Projekt i PHP/SQL Avslutades left

    Mac PHP Har byggt en första version av en sajt som låter användare logga in och ange/ladda upp data. PHP/Mysql är använt idag. Skulle i dagsläget behöva primärt ett bollplank kring databasstruktur och koden principiellt men även hjälp med faktisk programmering för vidareutveckling av tjänsten. säkerhetsaspekter är också viktiga i nuläget

    $2318 (Avg Bid)
    $2318 Snittbud
    11 bud

    Söker back end utvecklare med erfarenhet från skräddaranpassade CMS hemsidor. Du bör vara kunnig inom PHP, Web 2.0, XHTML, SQL, Cross-browser optimering. Utvecklingen av hemsidan bör göras med stor anpassning. Då majoriteten av publiceringen görs av redaktörer måste backend vara anpassad för exempelvis skapande av artiklar. Du kan utgå från ett open-source alternativ och vidareutveckla den enligt våra specifikationer. Integrering mellan hemsidan och databas måste göras av dig. Analytics program erfordras. Interaktion görs möjligt med commenting, threads och forum. Erfarenhet från schemaläggning av aktiviteter bör du kunna göra. Caching även. Säke...

    $11657 (Avg Bid)
    $11657 Snittbud
    9 bud

    Programmering av ett Iphone och Android telefonapplikation kopplat mot telefonväxel MS SQL och winows server. Funktion och design ingår. Erfarenhet av applikation som contact center, callcenter. Samtalsstryning och design. Lång erfarenhet och stor förståelse krävs.

    $21 / hr (Avg Bid)
    $21 / hr Snittbud
    52 bud

    Programmering av ett Iphone och Android telefonapplikation kopplat mot telefonväxel MS SQL och winows server. Funktion och design ingår. Erfarenhet av applikation som contact center, callcenter. Samtalsstryning och design. Lång erfarenhet och stor förståelse krävs.

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    32 bud

    ...sales and find new customersrn2. Someone who can knowledge to write lyrics for the web in the best way and professional.rnArticle textsrnBlog Textsrnnews Textsrn3. I want to use Facebook advertising to reach out with campaigns to your existing customers and fans, their friends, people with similar interests or competitive fans.rn4. Video advertise on YouTube construction an account structure that enables range.rnrnSWEDISH LANGUAGErn1. SEO och SEM vill att min webbplats ska synas högre upp i sökmotorer på GooglernHjälp mig att Driva försäljning och hitta nya kunderrnrn2. Någon som kan kunskap att skriva texter för webben på bästa sätt och professionella.rnArtikeltexterrnBloggtexterrnNyhetstexte...

    $112 (Avg Bid)
    $112 Snittbud
    4 bud
    Vigenerechiffer Python Avslutades left

    ...dekryptera text som endast innehåller stora bokstäver enligt Vigenere-algoritmen. För att göra det behöver du en tabell, som du t.ex. kan generera med följande funktion: def make_cipher(): cipher = [] i = 0 j = 0 # Väljer bokstäverna A-Z for char in [:26]: ([i:26]+[:j]) i += 1 j += 1 return cipher Förutom funktionen make_cipher behöver du igen två funktioner för att kryptera resp. dekryptera ett meddelande. def encrypt(key, msg): cipher = make_cipher() # ...mer kod def decrypt(key, msg): cipher = make_cipher() # ...mer kod Uppgift 2: Testa programmet med exemplet på vigenere-sidan (nyckel "RELATIONS" och meddelande "TO BE OR NOT...

    $15 (Avg Bid)
    $15 Snittbud
    1 bud

    Hello, Im looking for someone knows wordpress, css. I need a plugin i bought to talk to the thee categories. So that the theme will be intact with design and struture. And the plugin will do the rest like add videos from a member page that must also be created at the front end. Member signup process will be simple and profile page wil be easy process aswel. Just add name, username and biography data. And upload video area, youtube and vimeo but i think the plugin offer more video sites format. the plugin name is MIWOVIDEOS and the theme name is NIVOVIDEO YOUTUBE. For someone knows CSS and WORDPRESS this might be done less than 24 hrs. So only ppl that think and belive they can do this contact me. Im also desiner but i cant do any CSS o im stuck into this project to my clie...

    $126 (Avg Bid)
    $126 Snittbud
    13 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan...============================== jag/du min/din mig/dig ... Observera att programmet inte ska s¨oka enbart p°a det f¨orsta av de tv°a orden, utan ¨aven det andra. Du ska allts°a inte skriva filen s°a h¨ar: jag/du du/jag min/din din/min ... VGV F¨or att minska antalet l¨asningar av filen ska du l¨asa in ordparen i en en datastruktur. Programmet avslutas genom att anv¨andaren ger ett RETURN-tecken ist¨allet f¨or en textrad. Programmet ska j¨amf¨ora det utplockade ordet med orden i ordlistan. Hittas ett identiskt ord, byter vi ut det mot det andra ordet i ordparet. Efter avslutad s¨okning skrivs ordet ut p°a sk¨armen (i datorns svar). T¨ank p°a att ...

    $27 (Avg Bid)
    $27 Snittbud
    2 bud
    Data Structure Skill Avslutades left

    ds skill programmerrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr

    $26 (Avg Bid)
    $26 Snittbud
    6 bud
    uppgift python Avslutades left

    olika delmoment: Kodskelett Innan...============================== jag/du min/din mig/dig ... Observera att programmet inte ska s¨oka enbart p°a det f¨orsta av de tv°a orden, utan ¨aven det andra. Du ska allts°a inte skriva filen s°a h¨ar: jag/du du/jag min/din din/min ... VGV F¨or att minska antalet l¨asningar av filen ska du l¨asa in ordparen i en en datastruktur. Programmet avslutas genom att anv¨andaren ger ett RETURN-tecken ist¨allet f¨or en textrad. Programmet ska j¨amf¨ora det utplockade ordet med orden i ordlistan. Hittas ett identiskt ord, byter vi ut det mot det andra ordet i ordparet. Efter avslutad s¨okning skrivs ordet ut p°a sk¨armen (i datorns svar). T¨ank p°a att ...

    $138 (Avg Bid)
    $138 Snittbud
    1 bud

    Good morning, for my client i need to make an implementation on WooCommerce - on the store the client selects a product and then the website sends a query to the website - provide the number of products on the network. The system will then return a list of places with available quantities of a given product. The system API is in JSON format. An authorization token is required to execute the query.

    $81 (Avg Bid)
    $81 Snittbud
    32 bud

    I'm looking for a talented mobile app developer to create a comprehensive family tree mobile application. The app should be available on both iOS and Android platforms. The primary goal of the app is to enhance family communication and organization, so it will feature several key functionalities, including: - User registration and login - Family tree visualization - Photo upload and tagging - Entering details for individuals by Admin or other users with approval from Admin - Family News - Family Calendar - Admin Notifications and user notifications - Family Board data with accomplishments The app should have an intuitive and user-friendly interface, making it easy for all family members to interact with. Experience in developing similar applications, particularly tho...

    $2533 (Avg Bid)
    $2533 Snittbud
    104 bud

    ...Implementing the corporate design and modernizing the theme - Ensuring the website is responsive and optimized for all devices Ideal Candidate: - Proficient in both front-end and back-end development - Extensive experience in WordPress theme customization - Strong understanding of UI/UX design principles - Able to work effectively to deliver a high-quality, professional website You will need to add categories to the candidates and job pages in the filter menu. These will also need to be linked to the naviagtion menu and sign-up forms including jobs. this is what we need: Candidates ○ Age Range (eg) ■ Yr 7+ ■ Yr9 + ■ Yr 11+ ■ Yr 13+ ■ Undergraduate ■ Graduate ■ School/College Leaver = Jobs ○ Duration (eg( ■ Full time ■ Part-time ■ Temporary ■ Project Please note that a demo...

    $189 (Avg Bid)
    $189 Snittbud
    109 bud

    ...Implementing the corporate design and modernizing the theme - Ensuring the website is responsive and optimized for all devices Ideal Candidate: - Proficient in both front-end and back-end development - Extensive experience in WordPress theme customization - Strong understanding of UI/UX design principles - Able to work effectively to deliver a high-quality, professional website You will need to add categories to the candidates and job pages in the filter menu. These will also need to be linked to the naviagtion menu and sign-up forms including jobs. this is what we need: Candidates ○ Age Range (eg) ■ Yr 7+ ■ Yr9 + ■ Yr 11+ ■ Yr 13+ ■ Undergraduate ■ Graduate ■ School/College Leaver = Jobs ○ Duration (eg( ■ Full time ■ Part-time ■ Temporary ■ Project Please note that a demo...

    $213 (Avg Bid)
    $213 Snittbud
    111 bud
    Residential Garden Redesign 6 dagar left
    VERIFIERAD

    ...excited to transform my residential garden into a private, serene outdoor living space. I envisage a fresh, revitalized scenery that incorporates distinct elements for functionality and aesthetics. • Creating Raised Beds: We require an expert who can strategically place raised beds for optimal growing conditions and visual appeal. Skill in soil and plant selection would be advantageous. We • Tree Planting: I am planning to have 2 trees planted. Your input on species selection and placement for the best outcome given local climate and soil conditions is needed. • Race Jacuzzi Terrace: In addition to the serene greenery, a race jacuzzi terrace will give the perfect touch to my outdoor living space. Experience with integrating such features into a landscape is pre...

    $412 (Avg Bid)
    $412 Snittbud
    49 bud

    ...daughter has not only gained physical strength but has also learned to manage her stress better. Her teachers have noticed how more focused and balanced she is now." - A grateful father) - Design should convey calmness and health, using colors like soft green and earth tones. **Additional Requirements:** - Each sheet should have a clean, focused layout with plenty of white space and a clear structure that highlights the different elements. - The files should provide space for later addition of own pictures and be easy to adjust. - A visual call-to-action should be subtly integrated into each design. **Deliverables:** - PSD or PPT files for each sheet - A brief description of the design concept...

    $79 (Avg Bid)
    $79
    10 bidrag

    I'm in search of an experienced freelancer to develop a WooCommerce E-commerce website for me. It should prominently feature: - A Product Catalog: An interactive product catalog that is easy to navigate and manage is important. You should design it in such a way that it can accommodate a large number of products and various categories. - Shopping Cart: A user-friendly shopping cart with an easy checkout process is essential. It should have the ability to calculate costs, suggest relevant products and provide a smooth user experience. The ideal freelancer for this project should be well-versed in WooCommerce, with a portfolio of E-commerce websites previously built. They should also be knowledgeable in UI/UX design and optimization to ensure my website provides a great user...

    $75 (Avg Bid)
    $75 Snittbud
    25 bud

    ...business plan should include detailed financial projections over the next 3 years. This will be crucial for securing investments and planning our growth. - **Marketing Strategy**: I need a comprehensive marketing plan that will help us effectively reach our target audience in Saudi Arabia. - **Pricing Structure Strategy**: Your expertise in developing competitive pricing strategies will be highly valued. - **Field Force Team Structure**: I would like you to help in designing a field force team structure that will be responsible for our distribution and sales. Distribution Channels: - **Supermarkets**: I plan to have my products sold in major supermarkets in Saudi Arabia. - **Pharmacies**: Pharmacies are a key distribution point for baby products, and I'd like ...

    $2010 (Avg Bid)
    $2010 Snittbud
    28 bud

    We are developing machine learning software aimed at predicting space debris c...method to acquire real-time data for prediction purposes, likely through API acquisition. Space debris data should be available in real time, providing time series information to understand the trajectory, size, movement, volume, and velocity of particular orbital debris objects. 4. Data Structuring and Preprocessing: Once data is obtained from various providers, the freelancer will need to structure and preprocess this data for further modeling. Project Deliverables: 1. An Excel table of data providers. 2. A Python script with a pipeline for data acquisition and preprocessing. This project does not include the development of machine learning models; the focus is strictly on the groundwork of data pr...

    $4257 (Avg Bid)
    $4257 Snittbud
    13 bud
    Organize Content on Gitbook 6 dagar left
    VERIFIERAD

    ...48 hours do bid . I have content that needs to be effectively organized on Gitbook. I'm seeking someone with hands-on experience in Gitbook, who can structure the content efficiently. - The existing content has been created and is ready for organization. - The aim is to organize the content by topics. - The content comprises more than 10 distinct topics which need to be separated and organized logically. Ideal candidates will have: - Prior experience working with Gitbook, with a strong understanding of how to structure content in an organized and user-friendly manner. - Good organizational skills, with the ability to categorize and structure content effectively. - Strong communication skills, as you may need to liaise with me to ensure the content is being or...

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    5 bud

    ...secondary headings. Web-Safe Fonts: Include alternatives for online use. Usage Guidelines: Specify font sizes, spacing, and appropriate use cases. 4. Business Card Design Layout: Standard dimensions and layout must be defined. Content: Information to be included. Design Elements: Application of logo, typeface, and colors. 5. Email Signature Layout: Standard design and structure. Content: Required details to be included. Design Elements: Usage of logos, fonts, and colors. 6. Social Media Ads Templates: Create templates for major platforms (Facebook, Instagram, TikTok, Google AdWords). Text: Guidelines for typography in ad copy. Logo Placement: Defined rules for logo incorporation. 7. Company Letterhead Specifications: Layout ...

    $100 (Avg Bid)
    $100
    1 bidrag

    I'm in need of a modern-style logo for my carpentry and kitchen business main: RONI KITCHENS . Th...of a modern-style logo for my carpentry and kitchen business main: RONI KITCHENS . The ideal candidate will be able to create a design that is both professional and visually appealing. Requirements: - A design that is modern, simple and uncluttered - Limited to neutral colors such as black, white and grey - Suitable for both online and print usage - Try to add an element that illustrates a cedar tree Ideal Skills: - Proficiency in graphic design - Experience in creating logos for businesses - Ability to deliver a design that is both modern and professional. If you have experience in this area and think you can deliver a logo that meets these requirements, please don't he...

    $30 (Avg Bid)
    Garanterad
    $30
    105 bidrag

    I have a project that requires the creation of a website on Webflow, populating it with text content only from a Word Document. The site structure will consist of 6 pages, which will need to be built out with an existing Webflow template – Sunshine Mind (). The pages are already made, just need to input the content. Landing page already created - Populate text content from Word Document into the given Webflow template. - Build out the following pages: Services Overview, Individual Service Pages, and About Us.

    $26 (Avg Bid)
    $26 Snittbud
    21 bud

    I am looking for a Laravel programmer with experience in Filament. The primary purpose of this project is to modify or extend an existing application. Key Requirements: - Expertise in Laravel: Proficiency in Laravel is a must. You should have a solid understanding of its structure, components, and best practices. - Experience with Filament: Knowledge of Filament is crucial. You should be able to navigate its features and effectively integrate it within the existing application. The ideal candidate should be able to enhance the existing application with new features, improve user experience, and ensure a seamless, bug-free operation. You should be able to understand the existing codebase and work collaboratively to deliver the required modifications. Decent communication skills ar...

    $16 / hr (Avg Bid)
    $16 / hr Snittbud
    85 bud

    ...business-to-consumer (B2C) elements while primarily driving e-commerce sales and generating valuable leads. To achieve the project goals, the freelancer should have clear understanding of: • Developing and managing ads on Google, Facebook, and Instagram • Targeting specific demographics including age groups and geographic locations • Implementing interest categories targeting for better reach • Maximising Return On Investment (ROI) and Return On Ad Spend (ROAS) • Managing and Improving Cost Per Lead (CPL) and Cost Per Acquisition (CPA) metrics Skills and experience in digital marketing, campaign management, strategic planning, and ecommerce will be fundamental for the success of this project. A proven track record of similar pr...

    $114 (Avg Bid)
    $114 Snittbud
    23 bud

    I'm seeking an experienced .NET developer with over 4 years of expertise in C# programming and SQL databases. Key Responsibilities: - Enhancing existing software application - Adding new functionalities The ideal candidate should possess: - Strong experience in C# programming - Solid knowledge and practical experience with SQL databases Be ready to dive into the project and help us bring significant functionality enhancements to our existing software. Your experience and skills in C# and SQL will be invaluable in this task.

    $330 (Avg Bid)
    $330 Snittbud
    25 bud

    I'm looking for a proficient writer who can compose a science essay for me. Key Requirements: - Ability to research and write compelling content on scientific topics. - Proficiency in English and strong communication skills to engage readers. - Familiarity with academic writing styles and ability to structure the essay appropriately. I'll provide the topic and any specific guidelines. Please let me know your availability and experience in similar projects.

    $10 / hr (Avg Bid)
    $10 / hr Snittbud
    38 bud

    I've set up two categories in WEBFLOW for my products, but when trying to view them, they're not showing. I haven't attempted any solutions myself before reaching out. The products have been manually added to each category. I need someone to help me configure the settings so that my products display correctly in the categories. The ideal freelancer for this job should: - Be experienced with WEBFLOW and have a good understanding of how its settings work. - Be able to quickly identify and address the issue with product display in WEBFLOW. - Be efficient and communicative throughout the process. Your help resolving this will be greatly appreciated.

    $160 (Avg Bid)
    $160 Snittbud
    42 bud
    SQL Server VB.net Developer Needed 6 dagar left
    VERIFIERAD

    I need a talented VB.net developer with a strong background in SQL Server. Key Responsibilities: - Develop software applications using VB.net - Efficiently manage databases - Designing, coding, testing, and debugging software applications using VB.NET. - Calling third-party API - Payment gateway integration - Stored Procedure Ideal Candidate: - Proven experience in VB.net development - Strong familiarity with SQL Server - Good problem-solving skills - Ability to work independently and meet deadlines. Please provide relevant work samples in VB.net development and describe your experience with SQL Server.

    $317 (Avg Bid)
    $317 Snittbud
    12 bud

    I'm in need of a pair programming expert who can help me enhance our React-based UI library's unit testing coverage. Currently, we're at 59%, but the goal is to reach 70%. Key Requirements: - React and Jest: I'm looking for an Advanced level React developer with strong experience in Jest for unit testing. You should have a solid understanding of React components and structure. - Pair Programming: The ideal candidate should have experience with pair programming, and be comfortable with real-time code collaboration and screen sharing.

    $19 / hr (Avg Bid)
    $19 / hr Snittbud
    60 bud
    Full-Stack ReactJS Developer 6 dagar left
    VERIFIERAD

    ...Optimizing components for maximum performance across a vast array of web-capable devices and browsers Skills; Strong proficiency in JavaScript, including DOM manipulation and the JavaScript object model Thorough understanding of React.js and its core principles Experience with popular React.js workflows (such as Flux or Redux) Familiarity with newer specifications of EcmaScript Experience with data structure libraries (e.g., ) Knowledge of isomorphic React is a plus Familiarity with RESTful APIs Knowledge of modern authorization mechanisms, such as JSON Web Token Familiarity with modern front-end build pipelines and tools Experience with common front-end development tools such as Babel, Webpack, NPM, etc. Ability to understand business requirements and translate them into techni...

    $128 (Avg Bid)
    $128 Snittbud
    35 bud

    I'm looking for a skilled analyst to examine and arrange a substantial set of numerical data using Excel. The primary purpose of this project is to facilitate thorough data analysis. However, the data's arrangement or layout has yet to be defined, and I'm open to suggestions from the freelancer on how best to structure the data for optimal analysis. Ideal Skillset: - Strong background in data analysis and numerical data - Proficient in Excel, including its advanced functions - Ability to suggest and implement data arrangement strategies in Excel This project will require strict attention to detail and excellent organizational skills. So, if this project is up your alley, don't hesitate to bid.

    $20 / hr (Avg Bid)
    $20 / hr Snittbud
    16 bud

    ...management firm and I urgently require a professional skilled in Tableau. Your task will be to create a comprehensive dashboard that assists me in analyzing and strategizing our sales operations. Key Deliverables: - Present crucial data points including daily ad impressions and conversion rates. - Display key performance indicators such as Click-through rate (CTR), Cost per acquisition (CPA), and Return on ad spend (ROAS). - Use different visualization formats like line charts, bar charts, and pie charts to represent the information. Ideal Skills: - Proficiency in Tableau - Strong analytical skills - Experience in developing dashboards with extensive understanding of marketing and sales KPIs. Please bid if you can deliver on these parameters. I look forward to a successful co...

    $85 (Avg Bid)
    $85 Snittbud
    11 bud

    I need a Shopify website built for my physical products, similar to the layout and features of gymshark.com. Key Requirements: - Website should be designed with a focus on product categories and filtering options. - The design should be modern and visually appealing, with easy navigation and clear product presentation. Ideal Skills and Experience: - Proven experience in Shopify website development. - Familiarity with e-commerce best practices and trends. - Strong design skills, with the ability to create a visually appealing and user-friendly website. - Experience in implementing product categories and filtering options would be a plus.

    $120 (Avg Bid)
    $120 Snittbud
    59 bud

    I'm in need of a skilled patent attorney or professional who can assist me in filing a US patent application. Key Tasks: - Review my conducted patent search and assess potential patentability - Draft and file a comprehensive and legally sound US patent application for my product - Provide advice or make necessary modifications to enhance the application's chances of approval Ideal skills and experience: - Proven track record in successfully handling US patent applications - Proficiency in patent law, particularly in relation to product inventions - Strong understanding of the process and requirements for effective patent filing - Ability to conduct a thorough review of existing patent searches and translate findings into actionable steps - Excellent communication skills to guid...

    $414 (Avg Bid)
    $414 Snittbud
    9 bud
    WordPress SEO Specialist Needed 6 dagar left
    VERIFIERAD

    ...optimization: Developing a backlink strategy and managing outreach to increase the website's visibility and authority. - Configuration: Implementing critical aspects of SEO configuration such as the permalink structure, XML sitemap, and file. The ideal candidate for this role should have: - Extensive experience with SEO in a WordPress environment - Proven track record in increasing website traffic and improving search engine ranking - Strong understanding of user engagement strategies - Expertise in configuring WordPress SEO components like the permalink structure, XML sitemap, and file. I look forward to receiving proposals from freelancers who can deliver tangible results in optimizing my WordPress website for search engines and user engagement. WHEN YOU C...

    $4 / hr (Avg Bid)
    $4 / hr Snittbud
    113 bud

    Check attached text file for brand name & more: Make the logo instantly connect people to the product. The logo should work well as a transparent sticker on the product. Highlight the frame structure and color panels of the products. Use vibrant colors in the logo design.

    $18 (Avg Bid)
    $18
    46 bidrag

    I'm searching urgently for an experienced PHP architect who can const...items. - Integrating an 'Add to cart and checkout' feature ensuring a simple and smooth transaction process. - Developing order management and inventory tracking system within the admin panel to help me keep track of orders and product stocks. Skills and Experience Required: - Proficient in PHP programming - Experience in developing e-commerce websites - Solid understanding of databases and SQL - Familiarity with different payment solutions Although there is no specific requirement for payment method integration at the moment, the ability to seamlessly add these in the future is essential. My project requires immediate attention and the chosen freelancer needs to be able to commit and delive...

    $52 (Avg Bid)
    $52 Snittbud
    20 bud

    ...Order Modifications Shopify Admin API: Facilitates modifications to orders that are not yet processed. This includes changing quantities, products, or canceling orders. Draft Orders API: Use this API to modify orders before finalizing them, giving flexibility in changes prior to order confirmation. 4. Return Exchange Shopify Admin API: Manage returns and exchanges by modifying order statuses and adjusting inventory. Customer APIs: Allow customers to submit return or exchange requests directly through the app interface. 5. Product Info Shopify Storefront API: Use this API to retrieve detailed product information, including descriptions, images, pricing, and inventory levels. Metafields: Extend product information capabilities by storing addition...

    $15 / hr (Avg Bid)
    $15 / hr Snittbud
    1 bud

    ...campaigns. Your responsibilities will include: - Keyword Research: Identifying the most relevant and high-performing keywords related to tour packages in order to drive quality traffic. - Ad Creation: Crafting persuasive ad copy that highlights the unique selling points of my tour packages. - Campaign Optimization: Continuously monitoring and refining the campaign to maximize conversions and return on investment. Ideal Skills and Experience: - Proven experience in running successful Ads campaigns, particularly for travel or tour-related services. - Strong understanding of keyword research, ad copywriting, and campaign optimization. - A track record of delivering tangible results in terms of increased sales through Trip Advisor ads. If you have the required skills and experi...

    $22 / hr (Avg Bid)
    $22 / hr Snittbud
    27 bud

    I'm looking for an English trainer who can help improve my conversational English skills. The ideal candidate should have experience with intermediate learners and be able to conduct the sessions online. Time to start to talk, teaching: I live in Vietnam, timezone UTC+7, and I only have freetime at 8pm-12pm at...Experience in teaching: Experience with intermediate learners is important in understanding the appropriate level of content and pace of teaching. - Online teaching skills: The sessions will be conducted online, so the trainer should be comfortable and experienced in conducting remote teaching sessions. Please provide information about your previous experience in teaching and how you would structure a typical online conversational English session for an intermediate...

    $5 / hr (Avg Bid)
    $5 / hr Snittbud
    4 bud

    I am looking for: - An expert Swift/Kotlin developer with in-depth understanding of the Mobile App Development, as well as Firebase. - The app will be developed for both iOS and Android platform. - I have a Figma design and DB structure. - You should be an individual reliable/honest developer. Agencies will be declined automatically. - You need to sign a NDA to get started. - If you're proficient with all these specifications, you could well be the professional I'm looking for.

    $538 (Avg Bid)
    $538 Snittbud
    78 bud

    I'm seeking an experienced typist for copy typing academic articles. An individual with a high school level of grammar and technical accuracy is ideal. In this project, the focus is mostly on the accurate and quick typing of the materials to digitize it, though attention to structure and layout is still important. Your responsibilities will include: - Accurate copy typing of the provided academic articles - Ensuring proper grammar and punctuation - Maintaining the original format of the documents Ideal skills: - Exceptional typing speed and accuracy - Basic understanding of academic articles - High school level grammar and technical knowledge - Attention to detail in regards to both typing accuracy and document layout.

    $11 / hr (Avg Bid)
    $11 / hr Snittbud
    22 bud

    About Us: We are the premier direct importer of pool heat pumps, offering unparalleled pricing dir...manner. • Strong understanding of customer needs and the ability to tailor sales approaches accordingly. • Self-motivated and results-oriented, with a drive to exceed sales targets and deliver exceptional customer service. • Familiarity with CRM software and sales tools is a plus. • Passion for our products and dedication to promoting our unique value proposition. Benefits: • Lucrative commission structure with unlimited earning potential. • Comprehensive training and support to equip you with the knowledge and tools needed to succeed. • Opportunity to represent an industry-leading brand with a reputation for quality and innovation. • Flexibl...

    $24 / hr (Avg Bid)
    $24 / hr Snittbud
    2 bud
    Trophy icon Minimalist Webpage Redesign in Figma 29 dagar left

    ... Update Theme-Rooted Page: Keeping the changes subtle, I'll ensure the page retains its essence while modulating its design to meet a minimalist goal. 2. Transform WebApp: This page includes two tabs, and I will adjust their layout, structure, and user interface elements to mirror the overarching, minimalistic theme. Desired Skills & Experience: * Proficiency with Figma. * A keen eye for minimalistic design. * Experience in web page and web app redesign. Essentials: * Harmonize designs while adhering to minimalistic principles. * Rework on layout structure and UI components. * Ensure the website maintains user-friendly navigation. The primary intent is to furnish the website with a minimalist personality, without compromising on usability and navigation ease....

    $30 (Avg Bid)
    Garanterad
    $30
    2 bidrag