Advertisement

1 - 10 of 52 containing alltags:("opposite") (0 seconds)
What is opposite of Server.HTMLEncode()? Is there an elegant way to "decode" encoded string?
Zones: ASPDate Answered: 03/01/2002 Grade: C Views: 38
Greetings Expert, So, what function can I use to return the decimal part of a number...? Thanks, m
Zones: MS AccessDate Answered: 02/04/2004 Grade: A Views: 0
You can run the commnad "expand -r somefile.xx_ c:\temp", to expand a setup file into the temp directory. My question is this: how do you "compress" a file so you can modify it and put it back i...
Zones: Windows XPDate Answered: 11/07/2004 Grade: A Views: 4
What are some opposite ways of doing the opposite of: document.formID.textboxID.focus() So that the textbox does not have focus any longer?  I have found that self.focus(); works nicely in In...
Zones: JavaScriptDate Answered: 03/30/2005 Grade: A Views: 0
I found a regex to allow what I want (number with or without a decimal place - everything else ($, %, , etc) will not match. But my regex is for what I want to match - not what I don't want to m...
Zones: ColdFusion Application ServerDate Answered: 06/07/2005 Grade: A Views: 0
if I want to hide the any html blocks, i will apply the following to the surrounding tags .hide{ display:none } but if I want to show the blocks by it default setting(no matter it is blocks or ...
Zones: JavaScriptDate Answered: 07/03/2005 Grade: A Views: 0
I need the opposite functionality of the StringTokenizer. Input: List<String> inputlist; // {"a","b","c"} Output: String out; out="a,b,c"
Zones: JavaDate Answered: 09/06/2005 Grade: C Views: 4
I have: Pa.Lat_origin=Pa.Lat-Pb.Lat; Pa.Lng_origin=(Pa.Lng-Pb.Lng)*Math.Cos(Pb.Lat*Math.PI/180); (Math.Atan2(Pa.Lat_origin,Pa.Lng_origin))*180/Math.PI = angle I want to isolate angle.... ...
Zones: Math & ScienceDate Answered: 05/21/2006 Grade: A Views: 0
I often use Server.MapPath to convert a URL to a physical path for files on my web server. Is there a function that reverses this process and allows me to see the URL for a specified physical path?
Zones: MS Visual C#, MS Visual Basic, .NET Frame...Date Answered: 08/08/2007 Grade: C Views: 0
I have to convert an integer in character in a c program.I know we use atoi to convert a string into number but what should i do to convert an integer into string
Zones: C++Date Answered: 06/15/2000 Grade: B Views: 16