In this tutorial I will explain what is URL tracking parameters and how it causes different problems. And then I will show how we can solve this problems and get a best solution for URL tracking. What is URL Tracking Parameters You would be sharing your website URLs in social media sites, blog comments, forums […]
HTML5 introduced several new input type for forms. These input types allow to take more types of input data. In this tutorial I will show you the CSS selectors for styling HTML5 input elements. Styling Color Type The color type is used for taking a color code as input. This type can be styled using […]
This post is a part 1 of Intel XDK Complete Tutorial post series. Cross-platform mobile application development is a technique of writing single codebase for apps that will be in the end installed and used in different mobile operating systems. Applications built using this technique are called as cross-platform mobile apps. Cross-platform mobile apps that […]
In this tutorial I will show you how to fade image on scroll. In this article I will be using a jQuery library called as crossfade.js. With just few lines of code you can get this effect. Including crossfade.js and jQuery in Webpage You can directly include crossfade.js and jQuery from CDN. <!DOCTYPE html> <html> […]
In this tutorial I will show you how to create a full screen scrolling website with page split effect on page transition. In this article I will be using a jQuery library called as multiscroll.js. With just few lines of code you can get a full screen scrolling with page split effect. Including multiscroll.js and […]
Many applications requires Facebook page URL to access its statistics or to automate page posting. In that case these applications ask for Facebook page url. The url that you see in your address bar when you have your facebook page open actually works only for logged in users to navigate to your page. This page […]
This tutorial is for developers who don’t have any familiarity with Node.js but still want to use applications like Grunt, Gulp etc. While installing and working with these applications you often come through package.json file and npm command, so understanding what exactly is npm will help you to tackle your difficulties while working with these […]
In this tutorial I will show you how to create Metro Style UI for websites. In this tutorial we are going to create a Windows 8 Style Start Menu which is a Metro Style Design. Developers use Metro UI for creating websites of metro style but this library is limited to traditional web layout(vertical scrolling). […]
In this tutorial I will show you how to create a full screen scrolling website with piling effect on page transition. In this article I will be using a jQuery library called as pagePiling.js. With just few lines of code you can get a full screen scrolling with page piling effect. Demo View Demo Including […]
Most Commented