formating

Convert Money to Text in PHP

I need to convert say $89.50 to Eighty-Nine Dollars and Fifty Cents using PHP. Is there a function I'm missing somewhere? ...

Formatting Parameters section of the report in SSRS

I have several parameters on an SSRS report. There are two groups of these parameters. One group is report specific, the other group is data specific. I would like to be able to seperate these two groups of paramaters for ease of use. Is it possible to introduce formatting into the Parameters section of an SSRS report? Thanks ...

Modified asp button: how to prevent any change on click?

I am modifying a button and I can't figure out how to prevent it from changing (the text moves a bit) when clicked. Any suggestions? ...

using javascript for format html string

I need format html string. Just like in some html editor (Netbean with Alt-Shift-F). Anyone know any js function or lib can do this? ...

LaTeX ignoring tabs in verbatim

Hi, I need to write a whole bunch of pseudo code and I got annoyed using all the "\ >\=" with the \begin{tabbing} command, so I decided to use \begin{verbatim} instead. This was working fine for me until I got to a point in which I had to indent 4 times in a row. When I get to 4 tabs in a row it puts the "character" >> at the beginning ...