web

E-mail validators that fail to validate correct addresses

This drives me nuts. Forms that simply reject e-mail addresses with a + in them (perfectly valid according to the standards/RFC's - see http://www.faqs.org/rfcs/rfc2822.html 3.2.4 Atom - definition of atext).

Demo of date problem in grails

Technical:

Attached - demo app that shows date problem.

Browse to .../datecheck/add

and hit submit - it should allow the submit but it doesn't.

Dragonfly

Something to check out - new alpha from Opera:

http://www.opera.com/products/dragonfly/

Follow up to Resize google map to show all points - making space at the top

In Resize google map to show all points it shows how to rescale the map based on added overlays. But - it sometimes puts points a little too close to the top. The point is shown but since the icon has size - this disappears out of the visible frame.

Here's a method to add a little space before calling the setZoom. I call this anyway - it could be enhanced to see if there is a point in the danger zone but I haven't bothered.

Resize google map to show all points

I needed to get a google map to center and scale based on the added points.

I found a tutorial here: http://econym.googlepages.com/basic14.htm

This gave me exactly what I needed.

In short, given a GMap2 object called map and a map of locations (name -> object with lat and lng properties):

Subscribe to RSS - web