Welcome to the fourth episode of the series Sending MIME email with PHP. In this article I m going to show you how to provide the MIME mailer class with the ability to send email messages in HTML format. This will greatly extend its functionality so don t miss this tutorial....
In the Part 1 and Part 2 of this series we discussed how to use LINQ to SQL features to query and manipulate data. Part 3 introduced you with the inbuilt LINQ to SQL class designer. The LINQ to SQL class designer not only allows you to design classes visually but also saves reasonable amount of time otherwise needed to write equivalent code manually. Another such handy feature available to ASP.NET developers is LINQ Data Source Control. In this article I will explore this control with examples.
Beginning on Wednesday, July 30th until the end of August, TechGenix and SolarWinds will be giving away free copies of the new SolarWinds Exchange Monitor to all visitors who subscribe to any MSExchange.org Newsletter.
This article describes how to create a simple arcade game in Silverlight. The article describes how to implement a game loop, render images and shapes, handling keyboard events, and doing simple collision detection
In the previous article "Your first animations using xaml and silverlight - Color animation: Part I", we've exposed a technique of how to deal with color animation. In this article, I will do same thing but with a different animation. I mean the DoubleAnimation class this time.