February 2008 - Posts

0
Comments

First Exam : Application Development Foundation .NET 2.0 (Exam 70-536) - Study Workflow by Joseph Ghassan

The above workflow represent the topics required to cover to pass Exam 70-536. In addition, I am reading two books : Programming Microsoft Visual C# 2005 : The Language ( Microsoft Press ) Pro C# 2008 and the .NET 3.5 Platform ( Apress )
4
Comments

My Certifications long term roadmap by Joseph Ghassan

I will start by Exam 70-536 and climb up to the 7th exam to acquire the MCPD : Enterprise Application Certification. It should be fun!
4
Comments

Ajax Utility methods by Joseph Ghassan

XMLHttpRequest Factory /* XMlHttpRequest Factory */ function XMlHttpRequestFactory() { var xmlHttp = null ; if (window.XMLHttpRequest) { xmlHttp = new XMLHttpRequest(); //alert(xmlHttp + '[Status = ' + xmlHttp.readyState + ']' ); } else if (window.ActiveXObject...
More Posts