Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Mitchell Harper Profile

photo Mitchell Harper (devarticles)
25 Feb 2002
Sydney, Australia Australia
Run www.devarticles.com
http://www.devarticles.com
Contact memberContact this Member Edit ProfileEdit my profile

Visit http://www.devarticles.com for more articles and free programming eBooks, or visit Socket6.com for your dose of daily developer news!

This user has contributed 3 articles, 0 code samples and posted 0 messages in our discussion forums.

Technology Interests

      Articles & Tutorials

    • Remote Scripting With JavaScript and ASP

      by devarticles

      Remote scripting is an extremely powerful feature available in both Netscape Navigator and Internet Explorer. It allows us to use a combination of scripting languages to call server side ASP code from the client using JavaScript. In this article Mitchell shows us how to install remote scripting as well as two examples of using it to interact with ASP scripts using client-side JavaScript code.. Read full article

    • Magnifying The Desktop With Visual Basic

      by devarticles

      A very handy application that's included with the Windows operating system is the magnifier, which zooms in on a portion of the desktop. In this article Jason shows us how to create a cool zoomable magnifier using Visual Basic 6 and the Windows API.. Read full article

    • A Real-Time VB6 ActiveX News Control

      by devarticles

      A while back, Mitchell wrote an article about MoreOver.com and their XML news sources (which are free for developers using them for non-profit purposes). Today, Mitchell takes that idea one step further and creates an ActiveX component that uses the MoreOver.com news feeds in a similar way. The component uses the XMLHTTP library and the MSXML parser to retrieve and process the news. This article also acts as a good introduction to ActiveX controls if you have never created one before.. Read full article