How to create a Custom landing page to Google blogger? Google blogger provides the great feature of redirecting the home page to some other custom page. It is really helpful…
What’s coming in Oracle Application Express (APEX 20.1)? There are couple of things being added and removed In APEX 20.1. As per the APEX DEV team. Announcements No longer support…
Displays a text area supporting markdown input, with text formatting options, support for including images, and a preview option to view the formatted text. The Markdown Editor allows you to…
What’s New in Oracle APEX 19.2? Faceted SearchAPEX dev team introduced in faceted search option in APEX 19.2. As per the DEV team. Introducing Faceted Search, a new component that…
APEX user profile utility This plugin is inspired by the APEX workspace user profile option. Steps Download Plugin Install to your application Create Dynamic action on load Add true action…
ORA-00972: identifier is too long. Till Oracle 12 C, the identifier length is 30 characters. Starting from 18 C Oracle increased the length of identifier to 128 character. So now…
Move APEX page item to navigation menu, navigation bar or Application title. This plugin help to move the page items to navigation menu, Navigation bar or Application title. Steps Download Plugin…
How to Add Website rss feed to the Blogger? Go to blogger Dashboard, open Layout. Click on add Widget or Gadget. As click on add a widget then you can…
How to solve GITHUB Commit Conflicts? What are GIT commit conflicts? As a flexible version control system, GIT provides a great feature of committing changes to the local branch to…
First Commit to GITHUB GitHub commits pretty much follows by the user changes has been made on the branch. So here is the thing, you made the changes then you…