Airport Terminal like text animation using jQuery: TextShuffle.js

jQuery text animation terminal

Create text animation like airport terminal The TextShuffle.js is a simple jQuery based solution for creating the text animation like displayed in the airport terminals. Demo1 Demo2 The available options allow you to set the speed of animating the text shuffling, bind event (click, mouseover, mouseleave etc.) and characters to be used for shuffling the … Read more

Fit text into HTML element by jQuery

jQuery fix text attributes

Fixing text in HTML elements by jQuery The textfit plug-in fits the text in one line according to the width of the element that contains it. It adjusts the font-size of text with respect to the width of the element. The plug-in size is just 1K that you may place before the body closing tag. … Read more

Convert hash tags (#) and @mentions into colorful text by jQuery autotag

jQuery auto tag

The jquery-autotag plug-in The autotag plug-in converts any text typed in the contentEditable=”true” elements of the DOM with @ or # into colorful and distinguishable text. Since social media, the usage of mentions (@) and hashtags (#) has incredibly increased, so it is worthwhile to make it prominent if your web pages has content editable … Read more

CSS Vertical Alignment of Text and Images in a Div

CSS vertical align

The vertical-align property in CSS The vertical-align CSS property aligns the specified element vertically. However, if you need to align the content vertically you may use a different technique like using the transform property with a rotate value; I will show you how in this tutorial. First, let us have a look at the vertical-align … Read more

CSS box-shadow

CSS apple logo

In this tutorial, the Apple logo is used to display without using any image. The demo in the following section uses pure CSS where the box-shadow CSS property is used along with other properties for making the Apple logo.