Recently, I ran into a Situation where I had to copy 10 GB of Data from one web server to another. If this was many years ago, I would first download it to my computer and then upload it to the new server. But things have changed a lot and we have SSH now.
Continue reading
How to add WYSIWYG Editor to TextArea Custom Meta Box in WordPress?
Custom Meta Boxes are super fun. They are very essential when building Plugins or Themes which contain much more advanced functionalities.
So let’s see how to create a Custom Meta Box with Textarea input? Continue reading
Mac Runs Very Slowly on Connecting to External Display
I recently purchased a Brand New monitor to use with my Macbook Pro 2015 Model. The LED looks awesome and it was fun to experience OSX Sierra on a 21.5-inch screen. But it became miserable once I used it for 5 minutes. Continue reading
Use wp_dropdown_categories() to display Product Categories
wp dropdown categories is a very handy function to display categories wherever you want. I use it mostly in the customizer to create options, where it requires users to select a category, perhaps for a post slider. But, sometimes we may was to show categories apart from the blog. Like, WooCommerce Product Categories. Continue reading
Solution to <pre> tag Breaking Every Word unnaturally in Bootstrap
Bootstrap is a Powerful Framework for Building responsive sites. I use it in all my themes, without putting much thought to whether i should use it or not. But, users may sometime not understand or like to behaviour bootstrap gives to certain components. For example, the <pre> tag. Continue reading
Change No. of Columns for Related Products in WooCommerce
I was working on one of my eCommerce WordPress themes. And as usual, i decided to go ahead and integrate it with WooCommerce. But, i was stuck while changing the no. of columns for the recent products section, which shows up at the bottom of single product.
Create Your Own Host or Domain on Localhost using MAMP Pro
Ever wanted to own a pretty cool domain name? Even though, its owned by someone else already! Well, you can do it. But, it will work only on your local network or localhost. I have created a Video Tutorial explaining how that needs to be done.
How to Format Date Fetched From MySQL in PHP?
There are a lot of functions in PHP for dealing with date, time or timestamp. For a Beginner it might be trouble to choose the rights ones, although it’s really easy. In this post, I will especially Deal with the situation, where you fetched a Date from MySQL/PostgreSQL table, and you need to display it in a separate format.
Continue reading
MySQL Integer, Float & Decimal Data Types Differences
MySQL is the Most Popular Database Software when it comes to Websites. All Popular Content Management Systems work with MySQL like WordPress, vBulletin, Drupal, etc. But, you are probably reading this post because you are designing your own database wish to get a better understanding of the Number data types of MySQL, especially their size/capacity.
Continue reading
Java vs C/C++ Speed, Performance & Applications
Java and C++ are the most popular Programming Languages Worldwide. Although Java is newer, still it has managed to gain immense popularity. Both of these languages have wide variety of applications and have become an important part of the Cyber world.
Continue reading