A Fun Guide to Three.js 3D Web Magic

Ever imagined bringing a splash of 3D wonder to your web pages? Well, you’re about to embark on an exciting journey into the realm of Three.js! In this guide, we’re not just going to explore the magic it holds, but we’re going to have some hands-on fun with its most dazzling features. And rest assured, we’re going to keep it as interactive and enjoyable as a carnival ride! So, are you ready to kickstart this adventure into the vibrant world …

jQuery is awesome!

So many frameworks around, giving the developers a way to organize and write code with greater precision. All of these frameworks help the programmer write components, interaction with other components, updating virtual DOM, create Single Page Applications and of course manage state, In fact there are many libraries around state management itself.  Appear so glamorous isn’t it? However it keeps on adding complexity as components, managing dependencies, it gets messier when one of the modules which has dependency on other …

GNU IMAGE MANIPULATION PROGRAM

GIMP (GNU IMAGE MANIPULATION PROGRAM) Hi everyone…..! Whether you are a graphic designer, photographer, illustrator, or scientist. GIMP provides you with sophisticated tools to get your job done. GIMP began life in the 1990s as the GNU Image Manipulation Program, and the free, open-source image editing tool has evolved in both complexity and ease of use alongside the personal computer, itself.      Stable Version The current stable release of GIMP is 2.8.18 (2016-07-14). Modern and bright UI Ease of …

Basic Image slider tutorial

  Basic Image slider tutorial There are a lot of image sliders out now a days. In this blog, I have made this basic image slider for the beginners to get idea that how image slider works. Click on below link to view demo https://jsfiddle.net/sunil_kmr19/oons7ogu/ Step 1 : Prepare HTML code with images First of all we will create our HTML code with images to slide show and put left and right navigation. <div id=”slider”>     <ul class=”slides”>         …

Responsive Website Design

Responsive Website Design is very important and fun part of any website. It is quite confusing part for new designers but it provides better user experience than normal websites. It includes latest design trends and techniques. In this article, I will explain you :- What is Responsive Website Design? Why should you switch to Responsive website design? How Responsive Website Design works? What is Responsive Website Design? Responsive website is designed to view your content and images according to your …