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

What is favicon?

Favicon was first used in march 1999, when Microsoftft released Internet Explorer 5 that time it was used to make tabs a favorites (bookmarks). Favicon is a small square 16×16 pixels image, Basically It is used on tab at the web browsers...

Progress bar with Gradient effect using jQuery

Progress Bar :-  Progress bars demonstrate the fulfillment rate of an operation or procedure. It can be utilized to demonstrate a client that how far along he/she is in a procedure. Below is the HTML, CSS and Jquery task, which show...

CSS Radial gradient property

Hii,  This blog is continuation with my previous blogs in which i had discuss about type of css gradient properties, In this blog i am going to share how to use css radial gradient property in different ways. Go through the following exam...

How to create paper curls on hover using css?

Hello Readers! In this blog post, we are trying something really interactive. Ever seen your notebook pages fold from the corners? Or did you just anytime fold it purposely to return to that page without much searching? Here’s the same t...

Notification Badge using in CSS

Hello Readers Notification Badge is the most important part of the webpage. You have probably seen notification badges somewhere, such as on Ecommerce sites, and Social Media Sites like: Facebook, twitter, LinkedIn etc. So, in this tutorial...

Types of Divider

Hello Reader This blog post will tell you how to make different types of divider between two HTML elements. There are total 10 dividers I will be providing here. The very first is a single line divider which we most commonly use. The second d...

How to create simple Chatbox Speech Bubble

Hey all! This blog post is about creating simple chatbox speech bubbles.  There are 4 separate classes. One for the chatbox conversation, second for the speech bubble, third and fourth for the two persons interacting respectively. The spe...

CSS Linear gradient property

Hi,  This blog is continuation with my previous blogs in which I had discuss type of CSS gradient properties, In this blog i am going share how to use css linear gradient property in different ways. Go through the following examples below...

Shapes of CSS

Hello Readers! In this blog post, let us learn how to create simple shapes that can be made even simpler using CSS. I am providing the code for 5 shapes we might be using then and now. Note that, all of the figures below use only a single HTML...

An Overview of javascript within a form

Hello everyone , Today in my blog with the help of an example i.e cake form I have illustrated the use of array, if and else statement and JavaScript functions .   Basically the form helps in calculating the price of the cake depending...

Speech Bubbles on hover

Hello Readers If you want to create speech bubbles using css3, here is the code that will help you. This blog post will tell you how to make CSS speech bubble without using any image. You need a <div> element. Though I’m u...

Using CSS gradient property in background

Hii, In this blog i am going share how to use css gradient property to increase visual appeal of your webpage. Go through the example below to learn how we can apply gradient property in background of any html tags in different ways. CSS gra...

CSS Parallax

Hello Readers! Have you ever looked out of a car window while driving and noticed how fast the electricity poles move by, while the mountains in the background move really slowly. This is what we say, parallax motion, in real. For a long ti...

Custom Checkbox and Radio Button

Hello all, In this blog today, I am going to show u how with the help of CSS, We can easily create custom checkbox and radio buttons. Following is the HTML and CSS code, which shows how to create your own checkbox and radio button.  ...

Custom checkbox bus seat ui, 3type checkbox reserved Seat, Select Seat & empty Seat

Customizing checkbox using Pure Css The checkbox you see below is nothing but the label and its input that is hidden or making its opacity to "zero" reason for doing this is, it has very less CSS styling property that will not satisf...

Learn how to create a slider with animation effects using simple code of jQuery

Hii, I had shared few example of animation effects using CSS and jQuery,This blog is continuation with my previous blogs on "animation effects" using CSS and jQuery Learn how to create a slider in html with different animation eff...

SlideToggle using JQuery

Hello Readers  The slide Toggles (slideToggle()) method is use toggle between slideUp() and slideDown() for the selected elements like(div, paragraph, etc..). This blog post will help you with displaying the navigation menu items in a ...

Disable dragging of ghost image in CSS

Hey Readers! Images are used in web pages to make them look more interactive and appealing. We must have surely noticed a thing about images. When you click on an image and drag it, there is a semi-transparent image that follows the mouse till...

Vertically center align text in CSS

Hello Readers. Center aligning text obviously gives it a more appealing look. Horizontal center align is what we do each day. But when it comes to vertical center align, things get a bit messed up. This too is easier with  a single word o...

How can I install LESS?

LESS is a css pre processor which extends the css language with some additional new features like declaring variables, mixins, functions and other techniques that allow us to make CSS more maintainable and extendable.   Installation ...

Shadow with Glow Transition

Hello Readers Box-shadow is a very interesting property of CSS3. It gives a glowing and blurring effect to the HTML elements. Box-shadow when used differently gives different visually appealing results. Some of them have been shown here. I hav...

CSS Triangle

Hello Readers. CSS gives us the freedom to draw many shapes and figures. But a triangle is one, that particularly amazes me. A triangle is made in 5 easy steps. Imagine a box with borders on all four sides with equal width. Notice how th...

CSS image zoom effect

Hey Readers, This is a fun image zooming effect. Zooming an image gives a closer look to it.  Zoom effect can be achieved with CSS too. To zoom an image, we first specify the dimensions of the original image (optional) and then give the d...

When to use img or CSS background image?

Hello Readers. There  are situations when we have  to decide to use either an <img> tag or a background-image. But then we think of the same visual outcome and choose at random among the two. Let us learn about the two and the ...

How to remove the dotted outline around anchor links?

