December 14, 2007

How to Make Web Pages Open in a New Window

10:26 am HTML

When building web pages, there’s a few unwritten rules you should follow.   Some of the deal with linking to other pages.

When you’re linking to  pages within your web site, you generally want them to open in the same window.  This usually makes it easier for folks to navigate your site.   It also means there’s less chance that one of your pages may be blocked by a pop-up blocker!

However, linking to pages on other web sites, it’s a good idea to have the page open in a new window.  The main reason for this is that it keeps your site open – so that when a person closes the new window, your site will still be visible (which gives you a better chance of keeping people on your web site).

While some web authoring programs make it easy to configure this setting, others don’t – and there are times you need to know how to manually configure web pages to open in a new window (like when you’re working cialis pro in Blogger).

Here’s how you do it.

After creating your hyperlink, take a look at the HTML code.  Here’s an example:

<a href=”http://www.arizonafishingholes.com/gila-trout.php”>

 

To make this link open in a new page, all I have to do is add target=”blank” to the end of the link.  So the new link will look like this:

<a href=”http://www.arizonafishingholes.com/gila-trout.php” target=”blank”>

Notice that there is a space between .php” and target.  It’s also important to include the quotes around “blank”.

I mentioned blogger earlier.  When you create links in blogger, they are configured to open in the same window by default.  This means that when linking to pages on other sites, you’ll  have to edit the HTML so your links will open in a new window.

But now you know how to do it!

Permalink • Print • Comment

New Update: XP SP3

Today, I come bearing good news for all you Windows XP users out there! If you recall, it wasn't too long ago that I gave you a little update on the new Service Pack 3 for XP. I wasn't able to give you an exact release date for it, but I told you it should arrive in the first half of 2008. Well, I just received word that it may be moving along a little faster than we all thought. Yep, on December 12, 2007 (just this past Wednesday), the Release Candidate 1 for the Windows XP SP3 was released and it is now available for download. Check it out!

Are you a little confused as to what a Release Candidate is? Well, it's basically a test code that is given out to various people who have been helping with the testing process thus far. It's always a good thing when a new application reaches this point, because it means the full version will be along shortly. Now, I want to make it very clear that what I'm talking about today is not the full version of the XP SP3. You can download the Release Candidate 1 for yourself, but it is not the final version. cialis prices I just want to make sure everyone understands that!

If you do want to give it a try, you can download the SP3 Release Candidate 1 from this Web site. Just click on the Download Now link and follow the directions. I've read some reviews and it looks like there are still several flaws in the SP3, but you can at least get a feel for what it will be like and what will change on your computer. I don't really recommend that you download it quite yet, but if you just can't wait any longer, feel free to do so. Otherwise, the official version should be released in the early part of next year. As always, I will continue to keep you updated as new information on this becomes available. Just keep your eyes and ears open!

Permalink • Print • Comment

phpBB3 Gold Released

Postby Acyd Burn on Thu Dec 13, 2007 3:29 pm

Hello,

Today we begin a new chapter in the history of phpBB. After five years, over 200,000 lines of new and altered code, and many a long night phpBB Group is very proud to announce the release of phpBB3 "Olympus".

phpBB has changed considerably since work on its second major release began. People have come and gone but this day would not have been reached without the hard work and dedication of all our group members, past and present. The phpBB community, all of you, also deserve a large pat on the back for continuing to support this project. Whether it be through writing mods, creating new themes, spreading the word or simply using phpBB to build new communities, our thanks to you too.

So again we say with great pride and many thanks to all those who've helped us reach this point – enjoy phpBB3.

Thank you.

For discussions about this announcement, please refer to: Discuss: phpBB3 Gold Released

Meik Sievertsen – phpBB Development Team Leader
phpBB3 Development | phpBB3 Bug Tracker

Re: phpBB3 Gold Released

Postby Acyd Burn on Thu Dec 13, 2007 3:30 pm

Hello,

We are very pleased to announce the availability of the phpBB 3.0.0 package.

Please note that we urge you to update. The versions we support here are phpBB 2.0.22 and phpBB 3.0.0.

3.0.0 has seen some some critical bugs fixed, including:

  • [Fix] Cleaned usernames contain only single spaces, so "a_name" and "a__name" are treated as the same name (Bug #15634)
  • [Fix] Check "able to disable word censor" option while applying word censor on text (Bug #15974)
  • [Fix] Rollback changes on failed transaction if returning on sql error, if set
  • [Fix] Call garbage_collection() within database updater to correctly close connections (affects Oracle for example)
Please refer to the changelog for a complete list of fixes since RC8:

http://www.phpbb.com/support/documents. … &version=3

A short explanation of how to do a conversion, installation or update is included within the provided INSTALL.html file, please be sure to read it.

Minimum Requirements

phpBB3 has a few requirements which must be met before you are able to install and use it.

  • A webserver or web hosting account running on any major Operating System with support for PHP
  • A SQL database system, one of:
    • MySQL 3.23 or above (MySQLi supported)
    • PostgreSQL 7.3+
    • SQLite 2.8.2+
    • Firebird 2.0+
    • MS SQL Server 2000 or above (directly or via ODBC)

      cialis price compare

    • Oracle
  • PHP 4.3.3+ (>=4.3.3, >4.4.x, >5.x.x, >6.0-dev (compatible)) with support for the database you intend to use.
  • getimagesize() function need to be enabled
  • These optional presence of the following modules within PHP will provide access to additional features, but they are not required.
    • zlib Compression support
    • Remote FTP support
    • XML support
    • Imagemagick support
    • GD Support
The presence of each of these optional modules will be checked during the installation process.

Security

Security issues found should be reported to our security tracker in the usual way.

Available packages

If you experience problems with the automatic update (white screens, timeouts, etc.) we recommend using the "changed files only" or "patch" method for updating.

With this release, there are four packages available.

  • Full Package
    Contains entire phpBB3 source and english language files.
  • Changed Files Only
    Contains only those files changed from previous versions of phpBB3. Please note this archive contains changed files for each previous release.
  • Patch Files
    Contains patch compatible patches from previous versions of phpBB3.
  • Automatic Update Package
    Update package for the automatic updater, containing the changes from previous release to this release.
Select whichever package is most suitable for you.

Please ensure you read the INSTALL and README documents in docs/ before proceeding with installation, updates or conversions!.

Download/Documentation

Have fun with the release,
the phpBB Team

Permalink • Print • Comment
Made with WordPress and an easy to use WordPress theme • Sky Gold skin by Denis de Bernardy