
Featured
-
How Regression Testing Detects Integral Errors In Business Processes
Humans are forever changing and evolving and so to
by kristina.rigina -
Get Display Banner Advertising Opportunity on FindNerd Platform
“Do you have a product or service that nee
by manoj.rawat -
Android O Released with Top 7 New Features for App Developers
Android was founded by Andy Rubin, Rich Miner, Nic
by sudhanshu.tripathi -
Top 5 Features That Make Laravel the Best PHP Framework for Development
Laravel is a free open source Web Framework of PHP
by abhishek.tiwari.458 -
Objective C or Swift - Which Technology to Learn for iOS Development?
Swift programming language is completely based on
by siddharth.sindhi
Tags
Making a First Impression in Business
You've noted it said that you never get another opportunity to make an first impression. Whether you know it or not, this is additionally genuine with regards to business. In the event that you don't depict your business and the work forc...
How to create Floating Action Button Animation in android
In the below example I have created Floating Action Button Animations. Here I have added four FloatingActionButton, then in second step I have created button_open, button_close ,rotate_forward, rotate_backward xml layouts ...
Difference Between Static Testing And Dynamic Testing
Hello Readers...
By this blog i am trying to explain the difference between static testing and dynamic testing. I hope this way of presenting is very easy to understand for all the test engineers.
S.No.
Static Test...
How To Upload File in PHP
Below we first creating a html form, which contain a field for uploading a file and a submit button for submiting form.
<html>
<body>
<form action="file_upload.php" method="post" enctype="multipart/form-data">
Sele...
Variable Arguments
Variable Arguments :
We can pass variable number of arguments to a function in Java. Variable arguments means passing different number of arguments to same function on different call. Variable number of arguments are represented by elipsis(......
Types of STL Containers
STL stands for Standard Template Library. This is a container used to store collection of similar objects. While declaring the container variable, we need to determine the type of element that container will hold. Adding and removing is done by t...
.empty() vs .remove() vs .detach() - jQuery
.empty() : All the child element of the matched element are removed by this method i.e the element will not be removed only the content of all DOM elements in the matched set are removed.
.remove() : This method removes the matched e...
How Page Re-direction Works
The implementations of Page-Redirection are as follows:
Example 1:
In Java script we can simply do page redirect at client side. if any visitors visit the website then you can redirect your website visitors to new page , For that you just n...
How to create a Spalsh Screen in Android.
Since we know that the "Splash Screen" just appears for the few seconds as the app get start so we need to add the time for how much second the splash screen would be shown, so to add Splash screen in Android app follow the step...
Creating automated actions in Odoo
If you want to create automated action in odoo, you have to go in .xml file and decide the action menu.
1- The first step is to create a model and to create some fields on this model->
class test_demo(models.Model):
_name ...
Jquery Traversing methods
Jquery traversing means moving through one HTML element to another based on their relations to other elements. In a family tree, starting from the selected (current) element, we can easily move up (ancestors), move down (descendants), and sideway...
.detach() method in jQuery
The detach() method removes the selected elements, including all text and child nodes. However, the advantage of using this method is that it keeps data and events i.e keeps a copy of the removed elements, which allows them to be reinserted ...
Ring Topology
As the name itself defines Ring Topology is the topology which forms a ring in network. In Ring Topology one computer is connected to second computer and second computer is connected to third computer and following the same wa...
Method of Page navigation in ASP.NET
Page navigation means moving from one page to another in you website. In ASP.NET, there are different methods for navigation. These navigations are :
Client-side navigation
Cross-page posting
Client-side browser redirect
S...
How to open Camera using intent on button click.
Here we will learn how to open camera in android, to open Camera in the android app we have to add
<uses-permission android:name="android.permission.CAMERA"/>
permission in our manifest file.
In this example I&...
Trigger the change event for select that gets the text for each selected option and writes them in the div?
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>selected demo</title>
<style>
div {
color: red;
}
</style>
<script src="https://code.jquery.com...
Color harmony in design
Color harmony in design
"Color does not add a pleasant quality to design - it reinforces it." - Pierre Bonnard
What is evident when it comes to color is that it is a crucial component of design and creates an emotional respons...
Variable Scope
PHP Variable Scope
In PHP there are three variable scope. They are : Local , Global and Static.
LOCAL VARIABLE : Local variable is the one which is declared within the function, has the local scope and can be accessed ...
Query Languages
1. QUEL
It is the query language in the system INGRES. It is based on relational calculus. The fundamental aspect of the query languages based on the relational calculus is tuple variable ( which is a variable that "ranges over&...
Using Loopback API Explorer
Hello All,
In this blog we will discuss about how to use Loopbacks explorer.
LoopBack basically provides the developer portal / API Explorer which consits of the methods defined for performing CRUD application with the database. You can use...
Remote Methods in Loopbackjs
Hello All,
In this blog we will discuss about the remote methods of loopback js.
Remote methods are the static methods of a model, It is basically used to perform operations not defined in Loo...
Recognizing The Signs Of Good Leadership for business owners/entrepreneurs.
Many entrepreneurs boast about their workforce, how great a job they do and how they function next to each other with the business owner/entrepreneur, indicating that the owner must be an extraordinary leader that each time they walk into the sho...
How to create popup layout
In the below example I have created popup layout. In popup.activity layout, First I have created LinearLayout, In LinearLayout I added a TextViw and Button, then in step second I have created rounded.xml layout & in drawable folder, here I ha...
Your Business requires the Succession Planning
It's basic to your success, since relationship building is the stage of everything you do in business. Everything, It is the most fundamental thing that you do, regardless. Be it with your own people or others you associate/interact with (who...
how to do ajax call through jquery function in rails 4 ?
This is our ruby on rails view from where called our jquery function().
<td id= <%= "reject_#{event.id}" %>>
<%= button_tag "Accept" , :onclick => "abc('#{event.id}', 'Accept');" %>
...
Richest skills which managers can develop by Succession Planning?
Here are a three key reasons why progression arranging/planning will work for you. It's the richest/wealthiest skill you can create/develop:-
Make Time:-
Succession planning reliably makes talented people, who are ca...
Parent() and Parents() method in jquery
Many times I stuck in an issue of getting parent elements or specific elements to build a specific functionality over it. So that I went through the jquery library, where I found 2 relevant methods to get the specific elements or parent elements....
Adding multiple rows with a single Insert Statement
INSERT ALL Statement:
With the help of INSERT ALL statement we can add multiple rows with a single INSERT statement. We can use this statement to insert multiple rows in one or more than one tables. It eliminates the need of writing insert sta...
Photoshop Batch Editing Function
Hey Guys!!
If you are a Graphic Designer, then you probably aware of the value of good time management. Many times Graphic designers are required to work tight deadlines to get projects completed. I knew this because I'm also a graphic des...
Data Definition Language
These statements define the structure of the database. DDL consist of those statements that create,alter and drop database objects and statements that grant and revoke privileges and roles to user of the database.
Statements under this c...
How to create dialog with cross button layout in android
In the below example I have created a dialog button layout. Here I have created a main.activity layout, In main.xml layout first I have created Relative layout and added all layout in this Main Relative layout then I have create...
Data Manipulation Language
These statement consist of queries that retrieve data from tables in database and statements that change the data in the database
Statement under this category are:
SELECT
INSERT
UPDATE
DELETE
LOCK TABLE etc.
Insert command
...
How to check if function exists or not in Javascript and jQuery
There might be some cases when we need to call a function without checking if function's definition is loaded or not. If loaded then that will be fine but if not loaded then it will throw an error as undefined function. We can handle this in ...
Directives in ASP.NET page
To know the Directives used in ASP.NET page, First of all, we should know what is ASP.NET directive and where it is used?
So, Directive are the commands helps in specifying optional settings, such as registering...
How to know the average without disclosing the salaries?
Suppose we want to find the average salary of three employee(A,B,C) without disclosing there individual salary.In order to do this see the following algorithm:
ALGORITHM :
First A will add a random number to it's salary and then tell...
Superglobals
PHP Superglobals are always accessible regardless of their scope, i.e., we can access them from any function, class or a file without even declaring them. Superglobals are available in all scopes throughout a script. There is no need to do global...
Difference between $('div/') and $('div') in jQuery?
Example of $('div/') in jQuery:
$('<div/>').addClass('test');
Example of $('div') in jQuery:
$('div').addClass('test');
Explanation of difference between $('div') and $('<div/&...
How to create clone of any object using jQuery?
Cloning of Object using jQuery
For cloning any any object using jQuery, jQuery provides clone() method which is performing a deep copy of the set of matched elements i.e clone method not only copies the matched elements but also all descendant...
Succession Planning by Managers
Succession Planning by Managers:-
When you lead a group in a business – any business – you require support from awesome people. It's a truth, you can't do it alone. Also, you will require each ability going to mak...
How important Responsive Web Design (RWD) is?
Over the last 4-5 years, Responsive Web Design has become quite the hot topic in the web design community.
It’s hard to talk about how important responsive design is, without knowing what exactly responsive web design is? Well, as you kn...
Difference between $(this) and 'this' in jQuery?
Example of $(this) in jQuery:
$(document).ready(function(){
$('#div1').mouseover(function(){
alert($(this).text());
});
});
Example of this in jQuery:
$(document).ready(function(){
$('...
Simple code of php for making tree using asterisk
Simple code of php for making tree using asterisk
It is easy to make tree using php in less no. of line of code. Here are few line of code that will help you to get desired output by using for loop with three variable i,j and k or this can be ...
Kinds of Parameters in C#
Parameters are variables that are passed into a function which defines how something should be done. The values which are passed into the function are known as arguments.
There are five methods of passing the parameter:-
...
Nested and Inner Class
Nested Class:
A class written inside another class is known as nested class, and the class that contains the inner class is called the outer class.
Nested class are of two types Static class and Non-static inner class. And non-static ...
FORM HANDLING IN PHP
Below is a simple html form which have two input type fields and submit button :-
<html>
<body>
<form action="form_post.php" method="post">
Name: <input type="text" name="name"><br>
E-mail: <input...
PHP file handling
FILE HANDLING
File handling is very important for any web application. With the help of file handling feature in PHP, you can store and retrieve a wide variety of data.
PHP has several functions for creating, reading, uploading & editin...
How to open Calendar on clicking the EditText and set the date.
To open Calendar on Clicking the EditText follow the steps mentioned below:-
1) Create a Edit Text in your xml file.
activity_main.xml
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="ht...
$_GET and $_POST methods in php
Explanation of GET and POST methods in php
GET and POST are treated as $_GET and $_POST in php.
These are superglobals, which means that they are always accessible.
$_Get: This is used as an array of variables and passed to the current scrip...
Workbench Concept In Software Testing
What Is Workbench Concept In Software Testing ?
In the sequence of comprehension testing techniques, we must know the concept of workbench. Normally a workbench concept is a method of scheduling that how a particular action has to be executed....