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

3D Text

Hello Readers! We all know about the text-shadow property. It provides a shadow and a blurring effect to the text. The CSS3 text shadow can also be used to create 3D text. Just use multiple text shadows on any HTML element to create a 3D effec...

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 ...

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...

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 ...

Types of Bootstrap Pagination

Hello readers. This blog post will clear your queries regarding the concept Pagination in Bootstrap. The need for pagination arises when you have a website with lot of web pages. Basically, Pagination is the process of organizing content by di...

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...

Web Security Vulnerabilities

Cross site scripting (XSS) XSS is sending unfiltered data such as <script> or any other HTML data to the server, when the user needs any resource, the server sends unfiltered data to the client. The attacker may get private data. Prev...

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...

Background Transitions

Hello readers If  you want to use Background Transition on your anchor tag, buttons, div, etc. then code below will be helpful for you. According to the code the transition will occurs on hover or and will focus on when time is define...

Add twitter feed to website

If you want to embed multiple Tweets on our website in a compact, single-column view and want to display the latest Tweets from a single Twitter account for this a Twitter collection may be rendered in either a list or a responsive grid template....

CSS3 Perspective property

CSS3 perspective property is the most popular 3D transform property. As we know Perspective refers to the art of representing a 3D object on a 2D surface with right impact of their height, width, depth, and position in relation to each other. ...

Triangle Shape Images Using CSS3

Hello , reader's In my blog I have tried to make triangle images using CSS3 transform, translate and transition property.   I have used transform skew and rotate property for creating the images to look as triangle.   Ba...

Difference between HTML and XHTML

HTML and XHTML are both languages in which web pages are designed. HTML- HTML stands for Hypertext markup language. It is the main markup language which is used to design web pages. HTML elements are not case sensitive. e.g of HTML- ...

Difference between bootstrap and foundation

In web designing world, we define  framework as a package made up of a  files structures and folders of systematic code that include HTML, CSS, JS etc. which is used for the development of websites, as a base to start building a site. W...

Difference between HTML and XML

To know the difference between HTML & XML, first of all we need to know what is HTML and XML. What is HTML :-  HTML(Hyper Text Markup Language ) is a markup language used for describing web pages. What is XML  :...

How to add spining effect on social media buttons on mouse hover using css3?

Hello Readers, this is a small blog on spinning effect on mouse hover on social icons in css3.   In this example , I have taken  five icons when we hover the mouse , that particular icon will spin. Here I have used  transition, whi...

How to Pop Out Social Icons on mouse hover using css3

Hello Readers, this is a small blog on how to pop out an image on mouse hover using css3. This is possible by animating the position of the image and the box shadow property of css3. In this example, I have taken images of facebook, linkedin, ...

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 ...

Merging An Array Using JavaScript

Hello reader's, Today in my blog I will discuss about the merging an array using JavaScript.   Basically the term “Merge” means to combine or join two array into a single array.   In JavaScript , for merging ...

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 ...

Multiple Ways To Concatenate A string using JavaScript

Hello, readers . In today's blog I am trying to give multiple ways to concatenate a string using JavaScript.   Basically the term “Concatenate” means joining two or more strings and returns a new joined string . &nbs...

How to create a swing image using css3 animation?

 In this blog, we will create an image that will swing like a pendulum continuously using css3 keyframes animation. This type of image can be used in signups and discounts, that will draw more attention of users. In this example, I have used...

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 ...

How to make animated flipping menus using css3?

hello Readers , here is a simple blog on animated flipping menus using css3. I have created simple animated menus by using transition and rotate property of css3.  In this I have created an unordered list  of menus , on mouse hover on a...

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...

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: ...

Active Inactive button in cakephp using ajax

Suppose we have a table name player and in player table we have field like id , image,player_name, status,  etc. Suppose data inside fields are id=1, name=ram, image=abcd.jpg and status=0, Now we want to change status to 1, and again we have...

How to fetch data from two table in cake php

Suppose we have a table name player having field id, name of player, images, etc having some data .Now we have another table name playergallery having field like id, player_id, images, etc here player_id is foreign key and it is referencing to ta...

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...

An Animated Slideshow Using CSS3

Hello, readers . In today's Blog I have created An Animated Slideshow using CSS3. Basically a Slideshow is comprises of various slides which keeps on rotating and display images one at a time .   So here in my blog I have tried to ...

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...

Relatives font sizes in css

Hi Readers, In this blog, I am going to discuss relatives font size in CSS as per screen resolution. Being a ui developer one should have proper knowledge about all the measurement units while making a responsive design using CSS. First of...

An Animated Bouncing Smiley Using CSS3

Hello , readers In today's blog I have tried to create An Animated Bouncing Smiley using CSS3 properties. As looking over the smiley , firstly I have to collect all the elements that can help me in creating the smiley. The elements which c...

An Animated Indian National Flag Using CSS3

Hello, reader's Being an Indian our nationality is represented by our National Flag. So therefore , I have tried to make An Animated Indian Flag using CSS3 properties.   As Independence Day is arriving , so an idea to make our Nati...

An Animated Wifi Symbol using CSS3

Hello readers, In today's blog I have tried to make An animated WIFI symbol using CSS3 properties. As using CSS3 animation and transform rotate property , I have created an animated wifi symbol showing the increase and decrease in the sign...

An Animated Birthday Cake Using CSS3

Hello, readers In today's blog I have tried to make An Animated Birthday Cake using animation, transform, keyframe and box-shadow properties of CSS3. In this example, Firstly I have created a div with the class name as cake for creating th...

How to make your divs to display horizontally not Vertically

Hello Readers, this is a small blog on making divs display horizontally not vertically. Here is a very simple and easy code that will make divs to stack horizontally.     To achieve this we will make  HTML page and  CS...

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...

Simple way to validate an empty text box on submit

Validating an empty field on submit through JavaScript As we know in almost all the web applications we have forms which contain text boxes and text fields to input some data and submit it. Sometimes knowingly or unknowingly users can submit t...

A Popup Window Using CSS3 Without Javascript

Hello, reader's In this blog I have created a popup window using CSS3 but without Javascript. In this example , I have created a box div having button which when clicked, a popup window will appear. Next I have created a popup div with a c...

An Image Caption Over Image On Hover using CSS3

Hello reader's, In this blog I have created an image caption over the image using CSS3 transition properties over the image when hover. As CSS3 we all know helps in creating an effective animated website using various transition properties...

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...

Types of 2D transition on hover effects

If you want to apply 2D transition on your buttons and anchor tag on hover effect, then code below might be helpful for you HTML: <div class="container"> <div class="2d_transition"> <h2>Types of 2D Transition</h2...

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...
1 5 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: