ArkBird
06-24 12:27 AM
Look no further. EB3 (Other Workers) became "Unavailable" last week and nothing that I read says it cannot happen for EB1/EB2/EB3.
wallpaper Figure 2: Map of Uganda
pom
04-28 05:34 PM
All right, I've changed it once more, but maybe you should remove those moutain pics because it takes forever to load as it is :)
Very nice work though.
Very nice work though.
Jimi_Hendrix
11-17 04:34 PM
for agreeing about the layout for this thread and forum. Agreement is so blissful around here.
Now let us get to work and start actively working on IV's objectives:p
Now let us get to work and start actively working on IV's objectives:p
2011 Map showing regions in Japan
lskreddy
08-14 12:05 PM
all the best to you! If you are serious about this, then you may want to go easy on visiting iv and start checking out: http://www.r2iclubforums.com/forums/
I spend a few good hours a week on that site. :-)
Some of the writings are pretty motivating...
I spend a few good hours a week on that site. :-)
Some of the writings are pretty motivating...
more...
gc_kaavaali
08-08 12:22 AM
You cannot work on EAD...but if you apply for EAD replacement and if you received receipt, then you can work on receipt for 90 days. Hope this helps.
me_myself
03-05 03:06 AM
There is a sudden change of plan. My company wants me in US for two months - March 15 - May 15. Then i have to go back to India till Dec 09 and come back to join work from Jan 2010. My questions -
1. Will i be facing any questions at the immigration (point of entry) when i come back on Jan 2010?
2. Any other situation or scenario that i should be aware of?
3. If i receive pay check for just two months in 09, will there be a problem when i file taxes for 2009?
4. How long can i stay outside US on a H1b visa?
Thanks a lot.
1. Will i be facing any questions at the immigration (point of entry) when i come back on Jan 2010?
2. Any other situation or scenario that i should be aware of?
3. If i receive pay check for just two months in 09, will there be a problem when i file taxes for 2009?
4. How long can i stay outside US on a H1b visa?
Thanks a lot.
more...
rolrblade
01-11 01:52 PM
Thanks for suggestion
if you dont understand the problem just leave it I know who are experts they understand what my intention and problem so I will get from them
Heh Sravankand:
I think I can provide you some help here, but please can you re-explain your situation here. I got lost in the english (and I do not mean this in a bad way). Sometimes, what is very obvious to you is not so clear to someone else.
It seems from the tone of your reply that you are looking for help, so please rewrite your post explaining a little better and avoiding SMS type english.
if you dont understand the problem just leave it I know who are experts they understand what my intention and problem so I will get from them
Heh Sravankand:
I think I can provide you some help here, but please can you re-explain your situation here. I got lost in the english (and I do not mean this in a bad way). Sometimes, what is very obvious to you is not so clear to someone else.
It seems from the tone of your reply that you are looking for help, so please rewrite your post explaining a little better and avoiding SMS type english.
2010 Figure 1: Map of Uganda
test101
07-17 07:42 PM
yeah why bank statment? My attoreny did say anything about tax return either ? are you sureeeeeeeeeeeee?
more...
Anil_s
07-08 09:45 AM
Hi Ari,
Thank you for the reply.
As I came to know L1 is denied due to skill set I have is not enough, which I do not agree and I can appeal for the same.
Will you advise me to reopen the case? And if I am reopening the case am I eligible to stay here in US till the case is finalized even if my I-94 expires?
Can I also file for H1 at the same time?
Thank You
Anil
Thank you for the reply.
As I came to know L1 is denied due to skill set I have is not enough, which I do not agree and I can appeal for the same.
Will you advise me to reopen the case? And if I am reopening the case am I eligible to stay here in US till the case is finalized even if my I-94 expires?
Can I also file for H1 at the same time?
Thank You
Anil
hair Map showing regions and
rpulipati
11-18 01:04 PM
http://immigrationvoice.org/forum/showpost.php?p=187106&postcount=2
Please let me know, which center you opened Service Request and is there any phone number, I can call USCIS.
Please let me know, which center you opened Service Request and is there any phone number, I can call USCIS.
more...

