Duplicate Media Queries

January 3, 2023 0 Comments

Today there are many frameworks that allow you to quickly create responsive websites. For example, Bootstrap and Foundation include a set of common website components, plugins, many predefined style rules, and CSS3 media queries to create the responsive grid. However, one of the disadvantages of using these frameworks is that multimedia requests are scattered when …

Creating CSS 3D Shape

December 25, 2022 0 Comments

Have you ever worked with 3D on the web? If so, then you are probably familiar with WebGL (web Graphics Library), a JavaScript API designed to render 3D and 2D graphics in your web browser without using plug-ins. In this article, we present Tridiv, a free web application to easily create 3D CSS shapes. If …

HTML Checkbox Into iOS 7 Switch

December 10, 2022 0 Comments

The checkbox is very useful for providing user input. When users enter the actual value, a check mark appears in the small square box. Customize the appearance of the checkbox can be done simply via CSS. Nevertheless, the customization only affects the style of the boxes and checkboxes. To customize the checkbox with a really …

Mobile Application with HTML And JavaScript

November 20, 2022 0 Comments

For many web developers who may only be familiar with HTML, CSS, and JavaScript, developing a native mobile application could be unfamiliar ground. Technically, mobile applications are created in Android, iOS, and Windows Phone using completely different programming languages. An Android application uses Java, an iOS application uses Objective-C, while a Windows Phone application uses …