UrduEditor, An Urdu Notepad

This post contains the following sections
Introduction
Using UrduEditor
Where is the on-screen keyboard?
Sending Urdu Emails
Posting to Yahoo and Google Groups
Development
Futher Development
Download
Feedback
References

Introduction
With this post I am presenting you the UrduEditor, a Notepad like application especially tailored for editing Urdu text. You can think of it as a souped-up Notepad, a stripped down Unipad or whatever. After developing the web-based Urdu editor (I will call it Urdu Webpad from now on) I thought of developing a native windows version of a similar utility which I call UrduEditor. Since then I have been working on this idea. The progress has been very slow since I have been extremely busy. I do not have time even to add and test the tiniest of features. There is still a lot of unfinished functionality. I have no choice but to release a version and declare it as beta. I am also providing the source code of the UrduEditor application under GPL. Everybody is encouraged to make changes and add features to the UrduEditor. I am also ready to change the license from GPL to some other license if somebody finds it too restrictive.

Using UrduEditor

The UrduEditor works in a way similar to that of Urdu Webpad. It is also capable of saving and loading Urdu text files. The Urdu text files are stored in UTF-8 format. Although the Urdu text files are plain text files, these are saved with a .uxt extension. This helps in identifying the Urdu text files in the windows file explorer and these also have shell association with the UrduEditor application i.e. double clicking on these files opens these in the UrduEditor application. The UrduEditor can even print, well, sort of. The problem is that the UrduEditor relies on the basic printing functionality of the MFC CEditView class. As a result the print-preview looks horrible and the printing is done left-aligned. I did not delve into the inner workings of the MFC/Windows printing mechanism. One solution would have been to use the CRichEditView class. That also would have meant a major re-write of the application. If there is anybody out there willing to augment the printing functionality of the UrduEditor application, they are most welcome to do it. One interesting feature of the UrduEditor is saving the Urdu text in html format. This html is of very primitive nature i.e. full of font tags and without any style. The reason why I chose this form of html was that I intended to use it for sending Urdu emails and this kind of html is most likely to be correctly displayed by any mail-client supporting html-mail.

At the moment UrduEditor uses the Urdu Naskh Asiatype font with a fixed point size. I will try to release a version soon that will allow selection of other Urdu fonts and point sizes. The keyboard mapping is similar to that of Urdu Webpad, which in turn mimics the keyboard mapping provided in the Inpage Urdu composing software.

I have also customized the Find and Replace dialogs to easily search and replace Urdu text. Figure 1 shows the main UrduEditor application window. Figure 2 illustrates the use of some toolbar buttons in UrduEditor.

Image Hosted by ImageShack.us
Figure 1 : UrduEditor application



Image Hosted by ImageShack.us
Figure 2 : UrduEditor’s Toolbar

Where is the on-screen keyboard?

This is probably the most glaring omission from the current release. I will try to provide an on-screen keyboard soon for aiding in entering Urdu text. Meanwhile the Windows 2000 and Windows XP users can use the on-screen keyboard provided with the standard windows installation.

Sending Urdu Emails

An editor sending emails? Well, why not? I had an idea about sending Urdu emails but was too lazy to develop an extra application for that. I found out that the most feasible way of sending Urdu text based emails is sending it as html-mail. There are arguments about the security concerns when receiving html-mail but I still think that it is indispensable.

I wanted to incorporate html-mail functionality without relying on the Microsoft Outlook’s object libraries. I looked around for a c++ class that could provide a thorough encapsulation of the SMTP-protocol. The best open source class that I found was CPJNSMTPConnection written by P.J. Naughter. In fact the send mail dialog is also stolen from the sample application provided with the above-mentioned class. Figure 3 shows the send mail dialog.

Image Hosted by ImageShack.us
Figure 3 : Send mail dialog

