August 14th, 2007 by Rich Zygler
tags: .NET, ASP.NET, Frameworks, PHP, Prado | No Comments »
For Drew, the .NET fanboy who is just dying to release his app without having to shell out the big bucks for .NET hosting. The PRADO framework for PHP is almost like ASP.NET. From the homepage:
PRADO is a component-based and event-driven framework.
Look at that example on the homepage. That's ...
August 18th, 2006 by Rich Zygler
tags: .NET, ASP.NET, C#, JSON, Visual Studio 2005, XML | 1 Comment »
I kept getting this on a page that did nothing but reference a code behind.
Validation(): Element 'html' occurs too few times.
This is because VS2005 is performing HTML validation by default. Yuk. You can turn this off by going to:
Tools --> Options --> Text Editor --> HTML --> Validation
Uncheck ...