Friday, February 6, 2009

How to learn a foreign language fast


The Million Dollar Question: How Do I Learn a Foreign Language Fast?

There are many reasons someone may want to learn language fast. Those reasons could include: economic reasons, employment, travel, personal growth and many others. The reality is that learning a foreign language fast is simply just not that easy.
It is widely known that the fastest way to learn a foreign language is through immersion. Immersion is a process where you place yourself in the culture and nation where the language is readily spoken and force yourself to communicate with the people in their natural language of choice. A great example of this is the Hebrew Immersion program in Leonia, N.J., children at a very young age are placed in a situation that makes them speak Hebrew on a continual basis. Recent research has shown that studying a foreign language early boosts a child's brainpower, vocabulary and self-esteem (Wiener 2002). This research clearly demonstrates that an individual can learn a foreign language fast through immersion.
The problem with immersion techniques are many fold. First, there are simply not many programs around and those that do exist are for children. Second, in today's world not many have the time to travel to a foreign land and begin to learn the language through immersion. Finally, economically an immersion program is very expensive to undertake.

Four ways to learn a foreign language fast

The fastest ways to learn a foreign language

The Four Ways to Learn Language
·              1. Language Exchange Programs
·              2. Distance Learning
·              3. Language Courses
·              4. Language Software and Self Teaching
 
Language Exchange Programs
Language Exchange programs are where a person begins to communicate with someone from a different country on a frequent basis. In the old days this used to be called getting a pen pal. Language exchanges help to learn a foreign language fast. The language exchanges force you to begin communicating with someone who speaks a foreign language on a regular basis. The exchange programs today are much easier in past because of the invention of the internet. The internet allows a person to communicate through email and has many tools that help in the conversion of the language. Enrolling in a language exchange program will greatly increase the speed at which you learn a language and you will create a friend or colleague in a foreign land.
 
Language Correspondence Programs
Distance learning is now a staple of most higher education learning institutions. Distance education or online learning allows a user to enroll in a college course and learn at their convenience. The great component of distance learning is that is very comprehensive, often times can learn at your own pace and the quality standards are maintained at a high level.
The problem with distance learning is that is can be very costly and because of the depth of coverage may not cover too much breadth for the cost of the program. Correspondence programs are a great way to learn for those who have time and flexibility to complete the courses. However, college courses and correspondence programs usually do not help us to learn a foreign language fast.
 
Language Software and Self Teaching
Self teaching through reading materials and software is the most popular way to learn a foreign language fast. The popular programs like Rosetta Stone, Rocket Spanish and others make claims that an individual can learn a language in as little as 3 - 6 months. Most of the higher quality software programs on the market today use a variety of multimedia to help the student learn the foreign language fast. It is very important the software features reading, writing, listening and speaking as a feature of the program.
The top end computer programs can cost upwards of $300 - $500. Purchasing two or three language programs would equate to an expense of a $1000 for the top end software. While these programs are expensive they are a fraction of the cost of taking a college course or correspondence course. It is important to remember that using any computer program requires self discipline and patience to get the full benefits of the program.
If you want to learn a foreign language fast there is no easy solution. A combination of language exchange programs coupled with a good language software program like Rosetta Stone or Rocket Spanish will greatly accelerate a uses ability to learn a foreign language fast.

Thursday, February 5, 2009

How To integrate flash into html

There are several methods of embedding Flash elements into HTML pages. 

1st method:
 

To embed the Flash intro that you just edited into an HTML page, you should go back to your Flash program and do the following steps:

Step 1 
Choose "File > Open". Open the Flash intro you have modified.
Step 2 
Choose "File > Export Movie" or press "CTRL + SHIFT + ALT + s"
Step 3 
Name the file "intro.swf". Choose the location where the file is to be stored (in your HTML folder). Click "OK".
Step 4 
Open the HTML page where you want to insert your Flash movie. Insert this code:

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" 
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="700" 
height="322"> 
<param name="movie" value="intro.swf"> 
<param name="quality" value="high"> 
<embed src="intro.swf" quality="high" 
pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="700" 
height="322"></embed> 
</object> 
In the code above there is both an <embed> tag and an <object> tag. This is because the <object> tag is recognized by Internet Explorer, and Mozilla recognizes the <embed> tag and ignores the <object> tag. There are a few more attributes used: classID is an attribute to the <object> tag. It tells Internet Explorer to load the ActiveX plug-in if it is not installed. The plug-ins page is an attribute to the <embed> tag. It displays a link to the Shockwave download page if Netscape does not have it. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.
Step 5 
Save the HTML file and run it in a browser window to preview the flash intro.
2 method:
The Flash program can generate both SWF movie and HTML page adding all the necessary attributes into the code for a flash intro:
Step 1 
Choose "File > Open". Open the Flash intro you have modified.
Step 2 
Choose "File > Publish" or press "shift+F12". Flash will now create the <object><param>, and 
Choose "File > embed tags for you". It will also create the classID and plug-ins page attributes.
Step 3 
Open the HTML document that Flash created in a browser window to preview the flash intro.

Wednesday, February 4, 2009

How To transfer bank accounts


How to Transfer Money Between Bank Accounts


Perhaps you have more than one checking account or you have both a checking and a savings account. You would like to move money from the savings account to the checking account or vice versa, but you are not sure how to accomplish this task. There are a variety of ways to transfer money between bank accounts; just choose the one that works best for your lifestyle.
Instructions
  1. 1
    Visit your local bank branch and arrange for a money transfer in person. Although this is not the fastest way to transfer money, if you are the type of person who enjoys chatting it up with the bank tellers, this is the way to go. Simply approach the teller, provide him or her with identification, and indicate how much money you want moved from one account to the other.
  2. 2
    Call your bank's toll-free customer service line. Many banks allow you to transfer money between accounts over the telephone. Since you are not withdrawing money, it is considered an acceptable transaction to complete over the phone. The customer service representative may ask you a few questions for identification verification before proceeding with your transaction.
  3. 3
    Click on your bank's website and get an online account. Signing up for online banking is relatively simple and you can complete this in a few minutes. Once you have an online login and password, you can see all your accounts in one convenient website screen. Click the "Transfer" hyperlink and choose the account in which to transfer the money. Online banking is safe and secure what with modern SSL-encrypted website technology.
  4. 4
    Go to your bank's nearest automatic teller machine (ATM). Most ATMs have a selection to transfer funds between accounts; carefully read all the options after putting in your debit card and entering your personal identification number to choose the appropriate transaction.

how to implement php in html


PHP in HTML

When building a complex page, at some point you will be faced with the need to combine PHP and HTML to achieve your needed results. At first point, this can seem complicated, since PHP and HTML are two separate languages, but this is not the case. PHP is designed to interact with HTML and PHP scriptscan be included in an HTML page without a problem. 


In an HTML page, PHP code is enclosed within special PHP tags. When a visitor opens the page, the server processes the PHP code and then sends the output (not the PHP code itself) to the visitor's browser. Actually it is quite simple to integrate HTML and PHP. A PHP script can be treated as an HTML page, with bits of PHP inserted here and there. Anything in a PHP script that is not contained within <?php ?> tags is ignored by the PHP compiler and passed directly to the web browser. If you look at the example below you can see what a full PHP script might look like: 

Recommended usage:

<html>
<head></head>
<body class="page_bg">
Hello, today is <?php echo date('l, F jS, Y'); ?>.
</body>
</html>
The code above is simply HTML, with just a bit of PHP that prints out today's date using the built-in date function. As mentioned above, all of the plain HTML in the code above will be ignored by the PHP compiler and passed through to the web browser untouched. 

See how easy that is? Integrating PHP and HTML is really very simple. Just remember that at its core, a PHP script is just an HTML page with some PHP sprinkled through it. If you want, you can create a PHP script that only has HTML in it and no <?php ?> tags, and it will work just fine. 

More advanced techniques:

<html>
<head></head>
<body>
<ul>
<?php for($i=1;$i<=5;$i++){ ?>
<li>Menu Item <?php echo $i; ?></li>
<?php } ?>
</ul>
</body>
</html>
and the result is:
  • Menu Item 1
  • Menu Item 2
  • Menu Item 3
  • Menu Item 4
  • Menu Item 5

PHP in HTML using short_open_tag

If you want to shorten your code as much as possible, you can go for the short_tags option. This will save you from typing <?php at the beginning of the code, shortening it to just <?. In order to enable this, you should update the php.ini file and turn the "short_tags" setting from "Off" to "On". While on most servers this setting is already turned on, it's always best to check beforehand. A problem that can occur if using short tags is a conflict with the XML usage. For XML, the <? syntax will start a processing function. To avoid this problem, the alternative <?= tag can be used. 


PHP in HTML using short_tags:
<html>
<head></head>
<body class="page_bg">
Hello, today is <?=date('l, F jS, Y'); ?>.
</body>
</html>
Have in mind that if you want to build a website compatible with as many platforms as possible, you should not rely on short_tags. 

Tuesday, February 3, 2009

how to upgrade xp to windows 7


Step By Step Guide to Upgrade Windows XP To Windows 7


I suppose you all are aware of availability of Windows 7 Release Candidate For Public Download but there is no need to rush for download as Microsoft is allowing Windows RC download till June 2009. The expiry date of Windows 7 RC is June 1, 2010. Meaning you can use Windows 7 RC for Free for one year with all updates from Microsoft.
This time situation is slightly different as compared to Windows Vista Release. Windows 7 has gained lot of popularity due to Customer Preview program and many Windows Xp users are in favor of Windows 7. So a big chunk of Windows XP users will be expecting to upgrade to Windows 7 unfortunately there is no direct upgrade option is available from Windows XP to Windows 7.
You need to perform clean installation of Windows 7 by formatting your Windows XP or install on different hard drive partition keeping XP and Windows 7 in dual boot mode. Well don’t get disappointed you can do this, first perform Widows XP to Vista upgrade then Windows Vista to Windows 7 upgrade. Does this seems lengthy process?? if yes then here is one more way toupgrade Windows XP to Windows 7. Continue reading step by step guide to upgrade from Windows XP to Windows 7.
Before proceeding for guide make arrangement for either external hard disk or USB flash driveor you can use another computer of your network.

How to Upgrade Windows XP to Windows 7

1. Download Windows 7 RC 32-bit or 64-bit
2. Burn Windows 7 RC ISO on DVD or mount ISO as drive using ISO mounting tool
3. Use Windows Explorer and Browse to the DVD drive on your computer and click migsetup.exein the Support\Migwiz directory.

4. The Windows Easy Transfer window opens.
5. Click next and Select An external hard disk or USB flash drive.

6. Click This is my old computer. Windows Easy Transfer scans the computer.
7. Once Scanning is completed customize your profile and share items to add and remove folders and files you want to include.

8. Click next and enter password
9. Click on Save and locate USB drive or Network location for saving Windows Easy Transfer files.
10. Start Windows 7 Setup by browsing to the root folder of the DVD in Windows Explorer, and then double clicking setup.exe.
Windows 7 Setup
11. Click Custom to perform an upgrade to your existing Windows installation.
Select Custom Windows 7 RC Installation
(When you perform a custom installation of Windows 7, files that were used in the earlier version of Windows are stored in a Windows.old folder. This folder can be removed once instillation is complete to recover space)
12. Select partition of Windows XP and click on Next and proceed without further interaction.
13. Once your Windows 7 Installation is complete. Boot into your Windows 7.
14. Click Start, click All Programs, click Accessories, click System Tools, and then click Windows Easy Transfer.
15. The Windows Easy Transfer window opens.
16. Click An external hard disk or USB flash drive.
17. Click This is my new computer.
Restore Files Windows Easy Transfer
18. Click Yes, open the file. Browse to the location where the Easy Transfer file was saved. Click the file name, and then click Open
Windows Easy Transfer on Windows 7
19. Click Transfer to transfer all files and settings. You can also determine which files should be migrated by selecting only the user profiles you want to transfer, or by clicking Customize.
Transfer Files to Windows 7
20. Click Close after Windows Easy Transfer has completed moving your files.
That’s it We have successfully upgraded Windows XP to Windows 7
Few Points to Note:
1. Above guide will only help you in keeping Windows XP Profiles and Settings however you will need to reinstall all your programs in Windows 7
2. You can clean up all files of previous Windows installations using Disk cleanup

Monday, February 2, 2009

how to crack windows 7


Yes now the Windows 7 crack is availbale. It has only been a week since the official Windows 7 RTM announcement by Microsoft, but crackers have already managed to activate and validate the tricked-out Ultimate version of the OS. The hack is nothing new, as it borrows the same techniques used to bypass activation and verification of previous Vista editions.


Reports from various forums and websites (which I will not link to because they offer the proof-of-concept of theWindows 7 RTM Ultimate crack, along with the activation product key, which is illegal) indicate that the cracked client can bypass Windows genuine Advantage validation with no problems whatsoever. A Windows 7 Ultimate OEM DVD ISO from Lenovo has reportedly made the hack possible. Leaked on a Chinese forum, complete with the download links, the ISO allowed for hackers to grab the OEM-SLP (System-Locked Preinstallation) product keyas well as the OEM certificate for Windows 7 RTM Ultimate via boot.wim.
It also seems that the crack is not limited to Lenovo machines. The activation process can also be circumvented on HP, Dell, and MSI computers according to reports. Because of the OEM product key, the crack is limited to the Ultimate edition of Windows 7 (useless for all other SKUs, Home Basic, Home Premium, Professional), but can be used on both 32-bit and 64-bit versions of the operating system.

Sunday, February 1, 2009

How To Calculate Standard Deviation

Standards Deviation: How Schools Misunderstand Education Policy
First, you need to determine the mean. The mean of a list of numbers is the sum of those numbers divided by the quantity of items in the list (read: add all the numbers up and divide by how many there are).
Then, subtract the mean from every number to get the list of deviations. Create a list of these numbers. It's OK to get negative numbers here. Next, square the resulting list of numbers (read: multiply them with themselves).
Add up all of the resulting squares to get their total sum. Divide your result by one less than the number of items in the list.
To get the standard deviation, just take the square root of the resulting number
I know this sounds confusing, but just check out this example:
your list of numbers: 1, 3, 4, 6, 9, 19
mean: (1+3+4+6+9+19) / 6 = 42 / 6 = 7
list of deviations: -6, -4, -3, -1, 2, 12
squares of deviations: 36, 16, 9, 1, 4, 144
sum of deviations: 36+16+9+1+4+144 = 210

divided by one less than the number of items in the list: 210 / 5 = 42
square root of this number: square root (42) = about 6.48