On 5/21/13, accessindia-requ...@accessindia.org.in
<accessindia-requ...@accessindia.org.in> wrote:
> Send AccessIndia mailing list submissions to
>       accessindia@accessindia.org.in
>
> To subscribe or unsubscribe via the World Wide Web, visit
>       
> http://mail.accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>
> or, via email, send a message with subject or body 'help' to
>       accessindia-requ...@accessindia.org.in
>
> You can reach the person managing the list at
>       accessindia-ow...@accessindia.org.in
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of AccessIndia digest..."
>
>
> Please do not reply to this digest mail. You should put your comments into a
> new mail with appropriate subject line.
> _______________________________________________
> AccessIndia mailing list
> AccessIndia@accessindia.org.in
> http://mail.accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>
>
> Today's Topics:
>
>    1. Re: ever wanted to know how to password protect any files/
>       folders without using any software ??? here you go!
>       (Mohib Anwar Rafel)
>    2. Re: Job for Computer Teacher (Mohib Anwar Rafel)
>    3. Re: orjent help regarding taking the snap of screen please!
>       (Mohib Anwar Rafel)
>    4. Re: Regarding purchasing beepless call recorder from
>       killermobile. (Deepak Singla)
>    5. Need suggestion about OCR software (jerinjos...@gmail.com)
>    6. Book needed: wings of fire (Deepak Singla)
>    7. Re: Job for Computer Teacher (akhilesh)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Tue, 21 May 2013 12:24:09 +0530
> From: Mohib Anwar Rafel <mohibra...@gmail.com>
> To: accessindia@accessindia.org.in
> Subject: Re: [AI] ever wanted to know how to password protect any
>       files/ folders without using any software ??? here you go!
> Message-ID:
>       <camudc6ztjph-mlsyzxamghnmawya5acyykw7j3dzcudvvbg...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> couldn't understand, very complicated.
>
> On 5/21/13, Umair Ijaz <umairthescho...@gmail.com> wrote:
>> Password Protect Any Folder Without Any Software
>>
>> dear friends,
>>
>> assalam o alaikum and hello,
>> In my previous post i have taught you to
>> hide files using software "easy file locker"
>> if you missed that mail then you can request this as well. but today's
>> trick is very much cool!
>>
>> In this tutorial i will show you interesting and useful trick to
>> password protect folder without using any software using batch file
>> programming. This
>> trick will work on all windows platform (Win XP, Win 7). Follow below
>> tutorial to learn this trick.
>>
>> How To Lock Folder ?
>> use the file lock.bat which i wrote and you can download it from the
>> following link:
>> https://dl.dropboxusercontent.com/s/zw9657lgluzqhhz/lock.bat?token_hash=AAGafbbeOX5MgMDHk1P-VH4xvmXjMwa59I-kvriycYXsZA&dl=1
>> for those friends of mine who want to learn that how this file
>> was written using which code then following is the code written and
>> they can look at it. the following line of code and first two steps
>> are  for advanced programmers. for beginner users , just download the
>> file lock.bat from the above link and use it as described in the steps
>> for all , starting from step 3, 4 and so on.
>>
>> steps for advanced users
>> ?1. Open Notepad and Copy code given below into it.
>>
>> block quote
>> cls
>> @ECHO OFF
>> title UmairIjazTheScholar
>> if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto
>> UNLOCK
>> if NOT EXIST UmairTheScholar goto MDUmairTheScholar
>> :CONFIRM
>> echo Are you sure to lock this folder? (Y/N)
>> set/p "cho=>"
>> if %cho%==Y goto LOCK
>> if %cho%==y goto LOCK
>> if %cho%==n goto END
>> if %cho%==N goto END
>> echo Invalid choice.
>> goto CONFIRM
>> :LOCK
>> ren UmairTheScholar "Control
>> Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
>> attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
>> echo Folder locked
>> goto End
>> :UNLOCK
>> echo Enter password to Unlock Your Secure Folder
>> set/p "pass=>"
>> if NOT %pass%== umair goto FAIL
>> attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
>> ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
>> UmairTheScholar
>> echo Folder Unlocked successfully
>> goto End
>> :FAIL
>> echo Invalid password
>> goto end
>> :MDUmairTheScholar
>> md UmairTheScholar
>> echo MyFolder created successfully
>> goto End
>> :End
>> block quote end
>> ?2. Save the notepad file as lock.bat (.bat is must)
>>
>> steps for all
>> ?3. Now double click on lock.bat and a new folder will be created with
>> name
>>
>> UmairTheScholar
>>
>> in the location where lock.bat is placed.
>> ?4. Copy all your data you want to protect in that New folder
>> ?5. Now double click on lock.bat and when command promp appears Type Y
>> and press enter. the message is written on the screen which you can
>> read using jaws cursor but it is not necessarry. it is confirmation
>> message so Y for yes serves the purpose.
>> ?6. Now your secret folder
>>
>> UmairTheScholar
>>
>> will be hidden from  the view.
>>
>>  to access that folder double click on lock.bat file again.
>>
>> ?7. It will ask for password. enter the password
>>
>> "umair"
>>
>> without quotes and you are done.
>> note:
>> again asking message for password is written on screen and pc cursor
>> does not read this. as you know that what you are going to do so just
>> write the password and hit enter no need to do anything else.
>>
>> How To Further Secure ?
>> You might be thinking that anyone can access the password by opening
>> that lock.bat file in Notepad or any other text editor. To make it
>> more secure hide
>> lock.bat in some secure location?after following the above tutorial To
>> access the secured file double click on lock.bat. I would suggest
>> copying lock.bat
>> file into Pendrive and copying it into your computer whenever you
>> required to access to your protected files.
>>
>> how was the trick? share your feedback on that.
>>
>> thanks!
>>
>> --
>>
>> "  Don't let a little dispute injure a great friendship"
>>
>> Umair Ijaz, Scholar for Scholars
>> webpage: www.lcddp.org/umair
>>
>> skype: umair.ijaz44
>> facebook: http://facebook.com/umair.ijaz.33
>> twitter: UmairTheScholar
>> yahoogroup:
>> scholars_learners-subscr...@yahoogroups.com
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>
>
> --
> Mohib Anwar Rafel
> M.Phil/Masters in International Law, Center for International Legal Studies
> JNU.
> Pursuing Masters of Law, at University of Delhi
>
> Phone: 09811767506,
> 01127666896
>
>
>
> ------------------------------
>
> Message: 2
> Date: Tue, 21 May 2013 12:19:42 +0530
> From: Mohib Anwar Rafel <mohibra...@gmail.com>
> To: accessindia@accessindia.org.in
> Subject: Re: [AI] Job for Computer Teacher
> Message-ID:
>       <CAMudc6zwfS+Wcjzmeny0z1eyCoJ15TcVDuNjT-1AM=r68wy...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> I think this is not any kind of discrimination against visually
> challanged community. This is the endeavor to give the best so that
> the teacher could handle all odd situations which a visually
> challanged teacher cann't handle, provided that sighted teacher is
> well-grounded in assistive technology. May be that organization is
> looking someone who could do some importent work even outside the
> computer classes which can be done by a sighted person only. So don't
> blaim the organization here and treat it as in the interest of
> students.
>
> On 5/21/13, srikanth bolla <presidentsrika...@gmail.com> wrote:
>> Hi guys,
>>     This is really sad discrimination and news. I think to some extent,
>> we
>> are giving them the chance to underestimate visually challenge people or
>> teachers. As an employer myself who is dedicated to  recruiting  disabled
>> people, feel  that  visually challenged people  will not  take  active
>> step
>> in learning to fulfill  work role.  Most people show their disability and
>> escape from work and give out en number of reasons for coming on time and
>> much more.  I do understand that all visually challenged people are not
>> lazy
>> but most of them though. I compare visually challenged people with other
>> disabilities and found that most visually challenged people are not
>> active
>> and never attempt to learn.  Sorry if this hurts but this is high time
>> that
>> we all should change ourselves and should not expect easy things and
>> work.
>> Work environment is always challenging irrespective of once disability.
>> So
>> employers will be confident once we start to show at most dedication. I
>> understand various reasons being saying visually challenged people should
>> not apply. For example, how can you fix power and hardware connections?
>> How
>> can you work on inaccessible applications while teaching? If the computer
>> crashes and freezes how can you fix. These are few reasons maybe they are
>> thinking. If you can do all these things, then we have to let employers
>> know. my ideas are based on Personal  experience. Regards,
>>
>> -----Original Message-----
>> From: AccessIndia [mailto:accessindia-boun...@accessindia.org.in] On
>> Behalf
>> Of vikram babu
>> Sent: Monday, May 20, 2013 1:33 PM
>> To: accessindia@accessindia.org.in
>> Subject: Re: [AI] Job for Computer Teacher
>>
>> Hi friends,
>>
>> This line hurts me a lot. "anyone can apply except visually impaired
>> person.
>> "
>> I am really sorry if it is wrong to comment on this issue on this list.
>> But
>> I would like to have the openion of the person who had posted this
>> information. I need fue clarifications like:
>>
>> 1. Why visually challenged teachers are not allowed to apply for this
>> post,
>> when it is ment for teaching computers to the visually challenged
>> students?
>> 2. These days many visually challenged people are trying to do their best
>> to
>> creat awareness, How we can handle things confidently! Then why this
>> discrimination?
>>
>> I have seen many challenged people doing their duties confidently and
>> achieving the goals in short time. But I really feel sad to hear this
>> line.
>> Sorry. It is not my intention to hurt some one. but these are my feelings
>> after getting so much hurt to the words.
>> Thanks for reading.
>> --
>>                               With best wishes,
>>                               B. Vikrambabu.
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessind
>> ia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>
>
> --
> Mohib Anwar Rafel
> M.Phil/Masters in International Law, Center for International Legal Studies
> JNU.
> Pursuing Masters of Law, at University of Delhi
>
> Phone: 09811767506,
> 01127666896
>
>
>
> ------------------------------
>
> Message: 3
> Date: Tue, 21 May 2013 12:26:27 +0530
> From: Mohib Anwar Rafel <mohibra...@gmail.com>
> To: bidh...@gmail.com, accessindia@accessindia.org.in
> Subject: Re: [AI] orjent help regarding taking the snap of screen
>       please!
> Message-ID:
>       <camudc6yy94esx2qonxbsvng2+mgb6qmhvbi56eqv37odzdz...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> what do hear when u press print screen key?
>
> On 5/20/13, Raju singh <bidh...@gmail.com> wrote:
>> Thanks a tonne all for your valuable tricks. But fortune is not favoring
>> me,
>> as  no suggested keystrokes is working to my computer. I am using win 7
>> ultimate 32 bit. So please suggest me any 3rd party software which will
>> do
>> the same job.
>> Thanks.
>> Raaju.
>> -----Original message-----
>> From: Rejin Jose k.
>> Sent:  20/05/2013, 4:19  pm
>> To: accessindia@accessindia.org.in
>> Subject: Re: [AI] orjent help regarding taking the snap of screen please!
>>
>>
>> hi,
>> try the below  key stroke to take snapshot and pasting it into paint.
>> press CTRL+print screen.
>> after doing the above key stroke the snapshot will be copied into the
>> clipboard.So just open paint and paste it using CTRL+v
>> hope this helps
>>
>> On 5/20/13, Uma phago <phago....@gmail.com> wrote:
>>> hey raju
>>> alt plus print screen should work on win 7, it is working for me.
>>>
>>> Register at the dedicated AccessIndia list for discussing accessibility
>>> of
>>> mobile phones / Tabs on:
>>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>>
>>>
>>> Search for old postings at:
>>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>>
>>> To unsubscribe send a message to
>>> accessindia-requ...@accessindia.org.in
>>> with the subject unsubscribe.
>>>
>>> To change your subscription to digest mode or make any other changes,
>>> please
>>> visit the list home page at
>>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>>
>>>
>>> Disclaimer:
>>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>>> the
>>> person sending the mail and AI in no way relates itself to its veracity;
>>>
>>> 2. AI cannot be held liable for any commission/omission based on the
>>> mails
>>> sent through this mailing list..
>>>
>>
>>
>> --
>> With Warm Regards,
>> Rejin Jose
>> email:m2re...@gmail.com
>> cell:8281293699
>>
>> Have a Great Day......
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>
>
> --
> Mohib Anwar Rafel
> M.Phil/Masters in International Law, Center for International Legal Studies
> JNU.
> Pursuing Masters of Law, at University of Delhi
>
> Phone: 09811767506,
> 01127666896
>
>
>
> ------------------------------
>
> Message: 4
> Date: Tue, 21 May 2013 12:30:16 +0530
> From: Deepak Singla <deepakkumarsin...@gmail.com>
> To: accessindia@accessindia.org.in
> Subject: Re: [AI] Regarding purchasing beepless call recorder from
>       killermobile.
> Message-ID:
>       <CAFrc_J_vQzisiV7fQaZLtLZD_jXs155nx1=2jdfvmadq0yr...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi
> Yesterday I have bought the same from Nokia Ovi Store by making
> payments through my debit card. Nokia also offers payment through your
> mobile bill if you have post paid connection.
>
> Working successfully.
>
> On 5/21/13, Mohib Anwar Rafel <mohibra...@gmail.com> wrote:
>> if you are able to perchase from them, please let me  know. I also
>> tried to perchase from them but i didn't find any way to perchase
>> except credit card!
>>
>> On 5/20/13, Surendra Salgaonkar <surendra.salgaonk...@gmail.com> wrote:
>>> Dear ones,
>>>  As somebody suggested I download beepless call recorder trial version.
>>> Now,
>>> how should I buy it? Because the trial period is over.
>>> Thank you and good luck
>>> Surendra Salgaonkar
>>>  Phones
>>> :+912226473918
>>> +919867645933
>>>  Emails.
>>> salgaonkarconce...@rediffmail.com
>>>  Office
>>> surendra.salgaon...@sbi.co.in
>>>  Skype.
>>> salgaonkarskype
>>>
>>>
>>> Register at the dedicated AccessIndia list for discussing accessibility
>>> of
>>> mobile phones / Tabs on:
>>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>>
>>>
>>> Search for old postings at:
>>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>>
>>> To unsubscribe send a message to
>>> accessindia-requ...@accessindia.org.in
>>> with the subject unsubscribe.
>>>
>>> To change your subscription to digest mode or make any other changes,
>>> please
>>> visit the list home page at
>>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>>
>>>
>>> Disclaimer:
>>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>>> the
>>> person sending the mail and AI in no way relates itself to its veracity;
>>>
>>> 2. AI cannot be held liable for any commission/omission based on the
>>> mails
>>> sent through this mailing list..
>>>
>>
>>
>> --
>> Mohib Anwar Rafel
>> M.Phil/Masters in International Law, Center for International Legal
>> Studies
>> JNU.
>> Pursuing Masters of Law, at University of Delhi
>>
>> Phone: 09811767506,
>> 01127666896
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>
>
> --
> Regards
>
> (Deepak Kumar Singla)
>
> "Help Ever Hurt Never"
>
>
>
> ------------------------------
>
> Message: 5
> Date: Tue, 21 May 2013 07:02:30 +0000
> From: jerinjos...@gmail.com
> To: accessindia@accessindia.org.in, bs...@yahoogroups.com
> Subject: [AI] Need suggestion about OCR software
> Message-ID: <519b1de5.8c620f0a.1e5f.6...@mx.google.com>
> Content-Type: text/plain; charset=utf-8
>
>
> Dear friends,
>
> I want to know which OCR software is better among fine reader, open book and
> Kurzwail. I know that these three use the same OCR engine. Would like to
> know the price as well.
>
> With best regards,
>
> Jerin Jose
> M: +919539510031
> Facebook: jyjerin
>
>
>
>
>
> ------------------------------
>
> Message: 6
> Date: Tue, 21 May 2013 12:49:24 +0530
> From: Deepak Singla <deepakkumarsin...@gmail.com>
> To: accessindia <accessindia@accessindia.org.in>
> Subject: [AI] Book needed: wings of fire
> Message-ID:
>       <cafrc_j_cdgj3qdi5el7l+xyyezyusbmbhq7+p6w-g-gbgov...@mail.gmail.com>
> Content-Type: text/plain; charset=UTF-8
>
> Hi
> Can anyone provide me the book Wings of fire.
> Thanks in advance...
>
> Deepak Singla
> --
> Regards
>
> (Deepak Kumar Singla)
>
> "Help Ever Hurt Never"
>
>
>
> ------------------------------
>
> Message: 7
> Date: Tue, 21 May 2013 13:05:36 +0530
> From: akhilesh <akhil.akhi...@gmail.com>
> To: accessindia@accessindia.org.in
> Subject: Re: [AI] Job for Computer Teacher
> Message-ID:
>       <CAD5PeSdh5-0Ayxa=wz2mxsC9a7E=0rmb1jahxtviac956k5...@mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello all,
> I do agree with some observation made by some members that most of VI
> people barring a few, don't match the challenging environment of
> corporate/private establishments. However,
> How many Sighted know that there is something called jaws? How many
> know that blind uses keyboard and not mouse? How many know that there
> is something called assistive technology? How many of you agree that a
> sighted people can teach better computer than a visually-impaired to a
> visually-impaired? And how many sighted people are aware about number
> and number of jaws commands? And list goes on and on!
>
> The Primary job of a computer instructor is to impart the computer
> knowledge to trainees and not to repair the computers! I wonder that
> how an organization dedicated to welfare of visually-impaired can
> publish such and laughable ad prescribing the idiotic qualification!
> Computer Training center for visually-impaired, but Trainee should not
> be visually-impaired!!
> Thanks,
>
>
> On 5/21/13, Mohib Anwar Rafel <mohibra...@gmail.com> wrote:
>> I think this is not any kind of discrimination against visually
>> challanged community. This is the endeavor to give the best so that
>> the teacher could handle all odd situations which a visually
>> challanged teacher cann't handle, provided that sighted teacher is
>> well-grounded in assistive technology. May be that organization is
>> looking someone who could do some importent work even outside the
>> computer classes which can be done by a sighted person only. So don't
>> blaim the organization here and treat it as in the interest of
>> students.
>>
>> On 5/21/13, srikanth bolla <presidentsrika...@gmail.com> wrote:
>>> Hi guys,
>>>     This is really sad discrimination and news. I think to some extent,
>>> we
>>> are giving them the chance to underestimate visually challenge people or
>>> teachers. As an employer myself who is dedicated to  recruiting
>>> disabled
>>> people, feel  that  visually challenged people  will not  take  active
>>> step
>>> in learning to fulfill  work role.  Most people show their disability
>>> and
>>> escape from work and give out en number of reasons for coming on time
>>> and
>>> much more.  I do understand that all visually challenged people are not
>>> lazy
>>> but most of them though. I compare visually challenged people with other
>>> disabilities and found that most visually challenged people are not
>>> active
>>> and never attempt to learn.  Sorry if this hurts but this is high time
>>> that
>>> we all should change ourselves and should not expect easy things and
>>> work.
>>> Work environment is always challenging irrespective of once disability.
>>> So
>>> employers will be confident once we start to show at most dedication. I
>>> understand various reasons being saying visually challenged people
>>> should
>>> not apply. For example, how can you fix power and hardware connections?
>>> How
>>> can you work on inaccessible applications while teaching? If the
>>> computer
>>> crashes and freezes how can you fix. These are few reasons maybe they
>>> are
>>> thinking. If you can do all these things, then we have to let employers
>>> know. my ideas are based on Personal  experience. Regards,
>>>
>>> -----Original Message-----
>>> From: AccessIndia [mailto:accessindia-boun...@accessindia.org.in] On
>>> Behalf
>>> Of vikram babu
>>> Sent: Monday, May 20, 2013 1:33 PM
>>> To: accessindia@accessindia.org.in
>>> Subject: Re: [AI] Job for Computer Teacher
>>>
>>> Hi friends,
>>>
>>> This line hurts me a lot. "anyone can apply except visually impaired
>>> person.
>>> "
>>> I am really sorry if it is wrong to comment on this issue on this list.
>>> But
>>> I would like to have the openion of the person who had posted this
>>> information. I need fue clarifications like:
>>>
>>> 1. Why visually challenged teachers are not allowed to apply for this
>>> post,
>>> when it is ment for teaching computers to the visually challenged
>>> students?
>>> 2. These days many visually challenged people are trying to do their
>>> best
>>> to
>>> creat awareness, How we can handle things confidently! Then why this
>>> discrimination?
>>>
>>> I have seen many challenged people doing their duties confidently and
>>> achieving the goals in short time. But I really feel sad to hear this
>>> line.
>>> Sorry. It is not my intention to hurt some one. but these are my
>>> feelings
>>> after getting so much hurt to the words.
>>> Thanks for reading.
>>> --
>>>                               With best wishes,
>>>                               B. Vikrambabu.
>>>
>>> Register at the dedicated AccessIndia list for discussing accessibility
>>> of
>>> mobile phones / Tabs on:
>>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessind
>>> ia.org.in
>>>
>>>
>>> Search for old postings at:
>>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>>
>>> To unsubscribe send a message to
>>> accessindia-requ...@accessindia.org.in
>>> with the subject unsubscribe.
>>>
>>> To change your subscription to digest mode or make any other changes,
>>> please
>>> visit the list home page at
>>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>>
>>>
>>> Disclaimer:
>>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>>> the
>>> person sending the mail and AI in no way relates itself to its veracity;
>>>
>>> 2. AI cannot be held liable for any commission/omission based on the
>>> mails
>>> sent through this mailing list..
>>>
>>>
>>> Register at the dedicated AccessIndia list for discussing accessibility
>>> of
>>> mobile phones / Tabs on:
>>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>>
>>>
>>> Search for old postings at:
>>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>>
>>> To unsubscribe send a message to
>>> accessindia-requ...@accessindia.org.in
>>> with the subject unsubscribe.
>>>
>>> To change your subscription to digest mode or make any other changes,
>>> please
>>> visit the list home page at
>>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>>
>>>
>>> Disclaimer:
>>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>>> the
>>> person sending the mail and AI in no way relates itself to its veracity;
>>>
>>> 2. AI cannot be held liable for any commission/omission based on the
>>> mails
>>> sent through this mailing list..
>>>
>>
>>
>> --
>> Mohib Anwar Rafel
>> M.Phil/Masters in International Law, Center for International Legal
>> Studies
>> JNU.
>> Pursuing Masters of Law, at University of Delhi
>>
>> Phone: 09811767506,
>> 01127666896
>>
>> Register at the dedicated AccessIndia list for discussing accessibility
>> of
>> mobile phones / Tabs on:
>> http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in
>>
>>
>> Search for old postings at:
>> http://www.mail-archive.com/accessindia@accessindia.org.in/
>>
>> To unsubscribe send a message to
>> accessindia-requ...@accessindia.org.in
>> with the subject unsubscribe.
>>
>> To change your subscription to digest mode or make any other changes,
>> please
>> visit the list home page at
>> http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in
>>
>>
>> Disclaimer:
>> 1. Contents of the mails, factual, or otherwise, reflect the thinking of
>> the
>> person sending the mail and AI in no way relates itself to its veracity;
>>
>> 2. AI cannot be held liable for any commission/omission based on the
>> mails
>> sent through this mailing list..
>>
>
>
> --
> Akhilesh Dahiya,
> Advocate.
> Mobile: +91 9818798780
> Email: akhil.akhi...@gmail.com
> New Delhi
>
>
>
> ------------------------------
>
> Subject: Digest Footer
>
> Disclaimer:
> 1. Contents of the mails, factual, or otherwise, reflect the thinking of the
> person sending the mail and AI in no way relates itself to its veracity;
>
> 2. AI cannot be held liable for any commission/omission based on the mails
> sent through this mailing list..
>
>
> ------------------------------
>
> End of AccessIndia Digest, Vol 59, Issue 739
> ********************************************
>

Register at the dedicated AccessIndia list for discussing accessibility of 
mobile phones / Tabs on:
http://mail.accessindia.org.in/mailman/listinfo/mobile.accessindia_accessindia.org.in


Search for old postings at:
http://www.mail-archive.com/accessindia@accessindia.org.in/

To unsubscribe send a message to
accessindia-requ...@accessindia.org.in
with the subject unsubscribe.

To change your subscription to digest mode or make any other changes, please 
visit the list home page at
http://accessindia.org.in/mailman/listinfo/accessindia_accessindia.org.in


Disclaimer:
1. Contents of the mails, factual, or otherwise, reflect the thinking of the 
person sending the mail and AI in no way relates itself to its veracity;

2. AI cannot be held liable for any commission/omission based on the mails sent 
through this mailing list..

Reply via email to