I love git and it’s counter part github, but whenever comes to uploading my local project to online, I always stuck at once place, which is pushing. You can think of pushing as uploading and in git terms we say pull instead of downloading. Git and Github combo is so good that I have started […]
Category: Tutorials
Creating Simple Image Gallery Part 2

In part 1 we have created image gallery and in this post we will bring it to the end by adding interactivity. So now when ever we click on the thumbnail image, it’s full version has to be shown on the right column. For this purpose we will need a little Javascript. But don’t worry […]
Creating simple image gallery Part 1

Image gallery is great way to show off your work, you photography skills and you mind wanted to bring in all the memories and present them nicely. This tutorial is divided in to two parts. In part 1 we will be focusing more on the bare bones of image gallery, it’s structure and aesthetic look. […]
Current Date in Javascript

Current Date can be displayed by using javascript object Date(). Objects in javascript behave similarly as that of real objects, if we compare it with the laptop: which is an object with properties. Each laptop has color, wight, made, material, size etc. Same goes for javascript objects what has properties which define their characteristics […]