The relational database management system MySQL is free and open-source. The word “My” is a combination of “SQL,” the acronym for a structured query language, and “My,” the name of co-founder Michael Widenius’s daughter. A relational database arranges data into one or more tables where it is possible for the data to be related to […]
Tips
How To Minimize The Bounce Rate Of Our Website?
What is Bounce Rate? First, we should know about the term “bounce rate” In easy words we can say, bounce rate is the ratio between the number of visitors comes on our site and the number of visitors leaves our site from the landing page without navigating to another page. When visitors or customers land on […]
GitAhead Error: All modified files are not selecting by ‘Stage All’ button
Objectives of the blog To learn how to select modified files to deploy on the server using GitAhead. Generally, by clicking on the “Select All” button all the modified files selected and the “Select All” button disabled automatically. But for some file, it will not select and if you try to do it manually it […]
How to setup Encryption and Decryption between Android and ASP.Net Web Application?
In this encryption, we are going to use a secret key for encrypting the string. The algorithm used will be AES with CBC (Cipher Block Chaining) mode. The C# code will use PKCS7 padding, as PKCS5 is not available there. In Android, it uses PKCS5 padding internally, even if we specify PKCS7 padding in the […]
Best Instagram Hashtags to Use This Holiday Season
It is time to shower your social media posts with hashtags. If you are an active social media user, you would have probably seen users and businesses put a number of hashtags on their posts. And the usage goes extreme during the holiday season. If you have an online business, you may be searching and […]
Generate QR Code Using PHP
QR code is a type of two dimensional barcode which is abbreviated from Quick Response Code . It is an optical label which contains information about the item. It is simply attached to the item. It contains black squares which are arranged in a squares grid with white background. In this blog we will learn […]
How to see the code of ‘.ctp’ file as colorful as ‘.php’ file in NetBeans
NetBeans is one of the best and powerful IDE for any WebDevelopment specially best for PHP frameworks such as ZenCart, OpenCart, CakePhp etc. CakePhp use their own custom file extension for its View files i.e. *.ctp. NetBeans doesn’t know about this file by default. So there are no color coding will be shown when these […]
How to get Amazon Orders using API
You can create straightforward applications that only retrieve the order information you require using the Orders API section of the Amazon Marketplace Web Service (Amazon MWS). This makes it possible for you to create unique applications quickly, easily, and adaptably in fields like demand-based decision support tools, order synchronisation, and order research. Important: The role […]
How to change the default order status on WooCommerce
Sometimes, while developing an e-commerce website, you’ll need to automatically check the payment status and mark the order status as “Completed”, “Pending” or as per your requirement. A default order status is set on the basis of payment done. The Front-end users can check their order’s status in their Account History page. In this blog […]
Export PHP data to .xls file
Data is any set of characters that is translated for some purpose, like for analysis. It can be any character or value, including text and numbers, pictures, sound, or video. If data is not put into context then it does not do anything to a human being or machine. We generally export data from the websites to […]