background preloader

Development

Facebook Twitter

Dot Net Perls. Enterprise Architect - UML Design Tools and UML CASE tools for software development. Create a new Fiddle - jsFiddle.

F#

Best Practices for Speeding Up Your Web Site. The Exceptional Performance team has identified a number of best practices for making web pages fast. The list includes 35 best practices divided into 7 categories. Minimize HTTP Requests tag: content 80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. One way to reduce the number of components in the page is to simplify the page's design. Combined files are a way to reduce the number of HTTP requests by combining all scripts into a single script, and similarly combining all CSS into a single stylesheet. CSS Sprites are the preferred method for reducing the number of image requests. Image maps combine multiple images into a single image. Inline images use the data: URL scheme to embed the image data in the actual page. Reducing the number of HTTP requests in your page is the place to start.

Top | discuss this rule Use a Content Delivery Network tag: server tag: css. An Introduction to Microsoft F# | pdc2008.

Parallel Computing

Build a stylish image gallery using Lightbox 2 and JavaScript. JavaScript is arguably the most ubiquitous programming language of the Web and is nearly as pervasive as HTML, XHTML, and CSS. There are a wealth of useful JavaScript libraries, too, and the best of these work on any modern browser, handling browser variances and user preferences uniformly.

One of the most useful and popular JavaScript libraries is Lightbox 2, which provides online image gallery capabilities, image overlays, and navigation within sets (or groups) of images. In this article, you'll learn the ins and outs of Lightbox 2, including how to customize some of the lesser-known—and at times subtler—capabilities of a Lightbox. By the time you're through, you'll be showing your own image sets off with flair, all within an easily usable interface. Everyone's a photographer these days Five years ago, it seemed like everyone was blogging. Mothers, grandmothers, uncles, soldiers, and athletes were all going online to share the latest minutiae from their lives. Figure 1. Back to top <! <! 2,000 Things You Should Know About C#

.NET Tutorials for Beginners and Intermediate level professionals. Introduction. Thank you for choosing Telerik Extensions for ASP.NET MVC. This manual will guide you how to use Telerik Extensions for ASP.NET MVC to boost your ASP.NET MVC application. ASP.NET MVC is a free and fully supported Microsoft framework for building web applications that use a model-view-controller pattern. Like ASP.NET Web Forms, ASP.NET MVC is built on top of the ASP.NET framework. ASP.NET MVC provides the following benefits: Provides complete control over your HTML markupEnables rich AJAX integrationIntuitive website URLsClear separation of concerns which results in web applications that are easier to maintain and extend over time.Testability – including support for test-driven development.

Telerik Extensions for ASP.NET MVC is a lightweight framework which helps you build rich user interfaces for ASP.NET MVC applications while enjoying great developer productivity. Telerik Extensions for ASP.NET MVC has the following features: Fabulous Adventures In Coding. VS Shortcuts | Shortcut keys for Visual Studio.