devxlogo

Tip Bank

WAP Configuration

Question: I have a Nokia WAP server 1.1 and toolkit 1.2. When I try to look into a WML page using Wapman, it gives a 406 error. What do I

Memory Layout of Objects

Question: If a program constructs an object (let’s say, foo) that has a number of large and involved methods 100 times, does it duplicate in memory all the code for

Exchange Server Slow Down

Question: Why does our Exchange server randomly slow way down once a day? Answer: There are a number of reasons why that could happen. I suspect you may find some

JSP/WAP

Question: Does JSP support WAP? Answer: As long as you set your content type properly, any of the scripting languages can generate WML, which can be displayed on WAP-enabled devices.

WTAI and WMLScript

Question: Can I use WTAI function calls to write and then read back numbers in the handset phonebook? Answer: The WMLScript to do this is: addPBEntry(number, name); This will add

Development Tools for WAP/ASP

Question: Which development tools currently are available for WML editing? Are any made specifically for ASP/WML? Answer: Personally I use Microsoft’s Visual InterDev for all my Web development, simply out

Passing a CSV List Within an IN Statement

Question: I have a CSV list I am passing through as a parameter in a stored procedure. ——————————-Example of Region list:1,2,3,4,5,6,7,8,9,10CREATE PROCEDURE sp_getReport @Regionlist varchar(100) AS …….Select * from tblRegionwhere

Outlook Web Access and GAL

Question: Does OWA have access to the GAL to send messages to other users? Answer: Yes, Outlook Web Access (OWA) does have access to the Global Address List (GAL) from

Using #include

Question: I use from stl in a .h file: #include …….typedef vector IntVector; // error! But in the last line, the compiler returns the message: missing ‘;’ before ‘