I\'m putting together a practice site utilizing PHP and MySQL to replicate (or closely resemble) this site. As of right now my searchable fields include: Rent (min-max), Type of rental (any, apartment
I would like to display the input of the EditText fields with two decimals at all times. So when the user enters 5 it will show 5.00 or when the user enters 7.5 it will show 7.50.
I got one EditText and I set Input filter fist I give textCapCharacters and when soft keyboard is shown it works like it should all the input is in upper case (big letters only), then I got another Ed
I\'m trying to write an input filter that turns everything that starts with http and ends in .mp3 into an audio element, so:
There\'s a comment form where I\'d want people to be able to write in foreign languages too. But, for example, my spam-filtering mechanism would block something naiive as the word \"été\" simply bec