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

Trigger() method in jQuery

Trigger() method: It is used to trigger an event for selected element and also trigger default behaviour of an event for the selected html element. It works similar to the triggerHandler() method, but triggerHandler() does not trigger default ...

CSS3 Hover effect

CSS3 Hover effect makes possible several changes to the single elements by adding many features to it, for example It includes feature like transition, transform and animation. That will add new effect to the simple div. The :hover selector is us...

Jquery .map() method

Jquery .map( callback ) method is used to project the contents that is used in the array and then map this object with the new set of array, It is able to create a new array for calling every elements. It provides function once for each set of an...

Adding Effects using queue() Method

Queue() method is used in jQuery to returns a number of animations to be performed on the elements in the jQuery object. This method is used for the continuous looping of a jquery element. It returns the effect which is used in the queue. While q...

An Overview to METRO UI

Hello readers , Today in my blog I will discuss a new technology introduced by Microsoft i.e METRO UI .   Introduction :- It is basically known as a Design language that is created by Microsoft for enhancing the user interface . ...

How to use CSS nth-child Pseudo-class

Hello Readers In this blog, I will guide you how to use nth-child pseudo-class(selector) in css file. Generally we have seen nth-child selector in excel sheets and tables. It is very useful for creating formatted excel-sheet in html table and...

Animated File Folder Using CSS3

Hello Readers , today in my blog I have tried to create animated file folder with the help of CSS3 properties.   As we all do work on the computer and there is the need to manage our work in a simplified way , so for that we create fol...

Creating Slideable Grid Using JQuery

Hello readers , Today in my blog I have tried to create Slideable Grid with the help of jQuery .   As we all add columns to our web pages either for dividing the data as per the screen size so that the content would not get overlapped ...

Password validation Using HTML5 and JavaScript Function

Hello Readers In my previous two blogs, I separately explained about Password Validation using JavaScript and Password Validation using HTML5. In this blog, I will explain you all how to separate form and function, so basically it will h...

Change Event in jQuery

Change Event: Change event triggers when value of an element changes. It works only for form fields (<input>,<textarea> and <select> elements). In case of select menu,checkboxes, and radio buttons change event occurs wh...

An Overview to HTML KickStart Framework

Hello readers, Today In my blog I will discuss about a recent framework i.e HTML KickStart  Framework.   It is useful for resolving the issues that have aroused in various frameworks and have tried to resolve them.   In...

An Overview to Single Page Application

Hello readers , Today in my blog I will discuss about the Single Page Application i.e (SPA) .   Introduction :- It is basically a web application design approach . It uses all the modern browsers and HTML5 . It uses AJAX and ...

use of one() method in jQuery

one() method: One() method is used to attach events to selected elements and also used to specify a function when the event occurs. It is similar to on() and bind() method but the events attached using one() method executes only once for each ...

Cross fading images with the help of css

We have seen in many image galleries  and in many websites that when we take our cursor into the image it gets faded out and other image come in its place , this effect is called cross fading image effect. we can achieve it by simply using c...

How to Create CSS3 Speech Bubbles?

In this blog, I am explaining how we can create a speech bubble without using any type of image and javascript code. We can simply create a speech bubble with the help of CSS. For creating a speech bubble we need a single line HTML code for th...

Chapter 7: Bootstrap - Responsive utilities

Bootstrap gives some modest bunch helper classes, for quicker mobile-friendly development. These can be utilized for appearing and hiding content by device by means of the media query, consolidated with extensive, little, and medium gadgets. &...

Password Validation with Regular Expressions using JavaScript

Hey there! In this blog I’m going to tell you how to validate your username and password and how to match password to confirm password. Lot’s of websites now require registration, meaning that users need to be assigned a username a...

How to post a comment on blog using Ajax?

Hello Reader's , If you have developed the blogging website and you want to make commenting via ajax then this article will be very helpful for you. You can develop commenting function with many ways but if you use ajax then you can speed up ...

Jquery Filtering Methods

The jquery filtering methods is used for the purpose for specifying the criteria, Those elements didn't matched with the criteria it will illuminate from the selection while the matched elements will be returned. It has multiple methods like...

How to install Custom Fonts in an HTML site?

Hello Readers! Fonts — What are they? The way we write text, the way we want text to appear to a user. i.e. , it is  the style in which letters, numbers, punctuation and special characters are visually presented. Fonts are not on...

on() method in jQuery

on() method: On() method is used to attach events to selected elements and also used to specify a function when the event occurs. It is similar to bind method but on() method also attach event handler to elements generated using script while b...

Form Validation: Date and Time using JavaScript

Hey there!   Form Validation is a very important aspect when it comes to filling forms. It helps us to identify if we are entering the correct information or not. This blog post will particularly deal with the form validation of date a...

Explaination of CSS3 animation

Hello Readers! In this blog, I am going to explain the concept of CSS3 Animations in simple words CSS3 animation is used to animate the text from one CSS style to another and adding many effects to it. Animations consist of two building bloc...

Hover() method in jQuery

Hover() method: This method is used to perform some changes on mouse over and mouse out for html elements. It requires two parameters which are as follows: over −This function triggers when the mouse is moved over a matched element...

Stitched Effect using CSS

we can achieve numerous effects by simply using CSS, we just need to use our innovativeness and creativity. This time, as the title recommends, we are making stitched effect by simply using CSS. For creating stitched effect, first, we hav...

Table Border-collapse:separate in CSS