Some configuration is necessary before actually sending mails. As shown in the figure, the mail server name and the port number has to be specified. The mail server can also be a POP-server. I have experimented connecting to an Exchange server and the POP-server provided by the webmail provider www.gmx.de. I have not been able to make it work with Gmail’s POP-server yet. There is an almost infinite number of combinations of the mail-clients and message formats and I have been able to test only a few. The configuration dialog is shown in Figure 4.

Image Hosted by ImageShack.us
Figure 4 : Configuration dialog

I have successfully tested sending Urdu emails to Hotmail, Yahoo and Gmail accounts. Figures 5,6 & 7 respectively show the screenshots of Hotmail, Gmail and Yahoo mail with Urdu mail messages. This text is taken from some article at BBC’s Urdu website.

Image Hosted by ImageShack.us
Figure 5 : Urdu message in Hotmail

Image Hosted by ImageShack.us
Figure 6 : Urdu message in Gmail

Image Hosted by ImageShack.us
Figure 7 : Urdu message in Yahoo Mail

It must be noted that you may or may not be able to freely choose the sender’s email address. For example I was able to specify any sender address I liked when sending email through an Exchange server but I was only able to send email through GMX after I specified my correct GMX-address. It is also interesting to note that when sending Urdu email this way to a Gmail-account, the email is likely to land into the spam-mail folder. Watch out for that!

Posting to Yahoo and Google Groups

One of my goals was to enable the members of Yahoo- and Google-groups to post in Urdu. This is possible by sending html-mails to the groups’ email addresses. The key to participating in a particular discussion is its title which must be specified as the subject of the sent mail. Following are the discussion groups that I set up for my experimentation:

Yahoo UrduProjects Group:
URL: http://groups.yahoo.com/group/urduprojects/
Post message: urduprojects@yahoogroups.com

Image Hosted by ImageShack.us
Figure 8 : Urdu post in Yahoo Group

Google UrduProjects Group:
URL : http://groups-beta.google.com/group/urduprojects
Post message: urduprojects@googlegroups.com

Image Hosted by ImageShack.us
Figure 9 : Urdu post in Google Group

It can be seen from the above images that the Urdu text is displayed better in the Google group. The text in Figures 8 & 9 was copied from a post in Danial’s blog.

Note: If you see garbage instead of Urdu text, change the default encoding of your browser to Unicode (UTF-8).

Development

I have developed the UrduEditor application using MFC and Visual C++ 6.0. I did not use Visual C++.NET because I wanted to avoid unnecessary dependencies that would prevent the program from running on Windows 98 systems. Asif has reported that the programs compiles fine with Visual C++.NET. I may gradually switch to Visual C++.NET for future development. The source code also presents an example of using Unicode with MFC. I have extended the MFC edit controls for editing of the Urdu text. I may at some later point create an MFC extension library useful for developing Urdu based applications.

Further development

A lot of work still remains to be done. I stay committed to the development of following features:

An on screen keyboard for helping in the entry of Urdu text.
Changing fonts and point sizes
More options for different html-templates
Dialog boxes for displaying and copying different types of html outputs
A toolbar for inserting diacritics

The ideas used in the development of the UrduEditor application can also be used in other directions. It is possible to develop a library of ActiveX controls to allow Visual Basic programmers to write Urdu based applications. The keyboard handling in the UrduEditor application can be made generic in order to support multiple keyboard layouts. This would make capable of editing text in local languages e.g. Sindhi, Balochi and Pashto. In fact I am already eying the keyboard layout format used in Unipad. I can accomplish this task only if I get enough support from people having interest in it.

Download

You can download the UrduEditor application and its source code from the following links.

Updated: Dowload UrduEditor with source code

Feedback

Your feedback is essential for the further development and improvement of the UrduEditor application. You can either post a comment on this blog or you can send a post to the above mentioned Yahoo or Google groups for your feedback.

