Add translation tools to your website/blog


This tip may be useful for you to allow visitors view your blog/website in their own language.
Here is how to do...
You just copy and paste the following code in your "Add A Page Element"> "Html and Java script" section of blogspot blogs or your website.
 1. Alta Vista Babel Fish:
Babel Fish Translate is available in English, German, Spanish, French, Italian and Portuguese. Just add the following single line of JavaScript code to your website.










2. Google Translate:
Available in English, German, Spanish, French, Italian, Portuguese, Japanese, Korean and Chinese (Simplified). Remember to replace the value of variable "u" with the URL of your website. The translated pages can even be bookmarked.




3. WorldLingo URL Translator:
World Lingo is my favorite service since Google indexes the static URLs translated by World Lingo. Thus, my website can be found on Google even while searching for non-english terms. World Lingo supports English, French, Spanish, German, Italian, Portuguese, Dutch, Greek, Chinese (Traditional and Simplified), Japanese, Korean and Russian. The translated pages can even be bookmarked.

 

Related Documents at Amazon.com :

How to enable Task Manager , Registry Editor, Hidden Folder Option , Run promt, Search Option disbale by Virus

Viruses ?

In some cases, when computers are infected and some Windows applications are blocked by Viruses, this means that you are unable to run those applications even if the Viruses are already cleaned up from your computer. This case, you have to use scripts or applications to enable the blocked applications after the Viruses are killed.
Applications that are often blocked by Viruses:
How to enable them in Windows XP
Copy some scripts bellow → Paste in Notepad → Save as VBScript (*.vbs) → run that file
You may need administrator permission.

To enable Task Manager (taskmgr.exe)
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\System\DisableTaskMgr", "0", "REG_DWORD"
To enable Registry (Regedit)
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\System\DisableRegistryTools", "0", "REG_DWORD"
To enable Folder Option
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\EXPLORER\NoFolderOptions", "0", "REG_DWORD"
To enable Run
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\EXPLORER\NoRun", "0", "REG_DWORD"
To enable Search Option
Set objShell = WScript.CreateObject("WScript.Shell")
objShell.RegWrite "HKEY_CURRENT_USER\SOFTWARE\MICROSOFT\WINDOWS\CURRENTVERSION\POLiCIES\EXPLORER\NoFind", "0", "REG_DWORD"
More about registry, Click here.



Related Documents at Amazon.com :
Registry Utilities Professional
Merlin Pocket PC Registry Editor v1.0
PocketReg Registry Editor
356 Porsche Technical and Restoration Guide

Feed with Twitter


Socializing your feed with Twitter
Source: http://adsenseforfeeds.blogspot.com/

Sometimes you reach across the hedgerow to share with your nearby neighbors. Other times, members of the household move away and yet you can't keep from calling to remind them to wear a hat and such because it's chilly out. Today, we're celebrating acquaintances near-and-far by launching the ability to send your feed to Twitter. Full Story


Related Documents at Amazon.com :
The AdSense Code: What Google Never Told You About Making Money
Google AdSense For Dummies
Google Advertising Tools: Cashing in with AdSense and AdWords
Google Adsense Updates

Sharing a Thunderbird Profile between Linux and Windows

If you are using Windows and openSUSE, it would be to be able to use the same Thunderbird's profile from either the Windows or openSUSE. Before sharing, you should store Thunderbird's profile in FAT32 partition that can be accessed by both Windows and openSUSE.

How to Thunderbird's profile :

1.Copy Thunderbird's profile
For Windows 7, when you download or get mails, they will store in C:\Users\user_name\AppData\Local\Thunderbird\Profiles\xxxxxxxxx.default. So you have to copy that folder (xxxxxxxxx.default) to FAT32 partition (example D:/profile/xxxxxxxxx.default).

2.Edit profile.ini
In Windows 7, Go to C:\Users\user_name\AppData\Roaming\Thunderbird → open profile.ini then change something as bellow :
IsRelative=0
Path= D:/profile/xxxxxxxxx.default (New profile's path)
In openSUSE, you Go to /home/user_name/.thunderbird → open profile.ini then change something as bellow :
IsRelative=0
Path=/windows/D/Profiles/xxxxxxxxx.default (New profile's path. I supposed it's automatically mounted to /windows.)

3. Restart Thunderbird


Counting and Managing users visited your website

STATCOUNTER ?
Source: http://www.statcounter.com/

A free yet reliable invisible web tracker, highly configurable hit counter and real-time detailed web stats. Insert a simple piece of our code on your web page or blog and you will be able to analyse and monitor all the visitors to your website in real-time!
  • Free, Fast, Responsive, Quick loading and Reliable Service. (Why is it free?)
  • Invisible Tracking - no ads on your website.
  • Accurate real-time website statistics with detailed visitor tracking and analysis.
Try it free: http://www.statcounter.com/


Related Documents at Amazon.com :
A Beginner's Guide to (X)HTML, StyleSheets, and Web Graphics 
PHP and MySQL Web Development (4th Edition) 
Web Application Architecture: Principles, Protocols and Practices 
Web Development and Design Foundations with XHTML

Add Chat Box to your Website/Blog

Cbox – chat for the social web

Source: http://www.cbox.ws

Get a Cbox and add a new dimension of interaction to your website or blog. Cbox is a unique chat and messaging application that brings the best features of traditional chat and tagging systems to the social web. And the best part – Cbox Basic is completely free.
Try it : http://www.cbox.ws

Related Documents at Amazon.com :
Building Social Web Applications
Designing for the Social Web
Data portability and relationship management in social web applications

Bad text rendering of Khmer Unicode in Ubuntu

After I installed Khmer Unicode Keyboard and fonts in Ubuntu 9.10, I found some wovels such as ោះ , េះ.... incorrectly display when I typed with consonants.
In this case, just follow this instruction to fix that :
  • Open file "enviroment", /etc/enviroment
  • Add this line : GTK_IM_MODULE="xim"
example
PATH="/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games"
GTK_IM_MODULE="xim"
  • Save and exit

It should work.

Related Documents at Amazon.com :
A Practical Guide to Ubuntu Linux (Versions 8.10 and 8.04)
Ubuntu Unleashed 2010 Edition: Covering 9.10 and 10.4
Beginning Ubuntu Linux, Fourth Edition 
Official Ubuntu Book, The (4th Edition) 

You might also like:

Related Posts with Thumbnails
 
 
 
 
Copyright © The Life and Work