Categories
Technology Writing

Creating C# Applications: Chapter 1

Introduction There’s been considerable material on programming C# within the Visual Studio .NET environment, but not as much on C# as the first programming language based on the Common Language Infrastructure (CLI). This online C# book provides an introduction to C#, the programming language. In addition, the book also takes a look at the CLI […]

Categories
Technology

X-Objects: Clipping

Copy found at Wayback Machine archive. Clipping in the earlier releases of Mozilla and with Navigator 6.0 followed the CSS 2.0 release specification. Clipping boundaries are set at “0” for all four sides of the rectangle containing the content — to clip, you would offset the values, using positive numbers only. This differed from the […]

Categories
Technology

X-Objects: Events

Copy found at Wayback Machine Archive. Event handling is pretty straight forward for all three impacted browsers (or browser object models). Events can be handled using two different techniques: through event handlers attached to HTML elements, or through event capturing. Navigator 4.x, IE, and Mozilla/Navigator 6.x all support both types of event handling, though the […]

Categories
Technology

X-Objects: Events

Copy found at Wayback Machine Archive. Event handling is pretty straight forward for all three impacted browsers (or browser object models). Events can be handled using two different techniques: through event handlers attached to HTML elements, or through event capturing. Navigator 4.x, IE, and Mozilla/Navigator 6.x all support both types of event handling, though the […]

Categories
Technology

X-Objects: HTML Replacement

Copy found at Wayback Machine Archive. HTML Replacement is functionality to replace the contents of an HTML tag. The contents could be the element’s data or could consist of one or more embedded HTML elements. Internet Explorer has four proprietary methods to replace the contents of an HTML tag: innerHTML to replace the contents with new HTML […]