
Search In
Sometimes we need a checkbox to verify that a user has check or uncheck to give answer to some question/statement in yes/no.
As we know that the default checkbox is not so attractive, so we add our style to make a custom checkbox.
So today we will
String-valued functions return NULL, if the the result's length would be greater than the value of the max_allowed_packet system variable.
The first position of a string (for those functions which operate on string), is numbered 1.
Noninteger argum
Many a times we come across to situations where we need to find out whether a given pixel in an image is a solid pixel or a Transparent Pixel.
Here is how we can check that.
We have an image property called alpha value which tells us about the transp
Drag and drop functionality is a very important functionality and we can easily perform through Appium.
DesiredCapabilities capabilites = new DesiredCapabilities();
capabilites.setCapability("device", "Android");
capabilites.setCapability("deviceN
ohh, I have a **large set of database** with many columns and many queries to access that data but sometimes *its getting slow* and really fed me up to *manage lots of queries* with sqlite. Thanks to **ORMLite** that manages your database very effici
@Transactional Annotation in Spring:- A transaction is unit of work that have ACID (atomicity, consistency, isolation and durability) properties.
Atomicity:- this means that the changes will completely happens or not. for example If money is debite
If you faces such below error
pgadmin not connect to openerp server and open the openerp than occur error
than follow these step to resolve this type of error
1- first update the postgresql.conf file in pgadmin go to this location
/var/lib/pgsql/9
Welcome to FindNerd. Today we are going to discuss the function array_pad which is used to build another array by specifing the size of the array and value to be added.
You can take an example for the same. Please have a look.
<?php
$base_arr = a
‘Customer Support’ has undergone a huge transition over the years. From haggling with the customer support executives on the phone to finding all the solutions online, we’ve come a long way. However, not all digital experiences are
In magento sometimes we are required to create category attributes programmatically in admin panel.
Lets see how we can do it:
1. Create a module with namespace and modulename.
2. Then Create a file config.xml in etc folder in our module.
2. Th
