Archive for the ‘.NET’ Category
October 25th, 2007 by Rich Zygler
tags: .NET, Facebook, Microsoft, PHP | 15 Comments »
Microsoft is buying a piece of Facebook. What do we all think this means for PHP since Facebook is one of the "web 2.0" leaders built on PHP? The way I see it, here are the options:
Facebook continues on its merry path, taking only funding from Microsoft
Facebook ...
August 16th, 2007 by Rich Zygler
tags: .NET, Firebug, JavaScript, Visual Studio | No Comments »
Fresh from my IM, Kirk Allen Evans blog details how to debug javascript for any kind of page in Visual Studio 2008. This has already existed for awhile with the Firebug extension for debugging Javascript in Firefox. But it's nice to have choices. And it's cool if ...
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 ...
July 17th, 2007 by Rich Zygler
tags: .NET, C#, Java, PHP, XML, XSL | No Comments »
I consider myself an Open Source Developer but I very rarely develop for the open source community. I create apps for businesses, where I work, and some side projects. I share code with those I work with obviously, but generally not with the PHP community as a whole. ...
May 25th, 2007 by Rich Zygler
tags: .NET, Subversion, TortoiseSVN, Visual Studio | No Comments »
For some reason, most .NET devs that I run into insist on using closed source applications for everything they do. I have no idea why. I guess it's a culture thing. That's why I love it when a mostly ASP.NET fellow starts using something open source, like ...
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 ...
August 2nd, 2006 by Rich Zygler
tags: .NET, C#, MySQL | No Comments »
I had to access a Mysql database at work today using C# and .NET. Well, I didn't have to... but I wanted to... and I had some down time. I'm mainly a PHP guy, but C# is similar enough to C/C++ that I figured out what I needed ...
December 17th, 2004 by Rich Zygler
tags: .NET, ASP, Design Patterns | 2 Comments »
One of my biggest complaints so far with working on projects in .NET is the total lack of community projects. It seems every worthwhile-looking solution that is out there is spearheaded by Microsoft and slapped into its “patterns and practices” section. The problem I have with this of ...