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

Search In

AngularJs Expressions

Expression in Angular Js are same like JavaScript i.e they also have literals, operators, and variables. Expression in Angular Js can  be written inside curly braces (example: {{ expression }} ) and can also be written inside a directive (e

its a basic question on how to calculate tax using python

Country X calculates tax for its citizens using a graduated scale rate as shown below: Yearly Income: 0 - 1000 Tax Rate: 0% Yearly Income: 1,001 - 10,000 Tax Rate: 10% Yearly Income: 10,001 - 20,200 Tax Rate: 15% Yearly Inco

Resolve ERROR: "java.lang.ClassNotFoundException: sun.io.MalformedInputException"

Recently I stuck with the issue while login into MDM HUB 9.7 and the issue is: ERROR: "java.lang.ClassNotFoundException: sun.io.MalformedInputException" while logging into the Hub Console in MDM 9.7 If you face the same error while logging to MDM H

HTML5 Responsive Design - Media Queries (Part 1)

Overview Media Queries, a mainstay of Responsive Web Design, is a CSS3 module allowing page elements to adjust to features of the rendering device. These features can be width, height, visual density, orientation and/or resolution. In other

Challenges in Testing

As a tester you need to understand what the different challenges in testing stream as you will need to overcome the same STLC process related challenges : 1.1 Limited time available for testing, Late engagement of testing team 1.2 Test enviro

Method Overloading in Java

Method Overloading Creating a multiple methods with same name and with different argument list is known as method overloading. When we are overloading a method argument, list should be unique i.e, it should be unique with either number of arguments

Make bullet colors in ul li lists using CSS

Hello Reader's Here is an example bullet list (unordered list) without using any image, you can use custom bullets in your web page as done below. Here is the HTML <div class="demo"> <ul> <li>Your Listing Content type

Java 8 Iterable.forEach() vs foreach loop

foreach loop In Jdk 1.5 generics concept can be introduced and do some enhancement in for loop and the enhanced for-loop is introduced. The enhanced for-loop is reduce the overhead to print the values of the arrays and collections because it works o

Checkbox checked an unchecked in jquery and javascript

Hello guys, If you want to check and unchecked the checkbox in javascript and jquery use the below code. For example : Checkbox: <input type="checkbox" id="checkboxid" class ='checkboxclass'> Checked and unchecked to checkbox in javascrip

Javascript math.min() and math.max() function

JavaScript min() Method This method returns number with lowest value Here is the example of math.min() <p>Click the button to return the lowest number of 5, 10,2,0.</p> <button onclick="myFunction()">result</butt

1 19 120
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: