TECHNIG
Gateway for IT Experts and Tech Geeks
Browsing Tag

Web Designing

Top 7 Best WYSIWYG HTML Editor with JavaScript

WYSIWYG stands for "What you see is what you get". So, you might have seen it before. If you ever wrote an article on WordPress or any other website, then you have used it. It's the editor where you can stylize your text instantly with…

How to Use Laravel Mix without Laravel Step by Step

Laravel Mix is a powerful tool and NPM package. So, using Laravel Mix, you can compile sass, scss files, Vuejs files and ES6 features. Also, it's fast and easy to start using. Besides, you can easily customizer Laravel Mix for your project.…

How to Start Wamp Server Automatically in Windows 10

Running Wampserver every time you turn on your computer becomes a little painful. Also, if you are developing an app for clients, you don't want your client to run Wampserver every time they run the application. So, the solution is to run…

How to Solve vue Command not found on Windows?

Vuejs is by far the most popular JavaScript framework nowadays. So, if you want to build an appealing and brilliant web application, definitely you should learn Vue. Also, it's becoming more popular day by day. The job opportunities are a…

Top 10 Best Premium HTML 5 Admin Templates

Admin templates are the most popular category of HTML templates in the markets. Also, they are always the best sellers. As a developer, you might not design your front-page of the application by yourself. So, you need a ready and…

Top 7 Best Free Code Editors For Programmers

As a programmer and developer, you need the best editor with ease of use and useful features. So, we have collected the top 7 best free code editors for programmers. These editors are the most popular and most wanted among developers and…

How to Add CSS Preloader to Your Website?

Pre-loader is one of the must-have features that you should add to your site. It makes your site load smooth and makes it more user-friendly. Especially when you have a lot of images and JavaScript files and your site load unlovely. This…

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…

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…

CSS Solution for Web Designers – Part1

CSS or Cascading Style Sheets is a style sheet language used to define visual appearance and formatting of HTML documents. CSS is very simple to use and easy to learn, but using it in real project and creating something cool, awesome and…