TRY THIS ONE :)
Sunday, September 20, 2009
Wednesday, July 22, 2009
Reverse Osmosis Water is Dangerous
Sunday, July 19, 2009
A Brief Look At Various Types of Loans Available
"Innovative financial packaging" is how it is sometime known. Essentially what this means is that financial institutions look for more and more ways to lend to their customers - after all, charging interest on a debt is the main way that they make their money. But, with more and more loans now available, it can sometimes be difficult to know exactly which loan to apply for. The following explanations try to clear this issue up a little for you:
Personal Loan
Probably the mainstay of financial institutions is the personal loan. As the name suggests, personal loans are money borrowed from a financial institution for personal use. In nearly all cases, a personal loan is going to be unsecured, which means you'll likely be paying a premium on interest. Once the personal loan is given, you repay it by making monthly repayments to the lender. In effect, this is the multi-purpose loan.
Auto Loans
Auto loans are where you borrow money from a financial institution in order to buy a car or vehicle. In most cases auto loans are done by the car dealer, but there is no reason why you cannot make arrangements with your bank before buying the car to borrow the money from them. As with a personal loan, most auto loans need to be repaid by monthly installments. Sometimes, although not always, the financial institution will secure your loan with the vehicle, which means if you cannot repay the loan they'll repossess your car. One additional expense with an auto loan is that most lenders insist that you take out fully comprehensive insurance during the period that the auto loan is outstanding.
Home Improvement Loans
As the name suggests, home improvement loans are where you ask a lender to lend you money so you can improve your home. In most cases a home improvement loan is granted on the condition that you give the lender a second rank mortgage on your home. As such, the loan amount can rarely exceed the valuation price of your home - including the increased value after the improvements have been made. Again, home improvement loans usually need to be paid by monthly installments; however, balloon (or bullet as they're also know), one-off, payments are also sometimes accepted.
Education Loans
Education loans are where you borrow money to further your studies. One big difference between an education loan and any other type of loan is that most education loans, although given by a financial institution, are underwritten by the government. Consequently, the interest rate on education loans (also known as "student loans") is usually very low.
Holiday Loans
These days it is even possible to go to your bank and ask them to borrow money so that you can go away on holiday! As you'll be using the money to go on holiday, this type of loan is unsecured. Consequently, interest rates are high. Not really a recommended way of paying for your holiday, but nice to know it's out there if you need it!
Debt Consolidation Loans
Unfortunately debt consolidation loans are becoming more and more popular these days. A debt consolidation loan is where you have too much debt on store cards and credit cards and you need to borrow money to pay these all off and consolidate them into one big debt. The advantages of doing this are two-fold: (i) hopefully you'll lower the borrowing interest rate; and (ii) you only have to deal with one creditor.
Having decided upon the type of loan you want, all you need to do now is to ask your financial institution to approve the loan - Good Luck!
Source: Sara Dowling
Thursday, July 16, 2009
Jakarta Ritz-Carlton bomb 'planted inside restaurant'
The bomb that rocked the Ritz-Carlton Hotel in Jakarta appeared to be planted inside the restaurant and exploded as hotel guests were sitting down to breakfast, says Fairfax's Indonesian correspondent Tom Allard.
Reporting from outside the Ritz, Allard said the windows of the ground floor restaurant had been blown out by the blast, which occurred about 7.45am local time (10.45am AEST).
"From what witnesses are telling us ... it's pretty clear the bomb was actually planted inside the building rather than being a car bomb or some such outside the building, which has been the modus operandi in previous attacks here in Jakarta," he said.
Fairfax Jakarta correspondent Tom Allard says the bomb appears to have been planted inside one of the hotels, rather than outside.
"It may be a smaller-scale explosive device, but they got it inside and given the humungous security outside these hotels, that's a surprising and interesting development."
A huge police contingent had set up a perimeter around the hotel, across the road from the Marriott Hotel which was also hit in the near-simultaneous bombing attack.
Allard said hotel guests he had spoken to reported seeing bodies removed and injured people being treated after the explosion.
"At that time, people were sitting down to have breakfast in the restaurant. It's unfortunately not surprising indeed if we have found that people have died in these attacks," he said.
The attacks would come as a wake-up call to the many experts who had suggested the terrorism threat had abated with the arrests of hundreds of Jemaah Islamiah associates in recent years.
27 Great Firefox Tweak
1) Adjust the Smart Location Bar’s Number of Suggestions
In Firefox 3, when you start typing in the location bar, a drop-down list of suggestion URLs will be shown. If you want it to show more than 12 suggestions (12 is the default), you can adjust the browser.urlbar.maxRichResults keys and get it to show the number you want.
Config name: browser.urlbar.maxRichResults
Default: 12
Modified value: Set to your desired number of suggestion. If you want to disable it all together, set it to -1
2) Disable the Session Restore Function
Firefox 3 automatically saves your session every 10 seconds so that whenever it crashes, it can restore all your tabs. While this is a useful feature, some of you might find it irritating. To disable this function, toggle the value of browser.sessionstore.enabled to False
Config name: browser.sessionstore.enabled
Default: True
Modified value: False if you want to disable the session restore function
3) Adjust the Session Restore Saving Frequency
Same as above, if you decided to keep the session restore feature on, but want to reduce the session saving frequency, change the value of browser.sessionstore.interval so that Firefox will save the session at a longer interval.
Config name: browser.sessionstore.interval
Default: 10000 (in msecs, equivalent to 10secs)
Modified value: Set it to your desired value. 1000 means 1 sec and 60000 means 1 minute.
4) Enable Advanced Color Profile Support
Firefox has this advanced color profile features that display higher image quality. It is not enabled by default as it has a negative effect on the performance of the browser. If you are concern with the image quality rather than the performance, you can activated it via the gfx.color_management.enabled setting
Config name: gfx.color_management.enabled
Default: False
Modified value: True (if you want to activate the color profile support feature)
5) Disable Antivirus Scanning
This is mainly for Windows users. By default, Firefox 3 automatically scans the downloaded file with the default anti-virus application to make sure it is free of viruses. If you download a big file, it could take a long time for the whole scanning process to complete. To increase the performance of the browser, you might want to consider disabling the anti-virus scanning via the browser.download.manager.scanWhenDone key.
Config name: browser.download.manager.scanWhenDone
Default: True
Modified value: False (if you want to disable it)
6) Configuring the Scrolling Tabs
When you opened many tabs, Firefox will not keep on reducing the tab width. Instead, it shows a scrolling bar so that the min width (100px) is conserved and you can scroll to find your tabs. If you are those who don’t like the scrolling tab function and prefer Firefox to show all the tabs, regardless how small it is, you can set the value of browser.tabs.tabMinWidth to 0 to disable it. Similarly, if you want Firefox to display more tabs before showing the scrolling button, you can reduce the default value to a lower value, say 75 pixels.
Config name: browser.tabs.tabMinWidth
Default: 100
Modified value: 0 if you want to disable the scrolling functions, other values to set the min width value
7) Show/Disable Close button on Tabs
Some people love to see the Close (the red X) button on every tabs, but some hate it. Whatever is it, you can configure it to your preferences via the browser.tabs.closeButtons setting.
Config name: browser.tabs.closeButtons
Default: 1
Modified values:
- 0 – display a close button on the active tab only
- 1- display close buttons on all tabs
- 2- don’t display any close buttons
- 3- display a single close button at the end of the tab strip
8.) Extend Scripts Execution Time
In Firefox 3, a script is only given 10 seconds to respond, after which it will issue an unresponsive script warning. If you are hooked on a slow network connection, you might want to increase the script execution time via dom.max_script_run_time to cut down on the frequency of the no script warning.
Config name: dom.max_script_run_time
Default: 10 (in secs)
Modified value: 20, or any values greater than 10
9) Handling JavaScript Popups
When you come across a site that executes a JavaScript open new window function, and if the popup window is without all the usual window features, i.e. back/forward/reload buttons, status bar etc, Firefox will automatically treat it as a popup and will not open it as a new tab. However, if you find this to be a nuisance and wanted to open all new windows in new tabs, you can specify it via the browser.link.open_newwindow.restriction setting.
Config name: browser.link.open_newwindow.restriction
Default: 2 – Open all JavaScript windows the same way as you have Firefox handle new windows unless the JavaScript call specifies how to display the window
Modified values:
- 0 – open all links as how you have Firefox handle new windows
- 1 – do not open any new windows
- 2- open all links as how you have Firefox handle new windows unless the JavaScript specify how to display the window
10) Enable Spell Checking In All Text Fields
The default spell checking function only checks for multi-line text boxes. You can get it to spell-check for single line text box as well.
Config name: layout.spellcheckDefault
Default: 1 (spell checker for multi-lines text boxes only)
Modified values:
- 0 – disable the spell checker
- 2 – enable the spell checker for all text boxes
11) Open Search Box Results in New Tab
When you search using the search box at the top right hand corner of the browser, it will display the search results in the current tab. If you don’t want the search to interfere with your current tab, you can tweak the browser.search.openintab to make it open in a new tab.
Config Name: browser.search.openintab
Default: False
Modified value: True (open search box results in new tab)
12) Lower the Physical Memory Used When Minimized
This tweak is mainly for Windows users. When you minimize Firefox, it will send Firefox to your virtual memory and free up your physical memory for other programs to use. Firefox will reduce its physical memory usage, when minimized, to approximately 10MB (give or take some) and when you maximize Firefox it will take back the memory that it needs.
The preference name does not exist and needs to be created.
Right click on the background and select New->Boolean.
Enter the name when prompted: config.trim_on_minimize
Enter the values: True
13) Increase/Decrease the Amount of Disk Cache
When a page is loaded, Firefox will cache it into the hard disk so that it doesn’t need to be downloaded again for redisplaying. The bigger the storage size you cater for Firefox, the more pages it can cache.
Before you increase the disk cache size, make sure that browser.cache.disk.enabled is set to True.
Config name: browser.cache.disk.capacity
Default: 50000 (in KB)
Modified value:
- 0 – disable disk caching
- any value lower than 50000 reduces the disk cache
- any value higher than 50000 increases the disk cache.
14) Select All Text When You Click On the URL Bar
In Windows and Mac, Firefox highlights all text when you click on the URL bar. In Linux, it does not select all the text. Instead, it places the cursor at the insertion point. Regardless which platform you are using, you can now tweak it to either select all or place cursor at insertion point.
Config name: browser.urlbar.clickSelectsAll
Modified value:
- False – place cursor at insertion point
- True – select all text on click
15) Autofill Address in URL Bar
Other than the smart location feature, you can also get your URL bar to autofill the address as you type the URL.
Config name: browser.urlbar.autofill
Default: False
Modified value: True (Have Firefox autofill the address as you type in the URL bar)
16) Same Zoom Level for Every Site
Firefox remembers your zoom preference for each site and set it to your preferences whenever you load the page. If you want the zoom level to be consistent from site to site, you can toggle the value of browser.zoom.siteSpecific from True to False.
Config name: browser.zoom.siteSpecific
Default: True
Modified value: False (enable same zoom preferences for every sites)
17) Setting Your Zoom Limit
If you find that the max/min zoom level is still not sufficient for your viewing, you can change the zoom limit to suit your viewing habits.
Config name: zoom.maxPercent
Default: 300 (percent)
Modified value: any value higher than 300
Config name: zoom.minPercent
Default: 30 (percent)
value: any value
18) Configure Your Backspace Button
In Firefox, you can set your backspace to better use by getting it to either go back to the previous page or act as page up function.
Config name: browser.backspace_action
Default: 2 (does nothing)
Modified value:
- 0 – go back previous page
- 1- page up
19) Increase Offline Cache
If you do not have access to Internet most of the time, you might want to increase the offline cache so that you can continue to work offline. By default, Firefox 3 caches 500MB of data from supported offline Web apps. You can change that value to whatever amount of your choice.
Config name: browser.cache.offline.capacity
Default: 512000 (in KB)
Modified value: any value higher than 512000 will increase the cache value
20) Auto Export Firefox 3 Bookmarks to Bookmarks.html
Unlike the previous version, Firefox 3 backup the bookmarks file in places.sqlite rather than the usual bookmarks.html. Since bookmarks.html allows us to export and sync our bookmarks with other browser, it will be very useful if Firefox 3 can backup the bookmark to the bookmarks.html as well.
Config name: browser.bookmarks.autoExportHTML
Default: False
Modified value: True (auto export bookmarks file to bookmarks.html)
21) Disable Extension Compatibility Checks
This is useful if you want to use an extension that is not supported by your version of Firefox badly. It is not recommended, but you can still do it at your own risk.
Right click and select New->Boolean. Enter extensions.checkCompatibility in the field. Enter False in the next field.
Right click again and select New->Boolean. Enter extensions.checkUpdateSecurity into the field and enter False into the next field.
22) Disable Delay Time When Installing Add-on
Every time you want to install a Firefox add-on, you will have to wait for several seconds before the actual installation starts. If you are tired of waiting, you can turn the function security.dialog_enable_delay off so that the installation will start immediately upon clicking.
Config name: security.dialog_enable_delay
Default: 2000 (in msec)
Modified value:
- 0 – start installation immediately
- any other value (in msec)
23) View Source in Your Favorite Editor
This is very useful for developers who are always using the “view source” function. This tweak allows you to view the source code in an external editor.
There are two configuration need to be made:
Config name: view_source.editor.external
Default: False
Modified value: True ( enable view source using external text editor)
Config name: view_source.editor.path
Default: blank
Modified value: insert the file path to your editor here.
24) Increasing “Save Link as…” Timeout Value
When you right click and select “Save Link as…” the browser will request the content disposition header from the URL so as to determine the filename. If the URL did not deliver the header within 1 sec, Firefox will issue a timeout value. This could happen very frequently in a slow network connection environment. To prevent this issue from happening frequently, you can increase the timeout value so as to reduce the possibility of a timeout.
Config name: Browser.download.saveLinkAsFilenameTimeout
Default: 1000 (1 sec)
Modified value: any value higher than 1000 (value is in msec)
25) Animate Fullscreen Toolbar Collapse mode
In Firefox’s fullscreen mode, toolbars and the tab strip are hidden at the top of the screen and only shown on mouseover. To draw attention to this, there is an animation of the toolbar sliding upwards and off-screen when fullscreen mode is toggled on. For performance issues, the animation of the collapse of the toolbar only appears for the first time. For some reason that you may love/hate the animation, you can adjust Browser.fullscreen.animateUp to switch it on/off for every collapse.
Config name: Browser.fullscreen.animateUp
Default: 1 (animate the toolbar collapse only the first time)
Modified value:
- 0 -disable the animation
- 2- enable the animation for every collapse
26) Autohide Toolbar in Fullscreen mode
In fullscreen mode, the toolbar is set to autohide and appear upon mouseover. If you have a need to view the toolbar at all time, you can toggle the value of browser.fullscreen.autohide to False to always show the toolbar.
Config name: browser.fullscreen.autohide
Default: True (always autohide)
Modified value: False (always show the toolbar)
27) Increase Add-On Search Results
If you go to Tools->Add-ons->Get Add-ons and perform a search there, Firefox will only fetch and display 5 matching results. If you want Firefox to show more than 5 results (say 10), you can adjust extensions.getAddons.maxResults to get it to display more results.
Config name: extensions.getAddons.maxResults
Default: 5
Modified value: any value more than 5
Wednesday, July 15, 2009
How to Change Mac OS X Leopard Network Interface MAC Address
Why we spoof the MAC Adress…??
Spoof MAC address is used when we need to be another computer…
For example… My ISP has a policy to customer, so only registered computer MAC Adress can be connected to the internet…. So when you connected the cable to other devices like your notebook…
Your notebook can’t access the internet…
It can be solved by spoofing your Network Interface MAC Address ( in this example i use device en0/ LAN)
Go to Terminal in Applications > Utilities > Terminal
Now You’ll be root in the system16:~ hanskristian$ sudo -s
Password:
16:~ root#
Check your Network interface
16:~ root# ifconfig -lthis command will list your network interface… in this example i use en0 interface
16:~ root# ifconfig en0 ether XX:XX:XX:XX:XX:XXchange XX:XX:XX:XX:XX:XX with your new MAC Address ( In this case i change my notebook mac adress with my computer ehternet mac address)
your network interface will have new MAC adress, check it by this command
16:~ root# ifconfig en0 grep ether
nb: the changes aren’t permanent, if you reboot your macbook.. The spoofed MAC Adress will be removed..
An Introduction to Life Insurance
Protecting your family from financial disasters is one of the fundamental components of financial planning. Life insurance should be a core part of that planning process. This article is a basic primer on life insurance, which should introduce you to the concept and give you an idea of how life insurance works.
What is life insurance?
Most people have a basic understanding of insurance. You receive financial compensation when an insured event occurs. Consider auto insurance, for example. If your car is in an accident or stolen, your insurance company provides compensation according to the terms outlined in your insurance policy.
On the surface, life insurance is pretty straightforward. When the insured person dies, the policy pays a prearranged amount to the designated beneficiary. The following parties are generally involved in a life insurance policy:
- The Insured. The person on whose life the policy is based.
- The Beneficiary. The person who receives the payment.
- The Owner. The person responsible for payment of premiums. It is typically the insured, but it could be the beneficiary.
- The Insurer. The insurance company that issues the policy promising payment.
- Traditionally, both spouses have life insurance policies in order to protect their family in case one of them dies.
Why purchase life insurance?
The main purpose of any life insurance policy is to protect your family and loved ones against the risk of financial uncertainty. Life insurance can provide for the welfare of your family in face of your death. If you have a spouse, three kids, a mortgage, car payments, and credit card bills, what would happen to them if you were suddenly to die? Would your family have enough money to keep the house, car, pay off credit card debt, and send your children to college?
Life insurance can guard your family and loved ones from potential financial disaster.
Types of life insurance
While the idea of life insurance may be pretty basic, there are some complexities to consider. The most important point to remember is that there are several different types of life insurance products, which can make it difficult to select the right one for your family and your financial needs.
There are two basic forms of life insurance — term life and permanent life, the latter of which comes in several flavors. Here’s a quick breakdown of the basic policy types:
Term life is the simplest and (typically) cheapest form of life insurance. Term life is designed to provide coverage for a fixed period of time, such as 5, 10, or 20 years. The premium for the term policy is guaranteed for the duration of the term; if it is a renewable policy, the premium will increase with each renewal. The premiums for renewals are generally guaranteed when the original policy is issued. Because term life policy is for a specific period of time and the payout does not increase, the overall cost of term life insurance is usually very low.
The other three common types of life insurance are permanent policies &mash; they last for the entire life of the insured, not just for a fixed period of time.
Whole life policies, for example, are designed to provide you and your loved one with coverage until your death. Unlike term life, there are no fixed periods for whole life coverage. Whole life is sometimes referred to as “cash value” insurance because it builds cash value over your lifetime. Whole life coverage contains both investment and insurance components. The investment portion invests your premiums, earns interest, and accumulates a cash value. On the other hand, the policy also has a stated insurance coverage amount that is paid upon the death of the insured.
One of the most popular forms of permanent life insurance is variable life. Variable life policies allow you to invest your premiums in the stock market. While a variable policy may offer more significant returns, it’s also at the mercy of stock market performance. In a poor performing market, the overall death benefit/cash value of the policy may decline — but never below a defined level. As a result, the policy may be more expensive because you may have to pay more to keep the policy active because less money is available to cover the policy’s premiums.
Universal life is a popular option that acts like whole life. It is a renewable policy — the investment component, premiums, and death benefits can be renewed and changed based upon the policy owner’s needs. The policy owner has flexibility over the policy — money can be moved between the insurance and investment components of the policy. The premiums, unlike whole life policies, can be paid out of interest from the accumulated savings.
Life insurance: A great tool Because of its many options and overall flexibility, life insurance can be a powerful tool in your financial planning arsenal. Consider that life insurance can be used to pay for funeral costs, college tuition, mortgage payments, debts, and more. It can also serve as income replacement — providing your spouse and family with a greater sense of financial certainty.
Remember, like all insurance policies, your coverage can lapse if you do not make timely payments. If you need help to cope with the complexities of life insurance, contact an insurance professional. You should also read the fine print closely (possibly with the help of your insurance professional) to understand if there are any limitations on the policy and what it covers.
How to Speed Up Firefox 3.5 Start-Up on Windows
I think this tutorial will improve your Firefox 3.5 performance by 20% Firefox 3.5 pulls data from certain file locations for randomized security purposes. Sometimes, though, that can lead to annoying slow start-ups in Windows. You can speed things up by cleaning out certain folder locations.
For whatever reason, having too many temporary, history, or recent document files sitting in your Windows locations slows down Firefox 3.5’s data generation processes, as has been reported as a bug. The Mozilla Links blog recommends cleaning out these folders to move the browser’s work along:
C:\Documents and Settings\*user*\Local Settings\History
C:\Documents and Settings\*user*\Local Settings\Temporary Internet Files
C:\Documents and Settings\*user*\My Recent Documents
C:\Documents and Settings\*user*\Temp\
On Vista or Windows 7 systems, simply replace “Documents and Settings” with “Users.” Setting up Firefox to automatically clean out your temporary files after browsing, as explained at the link below, helps prevent the accumulation from building again, but users who trade browsing time with Internet Explorer may have to occasionally work this manual method to wipe out those files.
Simple batch script to do weekly/monthly cleanup on MS-Windows:
del /s /q %TEMP%\*.*
del /s /q %TMP%\*.*
del /s /q
%SystemDrive%\temp\*.*
REM del /s /q %SystemDrive%\tmp\*.*
del /s /q
%windir%\prefetch\*.*
del /s /q %windir%\Temp\*.*
pause
How to Color Your OS X Command Prompt
The world for IT-geeks is a TERMINAL... it's a very uninteresting looking for a black and white terminal, in this tutorial i'll show you how to color your command prompt :)
For bash shell user
1. Open Terminal window and do these commands!
$ cd ~
$ echo ‘alias ll=’ls -lG” >> .profile
$ echo ‘alias ‘ls=’ls
-G” >> .profile
2. close the terminal window,and open new terminal, check the result with these command
$ ls
$ ll
For tcsh user
1. OpenTerminal window, and do these commands !
> cd ~
> echo ‘alias ll=’ls -lG” >> .tcshrc
> echo ‘alias
‘ls=’ls -G” >> .tcshrc
2. close the terminal window,and open new terminal, check the result with these command !
> ls
> ll
How to Calculate PSU power for your PC ???
Simply enter your CPU, motherboard, video card, and the rest of your components into the form, click the Calculate button, and you'll see an estimated wattage for the power supply you need to buy.
You can use this online tool to calculate the need of your PSU... check this out the link provided in this post :).
How to modify vim appearance
“note that in this tutorial you must have vim installed, i have tested this in my box both of Mac OS X and FreeBSD“
goto your home directory by using this command :
# cd ~
# vim .vimrc
Write down this text :
syntax oncolorscheme wombatset number
Afterabove steps, make a directory in your home directory :
# mkdir .vim
# mkdir .vim/colors
# cd .vim/colors
Then grab the wombat scheme in this web http://files.werx.dk/wombat.vim
# fetch http://files.werx.dk/wombat.vim
Check your vim now, by edit some script or config :)