ASP .Net Themes Simplicity

by Bryan Sever 4/10/2008 10:30:00 PM

ASP .Net themes are simple to implement. Themes permit the developer to dynamically show different images and use different stylesheets based on a user preference. Using Visual Studio 2008, it doesn't take long to get a web site project running and using themes. To get the full details, click here.

Tags: , , ,

ASP .Net | CSS | XHTML

Speech Synthesis on Windows 2003

by Bryan Sever 3/31/2008 6:07:00 PM
I learned the hard way that the SpeechSynthesis class doesn't run over ASP .NET when hosted on Windows Server 2003. Installing a demo version of Speech Server remedies this problem. Interestingly enough, it can be ran without issue on Windows Vista. I ran the same type of application prototype on a LAMP server with festival installed. The programming was easy and finished within a few seconds. If anybody knows of a better server-based TTS solution, then please leave a comment.

Tags: , ,

ASP .Net | Programming | TTS | Windows Server 2003 | Windows Vista | Open-Source | Linux