How to change the dropdown arrow icon of select box using background image in css? 2. How to change the placeholder color in firefox browser? 3. How to reduce the column width(which is display flex column) in css?
Author: Rojalina Sahu
Category As Ecommerce:WordPress Coding Standard
These PHP coding standards are intended for the WordPress community as a whole. They are mandatory for WordPress Core and we encourage you to use them for your themes and plugins as well. Opening and Closing PHP Tags When embedding multi-line PHP snippets within an HTML block, the PHP open and close tags must… Continue reading Category As Ecommerce:WordPress Coding Standard
Category as Ecommerce: Magento Coding Standard
Literal Namespace Rule For class name resolution, use the Class keyword instead of a string literal for every class name reference outside of that class. This includes references to: Fully qualified class name Imported/non-imported class name Namespace relative class name Import relative class name example: Addition Formatting Standard When you declare an anonymous function as… Continue reading Category as Ecommerce: Magento Coding Standard
Category as Ecommerce: PHP Coding Standard
PHP Standard code Code Formatting and Layout General considerations Follow the PSR-2 (PHP standard Recommendation) standard for code formatting. Almost every PHP file in Flow contains exactly one class and does not output anything if it is called directly. File should start with a <?php tag and end with ?> tag. Files… Continue reading Category as Ecommerce: PHP Coding Standard
What is Webkit CSS & How to Use It.
The CSS -webkit-appearance property allows web developers to make HTML components look more like native User Interface (UI) controls. It also supports the CSS -webkit-appearance property, which is a proprietary CSS extension. The -webkit- prefix on WebKit extensions denotes that they are part of the WebKit open- source framework. example: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”utf-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1″>… Continue reading What is Webkit CSS & How to Use It.
How to use lottie animations on the web
Get JSON format of animation Add Bodymovin library to the HTML page Load the animation Set the animation trigger It is using in script tag. <script src=”https://unpkg.com/@lottiefiles/lottie-player@latest/dist/lottie-player.js”></script>