Projects
Below is a list of ongoing projects I like to work on in my spare time, the source is available for download. Click on the project title to view more details or click on the url beside the title to go to the website. Select "View All" to view the details for all the projects.Personal Projects
gofr: AS3 Webservice - http://labs.alducente.com/?page_id=11
I work a lot with communicating Flash to an ASP.NET web service, and after finding out that Flash 9 got rid of the WebService component, I had to go and build my own. I started this back when there was little support for as3 and webservices, and what it does is builds a SOAP request and sends it for you. This is an ongoing project and I visit it from time to time hoping to apply fixes that others have come up with.
E4X Namespace Remover- http://labs.alducente.com/?p=18
I started this class when I received many questions about how to access data from the SOAP response in my AS3 Webservice. The main problem was many flash developers were still new to namespaces in xml as previous versions of flash did not support it. This class takes in the xml and rebuilds it without the namespaces so that developers can access data like it was regular xml.