TECHNIG
Gateway for IT Experts and Tech Geeks

Introduction to GSAP Animation with Examples

Animation is one the most interesting topic in web designing. Nowadays, we see animations in most websites and web applications. GSAP animation intro is the first part of animation tutorials with GreenSock Animation Platform know us GSAP. …

How to Add Google Search To WordPress Without Plugin

Nowadays we see Google search in almost every WordPress site or blogs. There are many advantage to use Google Search. The benefits of using Google search are speed, users already trust Google brand, you will not have to maintain or update…

How to Change Laravel 5 Public Folder to Your Site Name?

We have a few articles about Laravel framework, but we have not shown how to in install and Laravel in production. If you have ever tried to install Laravel in your site, you might have seen some problems that needs to open public folder in…

CSS3 3D Transform in Depth Tutorial with Examples

In previous article, we discussed about the 2D transform in CSS3. This article is all about 3D transform. In 2009, the WebKit development team proposed a new extension to CSS that would allow Web page elements to be displayed and…

Adding more Options to WordPress Customizer with Kirki

In previous tutorial, you have learn how to add and configure the WordPress Kirki customizer. In this tutorial we will continue on by learning how to add panel, section sections and control to our WordPress customizer. If you have came to…

CSS3 2D Transform in Depth Tutorial

In the previous tutorial, we have learned the CSS3 2D transition property. This is CSS3 2d transform tutorial, another amazing feature of CSS3. If you master the transform property, you will master the animation world in CSS3. Though…

Using Kirki in WordPress Theme Customizer (Part 1)

Kirki is a WordPress  plugin that let you customize the customizer panel. Kirki is not the replacement for WordPress customizer. If you use Kirki in you theme, still you can use WordPress default customizer options. WordPress customizer is…

CSS3 Transition in Depth Tutorial

CSS3 transition and transform is are the great features of CSS3. It will let you animate, move, scale, skew and translate the elements with specified timing and duration. In this article you learn CSS3 transition property in depth and step…

How to Speedup WordPress Site 90% Without Plugin?

If you test you site speed with google PageSpeed or GTmetrix, you will see some statistics about page speed or Yslow score. You most probably want to see a high score. this article is all about how to speedup WordPress site up to 90% with…

Understanding CSS3 Radial Gradient – Part 2

In the previous article CSS3 Gradient technique about CSS3 gradient, we learned the basic of gradient techniques in css. In this article we will continue and learn more about CSS3 gradient and specially, CSS3 radial gradient. If you have…

How to Use Chart.js For Displaying Data in Graphs?

Displaying data in graphs or charts make you application more user friendly and awesome looking. There are many frameworks to use for chart and graph display, but Chart.js is the best option. Chartjs is Simple, clean and engaging HTML5…