
Search In
In python function use the following types of formal arguments which is given below
Required arguments-> Required arguments are the arguments passed to a function in correct positional order and the number of arguments used in the function call sh
How to Change Admin Password Through Database?
Hello reader's !
In this tutorial I will guide you about "how you can Change Admin Password through database".
SO read the complete tutorial and follow the steps and implement it same in your WordPress
Here is the simple example of SVG animation. We use HTML structure to show svg graphics in browser.
Tags used:-
svg <svg>:- Makes the svg structure.
circle <circle>:- Element is used to draw circles.
g <g>:- Element is used to g
Install mongodb on ubuntu
Hi friends,
Today I am going to give you a step-by-step guide of how to install mongodb on ubuntu server. The steps are:
First we need to import the mongodb public GPG key to verify the authenticity of distributor f
What Basic Steps You can take to make you drupal site to make it much more secure.
Actually Drupal is configured to be secure out of the box, because it restrained it's permission, but as we extend website according to our need we get playing around
Hello reader's in this blog we will discuss finding the substring in a string. When you want to find out a particular series of character in a string we use indexOf method to find out our character.
The indexOf() method will find out the p
It is very important to know the difference between all of them.
We have to make sure that existing apps built against prior SDKs should not break when the user
updates to a new version.
compileSdkVersion:
It says the Gradle about version of the Andr
If we need to export our application data in XML format then we can generate an XML file with the use of PHP.
Let's see how can we do it.
first of all, in our PHP file create a class that initializes the parameters.
class Xmltest
{
Hello, reader's in this tutorial we will create a navigation menu with angular js. Angular js is a framework for dynamic web pages. By the use of Angularjs, we will create dynamic menus.
First, we create a folder for our application by any name
There was a requirement of hiding all the wesite URL in a message except for a particular one. While looking for a solution I came across a particular solution which I think might help other .
params[:meal_note] = params[:meal_note].gsub(/(?!\S+me
