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

Search In

Function Arguments in Python

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

Changing Admin Password Through Database

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

How to make animation with SVG HTML5

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

Installing mongodb on ubuntu

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

Security in Drupal

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

Finding a Substring in a String

 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

CompileSdkVersion, minSdkVersion and targetSdkVersion

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

Generate xml file in php

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 {

Making a navbar directive in AngularJs

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

Hiding all the URL in a text except a particular one

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

1 375 423
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: