help.net
<font size="2"><br />Musing on .Net</font>
-
Email design gallery
To follow my previous post on HTML emails, I should also mention the excellent gallery of different designs posted by Campaign Monitor.
-
Why we need standards support in HTML email
By David Greiner:
-
Colour contrast checking tools to improve the accessibility of your design
The list:
-
Thumbnail images in GridView using C#
ASP.Net have the gridview which is very usefull to display such kind of some datas or images like this. Here S.Vinothkumar is going to display images which are in a folder with thumbnail size.
-
General purpose colorizer
The General Purpose Colorizer colorizes an input file so the syntax is easier to read. Here's a simple example. The overall project will be housed at SourceForge so check at http://sourceforge.net/projects/gp-colorizer/ for the latest version. GPC is released under the GNU Library or Lesser General Public License (LGPL) GNU Library or Lesser General Public License (LGPL).
-
Inline-Edit control using AJAX extensions
In this article Bilal Haidar will show you how to develop a Microsoft ASP.NET AJAX 1.0 Inline-Edit control that can be used to provide on-the-spot text editing for specific areas on a web form.
-
Explore ways to extend ASP.NET AJAX Client-Side function
With the elegant integration with legacy ASP.NET applications and the introduction of fully object-oriented JavaScript, Microsoft ASP.NET AJAX has been attracting more and more web developers. In this article the author examines the typical ways to extend the ASP.NET AJAX framework from the client side.
-
Using LinkedResource class for sending HTML E-mail in .NET 2.0
In this article Soyuj examines the usage of LinkedResource class for sending embedded image mail in .NET in a step-by-step way.
-
CodeIt.Right Beta 2
-
Keeping pulse on your site...
One of the best, yet often overlooked, features of ASP.NET 2.0 is health monitoring. Milan Negovan believe it is absolutely essential to be notified of any problems with your web application, and this is where health monitoring comes in handy. A few years ago Milan wrote an article about custom error pages and demonstrated various ways to tap into error details. Health Monitoring is a natural progression of that approach.