Tutorial search

Tutorials
Stuff
Affiliates

Cool Stuff




The fastest way to master the basics of Adobe Photoshop

Click here to find out how

Photoshop Templates


Featured Photoshop templates - professional ready to use designs for your next project.

View all templates

Create HTML Image Maps Dynamically With .NET - ASP.NET tutorial


I've been working on a financial reporting project lately and came upon the idea of bringing our charts from ChartFX.NET to life. The idea being that we could dynamically review each pixel's color in the chart in order to generate an HTML image map on the fly. This would enable us to apply supporting documentation in the form of links or JavaScript functions to perform some sort of action when the user moves their mouse over the chart or clicks a section of it.
Category: ASP.NET tutorials - Difficulty:


More cool ASP.NET tutorials:



Writing binary files using BinaryWriter
Writing binary files using BinaryWriter
In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let\'s see it on a sample code.
Category: ASP.NET tutorials - Difficulty:
Personalization
Personalization
This tutorial covers ASP.NET's built-in personalization features. A major Theme throughout ASP.NET 2.0 is to provide frameworks and support for implementing features most Web sites need. For example, we saw the support ASP.NET 2.0 provides for making a common look and feel throughout a site in Tutorial 8. We saw the new login controls in Tutorial 10. The new login controls are there so you don't have to hash out yet one more login control.

Category: ASP.NET tutorials - Difficulty:
A Simple Contact Form
A Simple Contact Form
This is a very basic contact form which can be used for any kind of website. Web form contains name, email, subject and message inputs. When visitor ckicks send button, script send all informatiom from contact form. .
Category: ASP.NET tutorials - Difficulty:
.NET Framework Overview
.NET Framework Overview
NET is essentially a system application that runs on Windows. The heart of .NET is the .NET Framework. The most important component of the framework is the CLR as the heart and soul of the .NET architecture. Every application written using the Framework depends on the CLR. Among other things, the CLR provides a common set of data types, acting as a foundation for C#, VB, and all other languages that target the .NET Framework. Because this foundation is the same no matter which language they choose, developers see a more consistent environment.
Category: ASP.NET tutorials - Difficulty:
Using a Java class in .Net
Using a Java class in .Net
Import your Java class into .Net projects in only few steps!
Category: ASP.NET tutorials - Difficulty: