понедельник, 28 ноября 2005 г.

Introducing JSON

Introducing JSON: "JSON (JavaScript Object Notation) is a lightweight data-interchange format. It is easy for humans to read and write. It is easy for machines to parse and generate. It is based on a subset of the JavaScript Programming Language, Standard ECMA-262 3rd Edition - December 1999. JSON is a text format that is completely language independent but uses conventions that are familiar to programmers of the C-family of languages, including C, C , C#, Java, JavaScript, Perl, Python, and many others. These properties make JSON an ideal data-interchange language."

пятница, 25 ноября 2005 г.

BrainJar.com: Introduction to the Document Object Model

BrainJar.com: Introduction to the Document Object Model: "Using the techniques discussed so far, you should be fairly dangerous. You've seen how you can dynamically access and alter just about any property or style parameter of every element on a page."

innerHTML VS DOM.

innerHTML VS DOM.

четверг, 24 ноября 2005 г.

Web Development Articles by Christian Heilmann

Web Development Articles by Christian Heilmann: "DOMSlides - yet another DOM/CSS based presentation slides system"

Collapsible page elements with DOM | evolt.org

Collapsible page elements with DOM | evolt.org: "Show me, hide me

Sometimes you want to enable surfers to hide and show elements of a document, whether it be to reveal extra information about a subject or to allow them to get rid of right hand navigation."

How to Manipulate Text Effects in Response to Mouse Events (Internet Explorer - CSS)

How to Manipulate Text Effects in Response to Mouse Events (Internet Explorer - CSS): "How to Manipulate Text Effects in Response to Mouse Events"

How to Create a Dynamic Table of Contents (Internet Explorer - DHTML)

How to Create a Dynamic Table of Contents (Internet Explorer - DHTML): "How to Create a Dynamic Table of Contents"

Introduction to Dynamic Styles (Internet Explorer - DHTML)

http://msdn.microsoft.com/workshop/author/dynstyle/styles.asp

You can dynamically change the style of any HTML element in a document. You can change colors, fonts, spacing, indentation, position, and even the visibility of text. Because the Dynamic HTML (DHTML) Document Object Model (DOM) makes every HTML element and attribute accessible, it is easy to use scripts to dynamically read and change styles. The following section describes dynamic styles and provides a general explanation of how to use the object model to examine and modify styles.

четверг, 17 ноября 2005 г.

Techtip: If your merged application quits when it is launched

Techtip: If your merged application quits when it is launched: "To make sure which licenses are installed on that machine, open the LicenseLog.txt file located at the same level as your structure file. That file is created during the compilation. The contents of that file should show either 'unlimited' or a number in the 32000 range on the same line as 4D Engine."