Hello Readers Border-collapse property allows you to quickly create formatted tables using plain HTML markup. the border-collapse property sets the table borders are collapsed into a single border or detached as in standard HTML. Border-col...

Table Border-collapse:collapse in CSS

Hello Readers As already explained in my previous article that, Border-collapse property allows you to quickly create formatted tables using plain HTML markup. The border-collapse property sets the table borders are collapsed into a single bor...

Create Moving Marker Functionality on Google Map with jQuery and HTML

How to move markers on a google map api without clicking on any object ? The above can be achieved with simple logic . ie update the marker position after a particular time ( Let say 1 second in our example ) The following HTML and jquery c...

Fading slideshow using Javascript

Hello Readers! In this blog post, I am going to tell you about slideshows but with a special effect. Slideshow is an information which is displayed in slides. The information may be images, text, chart etc. The slides change after a certain...

How to Create a Corner Ribbon With The Help Of Css

In this blog, I am going to demonstrate to you proper methodologies to make a corner ribbon with the help of css by utilizing various css properties for example  with the help of transform, box-shadow and position we can make corner rib...

reset() method in javascript

Reset() method: It is used to clear all the values entered in a form. This method does not require any parameter and also does not return any value. Syntax: formObject.reset() Example: <!DOCTYPE html> <html> <b...

Embedded powerpoint presentation in your website

Hi there! This blog post will tell you how to add Powerpoint slide presentation in your websites. We add images, colors, figures, charts etc and many other things in our website to make it look more interactive and appealing. Powerpoint presen...

How to draw different shapes with canvas?

Hello readers, today we will discuss canvas element for drawing different shapes like triangle and square.  Canvas element of HTML is used to draw graphics on the web page. In my example, I am using this element to draw a triangle and square...

How to hide a give using AngularJS?

Hello Reader's, If you are looking to make some animation effect to hide a div from website then in this blog you can learn how to do this. Hiding any div can done by many ways but by using Angular JS you can put some animation effect in it. ...

How to make count down timmer using Javascript?

Hello Reader's, If you want to make a time count-down timer then in this blog we will learn how to make this. A count-down timer is front end clock which shows time in decrement order. This is done by using javascript, So let's get starte...

Chapter 6: Bootstrap Images

Bootstrap offers you three class for images tag. These classes have some styles for images which make your work easy. The three classes are below - 1. .img-rounded- This class adds rounded border as 6-pixel border radius of the image. ...

How to show location image and details inside google marker on map?

Hi reader's, If you are developing website using google map and want to show location image and detail inside the marker then in this we will see how to do this.  Step 1: Create a blank space as an HTML div where the google map will l...

Live() method in jQuery

live() method: Live method is used to attach events to selected elements and also used to specify a function when the event occurs. It is similar to bind method but live method also attach event handler to elements generated using script while...

Chapter 3: Bootstrap Typography

Bootstrap typography is used for to manage the content text of the webpage. Bootstrap uses 14 pixel font size with line-height 1.4 with default font family Helvetica Neue, Helvetica, Arial, and sans-serif. Typography is used to create headings...

Chapter 2: Bootstrap Grid System

Basically, grid is a format which is divided into div columns. This is a very useful method to manage HTML layout and users can make easily. In bootstrap it is based on 12 columns, you can group the columns together to create wider columns. ...

How to check if mobile is already register during register via ajax

Hello Reader's if you are developing a user based registration portal and you want to make unique mobile number facility then you can do this via ajax and php. In this tutorial we will see how to develop the portal which will check and verify...

HTML Symbols

Here is the brief introduction about the HTML symbols. There are various mathematical or other symbols, which are not available on keyboard. In HTML we cannot add the angle sign with text, because it will take it as a tag. So we use HTML symbo...

id vs class attribute

 There are many different kind of CSS selector which we can use to apply CSS style to an element in html. ID and Class are one of them. Here, in this this blog, I am going to explain you the basic difference between these two :- 1. I...

Checkbox validation using javascript

Hello Readers We all must have filled some or the other type of a form online. A form for subscription, for a job, an application etc. A form may ask general information of you as your address, name dob, mother tongue etc, or your educational ...

How to make website in responsive for mobile and tablet

Hello Reader's, If you have develop a non responsive website and you want  to convert it into a responsive design compatible for mobile and tablets then in this blog you can learn how to do this. To make website layout responsive you...

Most Popular Application Development Frameworks 2016

      "Developing mobile applications used to mean that you had to write native code, for each individual device or operating system that your client required. However, these past few years the term Hybrid App Deve...

Chapter 3: HTML5 Attributes

Hello Readers, In the previous chapter we learn about html5 element, and now we learn about attributes So, basically we have two type of attributes in html5 first can be used with any element so we define them globally and others are define...

Chapter 2: HTML5 syntax

Hi All,  HTML5 is much smarter, so its need simple syntax to specify it, Few of them are below: Quotes are optional for attributes. Uppercase tag names. Closing empty elements are optional. Attribute values are optional. ...

Cellpadding and Cellspacing in CSS

Hey Readers! Cell padding and cellspacing are two important attributes of <table> tag. Let us take an insight into both the concepts.      CELL PADDING  The cellpadding attribute is more of like ...

Form validation using CSS

Hello Readers This blog will introduce you to how we can use input type and attribute in forms for form validation (checking the correctness of a value). Thus, a form validation refers to checking the correctness of the entered value. A form i...
1 3 12
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: