Tìm kiếm Blog này

Thứ Năm, 17 tháng 2, 2011

Quickly Resize Images in Windows 7 and Vista on the Fly

Resizing image has always been a problem in Windows OS, it lacks the support to resize image quickly. Fortunately the popular tool ImageResizer in Windows XP now has support in Windows 7 and Vista, it has native 64 bit support for 64 bit 7 and Vista.
Like it sounds, this tool lets you quickly resize a selection of multiple images at once. It’s was typically used in the past to compress photos to more manageable sizes for sharing via email (although that’s not necessary anymore since Windows Live Mail does this for you). Now, it’s more likely to be used to compress photos down for use on your web page or blog.
Simply download the installer and you will have the option to resize any image when you right click the image. You can also select multiple images and resize.resize_image
You should see the new "Resize Pictures" option after you done installing the application
resize_pictures
It has 4 different presents build in and of course you can customize the size of the image by going to the advanced option
advanced_view_resize
Dwonload ImageResizer for Windows 7/Vista 32 bit
Dwonload ImageResizer for Windows 7/Vista 64 bit
Source Via Channel 10

Install Oracle 11g on Windows 7

I finally got around to installing Oracle 11g on Windows 7 Professional Edition, 64-bit. The only catch was that the Oracle 11g (11.1.0.7) installer validates only against Windows 5.0, 5.1, 5.2 or 6.0. Windows 7 is actually Windows Code Base 6.1, as seen in this screen shot after successful installation:
Windows7VersionScreen Oracle 11g on Windows 7
With that knowledge, first you should download the software from Oracle’s web site. You should unzip the contents into another directory. I used a C:\Stage directory. Inside that you’ll find the database directory, and it should look like this:
Oracle11gFolder Oracle 11g on Windows 7
  1. Click on the setup icon to launch the installer. You should then see the following screen shot. Enter a password for the SYS and SYSTEM users (if you’re coming to Oracle from a MySQL background they’re like the root user in MySQL). When you’ve entered a matching password in both fields, the Install button becomes active. Click the Install button to proceed.
Oracle11gInstall01 Oracle 11g on Windows 7
  1. In this screen, you’re prompted for your Email and MetaLink Password. If this is a test database (a throw away instance without any real data), you can uncheck the box for automatic security updates. You should enter a password even for test databases. Click the Next button to proceed.
Oracle11gInstall02 Oracle 11g on Windows 7
  1. You’ll only see this failure if you’re installing Oracle 11g (11.1.0.7) on a Windows 7 operating system, which is actually version 6.1 according to their code control numbering. You simply check the Checking operating system requirements … and Checking service pack requirements … to override the prerequisite checks. Another error that you may encounter is related to networking. It is a warning and occurs when you’re operating system uses DHCP to get its IP address. You really should configure the operating system with a static IP address. You can set a static IP address in Windows 7 with these instructions.
Oracle11gInstall03 Oracle 11g on Windows 7
The checked boxes now say User Verified, which means we’re all really powerful, aren’t we? icon smile Oracle 11g on Windows 7 Click the Next button to proceed.
Oracle11gInstall04 Oracle 11g on Windows 7
  1. At this point, you’ll get a Windows System Alert asking you to unblock the installer’s javaw.exe program. You must grant the access or forget about installing Oracle 11g. Click the Allow access button to proceed.
Oracle11gInstall05 Oracle 11g on Windows 7
  1. The dialog tells you what will be installed. Click the Install button to proceed.
Oracle11gInstall06 Oracle 11g on Windows 7
  1. This is the installation progress dialog. It’s running while the Oracle Installer lays down the operating system files for the database management system. It takes about 8 to 9 minutes, so stretch your legs if you want to take a break. When it’s 100% complete, click the Next button to continue.
Oracle11gInstall07 Oracle 11g on Windows 7
  1. After the installation, you’ll see the first of the Configuration Assistants, which is the Oracle Net Configuration Assistant (unfortunately, I didn’t capture that screen shot but I provided a temporary substitute until I re-install it). Provided everything happens successfully, it’ll move to the next step without your intervention.
Oracle11gInstall08a Oracle 11g on Windows 7
You should receive another Windows Security Alert (aren’t we glad that I already disabled UAC). You need to click the Allow access button to let java.exe proceed with the installation.
Oracle11gInstall08b Oracle 11g on Windows 7
  1. This one is exactly where it belongs. It means you have approximately a 5 to 6 minute break while a sample database instance is cloned for you. The cloning process copies a sample compressed database from the installation staging area to your local operating system.
Oracle11gInstall09a Oracle 11g on Windows 7
It will prompt you if you want to open any of the other scheme. You can skip this and do it later, or click Password Management to open those scheme and set passwords for them.
Oracle11gInstall09b Oracle 11g on Windows 7
  1. The last Configuration Assistant is the Oracle Configuration Manager Configuration. It’s a short process, it configures the cloned sample database against your installation names and passwords. When it completes it enables the Next button. Click the Next button to complete the installation.
Oracle11gInstall10 Oracle 11g on Windows 7
  1. You’ve finally reached almost the end of the installation. Click the Exit button on this dialog to proceed to the “are you sure” dialog box.
Oracle11gInstall11 Oracle 11g on Windows 7
Confirm you meant it, by clicking the Yes button on the final dialog message below.
Oracle11gInstall12 Oracle 11g on Windows 7
You’ve successfully installed Oracle 11g on Windows 7.