Feedback: irt.org FAQ Knowledge Base Q5809
Feedback on: irt.org FAQ Knowledge Base Q5809
Sent by sasha beavis on November 27, 1999 at 01:14:19: - feedback #629
Length: Too short
Comments: absolutely hate these itsy bitsy little dribbles of information; other people manage to put a chapter of text on a page, why can't YOU. Its horribly cynical to try to make people have to spend more time for pages to load than actually absorbing any info. And it doesn't encourage local caching of too many badly linked, vastly oversized documents.
Sent by exZist51 on June 21, 2000 at 13:33:30: - feedback #1411
Worth: Very worth reading
Comments: go to checkdomain.com and enter in the address of the person's site, email me if it works
Sent by deepak on July 31, 2000 at 01:20:20: - feedback #1556
Technical: Not technical enough
Comments: this site very good to programmer who facing problem with diffrent languages java script faq is very good but tere are some area where you can improve your faq, like java and asp what ever question you givan is not enough to solve problem. you also given question those are prepair for sun java certification Asp faq not give the session and application variable.
Sent by Bert Cielen on February 02, 2001 at 09:34:10: - feedback #2320
Worth: Not worth reading
Comments: The information you provide in this FAQ answer is simply incorrect: anyVariable = Request.ServerVariables("REMOTE_ADDR") What this returns is an OBJECT, and not a value. The correct way to obtain the IP address is: anyVariable = '' + Request.ServerVariables("REMOTE_ADDR").Item;
Sent by matt on December 30, 2002 at 14:35:32: - feedback #4335
Technical: Too technical
Comments: And where am i supposed to stick this in the script????
|