At DoyenHub, we’re more than just an IT software development company. We’re a passionate team driven by a shared mission: to leverage technology for growth – for our clients, our team, and the world. We aspire to become a globally admired IT consulting organization, recognized for exceptional service and innovation.…
Error after Magento 2 upgrade command
After firing this command from your terminal “php bin/magento setup:upgrade” If you get blank screen or your website crash and you get error in your log file, then just follow below steps to solve the issue. Here the simple steps are Delete the “di” folder located in var directory via…
HTML6 OverView
Section 1 – Introduction HTML5 was a great leap forward for web developers. It gave us all kinds of hip new tags like <header>, <nav> and <footer>. It also gave us slick new JavaScript APIs like drag and drop, local Storage, and relocation. Still, there is a void that HTML5…
Create a Custom config file for Codeigniter
By default, CodeIgniter has one primary config file, located at “application/config/config.php” What if we want to have a custom configuration file? What if we want to create custom config array with desired name? Codeigniter allows a developer to create custom file but developer has to define values with $config array…
How to Speed Up a web site and increase Google pagerank
Hi, I would like to introduce that how to speed up your page/web site and increase Google page speed rank. This will also help you in SEO. To check you page speed and Analyze your web site online use following tool https://developers.google.com/speed/pagespeed/ http://gtmetrix.com/ Main Points for Speed up web sites…