PAC | JavaScript Data Pagination Code (2019 EN)

Discussion in 'Programming' started by Kanka, Jul 25, 2019.

  1. Kanka

    Kanka Well-Known Member Loyal User

    Messages:
    16,037
    Likes Received:
    449
    Trophy Points:
    83
    [​IMG]

    Company: Packt Publishing
    Author: Laurence Svekis
    Full Title: JavaScript Data Pagination Code
    Year: 2019
    Language: English
    Genre: Educational: Web Development
    Skill Level: -
    Price: €187.99
    -
    Files: MP4 (+ Code Files)
    Time: 00:49:10
    Video: AVC, 1920 x 1080 (1.778) at 30.000 fps, 3500 kbps
    Audio: AAC at 64 Kbps, 1 channels, 44.1 KHz



    Create dynamic pagination for data pages using JavaScript and create clickable links to more content.

    Pagination makes large amounts of content easy to find and breaks up. It allows you to toggle through content with ease.

    This course will guide you in designing your Pagination using JavaScript. Use JavaScript to first get the data from an API. You will then load the data so that it can then be chunked into more manageable pieces by creating multiple pages for user consumption. You will create pagination navigation between pages of content. See how to loading content from a large object array, creating pages of content. By the end of the course, you will be able to apply JavaScript to create your own Pagination.


    Learn:
    ✓ Setup of HTML and selecting elements using JavaScript
    ✓ Use JavaScript to data pages for creating dynamics pagination
    ✓ Create elements on the fly with JavaScript
    ✓ Create pagination navigation between pages of content
    ✓ Get data and parse it to output on web pages
    ✓ Create fetch request to retrieve API data

    Features:
    ✓ Design pagination easily using JavaScript for easy view of data pages
    ✓ Load content from large object array and create pages of content using JavaScript
    ✓ Using JSON data as JavaScript Object for easily implementing Pagination


    Lessons:
    1. Introduction to JavaScript Pagination
    01. Pagination Introduction
    02. Developer Setup
    2. JavaScript Pagination Application from scratch
    03. Setup HTML DOM
    04. AJAX request Content using Fetch
    05. Load Page Data
    06. Load Only Page Content
    07. Create Pagination Menu
    08. Tweaks and Fixes
    09. Make it Look Better CSS
    10. Add Images from API
    11. Code Review


    -------------