vftw blog

Viewpoints from the Web

Archive for Uncategorized

How to connect to an open office base database using macro within the form

Unless you already know how to do it, it can be quite tricky. The following site has a good description.

How to connect to an open office base database using macro within the form.

Highlighting author comments on WordPress

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

How to make a redirection script using PHP.

Read Full Article: Redirect using PHP

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