Bind virtualhostproiecte
Salut, Intampin anumite probleme in procesul de functionare al serverului apache. De ex., un subdomeniu creat pe un cont de cpanel vrea sa incarce continutul altui cont de cpanel. Problema trebuie rezolvata via team viewer, nu se ofera acces la server.
I'm looking for an experienced professional to set up a private DNS server for me. The primary function of this server will be to control internet access across my network. I can prov...experienced professional to set up a private DNS server for me. The primary function of this server will be to control internet access across my network. I can provide real-world examples to illustrate my needs. Key Requirements: - Setting up the DNS server on a Windows platform. - Using BIND as the DNS server software. - Implementing controls to manage internet access on the network. Ideal Skills and Experience: - Proven experience with Windows server setup. - Extensive knowledge and experience with BIND. - Strong understanding of network management and internet access control. I look...
Create a single OVH instance (max $100/month) to host all websites, including , with free auto-renewing SSL for all domains. Bind domains from two GoDaddy accounts to the instance and configure DNS appropriately. Provide a comprehensive server access document covering setup, management, and security details.
I'm in a bit of a bind with my credit situation. My current score falls within the 'poor' range (300-579). I'm specifically seeking assistance to improve my credit utilization. Ideal Skills and Experience: - Proven track record in credit repair and counseling - Expertise in debt settlement assistance - Familiarity with credit improvement strategies - Exceptional communication and negotiation skills
...a conflict error indicating that the port is already in use. I suspect there might be a stale process or something else in the Replit environment that is holding the port, preventing my server from starting. I’ve also attempted to manually kill any Node processes via terminal commands like pkill node, but the issue persists. Could you please help me diagnose why my Express server is unable to bind to the port provided by Replit and how I can resolve this port conflict?...
I'm looking to create a demo website similar to - but don't include the policy quote and bind capability. The primary purpose of the site is to showcase insurance policy wording in a user-friendly and engaging way. Key Features: - Home page: Basic introductory content - Policy Details: Comprehensive breakdown of policy wording - Contact Us: Standard contact information and form - Interactive content: Important policy information will be contained within popup boxes Experience with building similar websites is a plus. An understanding of insurance policy wording is not necessary, but the ability to present complex information in a clear and accessible way is essential. The ideal freelancer for this project will have a strong web development background, with skills
Fulfil your Goals with 100% guarantee and genuine results. 1-bring back lost love. . 2-broken relationship /marriages. 3-stop cheating partners. 4-clear debts. 5-bind him/her forever. 6-ritual cleansing. 7-barreness problems. 8-job protection /getting back your job. 9-business boost and protection from your competitors. 10-financial problems (money in the bank account or in the house). 11-win big government contracts. 12-famly problems /conflicts. 13-defeat your enemies /competitors. 14-help to get your provident, accident, pension fund quickly. 15-magic ring and wallet with supper natural powers. 16-win court cases. 17-help to get promotion and salary increase. 18-land problems. we also offer services to distant clients. Call /WhatsApp +27 73 291 7278 For Con...
...currencies and commodities such as XAUUSD, EURUSD, USDJPY, ETHUSDT, etc., with trading stats like the highest price, last price, 24h volume, etc.) Users should be able to view live charts for the respective trading pairs and see current market prices. My Assets Page: The My Assets page should display the following options: Account Assets Speed Account Perpetual Contract Account Transfer Exchange Bind the Withdrawal Address Withdrawal Records Bank Card Withdrawal Quick Recharge (recharge channels like USDC-TRC20, USDT-ERC20, BTC, ETH) A user can perform actions like transferring funds between accounts, viewing their asset balance, and completing withdrawals. Quick Recharge Page: Users should be able to make a deposit with a fixed amount from minimum to maximum, which will be man...
I am seeking a professional to create a tailored service catalog for my business. The primary purpos...assist in generating bids for prospective clients. Key Requirements: - The service catalog needs to be well-structured, comprehensive and clear, showcasing all our services effectively. - A corresponding bid proposal template that aligns with the service catalog is also required. - The final product should be delivered in a downloadable PDF format. The catalog Will eventually be printed and bind so we need to have different sections. Ideal Skills and Experience: - Prior experience in creating service catalogs and bid proposals is highly preferable. - Excellent understanding of service catalog structures. - Proficient in PDF formatting and document design for professional pre...
...administrator to troubleshoot and resolve issues with my Apache server and PHP configuration. My website, hosted on a cPanel-managed server, is encountering a persistent 404 Not Found error for specific URLs (e.g., /rest/oauth2-credential/callback). Despite setting up the necessary files and VirtualHost configurations, the issue remains unresolved. Scope of Work: Verify Apache VirtualHost Configuration: Ensure the DocumentRoot for the domain points to /var/www/html. Confirm that the correct VirtualHost block is properly set up in /etc/apache2/conf/httpd.conf. Fix PHP Execution Issues: Verify that PHP is correctly configured and executing for .php files in the /var/www/html directory. Add or fix the AddHandler directive for PHP if required. Check Directory Permi...
...pancreatitis leads to fat necrosis. Free fatty acids released by enzymatic digestion bind calcium ions to form insoluble calcium soaps, resulting in hypocalcemia. A) Decreased vitamin D absorption: Associated with chronic malabsorption or liver disease, not acute pancreatitis. B) Impaired PTH secretion: Seen in hypoparathyroidism or magnesium depletion, unrelated to pancreatitis. D) Increased renal excretion of calcium: Typically due to diuretics or chronic kidney disease. E) Secondary hyperparathyroidism: Occurs in chronic kidney disease or vitamin D deficiency, not acute pancreatitis. Educational Objective: Hypocalcemia in acute pancreatitis occurs due to saponification, in which free fatty acids released from fat necrosis bind calcium, leading to its deposition in necro...
...). • Parse the JSON response using Codable. Day 3: Dependency Injection • Refactor networking code to implement Dependency Injection. • Abstract the networking service with protocols and inject it into your view controllers or view models. Day 4: Combine Framework Basics • Use Combine for handling API responses and UI updates. • Create a Publisher to fetch data and bind it to a UI component (e.g., UILabel or UITableView). Day 5: Core Data for Persistence • Set up Core Data in your project. • Create CRUD operations: Save, fetch, update, and delete data. Day 6: Advanced UI with SwiftUI • Build a SwiftUI view for a dashboard-like UI. • Use @State and @Binding to manage dynamic data. • Add interactive elements like toggles or pickers....
I'm in a bit of a bind and need some expert help. I have a VB6 executable file (EXE) and I need to reverse engineer it to recover the lost source code. There are no related files or documentation available, so I need someone who can work independently and has a deep understanding of VB6 and reverse engineering techniques. I am particularly interested in understanding the code logic behind specific functionalities within the application, which include: - User interface elements - Database interactions - Business logic The ideal freelancer for this project should have: - Extensive experience in reverse engineering, particularly with VB6 executables - Proficiency in VB6 programming - Strong analytical skills to understand complex code logic - Ability to work independently withou...
...then display received MQTT messages in a TextView within the main activity, updating it in real-time as messages arrive. - it also publishes messages to another MQTT topic when triggered by a button. What I tried to do: Create a background service that subscribes to a MQTT topic and listens for incoming MQTT messages even when the app is in the background. Use the ServiceConnection to bind the service and properly manage its lifecycle. Ensure that MQTT subscriptions are running continuously and handle connection retries in case of failure. What is the problem? As I am novice in android programming, I have difficulties to make background service working. Requirements: Strong experience with Android development and Java/Kotlin. Familiarity with background services, ...
My BIND DNS Server has unexpectedly stopped working, and I need an expert to get it up and running again. There's been no recent configuration changes or software updates that could have caused this issue. Key Requirements: - Troubleshoot and resolve the issue preventing the BIND DNS Server from starting - Comprehensive check-up of the server’s DNS configuration - Recommendations for any necessary changes or improvements Skills and Experience: - Extensive experience with BIND DNS Server - Strong troubleshooting skills - DNS configuration expertise - Experience working with CWP (CentOS Web Panel) is a plus
...is the GRUB2 core update. - Additionally, there are BIND configuration issues that need to be addressed, specifically upgrading the configurations. The server has also been flagged for: - Custom LEAPP actors or files - Packages not signed by Red Hat - A discrepancy in Python versions - The memcached service using a default configuration - Potential PAM configuration issues with the pam_pkcs11 module - Presence of PostgreSQL on the system I would like to prioritize fixing the GRUB2 core update first, followed by addressing the BIND configuration issues. Skills and Experience Needed: - Proficient in Linux server administration, specifically with CentOS and AlmaLinux - Experience troubleshooting GRUB2 core updates - Familiarity with BIND configuration and upgrades ...
...need fixing. I need help specifically with: - The "Nieuwe Persoon Toevoegen" (add new person) button which is not functioning as expected. - The person list page that fails to display data from the database. - Adding a delete button for the list of "Personen". - Display list of "Ideeen" and adding a new "Idee" (idea) - Cleaning up URL mappings and controller logic. - Thymeleaf forms that do not bind or submit data properly. Deliverables: - Fix "add new person" functionality. - Display the person list correctly. - Display and add a new - Clean up routing, controllers, and Thymeleaf integration. - Verify database connections and ensure data consistency. A working project example will be provided as a reference to help you under...
CHECK LISTE ALL JOB creation 3 vm on vmwaresxy vm 1 / creation of a bind vps server (complete) EXAMPLE SPACE DISK 100 hostename: add ip ns1. add ip ns1. ADDMAC/ ADD THE 4 LATEST PHP VERSION ((FMP AND CGI) ADD FFMPEG LATEST VERSION ........................................................... vm2 / creation vm with truenas with complete configuration ) with domain name and ip and ssl (Let's Encrypt) ON TRUE NASSE, YOU INSTALL NEXCLOUXD WITH DOMAIN NAME and ip (full congurations) 6 TO DISPACE RED ................................................................................... vm 3 /creation vm openmediavault with configuration domain name and ip and ssl Let's Encrypt 6TO DISPACE RED
...serial key to prevent unauthorized access or cracking. Key Features: 1. Drag-and-Drop Designer • Users can drag and drop design elements (e.g., text boxes, images, tables) to create invoice layouts. • Snap-to-grid functionality for precise alignment of elements. 2. Database Integration • Connect to various databases using ODBC. • Drag and drop database fields onto the design canvas to bind data dynamically. 3. Template Management • Save designed invoices as reusable templates. • Load and modify templates as needed. • Template can map with the one printer or muitple printers with diffrent page size, when we click print should print selected printers. 4. Print and Export Options • Print invoices directly from the ap...
...professional to assist with setting up separate staging and production environments for an existing web platform. This is a one-time project involving configuring the server, IIS, and database to support two environments with distinct URLs. Responsibilities: Duplicate the existing platform files into a separate staging environment folder. Set up a new website in IIS for the staging environment and bind it to a provided staging URL. Duplicate the existing SQL Server database and configure it for the staging environment. Update platform configuration files to connect the staging website to the staging database and URL. Reconfigure the production environment to serve as the primary live site (from its current demo configuration). Ensure both environments are fully functional and te...
creation 2 VM ,vps server bind add domain, and ip the configure dns server best centos you choose and centos panel : example server bind : hostname : ip: IP: ................ creation 1VM: FOR work offices (windows) ................. install all server :Nginx, Varnish And Apache ,the last 3 php version (fm and cgi) available for client fmmpeg uptad last version pacht !!!!!!!!!!!!!!!attentions make a bakup image a finished centos installations and ip configuration !!!!!!!! :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
I'm in a bind with my Instagram account. I've forgotten my password and my attempts at using Instagram's recovery options have proven futile. I need professional help to regain access to my account. Ideal candidates for this project should have experience in social media account recovery, particularly Instagram. Please note that I have not provided information regarding my access to the email or phone number associated with my account, which may be relevant for recovery options. Prompt and effective communication is crucial.
...parameters must be provided: Initial coordinates (x, y). Velocity (dx, dy). Simulation Module Updates: Update the file to support adding spaceships to the simulation. In the test code, add an example of a SpaceShip object: (new SpaceShip(10, 0, 0.1, 0.1)); User Interface Enhancements: Add a button to the MainWindow class for launching a spaceship. Bind the button to the Launch method (described below). Spaceship Launch System: Create a method Launch(int planetId, double dx, double dy): Preconditions: The simulation contains a planet with the specified planetId. Postconditions: A spaceship is created with initial coordinates matching those of the planet with planetId and velocity (dx, dy). The spaceship is added to the current simulation. The
...individual, club organizer, merchant; users can sign up for activities ◦ Users can join activity groups and interact with other participants after signing up for activities • Evaluation and Feedback Mechanism ◦ Users can review activities after participation ◦ Users can evaluate other users' posts or activity updates • Map and AR Navigation ◦ Set map hot zones to bind merchants within this range; each merchant can also bind multiple ranges ◦ Location-based services where users can view nearby merchants and activities within a certain range ◦ Call AR navigation upon reaching a destination. Users can use AR navigation for activities with routes and save/contribute route maps after driving • Payment and Recharge ◦ Users can use aggregate ...
Vitali: Hi! I have used your services in the past and wanted to reach out again. I switched from CENTOS 8 to Alma Linux 9. I am having IP address recognition issues with the server. The output code that I am getting is that the server is not recognizing the IP addresses; even when I bind them via SSH. In addition, the IP addresses revert (change back) after reboot / restart of the server.
3D Art Expert with Extensive Game Asset Creation Experience Needed I need a 3D art expert with game asset creation experience to model a complete pair of human arms for a game asset based on my design drawings. The expert should produce PBR texture maps required for the Unity URP rendering pipeline and bind them to a Humanoid full-body skeleton. The gloves have a specific design requirement, while the arms follow a standard style. No scene creation, lighting, rendering, or image output processes are needed. Skill Requirements: 1. Proficient in various 3D software, able to quickly and accurately create models. 2. Expertise in the full PBR workflow, familiar with the Unity URP pipeline and PBR rendering, and able to provide textures like BaseMap, MetallicMap, NormalMap, EmissionMa...
I'm experiencing issues with my OpenGL compute shader's ssbo. It is giving incorrect output results. Key Requirements: - Deep understanding of OpenGL compute shaders - Experience with debugging shader code Please note this debugging task should not take longer than 20 minutes. I'm looking for someone who can quickly identify and fix the issue so that th...my OpenGL compute shader's ssbo. It is giving incorrect output results. Key Requirements: - Deep understanding of OpenGL compute shaders - Experience with debugging shader code Please note this debugging task should not take longer than 20 minutes. I'm looking for someone who can quickly identify and fix the issue so that the shader can output the expected results. I would like to know how to bind th...
...application should handle both setup and launch functionalities as outlined below: 1. Setup Phase: - Install udbipd silently using winget. - Create a desktop shortcut icon for the application. 2. On Launch: - Present the user with a list of available Hyper-V VMs and allow them to select one for connection or shutdown. - Display a list of all available USB devices on the system and let the user bind or unbind any device to the selected VM. - Use to launch the selected VM after completing the USB binding process. Requirements: - The application should be developed using a Windows-friendly language. - Ensure the app runs without requiring additional runtime installation on Windows 10 or 11. - Provide clear documentation for: - Implement comprehensive error logging for diagnosti...
Thank you for helping me fix the DNS issues at BIND server
I'm in a bit of a bind as I've accidentally deleted some important messages from WhatsApp on my Android device, and I don't have a backup. I'm seeking a professional who can assist in recovering these messages without a backup. Ideally, you should have: - Proven experience in data recovery, particularly with WhatsApp on Android devices. - A comprehensive understanding of Android's data management and recovery processes. - The ability to work discreetly and professionally, as the messages are private and sensitive in nature. Please note, I have never connected my device to a computer for data transfer and I'm not sure if USB debugging is enabled on my device. Therefore, your expertise in navigating these uncertainties will be crucial.
I am looking for an experienced server administrator or web developer to configure URL masking and proxy redirection on my Apache server. I use AA panel. The primary goal is to serve content from while keeping as the visible URL. Both and are currently hosted on the same website environment without separate VirtualHost entries. Objectives: Configure .htaccess to proxy requests from to display content from , while preserving the URL in the user’s browser. Ensure all assets (CSS, JS, images, etc.) and dynamic routing (through ) function seamlessly when accessed via demo.smartifyerp.com. Prevent double or redundant slashes in URLs and resolve any resulting
I'm in a bit of a bind as I need assistance in retrieving my old MIT emails. Unfortunately, I have no access to the account whatsoever, and I also don't have any backups saved anywhere. Ideal Skills and Experience: - Prior experience with email retrieval - Familiarity with MIT email system - Strong problem-solving skills - Excellent communication skills - Ability to work under pressure - Experience with data recovery tools and techniques - Understanding of cybersecurity principles and protocols - Familiarity with password recovery processes and tools - Knowledge of encryption methods and decryption strategies - Skills in managing and querying databases - Understanding of MIT's data and email usage policies - High level of persistence and attention to detail I hav...
...interaction. Detailed Steps for Development 1. Set Up GUI Elements: Create a tkinter interface with: An input field for the prompt. A "Capture & Process" button to initiate the selection and processing. A text display area to show the OCR result and the OpenAI response. 2. Handle Start and End Point Selection: When the user clicks "Capture & Process": Minimize or hide the main app window temporarily. Bind left-click to set the start point (x1, y1) and right-click to set the end point (x2, y2). After both points are set, unbind the click events and restore the main app window. 3. Capture Screenshot from Selected Area: Use the defined start and end coordinates to create a bounding box. Capture the rectangular screen area within this bounding box as an im...
...interaction. Detailed Steps for Development 1. Set Up GUI Elements: Create a tkinter interface with: An input field for the prompt. A "Capture & Process" button to initiate the selection and processing. A text display area to show the OCR result and the OpenAI response. 2. Handle Start and End Point Selection: When the user clicks "Capture & Process": Minimize or hide the main app window temporarily. Bind left-click to set the start point (x1, y1) and right-click to set the end point (x2, y2). After both points are set, unbind the click events and restore the main app window. 3. Capture Screenshot from Selected Area: Use the defined start and end coordinates to create a bounding box. Capture the rectangular screen area within this bounding box as an im...
I'm in a bit of a bind and I need assistance with my Facebook and Instagram accounts. I can't seem to find the passwords for both platforms and my attempts at recovery have been unsuccessful. Key Tasks: - Help me recover my passwords for both Facebook and Instagram. - Once I'm logged in, assist me in connecting my Instagram account to my Facebook. Ideal Skills: - Strong knowledge of social media platforms, particularly Facebook and Instagram - Experience with account recovery processes - Ability to provide step-by-step guidance - Excellent communication skills - Patience and understanding for users facing technical difficulties
*Total budget for this changes is 5000 INR.* 1. need to import and export student bulk all classes in a single excel sheet.(any classes any section) 2. Fees master (in this fee type is not binded up so bind it), modules are there but missing like collect fees and , fees discount. and marksheet setup module are missing. 3. need to export certificates, admit card, std id , teacher id, results in bulk. class wise, student wise already there. 4. can check how many students are in class 1- class n (where n is 1-12 any ). eg class1-3,1-5,1-10,1-12 5. can check/search students category wise, gender wise class 1- class n (where n is 1-12 any ). eg class1-3,1-5,1-10,1-12 6. students, teachers how many present, how many absent, how many late and how many half day ,when adding data it must re...
...recorded into the asterisk Logs. This will help me keep track of mTLS failures for security auditing purposes, without the need to enable asterisk debug. Ideal skills and experience for this job include: - Extensive knowledge of Asterisk and PJSIP - Proficiency in patch development - Experience with mTLS Asterisk PJSIP should look like the following: [transport-tls] type=transport protocol=tls bind=0.0.0.0:5061 ca_list_file=/etc/asterisk/keys/ cert_file=/etc/asterisk/keys/ priv_key_file=/etc/asterisk/keys/ method=tlsv1_2 verify_client=yes verify_server=yes require_client_cert=yes Where we have created the Self Signed Keys as follows (all placed in the /etc/asterisk/keys folder) openssl genrsa -out 2048 openssl req -x509 -new -nodes -key -sha256 -days
My budget is only 5000 INR 1. need to import and export student bulk all classes in a single excel sheet.(any classes any section) 2. Fees master (in this fee type is not binded up so bind it), modules are there but missing like collect fees and , fees discount. and marksheet setup module are missing. 3. need to export certificates, admit card, std id , teacher id, results in bulk. class wise, student wise already there. 4. can check how many students are in class 1- class n (where n is 1-12 any ). eg class1-3,1-5,1-10,1-12 5. can check/search students category wise, gender wise class 1- class n (where n is 1-12 any ). eg class1-3,1-5,1-10,1-12 6. students, teachers how many present, how many absent, how many late and how many half day ,when adding data it must reflect. on dashboar...
I am facing issues with my Kubernetes cluster in Oracle cloud. My Pods are not able to bind and start up, leading to storage errors. - I'm encountering unclear storage errors. It's not obvious if it's a permission error, a mounting error, or a storage capacity error. - Both binding and startup issues with the Pods. - No recent changes to the Kubernetes cluster were made. A clear understanding of Kubernetes and Oracle cloud is crucial. Experience with troubleshooting Kubernetes-related issues, particularly with EFS storage, is highly desirable. Please provide a detailed plan of how you would approach the resolution of these issues.
I need an experienced AWS professional to bind my custom domain to an application running on AWS Elastic Beanstalk. This application is both a web application and an API service. The job also involves configuring HTTPS for secure connections. Key details: - I already have an SSL certificate for the custom domain - The DNS is managed via Hetzner (third-party domain provider) Ideal skills for this project include: - Expertise in AWS Elastic Beanstalk - Proficiency in AWS Route 53 - Experience with SSL certificate installation and HTTPS configuration. This will be a screen share consultation that only applies if you agree to this. If you complete this job quickly will hire you for long term contract.
...frames I have a video and I'd like to see if it is possible to pan into it. This ability is a very small piece of what I'm working on that I'll be looking for someone to help me with - but I'd like to: 1. See if this video could be panned into in which the viewer ends up in a landscape (your choice of landscape, it's just a proof of concept). 2. Find a freelancer that has abilities to help me bind the pieces of my video together - there will be at least one other scene of panning, ultimately I'm hoping to see if it is a relatively simple process and find someone that can do it. As mentioned above, this video comes from a recording of a shadertoy: Ultimately this piece of the video one would start to accelerate faster (after a few twists and tu...
...frames I have a video and I'd like to see if it is possible to pan into it. This ability is a very small piece of what I'm working on that I'll be looking for someone to help me with - but I'd like to: 1. See if this video could be panned into in which the viewer ends up in a landscape (your choice of landscape, it's just a proof of concept). 2. Find a freelancer that has abilities to help me bind the pieces of my video together - there will be at least one other scene of panning, ultimately I'm hoping to see if it is a relatively simple process and find someone that can do it. As mentioned above, this video comes from a recording of a shadertoy: Ultimately this piece of the video one would start to accelerate faster (after a few twists and tu...
I'm in a bit of a bind. There's a post on a stranger's personal Facebook account that needs to be deleted, but I don't have permission from the account owner, nor can I secure it. I'm reaching out for urgent assistance. Ideal skills and experience for this job include: - Proven track record in social media management - Strong problem-solving and communication skills - Knowledge of Facebook's policies and procedures Please note that this task requires discretion and professionalism. Thank you for your understanding and assistance.
...frames I have a video and I'd like to see if it is possible to pan into it. This ability is a very small piece of what I'm working on that I'll be looking for someone to help me with - but I'd like to: 1. See if this video could be panned into in which the viewer ends up in a landscape (your choice of landscape, it's just a proof of concept). 2. Find a freelancer that has abilities to help me bind the pieces of my video together - there will be at least one other scene of panning, ultimately I'm hoping to see if it is a relatively simple process and find someone that can do it. As mentioned above, this video comes from a recording of a shadertoy: Ultimately this piece of the video one would start to accelerate faster (after a few twists and ...
I'm in a bit of a bind with my Facebook/Instagram account. It appears to have been hacked. Specific needs: - Immediate assistance with account recovery - Guidance on the necessary steps to secure my account I'm looking for someone who has experience dealing with these kinds of issues and can provide support in a timely manner. Please reach out if you can help.
...will not be using Buildship for this project due to the limitations on API calls. Instead, we require a custom solution to efficiently handle our backend needs without these constraints. Core Responsibilities: Multi-Tenant Data Management: Implement strict data separation between different CRMs, ensuring each registered CRM has its own isolated data set. Utilize a CRM token system in Firebase to bind data to specific CRMs. Client Management Backend: Develop backend functionality to support drag-and-drop client management across sales slots, updating the app state. Admin Section Backend: Build backend services for adding and managing team members, including seat-limited access, invitation tokens, and access control (edit, deny, delete). Task Management System: Create backend...
Hey there, it's my birthday today and I'm in a bit of a bind. The photographer who did my shoot has disappointed me and I still don’t have my edited photos back. It's 15:15 and I need help urgently. Can I get someone to get my photos edited for me in the next hour? I have 5 photos that need to be edited. The edits I need done are mainly retouching and enhancements. I would like to receive the final edits in JPEG format.
In the attachment "SITE" you have a link to my webshop where I have a module/extension working in Prestashop. The function of this module is to map (via coordinates) products to any .JPG It makes it much easier for customers to order the correct products/spare parts. I need similar build in Shopify - it does not have to be a copy, I´m open for suggestions. Detailed information in the .PDF Please only bid if you have read and understood the job and is able to solve it. I prefer fixed price.
I'm looking for an experienced developer proficient in ASP.NET MVC and WebAPI, with solid skills in SQL. The frontend HTML/CSS code is already prepared; your role will involve coding for overall functionality, APIs, data binding, and handling the JavaScript frontend. Key Responsibilities: - Implement the overall website functionality. - Develop and integrate APIs. - Bind data effectively to the frontend. - Manage the JavaScript frontend coding. Ideal Skills and Experience: - Proven experience with ASP.NET MVC and WebAPI. - Strong SQL skills. - Proficient in JavaScript, HTML, and CSS. - Previous experience in a similar project.