W3 Updates, HTML, XHTML, CSS, JavaScript, AJAX, XML, PHP, Ruby, PHP Frameworks

Archive

Posts Tagged ‘object’

HTML DOM Document Object

January 12th, 2012

Document Object Each HTML document loaded into a browser window becomes a Document object. The Document object provides access to all HTML elements in a page, from within a script. Tip: The Document object is also part of the Window object, and can be accessed through the window.document property. Document Object Collections W3C: W3C Standard. Collection Description [...]

Read More >>

Author: Categories: HTML DOM Tags: , ,

ASP TextStream Object

April 27th, 2011

The TextStream object is used to access the contents of a text file. The TextStream Object The TextStream object is used to access the contents of text files. The following code creates a text file (c:\test.txt) and then writes some text to the file (the variable f is an instance of the TextStream object): <% [...]

Read More >>

Author: Categories: ASP Tags: , ,

ASP FileSystemObject Object

April 27th, 2011

The FileSystemObject object is used to access the file system on a server. The FileSystemObject object is used to access the file system on a server. This object can manipulate files, folders, and directory paths. It is also possible to retrieve file system information with this object. The following code creates a text file (c:\test.txt) [...]

Read More >>

Author: Categories: ASP Tags: , ,

Glow Object Follow the Mouse Click with Flash for All Browser,Chrome,Safari,Firefox,Internet Explorer,Opera

August 27th, 2009

In this thoroughly explained, detailed flash lesson, I will show you how to create that any object, follow the mouse on click using the Action Script 3. Using this lesson, you will also learn how to convert any object into a Movie Clip Symbol, how to create instance name, how to apply glow filter and [...]

Read More >>