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

Search In

Animations in AngularJS using CSS

Animations are the effects that makes the visualization attractive and illusionary moving. In AngularJS we can use animations with the following directives :- Directive Animation Type ngRepeat enter, leave and move n

Play Youtube Videos in Background Using Youtube iOS Player Helper/Custom Player

In this tutorial we will learn to create a custom Video Player that plays youtube videos in background also. To do that we will be using youtube-ios-player-helper.         Let's first know what youtube-ios-player-h

jquery event.target

Hello Readers, Definition: The DOM(Document Object Model) element that initiated the event. It is often useful to compare event.target to this in order to determine if the event is being handled due to event bubbling. The target property can be

prevent form submitting in Jquery ?

how can i prevent submit if i got next :- username is too short first character must a letter user_name is not available invalid E-mail format E-mail is not available password do not match i got other problem password confirmation is not working aft

jQuery Selectors

jQuery selectors gives you the facility to select and manipulate HTML elements according to your needs and requirements. The element Selector Based on the element name,The jQuery selector element selects elements. Example <!DOCTYPE html>

What is Enum type in Java

Enum type is a keyword which is used to represent similar kind of constants or fixed no of elements under one group only. The constants here may be static or final. In java the common use of the Enum keyword is to write Singleton. Enum as a type is m

Custom Checkbox Button

Hello Guys This article will guide you To Create Custom Check box by using simple HTML and CSS. Here is the demo of custom check box Here is the HTML <input type="checkbox" id="1"><label for="1"><span></span> One</l

JavaScript JSON

JSON stands for JavaScript Object Notation which is a format for storing data. JSON is used when we have to send data from server to webpage. JSON Example { "employees":[ {"firstName":"Pranav", "lastName":"Chhabra"}, {"firstName":"Mukesh",

Mouse hover action selenium webdriver

To perform mouse hover function over a main menu which has sub elements, for this we have to chain all the actions that we want to achieve in one go.   In order to perform it, first move on to the main menu element which has sub elements an

How to hit ajax in joomla module ?

Hello Readers, Step 1 : First we write the ajax code in default.php file inside module (Ex: mod_mymodule) tmpl/default.php folder.    Code Example : $("#id").change(function() { var id=$(this).val(); $.ajax ({ type: "POST",

1 135 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: