TECHNIG
Gateway for IT Experts and Tech Geeks

Understanding Linear and Radial CSS3 Gradient – Part 1

Understanding CSS3 gradient will make you a pro web designer. CSS3 gradients let you display smooth transitions between two or more specified colors. In this step by step tutorial about CSS3 gradient technique , you learn from the basic to…

How to Change WordPress Default Login Logo and URL

Security in WordPress is taken very seriously. But as with any other system there are potential security issues that may arise if some basic security precautions aren't taken. there are so many tutorial on WordPress security tips WordPress…

How to Add Wysiwyg Editor in Laravel?

A WYSIWYG (pronounced "wiz-ee-wig") editor is one that allows you to see what the end result will look like while the interface or document is being created. WYSIWYG is an acronym for "what you see is what you get". Today you will learn how…

How to Limit the_content Function Text Length in WordPress?

If you are a WordPress theme or plugin developer, you definitely need to know how to limit the_content text length or the excerpt word. There are several tips and tricks that you let you do it. In this tutorial we are going to show you the…

How to Increase File Upload Size in WordPress?

By default, current version of WordPress will let you upload only 8 MB file size to your site. But sometimes, you have a large to file for upload. You probably seen this issue a lot. In this how to tutorial, we will show you the easiest way…

A Beginner Guide to Learn Vuejs Framework

Vue is a new JavaScript framework. In 2016, you will see vuejs everywhere. It's easy to use and fan to learn vuejs framework. With vuejs you can make friendly, flexible and amazing web applications. In this tutorial we will introduce you to…

How Laravel Elixir Work?

If you are developing application with Laravel, and haven't used Laravel elixir, you are missing a cool feature of this framework. Laravel Elixir will speed up your site loading, specially when you have so many http request. If you want to…

How to Share Data to All Views in Laravel 5.2

We have talked about Laravel Framework so many times. It's easy to use, flexible and fast. It's true that, if you do not practice, you will never learn anything. As much as Laravel is amazing to use, it's hard to master as well. In today's…

How to Handle CSS Click Events (Checkbox)

CSS click events is one of the most interesting topic to learn. In the past, we used to use CSS just for designing and layout of site, but now you can do much more than just designing. Nowadays, CSS can make decisions, calculation and…

How to Use Faker and Seeds in Laravel 5?

Developing application with Laravel framework has become very easy. If you want to develop any web application, you will definitely refer to Laravel as PHP developer. Beside other amazing features that Laravel 5 gives us, here is something…

How to Understand CSS3 Animations in Easy Ways?

CSS3 animations allows animation of most HTML elements without using JavaScript, Adobe Flash or any other software. CSS3 animation looks a little hard at first, but once you understand the basics, you will find it amazing and interesting.…