Placing a Sound File on a Web Page
Question: I want to put a sound file that I saved on my A drive on my Web page but I don’t know what HTML tag to use. The file
Question: I want to put a sound file that I saved on my A drive on my Web page but I don’t know what HTML tag to use. The file
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
Question: I have no experience with MFC applications, and I am wondering if there is a URL that gives very basic samples of code for applications. I can’t even figure