Blog - Kvcodes
X

Congrats, You are Subscribed to Receive Updates.

Solved: Dropzone is already attached

Solved: Dropzone is already attached
Dropzone autoDiscover false not working and Dropzone already attached error comes when you are working with dropzone. You need to understand the fact of already your dropzone is hooked. We need to destory it before load the new one. Let’s make use of the below code to destroy the already created Dropzones and create a fresh one again. Before that lets write a function to ...

WordPress Enable Custom Error log

WordPress Enable Custom Error log
It’s good sometimes to record the possible errors from our theme or plugin, instead of showing them in the browser. We can log it into a separate file and check it. Let’s get started to implement it. First open your wp-config_db.php And find this define(‘WP_DEBUG’, false); And replace it with below code define( 'WP_DEBUG', true );define( 'WP_DEBUG_LOG', true );define( 'WP_DEBUG_DISPLAY', false );@ini_set( 'display_errors', 0 ); ...

WordPress Add_option, Get_option, delete_option and Update_option

WordPress Add_option, Get_option, delete_option and Update_option
For every theme development and plugin development, we will have to store some configurations like the options and its values in our wordpress options table. WordPress already given us enough functions to perform this in easy way. Which will not requires to write more code on this. To add a new option we can call the add_option. And Retrieve the values, we can use the ...

Storage Larger then 4GB files in USB Drive

Storage Larger then 4GB files in USB Drive
It’s good and easy to store large files in Your USB. Just follow the simple steps to make it work. Mac OS or Macintosh Insert Pen(USB) drive Goto Disk Utility (From applications you can get it) Choose Click on your USB Drive Right click and press Erase It will show format types. There choose ExFAT And click ok, (Remember it will erase all your data ...

Invoice2data Example

This is basically a good way to make your System to read invoice data from PDF, image to system readable XML, JSON, & CSV. We will start with python library  invoice2data. Now a days Machine Learning (ML) is getting popular to make a system to create a program to learn itself to adapt the new things. Let’s make the PDF and image invoices readable and ...

ImageMagick security policy ‘PDF’ blocking conversion

ImageMagick security policy ‘PDF’ blocking conversion
You are here, because you stuck with this above stated issue, while processing PDF to image. This is a simple bug lets do it by simple steps. Steps for Ubuntu/Linux open your /etc/ImageMagick-7/policy.xml , here may be the number, 5,6,7, 8, it depends with php version that you have. goto bottom of this xml file and before the </policymap> add this line <policy domain="coder" rights="read | ...

Check if a url is already open in JavaScript

Check if a url is already open in JavaScript
Introduction From the string side functions, we have to do many string manipulation programs. Some cases we need to identify whether the string contains another string or now.  PHP String Contains Specific Word is also called as strpos. This function helps to find the string in another string. or a charater in a string or a sentence. Strpos is a quite easy program to compare ...

How to Remove Title bar in Android Studio

How to Remove Title bar in Android Studio
Introduction This is my first article about Android studio. So far I was very comfortable with Web developments. Here this is my first experience to learn and do work for clients. Lets hope the learning better together. Alright, lets talk about the way to hide the titlebar or navigation menu, or the Header from the Android app. Steps Simple steps Just goto your project and ...

How to change SQL_MODE in MySQL Permanently

How to change SQL_MODE in MySQL Permanently
Introduction This is very simple article to set the mysql mode permanently inside your Mysql Server 5.7 or above versions. I tried some articles and finally found this to helpfull for someone who came with same issue. Usually some queries needs to change the sql mode permanently, Otherwise you need to write  set mode everytime. I got stressed to set sql_mode on every query. So ...

Web developer Necessary Softwares Ubuntu

Web developer Necessary Softwares Ubuntu
A well known and very good operating system for desktop and server edition is none other than ubuntu.  Till a lot of users are benefited by using the Ubuntu, There might some other versions of Ubuntu, lets say, Lubuntu, Kubuntu are there. From my experience, Lubuntu is very lite weight one for the web development. Which will definitely give you a good experience for you ...

Menu

Sidebar

Subscribe E-mail Updates

Congrats, You are Subscribed to Receive Updates.

Advertisement

Category Posts