regacct
12-20 08:26 AM
If we are not ready to speak up and say we have a problem to the people that matter (lawmakers, media) - why would they assume a problem exists?
hot planninguganda map variety
JoeSixpack
09-04 07:06 PM
I never got kWordpad to do this for me. Though after you mentioned it, I went back and took another look. I noticed that if upon opening the window, I clicked on the Bold button first and then went and began typing, the Bold button would return to an unChecked state and my text would not be bold. However if I first clicked once inside of the rich textbox and then clicked the bold button, when I started typing the text would be bold.
So I went into the source and added: "this.MainRichTextBox.Focus();" directly benieth “InitializeComponent” to the Window1.xaml.cs file, so that the rich textbox would already have been ‘clicked’ upon opening and now it works just like wordpad as far as applying styles.
Are you getting similar behavior or not? If its working differently for you, is there any chance you know whats happening here?
Either way, thanks for making me take a second look. And just while I have you on the line, I want to tell you I love the website. The tutorials here are great. Most sites simply give snippits, but don’t give you all of how they achieved this or that feature. So its nice to know that when I start something here, all of the info I need to finish it or get it working is included. I'm looking forward to more in the WPF field.
Thanks again.
P.S. Just as a side note I was curious why you have:
private void SelectDefaultFont()
{
FontFamilyCombo.SelectedValue = "Arial";
}
in the Window1.xaml.cs file when the Selected Index is already set in Expression Blend (0).
Just for fun I changed it to: SelectedValue=”Calibri” in the C# file and left the Selected index in Expression Blend at 0. Now when I run kWordpad the combo box has Calibri set as the defualt but resets to Arial as soon as I begin typing in the rich textbox.
What makes this really odd to me is that if it is being set by the selected index in Expression Blend, then the selected index would have to be set at 9 on my computer in order for it to choose Arial as the default (for me 0 is Abyssinica SIL). So where is it getting Arial from; and how is it that it is ignoring both the SelectedDefaultFont and the SelectedIndex? I realize this may seem tedius, but I just hate not knowing... "to be continued" at the end of a tv show makes me nuts too; I'm seeking help.
So I went into the source and added: "this.MainRichTextBox.Focus();" directly benieth “InitializeComponent” to the Window1.xaml.cs file, so that the rich textbox would already have been ‘clicked’ upon opening and now it works just like wordpad as far as applying styles.
Are you getting similar behavior or not? If its working differently for you, is there any chance you know whats happening here?
Either way, thanks for making me take a second look. And just while I have you on the line, I want to tell you I love the website. The tutorials here are great. Most sites simply give snippits, but don’t give you all of how they achieved this or that feature. So its nice to know that when I start something here, all of the info I need to finish it or get it working is included. I'm looking forward to more in the WPF field.
Thanks again.
P.S. Just as a side note I was curious why you have:
private void SelectDefaultFont()
{
FontFamilyCombo.SelectedValue = "Arial";
}
in the Window1.xaml.cs file when the Selected Index is already set in Expression Blend (0).
Just for fun I changed it to: SelectedValue=”Calibri” in the C# file and left the Selected index in Expression Blend at 0. Now when I run kWordpad the combo box has Calibri set as the defualt but resets to Arial as soon as I begin typing in the rich textbox.
What makes this really odd to me is that if it is being set by the selected index in Expression Blend, then the selected index would have to be set at 9 on my computer in order for it to choose Arial as the default (for me 0 is Abyssinica SIL). So where is it getting Arial from; and how is it that it is ignoring both the SelectedDefaultFont and the SelectedIndex? I realize this may seem tedius, but I just hate not knowing... "to be continued" at the end of a tv show makes me nuts too; I'm seeking help.
more...
house within Uganda (pink)
GCOP
09-24 11:49 AM
This was just a proposal for EB visa Recapture First and then FB Visa Recapture, as nothing is passing in the current form of the bill. I think we have discussed this proposal enough, Please Close this thread.
tattoo Regional Map of Africa showing
pbojja
11-19 09:53 AM
I guess you already know but can't help to remind this :
USPS has a system of mail-forwarding. After leaving your old-address, if you notify USPS, USPS will continue to forward all your first class mails to your new address specified by you. You can do it Online @ usps.com... I guess they charge $1 for verifying your address from the CC address, if you do it online(which I did).
So, NO, your mails will not be lost!
I think USPS does not forward mails when the mail says "return service requested" .
USPS has a system of mail-forwarding. After leaving your old-address, if you notify USPS, USPS will continue to forward all your first class mails to your new address specified by you. You can do it Online @ usps.com... I guess they charge $1 for verifying your address from the CC address, if you do it online(which I did).
So, NO, your mails will not be lost!
I think USPS does not forward mails when the mail says "return service requested" .
more...
pictures Map of Uganda
desi3933
02-18 10:03 AM
Does it come under new H1b quota? Does it treated under cap and Does she/he need to wait for April to file for Change of status again? Any ideas?
>> Does it come under new H1b quota?
No.
>> Does it treated under cap and Does she/he need to wait for April to file for Change of status again?
No.
______________________
Not a legal advice.
US citizen of Indian origin
>> Does it come under new H1b quota?
No.
>> Does it treated under cap and Does she/he need to wait for April to file for Change of status again?
No.
______________________
Not a legal advice.
US citizen of Indian origin
dresses to image Map+uganda+africa
anilsal
12-19 10:14 PM
I think the idea should be to get the callers from IV over zip codes that are dispersed across the country. Plus the calls should be daily from a few of the members. Maybe like 5-10 calls per day till SKIL bill gets cleared?
What do you think?
Sen.Cornyn should get to know that his bill is important (of course the tech industry has made its intentions clear by pushing for it). Now if the members of IV also keep calling amidst the negative calling campaign from the anti-imm group, it would do us a world of GOOD.
What do you think?
Sen.Cornyn should get to know that his bill is important (of course the tech industry has made its intentions clear by pushing for it). Now if the members of IV also keep calling amidst the negative calling campaign from the anti-imm group, it would do us a world of GOOD.
more...
makeup World map showing mountain
GreeNever
02-08 04:05 PM
If it be projected as "a deed" endorsed by 1000 NRIs affecting abt 100000 NRIs in the US, even a lame duck will tend to grow back.. uptill it's web claw..
girlfriend Map concerning China showing

