Plugin: Address validation and display map

Sometimes you want a user to enter an address which later on can be used to display it on a map. Now you want to make sure, that the user sees what the the map will look like and where his entered address is shown on the map.

This comes in very handy for those users who always seems to forget to enter the whole address.

Continue reading

Plugin: resizeable Textarea (remembers Size)

When that little box on that web form you need to fill in is simply too small to show all your information at once, you wish to make the box bigger.

Some browsers let you change the size of text-boxes (textarea), others don’t. So if the programmer of that page doesn’t give the textarea some javascript to be resizeable you are stuck with the given size.

Continue reading