LightBox for Videos - CeeBox: jQuery Plugin for Displaying Flash Videos with an OverlayCeeBox creates a lightbox-like overlay for images, image, html via ajax and iframe, and flash movies. CeeBox is an easy-to-use plugin: videos will be displayed in a popup simply by adding "ceebox" to a link (for example: to a YouTube movie page link). CeeBox supports popups for Google Video, YouTube...
Static Variables vs Application Object - Boost ASP.NET Web Site Performance by Using Static Variables instead of the Application ObjectWhen developing Web applications with ASP.NET, you sometimes need to access data which is shared among users again and again throughout the life of the application.
If you want to share a value or an object instance between all sessions, you typically use the Application object. However, a better...
Creating IIS7 sites, applications, and virtual directories using Internet Information Services ManagerAccording to Microsoft, Internet Information Services 7.0, or IIS7, is the most advanced, secure and customizable platform for developing and reliably hosting Web applications and services. With IIS7, you can create sites, applications and virtual directories to serve requests. In order to serve req...