
Website Builder: Should I use one?
Posted on November 4, 2021 at 6:32 pm
When it comes to your website – there are is a vast array of options out there – from the well-known entities, like Wix, SquareSpace, GoDaddy & Pitchero, to those lesser-known in the mainstream – like Zyro, Web.com, and Site123, the market is saturated with options for your website builder – and they’re all straightforward […]

Graphic Design
Posted on at 3:28 pm
Graphic Design encompasses a lot of different design aspects that are for visual use – it can be used to define everything from Logo Creation, in the Modern Era, all the way back to Cave Paintings 17,000 years ago, making Graphic Design an Ancient craft! The term itself, ‘graphic design’ was coined during the 1920s, […]

Responsive Web Design
Posted on November 3, 2021 at 4:52 pm
Responsive Web Design is one example of approaching design with a user-first mindset, aiming to render pages cleanly & effectively across the full spectrum of internet-capable devices, and adapting page layouts & features to fit with the viewing environment it is being accessed from, using certain technologies, like: 1)Proportion-Based Grids: Using a Viewport percentage, you […]

deactivate new widget block editor WordPress
Posted on July 31, 2021 at 8:58 am
If you have update WordPress to the last version and noticed the new Gutenberg style widget edit please add the following to you theme’s functions.php files to disable it. We understand why the team at WordPress are looking to improve the ability to easily edit the backend of WordPress but it’s driving us, developers, crazy […]

Update Magento 2 via CLI
Posted on June 26, 2021 at 6:40 am
First thing is to back up the server / data before driving in Put the site in maintenance mode bin/magento maintenance:enable If you do not have composer installed, no would be a good time 🙂 – To install the plugin: composer require magento/composer-root-update-plugin=~1.0 –no-update If the composer runs out of memory you […]

Create admin account via command line
Posted on April 28, 2021 at 9:14 am
Another way to a create admin account / user, we can create a new admin user via command line (cli). Here is how to do it. Go to Magento 2 root folder, run create a new admin user command line: bin/magento admin:user:create It will ask you: username, password, email, first and last name. Here […]