TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Category

Code

How to Hire PHP Developers for Web Applications?

When it comes to web development, PHP is the first language that we talk about.  Its' known as the most popular server-side scripting language in the world. According to w3techs, PHP is used by 81.9% of all the websites who uses server-side…

Repetition (Looping) Control Structures in C++

In programming languages - while coding a program, sometimes it is necessary to repeat a set of statements several times (Looping Control Structures ). A way to repeat statements is to type the same statements in the program over and over.…

How to Use Uncss With Gulp to Remove Unused CSS?

Most of times we want to remove the ugly and unnecessary CSS styles. Of course you can go, search and find each those CSS class and remove them individually. May be you are like most other developers who use CSS Frameworks like bootstrap…

How to Repeat Animation in GreenSock?

Repeating animation in GreenSock is very easy and useful. If you want to repeat any animation for twice or more than once, you can use the repeat GreenSock animations feature. This tutorial will teach you the step by step process on how to…

GreenSock TimelineLite Animation Step by Step.

If you want to automate the step by step animation frame, GreenSock TimelineLite animation is going to do that for you. In this part of the GreenSock tutorial series, we are going to cover the step by step of TimelineLite in GreenSock. If…

How to Animating Multiple Objects with GreenSock?

Animation mulitple object with GreenSock will help you power up your animation skill with GreenSock. In this part of the GreenSock tutorial series, we are goint to focus on GreenSock multiple objects animation features. We will create an…

jQuery UI Sortable Drag and Drop

jQuery ui has an amazing plugin that will help you make drag and drop web application in a very easy and simple way. We will use jQuery ui sortable plugin to make a simple sortable drag and drop list. jQuery ui really made it easy to make…

How to Add Live HTML Customizer to Demo Template?

Have you ever seen any HTML template demo? You most probably see that they a a live customizer that will let you change the color skin or any other layouts. If you want to know how it's made, This HTML live customizer tutorial will guide…

Learn GreenSock Easing Visualization Step by Step

Easing is one of another powerful functionality of GreenSock animation platform. In this GreenSock easing tutorial you will learn different types of easing and how they work in gsap. We have covered the basic of GreenSock  previously. This…

GSAP Multiple Tweens Step by Step Tutorial

Learn GSAP will make you  a powerful web designer and animator. So far we have learned the basic of GSAP animation or GreanSock Animation Tools. GSAP animation multiple tweens tutorial is the continue part of the GSAP animation tutorial…

How to Use FancyBox jQuery Plugin?

FancyBox is an amazing jQuery plugin that will let you open any image in the webpage like lightbox modal. When you click on the image, unlike opening on new tab or refreshing the page, it will open it in the same page with a nice modal…