Members

Technology Zones

Articles

Hosted By

MaximumASP

Info

Bruce Johnson Profile

photo Bruce Johnson (LACanadian)
12 Mar 2002
Oakville, ON Canada Canada
Computer Consultant
http://www.tagconsulting.com
Contact memberContact this Member Edit ProfileEdit my profile

I am the owner of a small application development consulting company that specialized in the design and implementation of Internet-based applications. While there are others who can make a web site look good, our expertise is in making the site function. This includes infrastructure design, database design and administration, software development and deployment. For the most part, we utilize Microsoft-based languages and tools. And we are skilled enough to have generated two patent applications for our clients.

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

Technology Interests

      Articles & Tutorials

    • When Session Variables Go Bad

      by LACanadian

      Bruce Johnson takes a look at pros and cons of using Session variables to maintain state on a web site; and the problems you might hit when using them.. Read full article

    • Send Binary Data from ASP

      by LACanadian

      Ever wondered how we can send binary data to the client? This tutorial illustrates how to send the contents of an existing file to the client and force a Save As dialog box. Read full article

    • Building a Web Service - The Beginning

      by LACanadian

      To create an intelligently designed web services, it is important to understand the architecture that is available to support them. This article lays out the foundation on which our sample web service will be based.. Read full article

    • Building a Web Service - Start with the Design

      by LACanadian

      In this second article in our series, we describe the functionality that our web service will provide and identify the issues that we will need to address.. Read full article

    • POSTing Form Data to a Web Page

      by LACanadian

      Demonstrates two techniques that can be used to post data to a web page from within Visual Basic.. Read full article

    • Authentication for Web Services

      by LACanadian

      One of the most important issues to consider when implementing a commercial web service is authentication. In this third installment in our series, we consider the most common approaches and decide which is most suited for our example service.. Read full article

    • Get the Message - MSMQ

      by LACanadian

      Bruce Johnson gives a basic introduction on the use of MSMQ from within Visual Basic.. Read full article

    • Keeping VB Components Compatible

      by LACanadian

      The ins and outs of setting compatibility on Visual Basic projects. Read full article

    • Remote Scripting Made Easy

      by LACanadian

      Bruce Johnson demonstrates how to use remote scripting to execute server-side functions without leaving the current page.. Read full article

    • Identifying Your New Records

      by LACanadian

      While the use of AutoNumber and Identity fields in tables is greatly applauded by database designers the world over, they can be annoying for developers to use. This article reveals two techniques for retrieving the value of an AutoNumber/Identity field.. Read full article