Skip to main content

Posts

10 jQuery Custom Scrollbar Plugins

10 jQuery Custom Scrollbar Plugins If you ever wanted to add some custom scrollbars to your website, to scroll the contents and the default browser scrollbars just doesn’t match up with your design, than make sure you check this list of 10 jQuery custom scrollbar plugins. Hope you find the following information helpful. 1. jScrollPane – custom cross-browser scrollbars Kelvin Luck’s jScrollPane was originally developed in December 2006. It is a jQuery plugin which provides you with custom scrollbars which work consistently across all modern browsers. You can style the scrollbars using simple CSS and they degrade gracefully where JavaScript is disabled. 2. Plugin JQuery : Scrollbar This page is written in french so use Google’s translate service to translate this page to your preferred language. Download is available for the plugin.  The purpose of this plugin is to add a scrollbar to the item of your choice, to view any content which is larger than the size – vizibl...

3 tier architecture example in asp.net with C#

3 tier architecture example in asp.net with C# Posted by  Lokesh Chadha    Monday, May 17, 2010  Labels:  3-TierArchitecture ,  Asp.net Introduction Here I will explain about uses of 3-Tier architecture and how to create or implement 3-tier architecture for our project in asp.net  Description 1.      What is the use of 3-tier architecture and why we go for that architecture?   2.      First we need to know what 3-Tier architecture is.   3.      How to create 3-Tier architecture for our project?   Uses of 3-Tier Architecture     1.      To make application more understandable.   2.      Easy to maintain, easy to modify application and we can maintain good look of architecture. 3.      If we use this 3-Tier application we can maintain our application in consis...