ItIsNotFunny
06-25 11:10 AM
Please take the above poll.
In my case, company is paying for me alone. I have to pay attorney fee and filing fee for my wife.
This varies from company to company. Mine, company pays all attorney fees. I have to pay for EAD and Advance Parole USCIS fees. Their argument is valid, they say that they pay for GC process. EAD and AP are not required as they are paying for my H1. Still they pay attorney charges for EAD and AP.
In my case, company is paying for me alone. I have to pay attorney fee and filing fee for my wife.
This varies from company to company. Mine, company pays all attorney fees. I have to pay for EAD and Advance Parole USCIS fees. Their argument is valid, they say that they pay for GC process. EAD and AP are not required as they are paying for my H1. Still they pay attorney charges for EAD and AP.
hairstyles Questions kampala searchable map highlighting all itsoutline map provides
FinalGC
02-07 09:36 AM
Buddy:
The way I see is that you have two options:
1) You close your shop here in USA and go back to India and take care of them there. India is booming, you will surely get a good job. But then this is based on your priorities and what u want to do.
OR
2) Find a very good old age home for them in India, where there is 24hrs support for them.. This will be cheaper for you and good for them. They will be in midst of people of their age and get all the support which you will not be able to give, as you and your wife are working.
Coming to US at this age and with such medical condition, will only become a burden for you and them. Since all they will land up doing is baby sitting your kids and maybe walk to the nearby mall. There is no way for them to interact with people of their age, which is big social need for everybody.
It is true no insurance will cover their pre-existing condition, so you will land up paying all their medical expenses. However, if u r a millionare, then bring them over here, then u will be able to take care of them......otherwise practically I see you losing all your hard earned $$'s....God forbid anybody getting sick here in US.
I just gave you some practical advise.
I hope you make the right decision, which would be good for you and your parents.
The way I see is that you have two options:
1) You close your shop here in USA and go back to India and take care of them there. India is booming, you will surely get a good job. But then this is based on your priorities and what u want to do.
OR
2) Find a very good old age home for them in India, where there is 24hrs support for them.. This will be cheaper for you and good for them. They will be in midst of people of their age and get all the support which you will not be able to give, as you and your wife are working.
Coming to US at this age and with such medical condition, will only become a burden for you and them. Since all they will land up doing is baby sitting your kids and maybe walk to the nearby mall. There is no way for them to interact with people of their age, which is big social need for everybody.
It is true no insurance will cover their pre-existing condition, so you will land up paying all their medical expenses. However, if u r a millionare, then bring them over here, then u will be able to take care of them......otherwise practically I see you losing all your hard earned $$'s....God forbid anybody getting sick here in US.
I just gave you some practical advise.
I hope you make the right decision, which would be good for you and your parents.
plongwait
12-07 03:51 PM
Hi Everyone,
We r in a totally confused state of H1,H4,Visa & passport. I would be very gr8ful if u can help.
The thing is my husbnad is on H1 & me on H4.
His H1 was getting expired in Jan07 & has been extended till May08.
His passport is getting expired in Sep07(the 10yrs validity will be over & we will need to get a new passport plz mind new not renewed).
We r going to India in Jan-Feb07 & would like to get the Visa stamped there. Now the US consulate says that you present a passport that is valid for at least 6 months beyond your date of anticipated stay in the U.S. i.e May08 in our case.
Questions:-
1) To take an appointment in India we need to get the HDFC bar code, for which we need to present the copy of first page of passport. Can we take an appoinment on the basis of old passport & then carry both the old & new passport at the time of interview?
If yes, on which passport will we get the stamp? If only the old passport then do we need to take another appointment later to get the new passport stamped.
2) Do we need to take seperate appointment for my husband & me to get the stamping done in India ?
3) Will appointment be available in Feb or we r too late ?
We have not yet sent the application for new passport. Not getting a clear cut solution for this situation we even wrote to the US consulate but no relevant reply.Plz suggest what is to be done.
Thanx in advance.:)
Thsi is my suggestion based on the personal experience. May be it's helpful t o you.
You can get your new passport in USA from your nearest Inidan Consulate. The form is very simple - may take just a few hours fill. Indian consulate takes about a week to get the new passport.
I have got new passport (after 10 years of expiry) for whole of my family from Indian Cosulate at San Francisco in 7 days. This process is really simple. As the Visa appointment dates in India are available at short notice, you may have enough time to get new passport and then ask for Visa appointment if you apply for the passport in next few days.
We r in a totally confused state of H1,H4,Visa & passport. I would be very gr8ful if u can help.
The thing is my husbnad is on H1 & me on H4.
His H1 was getting expired in Jan07 & has been extended till May08.
His passport is getting expired in Sep07(the 10yrs validity will be over & we will need to get a new passport plz mind new not renewed).
We r going to India in Jan-Feb07 & would like to get the Visa stamped there. Now the US consulate says that you present a passport that is valid for at least 6 months beyond your date of anticipated stay in the U.S. i.e May08 in our case.
Questions:-
1) To take an appointment in India we need to get the HDFC bar code, for which we need to present the copy of first page of passport. Can we take an appoinment on the basis of old passport & then carry both the old & new passport at the time of interview?
If yes, on which passport will we get the stamp? If only the old passport then do we need to take another appointment later to get the new passport stamped.
2) Do we need to take seperate appointment for my husband & me to get the stamping done in India ?
3) Will appointment be available in Feb or we r too late ?
We have not yet sent the application for new passport. Not getting a clear cut solution for this situation we even wrote to the US consulate but no relevant reply.Plz suggest what is to be done.
Thanx in advance.:)
Thsi is my suggestion based on the personal experience. May be it's helpful t o you.
You can get your new passport in USA from your nearest Inidan Consulate. The form is very simple - may take just a few hours fill. Indian consulate takes about a week to get the new passport.
I have got new passport (after 10 years of expiry) for whole of my family from Indian Cosulate at San Francisco in 7 days. This process is really simple. As the Visa appointment dates in India are available at short notice, you may have enough time to get new passport and then ask for Visa appointment if you apply for the passport in next few days.
Ramba
07-25 04:40 PM
Very easy. No need to file new 485 or CP. Interfile, by sending the copy of new 140 approval notice to your pending 485. Requset them to consider your latest approved Eb2-140 as a underlying immigrart visa petition for your pending 485. Ofcourse, you need a latest employment offer letter from the original sponser when requesting the change.
However, this may require aggressive follow up with USCIS.
However, this may require aggressive follow up with USCIS.
![Validate my RSS feed [Valid RSS]](valid-rss-rogers.png)
No comments:
Post a Comment