Posts Tagged ‘ javascript ’
Almost every web user will be familiar with one or more of the many widgets offered by Google. One of the most famous is probably Google Maps. Google Maps has currently already been implemented on a vast number of websites as a location or navigation tool. Every developer sooner or later ends up in a situation in which [ READ MORE ]
If you need to validate your web pages against the xHTML Strict DTD, you will run into some practical problems. One of these problems is that according to this DTD, the target attribute for a-elements is deprecated. So how then does one create links that will open a web page in a new window? The solution [ READ MORE ]