By Weiying Chen

A consultant to internet programming with ActiveX. The e-book covers ActiveX Controls, energetic scripts, ActiveX records, web Server API (ISAPI), low and high point interfaces for downloading information from the web, ActiveX Server Framework and sceurity and optimization matters for ActiveX programmers

Show description

Read Online or Download ActiveX programming unleashed PDF

Similar web programming books

Aptana RadRails: An IDE for Rails Development: A comprehensive guide to using RadRails to develop your Ruby on Rails projects in a professional and productive manner

The RadRails IDE seems to be good fleshed out. It offers many beneficial aids to the Ruby on Rails programmer. The e-book indicates a number of examples and reveal captures.

Plus, there also are a few accelerators. Like code templates. this permits you to outline snippets of regular code. Then through a number of keys, a snippet will be inserted at a position contained in the major code. notwithstanding, come to think about it, you want to most likely minimise utilization of this selection. simply because if overused it could bring about many code duplicates, which raises the scale of the final code, and makes upkeep more durable, if you would like to make a similar swap to all circumstances of a given snippet.

RadRails additionally presents help for a debugger. Making it effortless to invoke. this selection is easily worthy cautious examining.

HTML, XHTML & CSS For Dummies

I locate that HTML, XHTML & CSS for Dummies is of a similar caliber (and quirkiness) because the different "for Dummies" books. it is a nice table reference publication for rookies or those who do not code websites frequently. i might suggest this booklet as a reference / part buy to precise net coding tutorial books.

Elgg 1.8 Social Networking

Create, customise, and set up your own social networking website with Elgg An up to date model of the first actual e-book on Elgg precise and easy-to-understand research on development your own social networking web site with Elgg discover the substantial variety of Elgg's social networking functions together with groups, sharing, profiles and relationships discover ways to create plugins and subject matters with vast tutorials Written through funds Costello, a center developer of the Elgg crew, with a foreword from Dave Tosh, Elgg co-founder.

Sinatra: Up and Running: Ruby for the Web, Simply

Make the most of Sinatra, the Ruby-based net software library and domain-specific language utilized by GitHub, LinkedIn, Engine backyard, and different fashionable businesses. With this concise ebook, you are going to quick achieve operating wisdom of Sinatra and its minimalist method of construction either standalone and modular net purposes.

Extra info for ActiveX programming unleashed

Example text

EXE file. A DLL based COM server is called an in-process(in-proc for short) server because it loads into the same address space as the client. The client can make direct call to the object, which is faster and more efficient. But the crash of the DLL can destroy the client's address space. htm (2 of 40) [7/1/2002 11:55:22 PM] Chapter 3 - ActiveX Unleashed An EXE based COM server is called an out-process(out-proc for short), because it runs in its own separate process space. An EXE based COM server isolates from the address space of the caller, which makes it more reliable.

Remember, OLE is an extendible architecture; therefore, these reusable components can not only be embedded in a Web page, but also in a non-Internet-enabled application. " ActiveX Controls can be created in a variety of languages, including C, C++, Java, and according to Microsoft, the next release of Visual Basic. They can also be manipulated though VBScript or JavaScript, so you do not even have to be a programmer to use them. htm ActiveX Controls are great components as you have a virtual plethora of little pockets of prefabricated functionality you can take advantage of.

ActiveX Controls are built on a series of OLE services, with COM as the base. The following list depicts the technologies that are encompassed in the ActiveX Control: ● ● ● ● ● ● ● Component Object Model Connectable Objects Uniform Data Transfer OLE Documents Property Pages Persistent Storage OLE Automation ActiveX Control: COM Just like the OLE Controls previously discussed, ActiveX Controls are COM objects. They are in-process OLE Automation servers activated from the inside out. Like every other COM object, they expose the IUnknown so that container applications can access their properties and methods through the pointers returned by the interface.

Download PDF sample

Rated 5.00 of 5 – based on 27 votes