himesh Feed
himesh
himesh
Programmer

I'm fond of programming.

Why unitegallery images are zoomed bydefault?

Many people would have faced the zoom issue while using the unitgallery. Images get zoomed by default and image quality gets poor. You can solve this problem by setting up the below options and every...

How to validate a date that can't be greater than current date?

Get the jQuery code below to check a date that can't be greater than current date:   $('.ty-dob input').change(function(){                      dob          = $(this).va...

How to activate API access in CS Cart?

Cs cart comes with some basic APIs already created like fetch products, get cart contents and some more. You can create your own APIs that can communicate with database get ready to be connected wit...

How to connect python with MySQL database?

Before using mysql, you need to install mysql.connector module. Use the below command to install it: $ sudo apt-get install python3-mysql.connector Above example is for python3 and same can be used ...

How to make a carousel vertical?

You can solve this problem by using a css technique and get the slides vertically rotate. I'm giving you an example and try to make you understand how you can get your problem resolved, below ar...

What is Cryptography?

Cryptography is a term used where we keep information secure using some encoding mechanism and getting it decoded where it is supposed to be. For example, we transmit information from one place to ano...

How to know about different type of Land Measurement?

There are several type of land measurements in the world. Like Katha is used used in Bangladesh, India and Nepal. In India, generally it is used in Bihar, West Bengal and Kolkata. Except Katha there ...

Show some first N elements with more/less functionality in jQuery?

It is very common requirement when you want to show some elements with more text in jQuery. So you can get that functionality by using below  line of code very easily. You just need to make your html...

Why people don't prefer to go in walkins?

In walkins companies welcome a bulk of candidates to attend and take interviews. In such cases interviewer don't give proper time to listen and understand answers given by candidate. Also, they d...

How to create a simple addon in CS CART?

There are two main folders in cs cart app and design. All php files reside in app folder including xml which is used to create an addon in cs cart. Refer to below steps to create a simple addon in cs ...