W dzisiejszych czasach ka?dy chce pozby? ¿si? spamu na swojej stronie, niezale?nie od tego, czy jest to spam w komentarzach, wiadomo?ci spamowe, czy ruch spamowy w Twojej witrynie. Aby chroni? swoj? Witryn? przed spamowaniem, jednym z najlepszych i naj?atwiejszych sposob�w jest u?ycie Google reCAPTCHA. Dawniej ludzie umieszczali na ekranie losow? liczb? lub ci?g znak�wi weryfikowali […]
How to Integrate Google reCAPTCHA with PHP?
Nowadays everyone wants to get rid of spam on their website whether it is spam comments or spam messages or spam traffic on your site. To protect your website from spam, one of the best and easiest ways is to use Google reCAPTCHA. In earlier days, people used to put some random number or string […]
MySQL Error: The user specified as a definer (‘xyz’@’localhost’) does not exist
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 […]
Magento 2 Preferred Delivery Time extension- User Manual
1.0 Introduction Knowband offers Magento 2 Preferred delivery time module by which the online store merchant can allow the customers to select the preferred delivery date and time for receiving the order. The online users can select the preferred date from the available calendar and time from the drop-down list. This way, the online merchant […]
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 […]
PrestaShop CCPA Addon- User Manual
1.0 Introduction California Consumer Privacy Act ie CCPA is one of the most detailed privacy law. CCPA targets those companies and firms that collect and/or sell customer’s personal information. California Consumer Privacy Act provides overall control to the online users of California over their data. The deadline for CCPA implementation is January 1, 2020. The […]
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 […]
Why Product Reviews are Important in eCommerce?
Product reviews are arguably the most useful way to eliminate shoppers’ concerns regarding a product. A majority of the people are influenced by product reviews in their purchase. No matter whether you are a popular brand or just started out, product reviews do play a crucial role in your eCommerce business as far as credibility is […]
OpenCart Image Search Extension – User Manual
1.0 Introduction Knowband offers OpenCart Image Search Extension which implements image search functionality on the website. The online users just need to upload an image from the website front-end interface and as a result, they can view the matched products. Admin can set a higher threshold value from the admin interface for offering accurate results. […]
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 […]