DHTML and XML Courses
Question: Can you recommend a training company that offers DHTML and/or XML courses? Answer: I unfortunately can’t make a specific recommendation because of the nature of what I do, but
Question: Can you recommend a training company that offers DHTML and/or XML courses? Answer: I unfortunately can’t make a specific recommendation because of the nature of what I do, but
Question: I downloaded Microsoft’s DIRWALK VB code and used it to create an ActiveX server. I want it to walk an HTML directory tree with ASP (Active Server Pages) so
If you’re using Active Server Pages (ASP), you can use ByRef properties to find out what’s going on in your custom business object. Define a couple of variants in your
You can use the File class (see Tips: “Constructing a File Class” and “Manipulating File Names With the File Class”) to perform operations on files that reside on your operating
Java defines a File class (see Tip: “Constructing a File Class”) that you can use to manipulate the file name and perform file-related operations on the underlying file system (see
Java defines a File class that represents a name of a file on your operating system’s file system. You can use the File class to manipulate the file name, which
Question: I’ve put together an intranet site that uses JavaScript functions that put together a page. For example, the header section, body section, footer section, sidebar, and so on are
Java’s Object class provides a method called toString() that returns the string representation of the object on which it is called. The method signature for toString() is: public String toString
Some Webmasters prefer to use the file extension .html instead of just .htm for their Web pages. When you start a new HTML file in Visual InterDev 6, it uses