Speed Up Download Time
Question: How can I speed up the download time of the text and images on my company’s Web site? Is there any rule of thumb to go by? Answer: The
Question: How can I speed up the download time of the text and images on my company’s Web site? Is there any rule of thumb to go by? Answer: The
Question: Is there any way I can use ASP to get the date format on the server? I don’t want to return a date and then print it. I want
Question: Is it possible to find out the last modified date of a Microsoft Word file on a server, through an ASP page? Answer: Yes it is. Use the ‘DateLastModified’
Question: I’m trying to write an app that handles some complex mathematical functions, but am hitting a wall in regards to the int data type. I need to store and
Question: I am trying to access some PDF files in a database. I give the address of the file in the browser as an IP address. I am trying to
Question: I have a database hooked up to my Web page. I can do a search and it works fine, but during my search, if I spell a word wrong,
Question: I am trying to insert a record into the database but it doesn’t seem to be working correctly due to the way the database is set up. Deleted HTML
Question: What is the C++ equivalent of the fflush(stdin) statement in C? Answer: Fortunately, although C++ offers many new ways of doing thing, it still includes everything that was in
Question: I am using several large data structures as linked lists to process some data. Many of my helper functions use recursion. Because of the size/amount of data that I’m