Joomla pagination class jobs

Filter

My recent searches
Filter by:
Budget
to
to
to
Type
Skills
Languages
    Job State
    2,000 joomla pagination class jobs found, pricing in CAD

    I'm looking for a skilled developer to assist with my social networking platform. - I'd like to add new features to my website. These could be anything from messaging and notification systems to user profile enhancements. - I also need help debugging an...notification systems to user profile enhancements. - I also need help debugging and fixing errors. If you have a keen eye for detail and are a good problem solver, you'd be a great fit for this job. - If you have experience with optimizing and improving the performance of websites, that would also be a big plus. - While the CMS is not specified, knowledge of common CMS platforms such as WordPress, Joomla, or Drupal may also be beneficial. Your experience in web service development and social networking platfor...

    $252 (Avg Bid)
    $252 Avg Bid
    30 bids
    Trophy icon Arabic for Kids 6 days left

    I am looking for a flyer with an Arabesque design for kids. Arabic Language Institute (add logo) presents Arabic for Kids (add picture of kids learning Arabic) Ages 5 to 10 - Reading - Vocabulary - Speaking Starting Saturday, June 1st at Masjid Darul Islam 602 Salem Ave, Elizabeth, NJ Class Options 1 Day $10 per day 2 Days $15 per weekend Saturday 12:00 noon to 1:30pm Sunday 12:00 noon to 1:30pm Scan QR Code for Registration

    $27 (Avg Bid)
    Guaranteed
    $27
    14 entries

    I need assistance with pagination in my 200+ page Word for Mac document, specifically in certain sections. The main issue I'm facing is inconsistent numbering, which seems to be disturbing the flow and continuity of my work. The chosen freelancer should have: - Proficiency in Microsoft Word for Mac (I'm using version 16.85 copyright 2024). - An excellent understanding of pagination issues and how to resolve them. - Experience with document formatting in large Word files. Please only bid if you're confident you can rectify this issue quickly and efficiently.

    $45 / hr (Avg Bid)
    $45 / hr Avg Bid
    30 bids

    Education Website with Live Class Feature The project requires comprehensive full-stack development skills, with the aim to create a robust and functional website targeting students. The layout should be intuitive, offering a seamless learning experience. Key Features: - A fully functional and interactive landing page that includes contact forms and social media integration for enhanced communication. - A secure payment gateway offering an effortless checkout process for users. - Implementation of video and study material storage facilities. - Live classes integration providing real-time learning experiences. Study Material Details: - Incorporation of text files, video lectures, and interactive quizzes for a well-rounded learning experience. The project offers a strict time...

    $351 (Avg Bid)
    $351 Avg Bid
    15 bids

    I am seeking a highly creative and skilled freelancer to design a video invitation card for a special event I am planning. The video should radiate elegance and class, appealing directly to my friends and family. The successful candidate should be excellently adept at: - Graphic Design - Video Editing - Animation The inclusion of the following elements is essential: - A well-crafted personal photo collage that will touch hearts - Animated text that adds a touch of class and uniqueness - Choosing or creating a befitting music or voiceover that complements the overall feel of the video It would be highly advantageous if you have prior experience creating similar video invitation cards, particularly ones that incorporate classic style elements effectively. Proven skills in bl...

    $19 (Avg Bid)
    $19 Avg Bid
    8 bids

    ...features: - **Multi-Login System**: There needs to be a seamless and secure multi-login system to accommodate both trainers and students. - **Search Functionality**: Users should be able to search for trainers or classes based on the city or trainer's name. This will make it easy for students to find trainers that are close to them or whom they may have heard of. - **User Profiles**: Each trainer or class should have a detailed profile which includes: - Biography: A brief description of the trainer and their training methods. - Reviews and Ratings: Users should be able to rate and write reviews about the trainers/classes. - Contact Information: Trainers should be able to list their contact information so that interested students can get in touch with them. The i...

    $432 (Avg Bid)
    $432 Avg Bid
    28 bids

    I'm in need of a programmer who can help me create a Twitter social farming webpage with daily challenges and achievement badges alongside an HTML5 arcade game integration with referral& earnboosters options. ( don't mind using CMS like wordpress/joomla) References () . (@senderlabs/introducing-the-senderdao-points-system-1015e1e584a1) For the Twitter Social Farming Game: - I envision daily challenges to keep users engaged. - There should be a system for awarding achievement badges for specific accomplishments. For the HTML5 Arcade Game: - integrate readymade HTML5 arcade game with points system. (you should recommend a game that can be customized could be from codecanyon or somewhere else ). Points Earning System: - I haven't defined how points should

    $190 (Avg Bid)
    $190 Avg Bid
    46 bids

    ...corporate identity and logo. The aim is to create brand recognition, present a professional image, and differentiate ourselves from competitors in our niche. I am seeking a proficient artistic designer who can create a unique and captivating logo for brand recognition, website use, and product labeling. Expectations: * Develop a logo and corporate identity that's innovative, yet represents a sense of class. Something simple but distinct like luxury brands. * Adherence to a color palette of black, white and touches of burgundy. I'm open to different gradations and intensities of these colors to make the logo pop. * We want the logo to use the image of a lynx or a fox. * Develop a manual with the brand corporate identity to explain how and when the logo must be used (co...

    $147 (Avg Bid)
    Guaranteed
    $147
    743 entries
    Java Code Fix Needed 6 days left
    VERIFIED

    i have Pojo class where it is picking property value from api response as integer in the Pojo Class: @JsonProperty("intensity") private Integer intensity; public Integer getColor() { return color; } public void setColor(Integer color) { = color; } and in parser class (INTENSITY, ((), 0)); The problem is sometimes the Api giving the color value as string not as interger but only on on checkbox config we add and this already defined in java if(checkVariant is true) then consider it string and parse it what i have to do to fix my code based on that condition so i can parse the string value this way: updateProperties("color", ((), ));

    $35 (Avg Bid)
    $35 Avg Bid
    33 bids

    I'm searching for an experienced graphic designer to create a unique, sophisticated logo for my pastry shop named "Voilà". Key Requirements Include: - Incorporating the name "Voilà" into the logo design - Conveying a sense of class and sophistication - Utilizing a color scheme of burgundy/champagne, or gold/ rose gold Skills and Experience: - Proficiency in color theory - Strong background in logo and brand design, especially for food-related businesses - Ability to capture the essence of a brand's identity in a visual format I look forward to seeing your portfolio and discussing potential designs for "Voilà". I want to use my logo for Instagram profile, to add on my personal pastry photos, and also on stickers an...

    $14 (Avg Bid)
    Guaranteed
    $14
    302 entries

    website from joomla 3.x to 4.x..

    $267 (Avg Bid)
    $267 Avg Bid
    1 bids

    Quiero pasar estas dos funciones de C++ a C template<class T> int EEPROM_put(int ee, const T& value) { const byte* p = (const byte*)(const void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) foo(ee++, *p++); return i; } template<class T> int EEPROM_get(int ee, T& value) { byte* p = (byte*)(void*)&value; unsigned int i; for (i = 0; i < sizeof(value); i++) *p++ = foo(ee++); return i; }

    $23 (Avg Bid)
    $23 Avg Bid
    6 bids

    I need help migrating my Joomla-based website, which currently features a Currency Converter, to a new hosting server. Key Requirements: - Migrate the entire website (including the Currency Converter feature) from the existing server to a new one. - Ensure that the Currency Converter functionality remains intact and fully operational post-migration. Ideal Skills and Experience: - Proficiency in Joomla, PHP, and MySQL. - Prior experience with migrating websites, particularly those with dynamic features like Currency Converters, would be beneficial. - Strong attention to detail to ensure all components of the website are correctly transferred and operational.

    $50 (Avg Bid)
    $50 Avg Bid
    6 bids

    I need a robust class management system that caters to the needs of a large-scale educational institution. Our primary users will be students, teachers, administrators, and parents. Key Features: - Attendance Tracking: The system should allow teachers to mark and track the attendance of students. - Grade Management: An intuitive grade management system that enables teachers to input and calculate grades effectively. - Messaging System: A communication platform that facilitates seamless interaction between all stakeholders (students, teachers, administrators, and parents). By Whatsapp - Schedule Change Option: The system should have a feature that allows for the smooth management of schedule changes. User Base: - The system will cater to over 100 users, so scalability and performan...

    $491 (Avg Bid)
    $491 Avg Bid
    77 bids

    I'm seeking experienced UML and OCL modelers to conceptualize my full system information and transcribe the model for the USE (.use) tool. Key tasks include: - Conceptualize the entire system model using UML and OCL - Transcribe the model for USE tool - Create necessary UML diagrams: Class Diagram, Use Case Diagram, Sequence Diagram Ideal skills would include expertise in UML, OCL, and system modeling. Familiarity with the USE tool is essential.

    $25 (Avg Bid)
    Guaranteed
    $25
    2 entries

    I need an application developed for Android, iOS and potentially Windows. This app's purpose will be mainly to host video lessons and class videos, aimed at the education sector. Key Features: - The app needs to be code-access restricted to ensure content security. - It will also require a feature to embed hidden watermarks into the videos for further security. Ideal Skills: - Proven experience in Cross-Platform Mobile app development. - Proficiency in features revolving around Video playing and user security. - Expertise in embedding watermarks into video content. There is no strict timeline for the project completion, quality and attention to detail is more important. Apply if you have the needed skills and can deliver a secure, user-friendly app familiar with Arabic.

    $1600 (Avg Bid)
    $1600 Avg Bid
    49 bids

    I need a freelance PMP certified project management trainer for delivering a 5 days' project management courses and vast in PMI-ACP (PMI Agile Certified Practitioner). Course duration : 5 days. ...Material to be covered : PMI-ACP (PMI Agile Certified Practitioner) Location: Orlando, United States Frequency : Multiple Classes Fees : 5 x US$ 700.- per training day = US$ 3500 Candidates should provide me with their resume including detail qualification, career path, experience in project management and experience in conducting project management training. Aside this urgent time sensitive class, there will be multiple trainings in several locations in USA, Canada, UK, Europe and Africa so applicants from various locations are encouraged to apply so they can be contacted ...

    $790 (Avg Bid)
    Local
    $790 Avg Bid
    8 bids

    ...since anyone made a donation. I realize it must be difficult to give money to a person you haven’t seen for years or never met. I wanted to run a “Rewards Based Campaign” where contributors could select either Prints of my Artwork or select from my list of 200 different titles of Vintage Children’s books or both but GoFundMe prohibits offering rewards. I’ve been a successful award winning world-class professional painter & printmaker for decades. However (as mentioned in my campaign) Redundancy in my “Visual Arts” profession (due to circumstances unrelated to job performance) that I never could have anticipated has severely reduced the demand for artwork created by the human hand (by artists like me) in favor of computer generated fa...

    $183 (Avg Bid)
    $183 Avg Bid
    12 bids

    ...functionality. We're looking to add new features to the existing web application. These include: 1. Filter students by religion and gender (Dropdown filter needs for additional filter only gender and religion) 2. Send individual message by filtering class, section and marking by roll And some more 3. I need to show here some important field by default from student and parent profile Gender Religion Father's name Mother's name Mobile number Date of birth Address Image (print in pdf) 4. I have some issue to fix on result system. Need to modify class name tyme 1. Compulsory (WIll add full marks and GPA with Result) 2. Optional (WIll add full marks and GPA with Result) 3. Additional (Just to show on Marksheet, (WIll add any marks ...

    $229 (Avg Bid)
    $229 Avg Bid
    24 bids

    ...Enhancement. I'm looking for an expert who can bolster the overall look and feel of my landing page’s navigation. The ideal candidate for this project is one who has profound experience in web design, particularly in the e-commerce sector. A portfolio showcasing past work in similar projects would be beneficial. The person should also have exceptional skills in graphic design, UX/UI design, and Joomla or WordPress. this is my website : and i want it to look like this :

    $201 (Avg Bid)
    $201 Avg Bid
    44 bids

    I am looking for an experienced developer to create a school billing software with specific features. Key Features Needed: - Customizable invoice templates with a capacity to vary fields per class or grade. - Incorporation of custom branding elements into these invoice templates. Additional Requirements: - I would like to have WhatsApp notifications as a method of handling payment reminders. The ideal freelancer for this project would be one with prior experience in developing billing software, more specifically within a school context, and a strong understanding of WhatsApp API integration. Demonstrated experience in software that includes customizable templates and unique branding elements is a must. Your expertise in these areas should align with my project needs and enhance ...

    $633 (Avg Bid)
    $633 Avg Bid
    30 bids

    Tengo un error en codeigner con la api de mikrotik , necesito hacer funcionar este script corrigiendo este error: }catch(Exception $e){ return $e->getMessage(); } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settin... } } } } // Mikrotik API if (!function_exists('mkClient')) { function mkClient() { return new PEAR2NetRouterOSClient(settings()[0]->mkipadd, settings()[0]->mkuser, settings()[0]->mkpassword); } } // Mikrotik API Util if (!function_exists('mkUtil')) { function mkUtil() { return new PEAR2NetRouterOSUtil(mkClient()); }...

    $44 (Avg Bid)
    $44 Avg Bid
    7 bids

    I need a React developer to build a frontend for a Student Management System. Key Project Details: - Two Types of Users: The system will have both admin and normal user functionalities. - Entities: The project involves five main entities: students, admin, class, exam, hall, and scheduling. - CRUD Operations: The system should allow for Create, Read, Update, and Delete operations for the mentioned entities. Admin User Features: - Access Control: The admin user should have the ability to control user access and manage permissions. - Reports Generation: The system should be able to generate exam scheduling reports. I will provide you with the Swaggy API list for this project. The deadline for this project is Saturday night. Ideal skills and experience: - Proficiency in React - ...

    $361 (Avg Bid)
    $361 Avg Bid
    41 bids

    I have collected the dataset in CSV format and now require an expert to develop a multi-class logistic regression model for me. Key requirements: - The dataset is ready and available in CSV format which can be used for the model. - You should have expertise in developing logistic regression models for multi-class classification. - Proficiency with Python is a must as I prefer the model to be developed using this language. Technical Requirements: Proficiency in Python and familiarity with libraries such as NumPy, Pandas, Keras, and TensorFlow. Knowledge of statistical learning, logistic regression, and gradient ascent optimization. Ability to write clear and concise documentation and well-commented code.

    $139 (Avg Bid)
    $139 Avg Bid
    46 bids

    I'm in need of a skilled web developer to set up a secured tutoring scientific website. This platform will facilitate online classes, between Students, Instructors and Schools (the field of study will be discussed person...online classes. The session creator (instructor or school) can determine the hourly rate, and the website has a predetermined commission programme (Discussed Personally) Skills and Experience: Proficiency in web development, particularly in setting up interactive and user-friendly websites and teaching tools. - Experience in integrating payment systems into websites. - Familiarity with online class management systems and content sharing features. - Strong communication skills as we may need to collaborate on the content shared, and for any future developmen...

    $3371 (Avg Bid)
    $3371 Avg Bid
    161 bids

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    $128 (Avg Bid)
    $128 Avg Bid
    74 bids

    create 10 spreads (20 pages), an A5 book or magazine for Porsche Develop full research about the topic and writing the content to design an interactive digital artwork. Tasks to be covered: Task 1: Research your selection and analyze all needed aspects. Also, Mood Board (your visual research) + Layout plan (Dividers and interactive buttons) as we discussed in the class. Task 2: Design a suitable layout for your selected topic. Use Table, margins, columns, master pages, and paragraph/character style. Task 3: Submit InDesign file (Packaged) and export an interactive digital file (PDF). Task 4: A Presentation on screen, that discusses the project’s concept and process.

    $132 (Avg Bid)
    $132 Avg Bid
    92 bids

    I need a desktop application that can carefully monitor a MySQL database on my Windows system. The app should be able to perform the following functions: - **Monitoring MySQL Database**: The application should constantly monitor my MySQL database and detect when a new record is created. - **WYSIWYG Template Management**: There should be a feature that allows me to manage variou... naming convention based on db record. d. Ability to add an option password to the PDF required. e. The resulting PDF must be stored in up to 2 locations (one maybe a unc path with username and password required) f. must be able to use multiple tables in the DB, All joins will be provided. e. PDF will have a custom header / footer and pagination p...

    $22 / hr (Avg Bid)
    $22 / hr Avg Bid
    80 bids

    ...looking for a skilled individual to customize and install a website template for my project. The ideal candidate will have experience with website design, development, and template customization. Requirements: Proficiency in HTML, CSS, and JavaScript Experience with website templates (e.g., WordPress, Joomla, HTML templates) Ability to modify and customize templates to meet specific requirements Knowledge of web hosting and installation processes Attention to detail and good communication skills Responsibilities: Customize the website template according to my specifications Install the customized template on the web hosting server Ensure the website is fully functional and responsive What I Offer:

    $237 (Avg Bid)
    $237 Avg Bid
    137 bids

    I'm in need of a freelancer who can help with integrating Klaviyo into my Joomla Gridbox website. Key Requirements: - E-commerce Integration: The primary reason for this integration is to enhance the e-commerce capabilities of the website. I want the Klaviyo integration to be seamless and optimized for the products on the platform. The ideal candidate should have: - Proficiency in Klaviyo integration - Experience with Joomla Gridbox - E-commerce integration expertise. Your role will be pivotal in ensuring a successful integration that improves overall efficiency and boosts the e-commerce functionality of the website.

    $766 (Avg Bid)
    $766 Avg Bid
    46 bids

    I am searching for a skilled freelancer who have developed an examination and class timetable for a multi campuses univeristy (1 - 10 campuses).

    $228 (Avg Bid)
    $228 Avg Bid
    27 bids
    Python Developer Needed 3 days left
    VERIFIED

    .../home o Accessible to logged-in users only o Displays bot updates and useful links o Updates data retrieved from the database • /profile o Accessible to logged-in users only o Contains a user profile data form o Displays database data upon form submission • /subscription o Contains one disabled “Buy now” component with Free plan • /admin o Table of users with 3 fields (email, name, phone) and pagination All features should be implemented with server and client side input data validation, adhering to best practices for security, performance, and extensibility. Key Requirements: - Strong proficiency in Python - Experience with relevant frameworks/libraries such as Django, Flask, or Pandas - Strong problem-solving skills and the ability to work independe...

    $165 (Avg Bid)
    $165 Avg Bid
    31 bids

    I'm looking for a cross-platform ...well-designed. - Security is also a key consideration, as the reports will likely contain sensitive information and should be well-protected. - Please provide examples of similar cross-platform apps that you have developed. - Experience with reporting functionalities and/or data security is a plus. Features of the Application will be, Name and class of app is daily Class reporting Software 2. Select the class you taught today from class 3 to class 12 3. Select the topic 4. Upload videos, and queries. 5. Mark it as done partly done or not done 6. Integrate it with calendar 7. Mark holidays 8. Integrate GPS location in it Please respond with details on your experience, how you would approach this project and ...

    $659 (Avg Bid)
    $659 Avg Bid
    40 bids

    ...customization Key Functions for Transfer: - Pagination: Copy pagination from existing website to a new website. (in ) - Float Player: This function enhances the user experience by ensuring that the media player remains visible on the screen even while scrolling. (parts in + + ) - Generate Thumbnail: The ability to automatically generate thumbnails for posts, easing the process of content management. () - Edit Post Generate Thumbnail: This function allows users to make changes to their thumbnails easily. () Specific Requests: - The desktop existing layout remains the same it has been done through elementor, the mobile/tablets version have to be edited by you. - The pagination function should be applied to the Home Page of

    $235 (Avg Bid)
    $235 Avg Bid
    114 bids

    ...jar”) - the generated jar can be added as a dependency on a Dummy Java app, and it should work exactly like Lombok. For instance, when I annotate a POJO with @, getter methods are added to the .class - Additionally, we will add both Lombok and Gilly dependencies on our , and both dependencies should work. For instance, when a POJO is annotated with @ and @, both getters and setters must be present on the resulting .class The successful applicant will have experience with: - the Lombok library - know the basics of Java reflection and Class loaders - familiarity with Ant scripts We're looking forward to having the project completed within a month. So, if you can work within these timelines and you're looking for a project that's both challenging

    $529 (Avg Bid)
    $529 Avg Bid
    22 bids

    I need to give the class on Microsoft. Thansk

    $12 / hr (Avg Bid)
    $12 / hr Avg Bid
    1 bids

    I'm urgently seeking an experienced freelancer to help me update my Joomla template and modules. Your responsibilities will include: 1. **Color Scheme Revamp:** The updated design should reflect the specific designs I've prepared. Expertise in creating an exact match is crucial. 2. **Adding New Functions:** Some new functions to improve my website's interactivity and user-experience need to be introduced. Having prior experience delivering such features will be advantageous. 3. **Styling Update:** I also require modifications and tweaks to the existing Joomla components and modules. Your skills should include Joomla templating and module modifications. The timely completion of this project is essential as I'm looking to implement these changes u...

    $25 / hr (Avg Bid)
    $25 / hr Avg Bid
    58 bids

    As the owner of Southern Charm Mobile Bar, I'm in need of a logo that embodies the essence of my business. I want a design that combines a country vibe with a touch of class. The color scheme I envision is deep burgundy, soft gold, and beige. You can add hunter green or wood brown if needed. You can add some flowers like the picture below in the logo to add color instead of color in the letters. Key Points: - Style: The logo should have a country feel while maintaining a classy touch. - Usage: The logo will be used primarily for online platforms (such as the website and social media), as well as on printed materials like business cards and flyers, and on physical signage for the mobile bar and event banners. - Design Elements: While I don't have any specific symbols in mi...

    $68 (Avg Bid)
    Guaranteed
    $68
    445 entries

    ...Nagar, Noori Nagar, Hyderabad, Well trained and dedicated Teaching Staff, Computer Lab Equipped with World Class Advance Technology, We provide well-equipped computer, physical, biological, language, and math labs for both primary and high school students. Indo embassy high school Where Knowledge meets Innovation near Masjid e Maaz, Millat Nagar Noori Our comprehensive online platform facilitates seamless communication among students, teachers, and parents during and after school hours. IIT and Medical Foundation from Primary classes Special remedial classes struggling students Admissions are open for Nursery to Tenth Indo embassy high school for the bright feature of you child Class rush for Admissions Special remedial classes struggling students Indo embassy high sch...

    $102 (Avg Bid)
    $102 Avg Bid
    10 bids

    Hi, I'm currently facing a challenge with post pagination using Elementor. I've got a lengthy post that needs seamless navigation for users and require urgent help integrating the Post Pagination plugin correctly. Key Requirements: * Integration of Post Pagination from Unlimited Elements with my Elementor post. * Setup of numbered pagination to enhance user navigation. * Training to independently handle plugin integration in the future. Ideal freelancer should be skilled in Elementor, understand post pagination well, and have previous experience in plugin integration. Also, the ability to communicate complex processes in simple terms will be appreciated. Thank you!

    $33 (Avg Bid)
    $33 Avg Bid
    66 bids

    ...ensure your submission is read. I have a Joomla site that I need to port over to WordPress, and I'd like to get a unique design for the new site. Key Requirements: - Porting Joomla site to WordPress: I need an experienced developer who can smoothly and completely move the content, structure, and functionalities of my existing Joomla site to WordPress. - Design: I will be working on building the User Experience, All I need is the data in a structured format using ACF. Your Responsibilities: - Migrate all the existing content from Joomla to WordPress staging site. This includes pages, posts, images, videos, and any other relevant content. Skills and Experience: - Proficiency in Joomla and WordPress: You should have a strong background in both ...

    $18 / hr (Avg Bid)
    $18 / hr Avg Bid
    75 bids

    I have a Joomla website that needs optimization. It's currently displaying Database connection and Internal server errors which I haven't experienced before. I have not made any recent changes to either the website or server configuration before these errors started occurring. I'm primarily aiming to increase the speed of the website. Therefore, I need someone who is experienced in Joomla website optimization, particularly in resolving internal server errors and database connection issues. Knowledge in enhancing website speed while ensuring its stable performance is crucial. Your expertise in Joomla is a must, as I would like these issues resolved promptly without any unintended consequences.

    $472 (Avg Bid)
    $472 Avg Bid
    23 bids

    I need a Salesforce Apex test class written specifically to test the functionality of my existing Apex classes. Requirements: - The test class should cover the creation and update functionality of my custom objects. - The test class should ensure that data validation is being performed accurately. It is important that the freelancer has experience with Salesforce Apex and can demonstrate previous experience in writing effective test classes. Please provide samples of your previous Apex test classes if possible. Your understanding of Salesforce standard and custom objects will be a key factor in my decision.

    $35 / hr (Avg Bid)
    $35 / hr Avg Bid
    16 bids

    I'm in need of a proficient web designer to help bring my static website to life. The website should include the following sections: - Home - About Us - Services - Contact - Portfolio - Testimonials Your skills and experience should ideally include: - Expertise in popular web development languages wordpress, sitejet builder, joomla, drupal - Previous work designing static websites - A strong understanding of UX design principles - Quick turnaround ability Please note, the completion of this project is required as soon as possible. Any clarification will be provided promptly to ensure the accurate and speedy development of the website. Your proposal should include your plan for the job and time estimates. Looking forward to your bids.

    $176 (Avg Bid)
    $176 Avg Bid
    88 bids

    ...list of IoT devices. Device Selection: Ability to select a device to load its statistics via API. Graphs and Data Tables: Around 10 different graphs and several data tables with pagination. Time Ranges and Filtering: Options to select time ranges and apply filters from the UI. API Integration: Fetch device statistics from a backend API. Modern UI: Clean, intuitive, and well-designed user interface. Key Features: Device List Display: A dashboard-like interface showing all IoT devices. Dynamic Graphs: Display statistics and data in a graphical format (around 10 different graphs). Data Tables: Tables with pagination to display detailed data. Filtering and Time Ranges: UI elements to filter data by different criteria, including time ranges. API Integration: Seamless integrati...

    $842 (Avg Bid)
    Featured
    $842 Avg Bid
    45 bids

    Congratulations to Mikhi Dacus BHP Class of 2024 Valedictorian The Man. The Myth. The Legend. Class colors and Navy Blue with red accent This will need to be formatted high quality for 8'8 backdrop

    $34 (Avg Bid)
    Guaranteed
    $34
    142 entries

    ...work on Chrome, Edge, Firefox and Safari of windows desktop, iPhone and android. Milestones will be created. Results card layout improvements: a) Currently, for layout with multiple laptops per row, it shows specs only on mouse-over, lets remove that and show that in the card itself, between the laptop image and the hyperlink of the laptop title. Lower the font a little bit and add a special css class to control the style of the specs. b) The cards need a bit more padding/margin so they dont look too crowded with information. Show Details popup: c) Show details popup needs to occupy 90% of the screen width showing the specs in two columns and have a nice border and a thin scrollbar if the content does not all show in one screen. Description/Name should only show first 250 chara...

    $237 (Avg Bid)
    $237 Avg Bid
    137 bids

    I need a python software that can find emails from LinkedIn Sales Navigator URLs. The emails need to be in Excel format. What I Need in Excel: - Name of the person - Email - Location - Designation Procedure: - I shall enter sales navigator ulr where multiple leads in pagination format displayes. - Software will pick each person url and find out his email (personal/professional) - Add that record along with above fields in excel sheet. Make sure software must not stuck, and i shall clear the payment after testing couple of days. Ideal Skills: - Proficiency in Python. - Experience in web scraping, particularly with LinkedIn URLs. - Familiarity with data manipulation in Excel files. This project is ideal for someone with a strong background in Python and web scraping. The successf...

    $44 (Avg Bid)
    $44 Avg Bid
    21 bids

    I am looking for a creative Arab designer who can develop a unique scarf design for me. The design needs to be customized and should integrate the national symbols of the UAE along with unique patterns. Key Requirements: - Customized design that combines UAE national symbols and unique patterns - Color scheme in elegant, high class. - Patriotic Arabic calligraphic, Scarf should contain patriotic sentence in Arabic calligraphy. - Uniqueness: The design should be unique, not copied from online. - English explanations: Kindly give the English translation notes for each Arabic design. Ideal Skills: - Proficiency in graphic design software - Experience in creating scarf designs - Knowledge of UAE national symbols and culture - Ability to create unique and eye-catching patterns

    $141 (Avg Bid)
    $141 Avg Bid
    37 bids