The battle between good Remoting programmers and evil NetConnection.Call.BadVersion errors has finally come to an end. As you may know, fatal errors coming back from php fail to register in the NetConnection debugger, which makes it a major pain in the arse to debug if you don’t have access to an error log. The reason […]
The guys over at Silent group have recently put together a free Remoting gateway for .NET called Fluorine. It was actually isolated from a larger project for creating projectors (.exe) based on C#, I believe. From what I see it features all sorts of niceties, including several options for class mapping and a service browser […]
I promised that I would write tutorials for the 1.0 release of amfphp, but then I got lazy… So instead I decided to edit currently existing tutorials and bring them up to date. That way people get more accurate information, I save a lot of time, and I still get all the credit ;)
Here’s the […]
MM’s Flash 8 Remoting classes for Flash 8 don’t compile as is in MTASC; you can patch them in a straightforward manner as described here. Getting the NetConnection debugger running properly is a major pain. In an effort to make things as simple as possible for MTASC Remoting users, here is a step by step […]
The v2 Datagrid component features column sorting which can be triggered by clicking on a header. The trouble is that it only sorts columns alphabetically; if we have a column of numbers then 100, 20, 3000 is a valid ascending alphabetical order, not 20, 100, 3000 as you would expect. There is no simple way […]