
Search In
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
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 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
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
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
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
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
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
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
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
