Saturday, February 17, 2007 - Cristian Merighi
This article is about the development of a struct (C#) of mine which permits an agile conversion between values formatted as Degrees Minutes Second and values formatted as Decimals. It can be useful in a scenario where Virtual Earth or Google maps are involved, in order to set the correct latitude and longitude.
Comments: 2
-
Rating: 5.00
Friday, February 16, 2007 - Cristian Merighi
As I promised to some of you, here I published a fully working version - written in VB.Net 8 - of my distortion procedure, realized exploiting GDI+ APIs which come with the .Net Framework.
Comments: 3
-
Rating: 5.00
Thursday, February 15, 2007 - Cristian Merighi
A tiny howto about giving your website speech faculty: how to dynamically output audio files using .Net Framework 3.0 System.Speech objects.
Comments: 2
-
Rating: 5.00
Thursday, January 25, 2007 - Cristian Merighi
In this fully accessible and downloadable piece of code, I use GDI+ and C# to develop a simple Captcha WebControl. I think this could be a good start point for creating more enhanced versions.
Comments: 0
-
Rating: 0.00
Saturday, January 06, 2007 - Cristian Merighi
ASP.Net achitecture sometimes lacks in sensitiveness in order to please search engines, an example to point to is the 404 errors management. In this article I try to show a search-engines-friendly way to solve this problem using HttpModules.
Comments: 10
-
Rating: 4.50