Join the social network of Tech Nerds, increase skill rank, get work, manage projects...
 

Search In

Custom Switchery using CSS

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

ASCII(str) String Function MySQL

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

Check trannsparency of a given pixel in Image using C#

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

How to perform drag and drop in Appium ?

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

Optimize your sqlite database with ORMLite

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

Spring @Transactional Annotation

@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

pgadmin not connect to openerp server and open the openerp than accour error

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

array_pad function php

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

Defining the Traits of a Perfect Customer Portal

‘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

How to create category attributes ?

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

1 340 481
Sign In
                           OR                           
                           OR                           
Register

Sign up using

                           OR                           
Forgot Password
Fill out the form below and instructions to reset your password will be emailed to you:
Reset Password
Fill out the form below and reset your password: