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

Search In

Introduction to R

R is an open source programming language used for Research, Analytic Computing and Statistical Computing. It is commonly used by analysts and data miners for Data Analysis, it has become an important tool for Finance and Analytics companies like Face

How to change the background color on a input checkbox with css

Pseudo elements are useful for changing the background colour of the checkbox and radio buttons. We can use :before and :after to change the colour or appearance of the checkboxes. It can all work with css styling. Example: <div class="container

Odoo default theme structure

Odoo default theme structure have many feature to given below. 1- Website builder 2- make odoo structure 3- build website within hour 4- Basic layouts for pages, blog and eCommerce 5- Website Builder integration 6- Basic Snippets 7- Automatic Less/S

What is jquery prepend() method?

Hello Redaers, jquery prepend() is the jquery method which is used to append or add the content or jquery elements at the BEGINING of the each selected or matched elements in jquery. Syntax : $(selector).prepend(content,function(index,html)) Par

What is jquery has() method ?

Hello Readers, has() is the jquery method which is used to return the new jquery elements or objects that have one or more elements inside of a subset of the matched elements or matches the given selector in jquery. Syntax : $(selector).has(elemen

Laravel 5.0 Custom Pagination with the help of Paginator and LengthAwarePaginator

In Laravel 5.0 we have "paginate" in Eloquent by which we can create pagination very easily by just following some simple steps.However there is a drawback with it as it only works if you know all the conditions prior. But what if you want to create

Program to sort elements in Ascending Order using Selection Sort in C language

Program to sort elements in Ascending Order using Selection Sort in C language Selection Sorting Definition:- It compare the array of number with the rest of number in the array list & takes the selected to the top of the list & again compa

How to show google map on web application.

Hello Readers , Below are the simple steps to follow to show the google map. Add the Goggle API <!DOCTYPE html> <html> <script src="https://maps.googleapis.com/maps/api/js"></script> <body> <h1>My First Google

How to apply swipe feature on imageView in Android

If you are looking to perform certain task on swiping on the imageView or other widgets in android (the task may be change of activity, or change of the image on imageview). Here is the code snippet that can help you out with this. Step 1:- Declare

What is slice() method in jquery ?

Hello Readers, slice() is the jquery method which is used to select the subset part of all the part of the element or it is used to select the element from start to end position having indexing zero. Both start and end are integer value and start pa

1 166 949
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: