Highlighting author comments on WordPress

May 23, 2008 by vftw

How to highlight comments made by the article author in your blog. This method doesn’t use hard coded emails making it flexible and easier to implement. It also uses IDs so the comments can’t be faked.

Full Article: Highlighting author comments on WordPress

Redirect using PHP

May 22, 2008 by vftw

How to make a redirection script using PHP.

Read Full Article: Redirect using PHP

connecting to openoffice.org base from a form via macro

May 22, 2008 by vftw

connecting to openoffice.org base from a form via macro

Read Story: connecting to openoffice.org base from a form via macro

Using Apache httpd with Glassfish

May 22, 2008 by vftw

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

Hello world!

April 24, 2008 by vftw

Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!

Internet Explorer 8: taking quirks and hacks into the future

February 10, 2008 by vftw

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