Windows 8 Metro UI For Websites:Toast Notifications
Introduction This article demonstrates the Windows 8 notification scheme for a website. After reading this article you will be able to show the windows 8 style notifications on your website. … Continue reading
Running JavaScript at Specified Times: Timed JavaScript
Introduction In this article I will show you how to run a JavaScript code selectively. Sometimes the requirements are like we want to run a specific section of script on … Continue reading
Truthy Vs Falsy Values in JavaScript
Introduction This article describes the truthy and falsy values of JavaScript. What the difference is between them and some exceptions and so on. In simple and short words, it’s a … Continue reading
Creating custom context menu using jQuery
Live OUTPUT Introduction Hello readers, in this article I’m going to tell you a very amazing thing. You can customize your website by many ways but have you ever thought … Continue reading
Working With JavaScript Events
Introduction This article explains event handling in JavaScript. Prior to starting anything I will say that I’m assuming the reader is familiar with the basic syntax of JavaScript and jQuery. In … Continue reading
jQuery UI Demystified: Part 2
Introduction In this article we will learn about jQuery Interaction. jQuery offers 5 kinds of interactions. All are mouse based and can be used in combination to provide easy interaction … Continue reading
Differences Among Bind(), Live(), Delegate(), Trigger() in jQuery
Introduction In this article we will learn about the live(), bind(), click(), delegate(), trigger() and triggerHandler() methods for adding event handlers to elements. They are one of the most confusing … Continue reading
Creating Common Twitter Button For Entire WebSite Using JavaScript
Introduction This article shows how to create a Twitter button for sharing the dynamically changing divs or dynamically changing URLs. It will be very use full if you want to … Continue reading
jQuery UI Demystified: Part 3
Introduction Before reading this article, please go through the following articles:Part 1 : jQuery UI Demystified: Part 1 Part 2 : jQuery UI Demystified: Part 2 In this article we will learn about … Continue reading
Creating a Basic Overlay Effect in jQuery
Introduction This article introduces how to work with overlays in jQuery and how to use them in a proper and user-friendly way. Before proceeding, let us understand what overlay means. … Continue reading