Hello Readers. Anchor links (<a>'s), when become ‘active’ or ‘focused’, get a dotted outline around them. This is a default styling. Also, the color of the outline is the same as the color of the text. One ...

Changing the text color inputs placeholder

The placeholder attribute is a default  text inside an input box. It usually appears in light gray color. It gives a short hint  to the user describing the expected value in that  input field. This hint  appears in the field e...

How to make a text unselectable in an HTML page?

Hey people! We developers, deal with HTML pages every second. Every  HTML UI essentially has some text elements. It is very easy for a user to double-click this text and select it. And this makes them look bad. To solve the same, CSS pres...

Add shadow around the text

Hello Reader This blog will helps you to draw a shadow around the individual character same( like border ). We can use webkit stroke method but webkit disappears in other browsers!. It will set text color, stroke color and set 1px offset . ...

Basic differences between Margin and Padding

Hey Readers! This blog post will hopefully clear your doubts regarding the difference between CSS 'margin' and 'padding' properties. CSS Margin: The CSS margin property is used to specify the space around HTML elements . It ...

An overview of Bootstrap Grid System

Bootstrap is one of the most popular front-end frameworks. In this blog post, I will be discussing one of the most important concepts in Bootstrap: The Grid System. In web design, grids organise and structure content, and make the websites eas...

A simple home structure using CSS

Hello Readers! This blog post will show you a really simple "home" structure. We all must've drawn such homes at some time in our childhood days, but it gets even easier with CSS. The position - absolute and relative, have the ma...

One image changes to another, on hover

Hello, readers. This blog post will tell you how to get one image in place of the other on hover. The height and width of the images are 100% and the position is given absolute. Due to this, one image appears behind the other. The second thing...

An Overview To The Position Property In CSS

Hello reader's ,In todays blog we will discuss about the position property used in CSS.   Basically the position property specifies which type of positioning method used for an element such as static, relative, absolute or fixed. ...

Multiple Ways To Create Equal Height Columns Using CSS

Hello reader's , Today in my blog I will discuss about multiple ways to create equal height columns using CSS.   As working over some website , I found an issue related to the equal height of columns .   To resolve this ...

LightBox

LightBox is a plug-in we use to create image gallery with the image overlay effects. Like you must have Google for some images once in your life and on clicking on a particular image, the size of the image zooms out which we define as an overlay ...

An Animated Radial Menu Using CSS & JavaScript

Hello readers, We all have seen various animated Navigation Menus but in my blog I have tried to create An Animated Radial Navigation Menu using JavaScript and CSS3 property.   In my blog , I have made a circular menu list items which ...

Social Icons With Hover Effect Using CSS

Hello readers , In today's blog we will discuss about the Social Icons .   As we all are linked to the social media which help us to communicate over a vast social network and we can even share video, images, documents, file etc ov...

How to create flip effect horizontally and vertically to show images and text?

  Hello Readers , here is a simple blog on flipping effect horizontally and vertically using jquery flip() method  on mouse hover. On mouse hover image  will flip and we will see some text in a div having background color. ...

Sbiling in jquery with demo

It returns all the sibling elements of the element that you have selected. It allows you to go through the siblings of the matched elements in the DOM tree and creates a new jQuery object from the matching elements. Lets see how it works: ...

How to add divider with Icons using css

If you want to add divider between two div or in between your content, then code below will help you:   First we will create the div between the content or we can say that between two paragraph like <p> </p> div <p>&...

A sliding Fullscreen Navigation Menu

Hello, readers . In today's blog I have tried to create A Full Screen Sliding Navigation covering the full screen using Javascript in a direction from left to right.   For creating this I need to make a div with id name as “m...

A Responsive Menu With Hover Effect

Hello, readers . In today's blog, I have created A Responsive Menu which when we hover over the menu items it covers the area of the hovered item with a different color.   For creating the navigation menu , I need to create an unor...

drop down menu with nested submenus using css

If u want to create a horizontal menu with a submenu, code below is help you. In below first, we will remove padding and margin from first level and second level menu. We will style up first level list item and here we will use fl...

Fit an image in the absolute center of a div and keep the aspect ratio

Hello readers, this is a small blog on auto resize of an image by keeping its aspect ratio and display image horizontally and vertically in the center of the div. Here is very simple and easy method to solve this problem of displaying image in...

Disable the control(ctrl key) plus click event for a particular click with demo

There are many cases where we do not want our page to open in another tab while clicking ctrl+click and the anchor tag is producing dynamically. For that, we can add the following script which will disable the same effect.   $(funct...

How to check if the scroller reached at the bottom of the page with demo?

There are many techniques through which we can place an event when the scroller reaches the bottom of the page. If the user wants to play an event when he reach the bottom of the page, he can do the same with the help of the example below: ...

How to make two divs equal in height lying side by side using html and css?

Hello Readers , this is a small blog on how to make two columns of equal height regardless of content inside the columns. First, we will write the HTML to make two columns lying side by side having same width. The following code is written to mak...

Form Validation in AngularJS with ngMessages

In this post, you will learn about ngMessages directive in angularJs and how it can help to show error messages in your application. ngMessages provides custom form validation facility to display error messages in angularJs. Let’s start ...

Show background transition effect on hover

If you want to change width and height to the box and show the content after a transition on hover, below code will help you. We can easily use the transition property and change the width and height to the div, for this first we will create t...

Change background image and display content on over effect

If you want to change background image and display content on hover effect this code will help you. lets say if you want to show a content only when you move a cursor on an image div, and when image changes it will display the content or ...
1 3 8
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: