Social Icons

.
Showing posts with label Urdu. Show all posts
Showing posts with label Urdu. Show all posts

Download Centre ڈاؤن لوڈ سنٹر


یہاں پر آپ مختلف قسم کے کارآمد سوفٹ وئیرز،بالکل مفت اورنہایت آسانی سے ڈرائیکٹ ڈاؤن لوڈ کر سکتے ہیں۔ اس کے علاوہ آپ یہاں ویکٹر گرافک میں ڈیزائن ، بارڈرز اور فریمز وغیرہ بھی ڈاؤن لوڈ کر سکتے ہیں۔اس کے علاوہ اگر آپ اس بلاگ کی وساطت سے مزید سوفٹ وئیرز، بارڈرز، فریمز وغیرہ اس بلاگ کے دوسرے ناظرین کے ساتھ شیئر کر سکتے ہیں۔۔۔یعنی اپ لوڈ کی سہولت بھی موجود ہے۔اس کے لئے آپ کو اس بلاگ کا ممبر بننا پڑے گا۔


سوفٹ وئیر ڈاؤن لوڈ


خوبصورت بارڈرز اور ڈیزائنز
ویکٹر گرافک فارمیٹ میں


اپ لوڈ سنٹر

How to write Urdu in Windows XP or Later

How to write Urdu in Windows XP or Later

This tutorial will explain how can you write urdu on windows XP, if you are still using older versions of windows, it is time to upgrade. Windows XP and higher versions of Microsoft Windows have built in support for Unicode, all we have to do is to enable support for right to left languages.We can divide this tutorial in two parts .
  1. Enabling support for right to left languages
  2. Installing Phonetic Urdu Keyboard
After following this tutorial, you will be able to write urdu in any programme just as you type English. You can use it in Office, Yahoo or Msn messenger and Chat rooms etc etc.Stop talking and let start the Work. You will need Microsoft Windows XP CD to install support for right to left languages.
Open control Panel on your computer Start :>>Control Panel. In Control Panel Select "Regional and Languages Settings" .
A new dialog box will open, select Languages in that dialog box menu. Check " install files for complex script and right to left languages (including thai)
Now you will be prompted to insert Microsoft Windows XP CD into CD-ROM or what ever ROM you have, Insert the CD and wait for installation to complete. Ok we have completed first step, congratulations.
Now we have to download one file, phonetic key board layout. We are going to use crulp phonetic keyboard. you can download it hereor directly from Crulp website.After downloading it run phonetic.msi, or read README.
Now again, open Regional and languages setting , select languages tab and select details there.
You will see input language, that most probably will be US. Click On add as shown in figure.
New window will open now, here select Urdu in input language and keyboard layout Phonetic/IME.
Here we go, we are all set to use Urdu on our computer. If you have followed all steps above you will see language option near clock. You can either change language by mouse or can toggle between languages by pressing " left alt+shift" keys.

Urdu font

To install urdu font, right click on Download and save it on your computer by selecting "Save target as".
For windows then open control panel, go to fonts folder, in fonts folder go to file menu and install saved font there. After installation completes close all open browser windows and restart the browser and continue reading Urdu websites on web.
For Linux after downloading font, continue to Linux Section for further help.
Alvi NastaleeqDownload
Jameel Noori NastaleeqDownload
Pak Nastaleeq Download
Fajer Noori Nastaleeq 
Download

Urdu naskh asiatype   
 Download

Urdu On Linux

Urdu On Linux

These instructions are taken from Ubuntu Forums, and will work on most Debian distros of linux.
We are going to devide this section into two sub-sections.
  1. Installing Fonts
  2. Installing Crulp phonetic keyboard layout

Installing Fonts


Create one folder on Desktop urdu-fonts or whatever name you like for the folder. 
Download all Fonts into that folder, Pak Nastaleeq font is still in developing state and yet does not render on linux, it is better not to download it instead use Fajer Noori Nastaleeq.
Now open terminal window by going Applications >> Accessories >>Terminal or by shortcut key "alt+F2" and then type terminal.
Now Type these commands in your terminal.
mkdir /home/.fonts
cd ~/Desktop
cp -r urdu-fonts /home/.fonts

What above three commands have done ?? In first step we have made .fonts folder (hidden folder), second step we changed woking directory to the Desktop and in third step coppied urdu-fonts folder to .fonts folder.
Now we are done installing fonts for the current user, if you like you can do these steps using GUI by certain methods without using commands, to do so
Go to system >> Prefrences >> Font
A new window will open, click on details there.
Another window will open, click on go to font folder.
Here you can drag and drop fonts fron urdu-fonts into fonts folder
is'nt using command line is easy????

If you dont like doing above step, you can do it other way, intresting?? huh
Go to Places >> Home Folder
Press "Ctrl+H" it will open hidden files and folders in Home folder.
Right click any where in Home Folder and create folder .fonts, DO NOT FORGET (.) BEFORE fonts. It will create .fonts folder, now drag urdu-fonts into .fonts folder. Thats it.


Above step will install fonts for the active or current user only, if you have more users, you have to install fonts system wide or for each user follow above steps separately, to install fonts system wide follow these steps.



gksudo nautilus fonts:
It will open the font folder with Administrator privillages, just copy paste your fonts into that folder.


Installing phonetic keyboard


Download phonatic urdu keyboard from here or from Crulp website.


wget -c http://www.urdujahan.com/ur.txt

sudo cp ur.txt /etc/X11/xkb/symbols/ur

Open your xorg.lst and add line ur Urdu under layout.


sudo gedit /etc/X11/xkb/rules/xorg.lst

add the following line under ! layout section:

ur Urdu Pakistan

Open configuration editor by following command

sudo gconf-editor

In Configuration Editor go to desktop->gnome->peripherals->keyboard->kbd->edit layouts and add "ur" (without the quotes)
Add Keyboard Indicator Applet to the Panel to switch between different languages. Right click on Panel >> Add to panel>> keyboard indicator.
Installation is complete.

Naumaan's Hack for nafees web naskh

In firefox 2.0 Nafees web naskh does not render properly, to fix this Naumaan came with a solution.
gksu "/etc/environment"

Add following line there.
MOZ_DISABLE_PANGO="0"
Enjoy! Urdu on linux.