Tuesday, June 21, 2005
CREATING XPCOM COMPONENTS WITH JAVASCRIPT
Most Web developers are tasked with developing solutions that work for Internet Explorer; however, if you're fortunate enough to have the opportunity to create solutions for Mozilla browsers, you should consider yourself lucky. One of the reasons why I think Mozilla is great is because it gives developers the ability to use Cross Platform Component Object Model (XPCOM) components. Mozilla browsers also introduced XPConnect technology, which allows components to be scripted in and developed with JavaScript. Learn how to create a simple XPCOM component with JavaScript that exposes one method: reverseIt(). This method takes a string parameter and reverses the order of the characters in the string.
http://ct.techrepublic.com.com/clicks?c=243778-993479&brand=techrepublic&ds=5
http://ct.techrepublic.com.com/clicks?c=243778-993479&brand=techrepublic&ds=5