
Search In
Working is an inevitable part of our lives. Luckily, many people love what they’re doing, which makes things a lot easier and more enjoyable. Since you have to work in order to generate some sort of income, you better try your best to love, or
JavaScript Math Object
The JavaScript math object is used to perform mathematical operation.
The Math object includes several mathematical methods.
Below are certain math objects with examples:
1)Math.sqrt(n)
this method returns the square root of
Hello friends, I am writing this blog which will let you know how to install and set up WordPress on Ubuntu. Follow the steps below to install WordPress
Step 1: Create MySQL database
Login to MySQL using this command:
mysql -u root -p
&n
After downlaoding and extracting CakePHP folder, one should see the following files and folders:
app
cake
vendors
plugins
.htaccess
index.php
README
Three main folders in which one will usually work:
1.The app folder is one where the applicat
Below I have created fragment app in android. In Fragment class we can insert a fragment into our activity layout by declaring the fragment in the activity's layout file.
Fragment Features-
1. Fragment has its own layout and its own behavior with it
With loads of marketing strategies available for businesses, it becomes quite difficult to decide which one fits the best for your company. Before spending a budget on marketing strategies it is very mandatory to know about all the available strategi
In the below example I have created a RecyclerView, In RecyclerView I have added cardView item, so when you click on cardview item it will open next activity.
In below code, first I have added RecyclerView and CardView library , In second step, In a
File uploading is the basic requirement of web development. Many times we have to upload single or multiple files on our server then we can not upload big files using form submit. We have to use the in-build jquery plugins for the file upload. These
Hello Reader's if you are looking for the simple and light Slider to integrate into your website then Carousel slider is the best. You can take my code as below:-
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="ut
Hello Readers, if you are developing the html form with two or more submit buttons then in this blog you can learn it. On certains conditions a html form should have multiple submit buttons and both should redirect user to their individual acti
