WAP and Packet Formats
Question: Let’s say a WAP server has a WAP stack of the following layers: Connectionless WSP UDP IP Would you give me example packets that arrive at the server from
Question: Let’s say a WAP server has a WAP stack of the following layers: Connectionless WSP UDP IP Would you give me example packets that arrive at the server from
Question: Can I arrange the WML information on my server in one huge file and still have it delivered to a WAP device? Answer: The largest “deck” you can have
Question: How does a person in my office forward certain e-mails from his account in the office to his external e-mail account? Answer: Sounds to me like Auto-Replies to the
Question: How do I put a named constraint on a social security number defined as number(9) so that no hyphens are allowed in? Answer: To prevent numbers with hyphens from
There are two ways to invoke a remote object through Remote Scripting: synchronously and asynchronously. The asynchronous approach is particularly useful because it doesn’t stop the user from working within
The tag can be used to create an XML data island. XML data islands are XML- data referenced or included in an HTML page. The XML data can be part
With the introduction of Internet Explorer 5.0, many people had to remove the image-based menus from their Web sites. The reason for this is bad performance. When the file-caching mode
Question: Is there a fast way to delete all the rows (in other words, truncate) the table in Informix 7.xx? Answer: There is no truncate command. The fastest way to
Question: Is it possible to have threads in C++ like you can in Java? Answer: Sure you can have threads in C++. However, unlike Java, C++ uses external thread libraries