Upgrade php on apache server
Upgrading PHP on the web server Firstly, this article is primarily about upgrading the php version of the webserver rather then the php-cli version. to find the php-cli version run php -v on the ...
Every Problem can be traced back to a lack of assets. DynamiteFrog aims to provision those assets for common web development and digital marketing problems
Deep dives into the topics that matter most — curated collections of guides, cheatsheets and tutorials.
Upgrading PHP on the web server Firstly, this article is primarily about upgrading the php version of the webserver rather then the php-cli version. to find the php-cli version run php -v on the ...
Color for User Interfaces Colour is a critical part of a UI website design. And a huge part of the UI design process. Starting with the right colour range can drastically improve the outcome and qu...
// Get Product ID $product->get_id(); // Get Product General Info $product->get_type(); $product->get_name(); $product->get_slug(); $product->get_date_created(); $product->get...
Compile sass into css with the simplicity of laravel-mix npm init npm install laravel-mix Create webpack file vim webpack.mix.js let mix = require("laravel-mix"); mix.sass("scss/style.scss"...
Ultimately you cannot design for all the screen sizes / resolutions listed here. Pro tip: use google analytics to uncover your audiences most popular screen size and set your artboard size acco...
Using the Chrome browser for debugging website errors is a common practice among developers due to its powerful built-in developer tools. Here’s a step-by-step guide to help you get started: Access...
User Registration Custom fields for user Registration function custom_woocommerce_registration_fields() { ?> <p class="form-row form-row-wide"> <label for="reg_first_n...
Send email from wordpress site using sendgrid SendGrid is a cloud-based email delivery service that allows businesses to send transactional and marketing emails at scale. It provides a reliable inf...
A list of some of the more critical keyboard shortcuts. Ive excluded many of the shortcuts that are beyond the basics. Less is more. Advanced Features Enable shell intergration imgcat filename ...
UI kits are an important part of User interface design. They can help keep your project organised and also translate well into development UI KIT individual components typography body h1 h...