Ionic 4 Segment Live Example

Segments are a collection of related buttons that displayed in a horizontal row. The functionality of the Ionic segment is the same as Ionic tabs, where you select the one tab that will deselect all other tabs. HTML <ion-segment [(ngModel)]=”boxes”> <ion-segment-button value=”box1″> Box 1 </ion-segment-button> <ion-segment-button value=”box2″> Box 2 </ion-segment-button> </ion-segment> <div [ngSwitch]=”boxes”> <div *ngSwitchCase=”‘box1′”>

Read More »

Best Deepfake Apps And Websites You Can Try For Fun #2023

Deepfake videos are more prevalent than ever, and at this moment a Chinese deepfake programme called Zao has swept the world wide web. It allows you to produce deepfake films quickly, and the finished products appear remarkably real. These tools may be used for research into learning algorithms, face recognition,

Read More »

Everything About Cloud Computing Architecture And Basics

Talking about technology, it is going step by step with the world. Cloud computing is a part of this technical world. It is a technology through which we can access various services using the Internet. It provides us a variety of facilities through the Internet. Also, what is cloud computing,

Read More »

how to make bootstrap 4 modal

Modal is a child window that is layered over its parent window. It displays the content from a separate source that can have some interaction without leaving the parent window. Basic Modal Create a modal by using the .modal class and attribute data-toggle = “modal” on a element, like a button or link, along

Read More »

How To Use prevNext Modx Addon

Modax is an open source web application management framework. Modex was originally developed in combination with PHP and Support Cloud. I wrote about a previous add-on for Modex. I discussed various options for using Priority in Modex and other languages. Modex also offers a part front plugin from Drupal. prevnext

Read More »

Tailwindcss How To Create Rectangle

In Tailwind CSS, you can create rectangles by using the utility classes provided by Tailwind CSS to define the width and height of an element. Here’s a basic example of how you can create a rectangle: Example <div class=”w-64 h-32 bg-blue-500″></div> w-64 sets the width of the element to 16rem

Read More »
No data found.