Blog landing page

The CMS allows you to classify a page as “Blog”. Posts created on that page are then deployed as a collection of cards which, by default, are ordered by most recently updated blogs first. You can change the order by dragging / dropping blog posts in the CMS dropdown.

Individual blogs are displayed by clicking on a card - the url name is constructed from the blog title in order to improve SEO.

  1. Netlify

    23 July 2024

    A popular way to use Netlify's web hosting service is by linking your site to a Github repository and  building the pages with a static site generator. that...

    486 words
  2. Cloudinary

    26 April 2024

    Handling website images, videos and audio files through a digital asset management solution, like Cloudinary, offers the huge advantage of optimising download...

    770 words
  3. LARGEST CONTENTFUL PAINT

    22 May 2024

    Minimising the time it takes visitors to view and interact with webpages is an over-arching goal of web design. They should be stable as well - i.e. not jump...

    499 words
  4. ORACLE / GITHUB

    13 March 2024

    Backing up our Oracle applications and data is something all of us should be doing, especially if we're using Oracle Always Free. It only takes an extended...

    1407 words
  5. FEEL GOLF

    22 May 2024

    The best advice for any established golfer is to abandon all thoughts about how to hit the ball … when on the golf course.Different matter off the course -...

    2033 words
  6. Download multiple images from a webpage

    23 July 2024

    If you need to create local copies of all media files on a web page, adapt the code below and run in Developer Tools console.identify the media files to...

    201 words
  7. DBLINK ADBs

    22 May 2024

    We can provision 2  Autonomous Databases (ADB) within our Oracle “always free” OCI tenancy, each with a maximum storage limit of 20GB. This article...

    909 words
  8. ADB EMAIL

    22 May 2024

    To configure and enable sending emails from an OCI ADB database, review this post:https://blogs.oracle may seem that it o

    175 words
  9. MIGRATING WEB CREDENTIALS

    03 June 2023

    Social Sign-on is one of the transformative features of Oracle APEX especially for public facing web applications. It allows users to log on to applications...

    411 words
  10. Using "Always Free" services

    26 April 2024

    Everyone likes “free”. The allure of getting something for nothing is always strong, especially when it comes to building a website.There are any number of...

    334 words
  11. Configuring CKeditor images

    08 May 2024

    Users build website pages with CKEditor (version 40 at the time of writing).To insert an image users need to copy it's url into the page.The CMS exclusively...

    166 words
  12. CMS database application

    26 April 2024

    A single page Oracle APEX application built and served without the standard Javascript and CSS templates. It comprises about 6000 lines of PL/SQL code, 30 REST...

    629 words
  13. Anatomy of the CMS

    26 April 2024

    The CMS is an Oracle database application that interfaces with a number of preferred service providers enabling authenticated users to create, deploy, maintain...

    896 words
  14. Blog Design Approach

    28 April 2024

    Blog landing pages present an interesting challenge for web designers. Like any page, they have to be accessible, impactful and responsive. How we try to...

    616 words
  15. Codepen

    26 April 2024

    Codepen is an extremely useful tool for developing webpages, where users can instantly view the effects of editing a page's HTML, CSS and Javascript.Each page...

    453 words
  16. Things under review

    26 April 2024

    This CMS is a simple tool for users to build and deploy their websites.Deployed websites report back to the CMS the activity and performance of each page visit....

    856 words