vftw blog

Viewpoints from the Web

Archive for web

Viewpoint from the Web

The new purpose of Viewpoint from the Web is to become a central point for users to comment on other sites. There are more details in the vftw blog.

The old vftw blog has been moved to a more suitable domain at unravelthe.net.

All the old posts are available there including:

Redirect using PHP

How to make a redirection script using PHP.

Read Full Article: Redirect using PHP

Using Apache httpd with Glassfish

If you have a working instance of apache and a working instance of glassfish, you can get them working together, i.e. have apache handle all the incoming http and let it forward any jsp or servlet calls to glassfish.
You’ll need to dowload and setup mod_jk for apache. Then you’ll need to follow the instructions …

Full Story: Using Apache httpd with Glassfish

Internet Explorer 8: taking quirks and hacks into the future

Microsoft is choosing quirks mode over standards compliance for Internet Explorer 8. The browser will render in quirks mode unless you add the new meta tag.

Full Article: Internet Explorer 8: taking quirks and hacks into the future