References

  1. CSS and Email, Kissing in a Tree by Mark Wyner, http://www.alistapart.com/articles/cssemail/
  2. HTML Email and Using Style by Elizabeth Davies, http://css-discuss.incutio.com/?page=StyleInEmail
  3. Adding Unicode support to an MFC-generated application in Visual C++ 6.0, http://www.differentpla.net/node/view/135
  4. A helper class for reading, writing and appending to/from Unicode text files by PEK, http://www.codeproject.com/file/textfiledocument.asp

  5. OfficeXP look and feel Owner drawn menu with the Office XP visual style by Jean-Michel LE FOL, http://www.codeproject.com/menu/menuxp2.asp
  6. An MFC class to encapsulate the SMTP protocol http://www.naughter.com/smtp.html
  7. Customizing the Common Find/Replace Dialog by Kalai Kandasamy, http://www.codeproject.com/richedit/customfind.asp
  8. Microsoft Developers Network (MSDN), http://msdn.microsoft.com/library/default.asp

Tags: ,

68 Responses to “UrduEditor, An Urdu Notepad”

  1. Danial Says:

    Urdu Editor

    Since a long time we needed an open source software to create, edit and save Urdu utf-8 files. Windows XP and 2000 series has Urdu support available but still there are people using other windows, mac and Linux. Even some XP and 2000 users were unable …

  2. زکریا Says:

    Nabeel: Great job.

  3. شعیب صفدر Says:

    That Realy Great Great work! by nabeel

  4. Ejaz Asi Says:

    Zabardast. All thumbs up. Nabeel has an undying skills of making others (at least me) feel like idiots but on a positive note, it’s a call for others to join in and further progress with the development… Right now, I can’t download it for whatever reason. I have a quick suggestion: I can happily mirror the file(s) at my singapore based host ICDSoft for alternative downloads.
    On a side note, I have just secretly set up a WP installation and trying to see why do we have to complicate writing urdu comments with code like % ur ur or whatever… I am not good at programming stuff but I think it ought to be fairly simple, very simple in fact something like Press Urdu and it’d only add p class=urduText and that’s it. Because despite the noteworthy efforts of this group of people, I still believe it needs to be pushed further for a common blogger and More Importantly any website owner. Why restricts things to blogs whereas there are many website designers who are reluctant to try Unicode based apps. just because they don’t have enough feedback as to how stable the selection of unicode based app. would be…
    Overall, great effort. Waiting for link to work :$

  5. زکریا Says:

    I am also having problems downloading the setup file but the source is ok.

    Ejaz:

    why do we have to complicate writing urdu comments with code like % ur ur or whatever

    That is definitely not user friendly. I am working on Javascript for language-specific quicktags (basically buttons you can press to insert the appropriate code like <p class="urdu" xml:lang="urdu"> etc.)

  6. Nabeel Says:

    Everybody : Thank you very much for your appreciation

    Ejaz: I think the problem lies with the limit on the volume of data transfer imposed by Geocities. In fact it will be a favour for all of us if you could mirror the download. Just tell us about the download link. By the way, the download in the Yahoo UrduProjects group is still working.

    I think that you have to make either Urdu or English the primary language for your comments box. If you use the Urdu Webpad for your comments box, Urdu will be default.

  7. Qadeer Ahmad Rana Says:

    Simply WonderFull, remarkable, marverllous and Great Work. Nabeel has made my difficult very easy. Now I can kick out WinXP and can have Win98 in my pc.
    WELDONE NABEEL

    May ALLAH Bless you

  8. Kamran Says:

    Hi.. awesome work… just cant praise enuf…

    But unfortunately, i am having trouble running it :(

    It installs fine and all is done. I open the UrduEditor, but after that whatever i type, it is not joining the words.. like if i type ‘K’ and then ‘A’ and then ‘M’, without spaces, then it is supposed to join the alphabets.. but its not joining them :(

    See the screenshot of my problem here:

    http://www.geocities.com/apnakamran/my_error.html

    I’ll be visiting your blog again.. so pleaaaaase post the answer here sir…

    Thanks a million…
    Allah aap ko khush rakhey…u hav GPled ur code so u r a kind man ;)
    Kamran.

  9. Nabeel Says:

    Kamran: Some other users have registered the same problem and I have also called upon everybody to look into it. I hope we remove the problem soon. By the way you can try compiling the code if you want to. It should compile with Visual C++ 6.0 or Visual C++.NET. With Visual C++ 6.0 you need to have the Vusal C++’s unicode support dlls installed.

  10. Procrastination Says:

    Urdu Domain Poll

    We are thinking of getting a separate domain for all the Urdu-related stuff we are doing. Help us decide on a domain name by voting for your choice.

  11. Urdu Blogging اردو میں بلاگنگ Says:

    Urdu Domain Poll

    We are thinking of getting a separate domain for all the Urdu-related stuff we are doing. Help us decide the domain name by voting for your choice.

  12. Arshad Rehman Says:

    hi i am student of MCS how i can make the urdu Editor and what is unicode plz reply. i am waitng
    thnks

  13. Urdu Blogging اردو میں بلاگنگ Says:

    UrduEditor Letter Joining Problem

    Some Windows XP users have been having the problem with UrduEditor that it does not properly join words. The solution is to properly configure the support for right-to-left languages in Windows XP. This is done as follows: Open Control Panel,...

  14. Sunny Says:

    I would reckon http://www.اردو.com

    prposed domain name for all urdu stuff.

  15. Urdu Blogging اردو میں بلاگنگ Says:

    Urdu Editor Lite

    I released UrduEditor some time ago. Unfortunately it does not work on Windows 98. I did not realize at that time that right-to-left support needs to be installed in order for UrduEditor to work properly and this support is not…

  16. ghazafi Says:

    HI,

    I was wodnering if some one can help. im trying to get urdu fonts to show up in PHP. Im having massive problems. The urdu is being passed via XML. but when it get to viewing it in php all i see is ???. i have tried all the utf-8 settings but still no luck. i apologise if this is the wrong place to post

  17. Shafqat Says:

    Hello… how can i write urdu easily… could not find any better editor so far… i have tried many editors but not satisfied….

  18. ATeeq Says:

    just downloaded your software ,pls guide me the settings which i have to provide
    in the configuration dialog.
    anticipating your reply as soon as possible.
    thankingly.
    Ateeq

  19. Nabeel Says:

    Ateeq: The settings in the configuration dialog are similar to the email client settings if you use an email account from your internet service provider. Actually you have to provide the name of a mail (SMTP) server and and an account name. If you do not have an email account from your internet service provider, you can use any of the freely available mail servers on the internet. You will have to create an account first.

    Unfortunately Yahoo and Hotmail do not allow free POP-access. I use an account with http://www.gmx.de. This is a free web mail service. You may have some problem registering with gmx since the website is in German. If you successfully register with gmx, you can anter its mail server’s name i.e mail.gmx.de in the configuration dialog alongwith your account name and password. You can use the authentication method as shown in the figure.

    You may find other alternatives too. Although Gmail also provides free POP-access, its is accessed through secure socket which is still not supported in UrduEditor.

    Regards

  20. مصور خان آفریدی Says:

    اسلام علیکم۔۔ میں صرف یہ کہ سکتا ہوں کہ مجھے بس صرف اسی کی تلاش تھی۔۔

  21. Nabeel Says:

    مصور آفریدی، آپ اگر پشتو جانتے ہیں تو ذرا اردو اوپن پیڈ پر نظر ڈالیے، کیا اس میں پشتو کی بورڈ ٹھیک ہے؟

  22. مصور خان آفریدی Says:

    Dear Nabeel,.. Its like a Deam Software,... for me…
    i have register version of new inpage 2.92 …..... for for me,... urdu open pad is much batter from that,...

    Pashtoo can easily be written in it,... i checked …........ 100% Working result,....

    Thanks for this Great and Unique software,.
    May You Succeed…......

    Musawer Khan Afridi

  23. Musawer Khan Afridi Says:

    Dear Nabeel,...your urdu open Pad is like a dream software in the world of urdu uni code…..
    I have also a Register Version of INPAGE 2.92,... but your urdu open pad is much batter from that,....
    Pashto can easily be written.. in it…............without any difficultulty,.............
    i chacked…............ result 100%%%%

    Thanks once again….........for this great ….....and unique software…....

    Hope you’ll continue you good work …....for the development of urdu language…..

    May You succeed…..
    Be Happy always,...........

    ALLAH HAFIZ

  24. adnan rasheed rana Says:

    I want to donload this software.

  25. Nabeel Says:

    Adnan: There is a download link available at the end of the article and I think it is working.

  26. khush Says:

    hi how come when u download the source code for the editor it doest’t compile? could u give me ur feed back on this thanks.

  27. Nabeel Says:

    Khush: can you tell me what compile or link errors are you getting?

  28. khush Says:

    the complie error i am get is LINK : fatal error LNK1104: cannot open file “Secur32.lib”

  29. Nabeel Says:

    Khush: You need the Microsoft Platform SDK in order to link to secur32.lib.

  30. irfan Says:

    I Need Urdu editor plese

  31. Faheem Says:

    اسلام علیکم
    Urdu Editor اردو کا بہترین سوفٹ ویر ہے۔
    آپ سب کا شکریہ

  32. ڈاکٹر محمد امتیاز Says:

    اس وقت میں یہ سافٹ ویر ڈون لوڈ کر رھا ہوں اور استعمال کرنے کے بعد اپنی رائے کے بارے میں مطلع کروں گا۔۔۔۔۔امتیاز

  33. Ari Says:

    Hello,

    It was very hard to find something to write Urdu here in Japan but your this tiny soft is helping. But sometimes I get problem. I want to type SATH but it never type see ساتھہ . How can I type correctly?

    Please reply.

    Thanks

  34. irfan Says:

    kaash hum urdu main aasani se mail kar sakty…............wallah

  35. Nabeel Says:

    Ari, please consult the following post for the letter joining problem:

    http://www.urduweb.org/blog/2005/05/33/

  36. Nabeel Says:

    Irfan: Have a look at the following article, this might help:

    http://www.urduweb.org/wiki/UrduEmail

  37. afshan Says:

    hello,
    you have a very nice and informative blog. i too want to have a blog in urdu. can you help from where can i start?bloggger doesn’t works with me as i already have 2 blogs , i was wondering if you could tell me how i can make an urdu blog for myself, and how to upload posts in urdu?waiting for your reply. thanking you in anticipation.

  38. Nabeel Says:

    afshan: It is easy to set up an Urdu blog on blogger.com. Why doesn’t it work for you? All you need to do is to adapt a blogger.com template for correctly displaying Urdu. I can send you one such adapted template if you want to.

    This blog is based on WordPress and you would need a web host account to set up a WordPress blog.

  39. Asma Says:

    Well, I’m using only this software for writing urdu since you uploaded it :)

    I was wondering if its link is given somewhere in urduweb’s wiki or projects???

    Its a delight rather a treat for every urdu lover.

  40. Nabeel Says:

    Asma: Thank you. In fact I have uploaded all the software that I have written to urduweb. I was just too lazy to update the links in my posts. Here is the new location. Please keep a tab on it for any software released on urduweb.

  41. Zack Says:

    اسماء: یہاں دیکھیں۔

  42. Jabran Says:

    Extremely good…works really fine

  43. Basit Habib Says:

    Asalam o Alaikum Nabeel & Rest of the technical and supportive team contributing to this wonderful too.

    First of all i would like to say a BIG THANKS to all of you, specially by providing such a useful tool free of cost to all urdu lovers, and let me tell you this one tool is making the history, I haven’t seen many forums in urdu but now every second community is using urdu forum. Realy Great stuff.

    I have seen this integrated in IPB forums, phpBB forums, but haven’t seen it yet on vBulletin forum, I am using vBulletin for last couple of years and would like to stick with this, if anyone already integrated it with vBulletin please do let me know How To? or if someone is willing to work on this I am willing to provide a test instance of vBulletin 6.x for experiment, please contact me @ basithabib@gmail.com.

    Many Thanks & Kind Regards,
    Basit

  44. hyder Says:

    Nabeel, why not just create a project on sourceforge and upload/maintain there.

  45. Nabeel Says:

    Hyder: Thanks for your suggestion. Actually we are maintaining a subversion based source code repository ourselves on urduweb. I find it a bit hectic to maintain a project on more than one sites.

  46. Faisal Says:

    Aslamualeikum,
    I need an in page urdu composing software complete that could not make problem on my xp window. How?

  47. neelkanth Says:

    %[ur] Its a very good approach

  48. Mehmood ghazi Says:

    main aik gareeb larka hoon, lakin computer ka bohot shouq hai is waja se mujhe urdu editor ka software chahiye, main nay urdu editor download kar k run kiya magar wo trial software hai main urdu editor puchase nahin kar sakta is liye koi mujhe bataye ga ka main kiya karoon full software k liye bari meherbaani hogi aap logon ki.

  49. Mehmood ghazi Says:

    main aik gareeb larka hoon, lakin computer ka bohot shouq hai is waja se mujhe urdu editor ka software chahiye, main nay urdu editor download kar k run kiya magar wo trial software hai main urdu editor puchase nahin kar sakta is liye koi mujhe bataye ga ka main kiya karoon full software k liye bari meherbaani hogi aap logon ki. mera email address ghazi786@hotmail.com hai plz reply karein main intezaar karonga

  50. Majid Javed Says:

    please

  51. A. Shiraz Says:

    I am unable to figure out how to use this. The words have suddenly started going left to right instead of right to left. So if I wanted to write “form” (in urdu) the “aliph” comes BEFORE the “fay” when I type it. My bigger worry is how to join the text. I would love to have the urdu keyboard it would make guessing things easier (I hope, but I dont know). I am also a software engineer but I have mostly done java/ j2ee/ web related stuff. How can I help?

    So if anyone knows the answers to the above please email me at : atharshiraz AT g m a il DOT c o m

  52. azvlquawsa Says:

    Hello! Good Site! Thanks you! hpsrmnmpuwm

  53. M Moeen uddin Says:

    Salam Nabeel bhai,

    Aap ka zikar sona tha, aaj aap ka kaam bhee dheek liya!!
    I want to know that whether we can use this webpad as a javascript rich text editor or not… I m willing to give some time(i.e atmost six months) to help you achieve this.
    Give me some useful links to guide me.

    Regards,

    Moeen

  54. Danish Altaf Satti Says:

    Asalamoalykum friends

    I am havg troule downloadig UrduEditor. The link is not working. I am also looking for an urdu rte editor for my urdu forum which i am planing to develop. I also downloaded the javascript based software for converting text areas to urdu editors but I need some WYSIWYG urdu editor. I also developed an urdu editor in Java, this is my firist work in java. You ca download it at http://www.murreeonline.com/danish_satti/projects/Urdu_Word_Processor.zip But it will require jdk1.5 to run.

    At the end please somebody tell me correct url of urdy editor and also some informatio about urdu rte based on JavaScript

  55. Asim Says:

    Sir plz contact me

  56. Peter Says:

    hjghfghfghfghfg

  57. arslan Says:

    really nice work,there is not a single free urdu editor outhere.keep up the good work.

  58. Masood Ahmad Says:

    Hi,
    I have been working with urdu language for the past 11 years. I have used DOS programs to the latest Indesign and plus softwares to reach the client’s expectations.

    But now I am facing a HUGE problem working with .xml files. The client has given us the English version of the xml files to be translated into Urdu and hindi languages. The problem we are facing is that while typing, some of the coding gets deleted or overtyped, resulting in the malfunctioning of the original xml format.

    I have tried “MSOffice 2003 XML Editor”, but it is the third grade software I have ever seen. We have also tried the “XLIFF Translation Editor”, The software is very good as it allows to overtype the text only without displaying any of the coding of the xml file. but inspite of being so good it replaces some of the original coding of the xml files, which in turn gets an error.

    Sir can you suggest me to provide a software or any other procedure to type urdu language in xml files with ease and without hampering any of the coding from the original xml files.

    I Hope for a valuable and helpful suggestion/solution from yours side as soon as possible. Thanks and regards.

  59. afshan Says:

    Nabeel: You said in your reply that to set up an urdu blog all i have to do is…”All you need to do is to adapt a blogger.com template for correctly displaying Urdu. I can send you one such adapted template if you want to.”
    I have also made an account at wordpress.com too. The files that i want to upload are in inpage is it possible that i directly cope file from inpage and post in teh blog or do i need anything else to be downloaded?You also suggested to give me an adapted template. I would be very grateful if you forward me the adapted template, be it for blogger or wordpress.thank you.God Bless

  60. Qaiser Khan Says:

    I want to down load urdu software

  61. Wasi Naz Says:

    I tried to downloat Urdu Editor by clicking on the link given above. But it says the web page can not be found.

  62. Javed Iqbal Says:

    Thank You
    May nay iss website say boht kuch seekha.

  63. Tehmina Says:

    Thank You for urdu editing downloading link.
    Veryyyyyyyyyyyyyyyyyyyyyyyyyy Good Website.

  64. Danish Says:

    Dear Nabeel,

    First of all, let me congratulate you on putting together this excellent and ‘SIMPLE’ application. BIG Bravo, It is comprehensive, beautiful and it just simply works. We have been inspired from your work.

    We are a small group of individuals residing in Saudi Arabia working in the field of media and advertising. Going through various negative news and events in Pakistan, we have decided to CHANGE opinions about Pakistan CREATIVELY by putting some efforts in promoting together the following forum (as a start) at http://pakopinions.forumgogo.com while working on a bigger portal.

    the following domains have been registered for this purpose:

    http://www.pakistanopinions.com
    http://www.pakopinions.com
    http://www.pakopinion.com

    the forum at http://pakopinions.forumgogo.com is currently at a free hosting area that does not allow us to post ads, however, we have placed a link to your website in the links section as a gesture. However, once our portal will be ready, we can discuss other ideas.

    We were wondering how to include some URDU text in the website, and thanks to your great software for helping us out. our next task is to somehow configure a purely URDU forum, we will be using PHPBB on the site. (by the way I am not from any programming background) if you can jump in, it would be great.

    We will highly appreciate your initial opinions about the forum and its current content. you can also start posting if you like.

    http://pakopinions.forumgogo.com

    looking forward to hearing from you soon.

    Thanks and best wishes
    Danish Hussain
    danish.hussain@pakopinions.com

  65. Shabbir Ahmed Says:

    Plzzzzz send me urdu writting key board and other urdu languges slaution
    urdu computers sytems

  66. Akshaya Says:

    Hi!
    I wanted to start the website teaching letter a day and then slowly transforming itself to urdu poetry.I am facing difficulty pasting urdu as image,I tried MS PAINT however it occupoies alot of space and not giving desired results.
    Please also advise how can i add a soundclip to blogger,If you know.

    Thanx

  67. Sarfaraz Ahmed Says:

    ماشاء اللہ! یقینا آپ نے بہت ہی بڑا کارنامہ انجام دیا ہے۔ میں نے اسے آزمایا یہ بہت ہی بہتر ہے۔ اب میرے اندر بھی اس سوفٹ ویر کے ذریعہ اُردو ویب سائٹ بنانے کی خواہش جاگ رہی ہے۔ یہ پیغام میں آپ کے بنائے ہوئے سوفٹ ویر کے ذریعہ بھیج رہا ہوں۔

  68. saleh Says:

    no

Leave a Reply