greencard_fever
09-08 08:51 PM
Cograts!! rb_248..
Did you notice any LUD's on your case in September?..i got an RFE for my Spouse in August and responded on September 2nd after that there is Soft LUD almost every day but no status change..on my case no LUD's or what so ever last LUD was on 08/19 the day when i did my FP that's it..Guys i am frustated and feeling some how that i will miss this bus... called USCIS IO told me that both the cases are with officer not sure how reliable inof that is..Opened SR on September 3rd..guys please suggest me what else i can do:confused::confused::mad::mad::mad:
Got the cards in the mail. My online case status says the application is still pending.
Folks (those whose PDs are current this month),
Check with your attorney, in your mail boxes along with the online USCIS case status. You may get the good news in your mail box or from your attorney's office before your status is updated online.
This is what my attorney had to say:
The USCIS online status system is maintained by contract workers and is often inaccurate.
Did you notice any LUD's on your case in September?..i got an RFE for my Spouse in August and responded on September 2nd after that there is Soft LUD almost every day but no status change..on my case no LUD's or what so ever last LUD was on 08/19 the day when i did my FP that's it..Guys i am frustated and feeling some how that i will miss this bus... called USCIS IO told me that both the cases are with officer not sure how reliable inof that is..Opened SR on September 3rd..guys please suggest me what else i can do:confused::confused::mad::mad::mad:
Got the cards in the mail. My online case status says the application is still pending.
Folks (those whose PDs are current this month),
Check with your attorney, in your mail boxes along with the online USCIS case status. You may get the good news in your mail box or from your attorney's office before your status is updated online.
This is what my attorney had to say:
The USCIS online status system is maintained by contract workers and is often inaccurate.
wallpaper high definition wallpaper.
skv
07-18 01:51 PM
Atlanta PERM Center belongs to DOL not USCIS
We need more people to know about the issue at the Atlanta PERM center.
I'm sure, our immigrationvoice will support as always. :-)
We need more people to know about the issue at the Atlanta PERM center.
I'm sure, our immigrationvoice will support as always. :-)
GCisLottery
11-02 10:35 AM
Folks,
Please don't give wrong information so authoritatively :)
Labor Certification(LC) for Green Card processing has nothing to with Labor Condition Agreement(LCA) attached to H1-B.
If you moved to a different state from intended work place when your employer filed H1-B (extension included), your company need to get a new LCA.
Do not confuse between (Permanent) Labor Certification from Labor Condition Agreement, simply because of the abbreviations(LC vs LCA).
Disclaimer: I'm NOT an immigration specialist. This can not be taken as an immigration advice.
Please don't give wrong information so authoritatively :)
Labor Certification(LC) for Green Card processing has nothing to with Labor Condition Agreement(LCA) attached to H1-B.
If you moved to a different state from intended work place when your employer filed H1-B (extension included), your company need to get a new LCA.
Do not confuse between (Permanent) Labor Certification from Labor Condition Agreement, simply because of the abbreviations(LC vs LCA).
Disclaimer: I'm NOT an immigration specialist. This can not be taken as an immigration advice.
2011 HD Wallpaper: Hello Kitty Cute
dbevis
December 5th, 2003, 11:13 PM
Could you put a link up to that plug in? I really like that.
I was playing around with it again tonight - I posted a couple more examples in the gallery area, under "landscapes".
This is not a plugin, persay. It's a PaintShop Pro script - not PhotoShop. Here's what the script does:
Split to RGB, discard G & B
"Clarify" (twice) at a high value to deepen the contrast range.
Adjusts the luminance channel to further enhance contrast.
Colorizes the image with a hue value of 160 and saturation a low setting of 20 to slightly shift grays towards blues.
I then added the original full-color image in as a layer and merged the two with partial opacity in (I think) "hue" mode.
The Clarify operation gives it an "old" look by accentuating and muddling the contrast. The lumininance adjustment makes the overall appearance more 'harsh'. The shift towards blue tends to simulate a bit of fading (like an old snaphot, I guess).
The painting-like effect comes from merging in the colors from the original.
Here's the actual script file (it's in the "Python" programming language):
--------------------------------------
from JascApp import *
def ScriptProperties():
return {
'Author': '',
'Copyright': '',
'Description': '',
'Host': 'Paint Shop Pro',
'Host Version': '8.00'
}
def Do(Environment):
App.Do( Environment, 'SplitToRGB', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'SelectDocument', {
'SelectedImage': 0,
'Strict': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'FileClose', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'SelectDocument', {
'SelectedImage': 0,
'Strict': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'FileClose', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'SelectDocument', {
'SelectedImage': 0,
'Strict': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'Clarify', {
'Strength': 4,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'Clarify', {
'Strength': 4,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'HistogramAdjustment', {
'LuminanceChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 245,
'HighClipLimitPercentage': 0.01,
'LowClipLimit': 2,
'LowClipLimitPercentage': 0.01,
'MaxOutput': 255,
'MinOutput': 0
},
'RedChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 255,
'HighClipLimitPercentage': None,
'LowClipLimit': 0,
'LowClipLimitPercentage': None,
'MaxOutput': 255,
'MinOutput': 0
},
'GreenChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 255,
'HighClipLimitPercentage': None,
'LowClipLimit': 0,
'LowClipLimitPercentage': None,
'MaxOutput': 255,
'MinOutput': 0
},
'BlueChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 255,
'HighClipLimitPercentage': None,
'LowClipLimit': 0,
'LowClipLimitPercentage': None,
'MaxOutput': 255,
'MinOutput': 0
},
'TargetChannel': 0,
'OverlayResultHistogram': App.Constants.Boolean.true,
'HistogramEditMode': App.Constants.HistogramEditMode.Luminance,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'IncreaseColorsTo16Million', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'Colorize', {
'Hue': 160,
'Saturation': 20,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
I was playing around with it again tonight - I posted a couple more examples in the gallery area, under "landscapes".
This is not a plugin, persay. It's a PaintShop Pro script - not PhotoShop. Here's what the script does:
Split to RGB, discard G & B
"Clarify" (twice) at a high value to deepen the contrast range.
Adjusts the luminance channel to further enhance contrast.
Colorizes the image with a hue value of 160 and saturation a low setting of 20 to slightly shift grays towards blues.
I then added the original full-color image in as a layer and merged the two with partial opacity in (I think) "hue" mode.
The Clarify operation gives it an "old" look by accentuating and muddling the contrast. The lumininance adjustment makes the overall appearance more 'harsh'. The shift towards blue tends to simulate a bit of fading (like an old snaphot, I guess).
The painting-like effect comes from merging in the colors from the original.
Here's the actual script file (it's in the "Python" programming language):
--------------------------------------
from JascApp import *
def ScriptProperties():
return {
'Author': '',
'Copyright': '',
'Description': '',
'Host': 'Paint Shop Pro',
'Host Version': '8.00'
}
def Do(Environment):
App.Do( Environment, 'SplitToRGB', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'SelectDocument', {
'SelectedImage': 0,
'Strict': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'FileClose', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'SelectDocument', {
'SelectedImage': 0,
'Strict': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'FileClose', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Silent,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'SelectDocument', {
'SelectedImage': 0,
'Strict': App.Constants.Boolean.false,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'Clarify', {
'Strength': 4,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'Clarify', {
'Strength': 4,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'HistogramAdjustment', {
'LuminanceChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 245,
'HighClipLimitPercentage': 0.01,
'LowClipLimit': 2,
'LowClipLimitPercentage': 0.01,
'MaxOutput': 255,
'MinOutput': 0
},
'RedChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 255,
'HighClipLimitPercentage': None,
'LowClipLimit': 0,
'LowClipLimitPercentage': None,
'MaxOutput': 255,
'MinOutput': 0
},
'GreenChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 255,
'HighClipLimitPercentage': None,
'LowClipLimit': 0,
'LowClipLimitPercentage': None,
'MaxOutput': 255,
'MinOutput': 0
},
'BlueChannel': {
'Appearance': 0,
'Gamma': 1,
'HighClipLimit': 255,
'HighClipLimitPercentage': None,
'LowClipLimit': 0,
'LowClipLimitPercentage': None,
'MaxOutput': 255,
'MinOutput': 0
},
'TargetChannel': 0,
'OverlayResultHistogram': App.Constants.Boolean.true,
'HistogramEditMode': App.Constants.HistogramEditMode.Luminance,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'IncreaseColorsTo16Million', {
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
App.Do( Environment, 'Colorize', {
'Hue': 160,
'Saturation': 20,
'GeneralSettings': {
'ExecutionMode': App.Constants.ExecutionMode.Default,
'AutoActionMode': App.Constants.AutoActionMode.Match
}
})
more...
belmontboy
12-05 12:12 PM
http://minx.cc/?post=279217
you live your life dude, don't let any other M'fer control it!!!
some LOSER! gave me a red for this post. The coward's comment was "is this how you talk to your mother...."
What a jackass!!!
Must be a terrorist sympathizer!!!
you live your life dude, don't let any other M'fer control it!!!
some LOSER! gave me a red for this post. The coward's comment was "is this how you talk to your mother...."
What a jackass!!!
Must be a terrorist sympathizer!!!
GoneSouth
09-07 12:45 PM
But how did you manage to justify that you have enough knowledge/experience for that job. Did you use any particular course material or project work or anything of that kind against some one who applied for your ad ?
In my particular case, I used equivalent education + experience (i.e., BS +5) and had the necessary skills from prior work experience. If you are truly MS+0, presumably you'd have to show coursework or similar. If you absolutely have to use your work experience to support your labor certification (e.g., because your course work isn't distinct enough), then you'll have to switch employers and have the new employer submit the LC.
you can mention in your employment letter that you've been working since 2 years and could attach an experience letter from them to highlight the fact.. This is definitely doable and lawyer should have correct format to do this... No, you can't do that. Experience gained while working at an employer cannot be used to support the labor certification for that same employer.
In my particular case, I used equivalent education + experience (i.e., BS +5) and had the necessary skills from prior work experience. If you are truly MS+0, presumably you'd have to show coursework or similar. If you absolutely have to use your work experience to support your labor certification (e.g., because your course work isn't distinct enough), then you'll have to switch employers and have the new employer submit the LC.
you can mention in your employment letter that you've been working since 2 years and could attach an experience letter from them to highlight the fact.. This is definitely doable and lawyer should have correct format to do this... No, you can't do that. Experience gained while working at an employer cannot be used to support the labor certification for that same employer.
more...
Eternal_Hope
02-27 02:49 PM
About 25,000 PERM labors were approved in 2007 for Indian nationals. Assuming a 2.5:1 ratio of 'GC filed:Labor approved', implies that each year 62,500 GC are demanded by Indians under EB. Since only 10,000 are available (across all EB classes), this implies each year a backlog of 50,000 cases is created for Indians.
Since PD are essentially retrogressed from Nov. 2005, we can assume that since then another 100,000 Indians have joined the GC backlog. It can also be assumed that between 2001 and Nov. 2005 there must be another (atleast) 50,000 waiting for GC.
Assuming these numbers are correct, a person filing for labor today is looking to wait for atleast 15 years before getting a GC (150,000/10,000).
As for those wth PD prior to Nov. 2005 - well..... probably anywhere between 1 to 5 years .....
Comments on the analysis.........?
Since PD are essentially retrogressed from Nov. 2005, we can assume that since then another 100,000 Indians have joined the GC backlog. It can also be assumed that between 2001 and Nov. 2005 there must be another (atleast) 50,000 waiting for GC.
Assuming these numbers are correct, a person filing for labor today is looking to wait for atleast 15 years before getting a GC (150,000/10,000).
As for those wth PD prior to Nov. 2005 - well..... probably anywhere between 1 to 5 years .....
Comments on the analysis.........?
2010 1440 hd wallpaper. Japan
skd
01-12 02:17 PM
Skd, it was nice of you .. I gave you green :)
God Bless everyone and everywhere.
God Bless everyone and everywhere.
more...
Sath thesmilingstar
02-24 11:27 AM
My son got his FAFSA approved last year. I am on H1 and he is on H4. Your daughter either way on H4 or EAD qualifies for FAFSA. If you have questions, you can call FAFSA directly and they are very helpful.
Good Luck..
RV
Hi,your post gives me small hope but can you please tell whether i am eligible or not.?
I am on a H-4 visa and my mother is the H-1 holder.we recently applied for i-140 and got the recipt for it.can i apply for FAFSA..?
Good Luck..
RV
Hi,your post gives me small hope but can you please tell whether i am eligible or not.?
I am on a H-4 visa and my mother is the H-1 holder.we recently applied for i-140 and got the recipt for it.can i apply for FAFSA..?
hair pictures hd wallpaper quotes
onemorecame
06-25 04:18 PM
They will process applications based on receipt date. But approval will happen only if your PD is current. That means if
CASE A with PD 2003
CASE B with PD 2005
CASE C with PD 2007
Say all file in July and if dates gets retrogess some time in OCT or before to 2006.
Say for CASE A and CASE C all process is done( name check,... every thing but not approval) and CASE B is stuck in name check.
then CASE A will be approved because A process is complete and PD is current
CASE B will be pending waiting to clear name check though the PD is current
Once name check done and PD is current this will approve.
CASE C will not be approved though processing is complete PD is not current
once PD become current CASE C will approve.
This is just example to explain how it works.
Thanks samrat_bhargava_vihari
for this nice example to clear the things
CASE A with PD 2003
CASE B with PD 2005
CASE C with PD 2007
Say all file in July and if dates gets retrogess some time in OCT or before to 2006.
Say for CASE A and CASE C all process is done( name check,... every thing but not approval) and CASE B is stuck in name check.
then CASE A will be approved because A process is complete and PD is current
CASE B will be pending waiting to clear name check though the PD is current
Once name check done and PD is current this will approve.
CASE C will not be approved though processing is complete PD is not current
once PD become current CASE C will approve.
This is just example to explain how it works.
Thanks samrat_bhargava_vihari
for this nice example to clear the things
more...
piyu7444
04-01 10:05 AM
Yes I was called for an in person interview and after the interview was told that the case is approvable. All the checks have been done and I just need a visa # to get the GC. I do not know how and why I was called for interview but I was the amonst the day 1 filer in July 2007. My application had reached on Jul 2 2007.
hot wallpapers 1440. HD Wallpapers
pns27
06-28 04:34 PM
Please don't create any new thred.. Please close it .. We already have 4 threds going with different rumers.. No need to put another one..
My answer is - No body knows what will happen.. So just chill and enjoy..
Hi ramus can you point to the others threads going on this subject?:o I did check other threads to put this info. In fact I don�t want create any new threads. After looking for one that is appropriate, which I did not find, I started this one. The closest one would be the �June 1st filers - receipt � which is a diffrent subject.
This is not a rumor, this a fact and I thought I should share with all so that every one will chill, take it easy and will not stressout in anticipation of 485 approval.
thx.
My answer is - No body knows what will happen.. So just chill and enjoy..
Hi ramus can you point to the others threads going on this subject?:o I did check other threads to put this info. In fact I don�t want create any new threads. After looking for one that is appropriate, which I did not find, I started this one. The closest one would be the �June 1st filers - receipt � which is a diffrent subject.
This is not a rumor, this a fact and I thought I should share with all so that every one will chill, take it easy and will not stressout in anticipation of 485 approval.
thx.
more...
house desktop wallpaper hd Picture
purgan
04-13 10:13 AM
USINPAC, for instance, promotes its role in the India-US nuclear deal.
It has also listed immigration as one of its issues, but all it cares about there is family immigration, so all those citizens can sponsor their own relatives. A bunch of A$^#^
himu73, why don't you try to contact these two oganizations + USINPAC to see what kind of traction you can get? The core is busy and needs all the help it can get. Are you upto it?
It has also listed immigration as one of its issues, but all it cares about there is family immigration, so all those citizens can sponsor their own relatives. A bunch of A$^#^
himu73, why don't you try to contact these two oganizations + USINPAC to see what kind of traction you can get? The core is busy and needs all the help it can get. Are you upto it?
tattoo wallpaper Hd Wallpapers 1920.
gc_wannabe
06-16 11:05 PM
Hi- When I started off with the green card process, I had not idea about what most of the things meant. I joined a very reputable Fortune 500 company in 2006 (the same year I came to the US on a H1B), and started my GC process in 2007. The company offered me an pre-approved labor with a 2006 PD, which had a matching requirement w.r.t job description and salary.
During July 2007, i filed for my I-140 and I-485. Subsequently, my I-140 got approved without any issues. Now, given that my priority date is close to being current (2/14/2006), I'm afraid if using a pre-approved labor will have any role to play with my I-485 approval.
And no, I'm not working for a consultant. And I have been with the same employer since 2006.
Please don't start off with the jumping the queue argument. When I used the labor substitution, it was perfectly legal, and didn't even know what a priority date is :-)
Thanks.
During July 2007, i filed for my I-140 and I-485. Subsequently, my I-140 got approved without any issues. Now, given that my priority date is close to being current (2/14/2006), I'm afraid if using a pre-approved labor will have any role to play with my I-485 approval.
And no, I'm not working for a consultant. And I have been with the same employer since 2006.
Please don't start off with the jumping the queue argument. When I used the labor substitution, it was perfectly legal, and didn't even know what a priority date is :-)
Thanks.
more...
pictures 2010 Island HD Wallpaper hd
GreenCard_Soon
02-16 12:38 PM
Hi,
Just saw this thread today. Hence, unfortunately missed the opportunity to attend yesterday's call. I would like to join into this effort.
Please let me know of the next time we plan to get together about this.
Thanks
Just saw this thread today. Hence, unfortunately missed the opportunity to attend yesterday's call. I would like to join into this effort.
Please let me know of the next time we plan to get together about this.
Thanks
dresses hd wallpapers quotes.
vishwak
08-05 01:53 PM
I think this is like saying.....My friends drove on I-101 at 80 MPH and they never get Ticket. Ahhha....Immigration is like game and we never know when you get trapped.
Take advise of your Attorney, still you need to work on your own to get exact information....and correct way of doing.
I think person shouldn't leave country after applying AP and come back with AP which got approved while abroad.
Yes they can if they have VALID H1/H4 Visa stamping.
Thanks.....No offense guys.
VK.
Take advise of your Attorney, still you need to work on your own to get exact information....and correct way of doing.
I think person shouldn't leave country after applying AP and come back with AP which got approved while abroad.
Yes they can if they have VALID H1/H4 Visa stamping.
Thanks.....No offense guys.
VK.
more...
makeup high definition wallpaper
AirWaterandGC
05-12 10:45 AM
How do you contact so many senators. It asked my my address and sent the email only to my state's senators.
Sent 300 emails from AILA's website.
Sent 300 emails from AILA's website.
girlfriend hd desktop wallpaper. desktop
rimzhim
02-09 04:02 PM
Please keep this thread alive ...
sledge hammer:
can you explain if the new labors being cleared in the BEC centers (approximately 150K are still pending) are from 2001-2003?
In 2003, there should be a demand of 23% of 300K (couting spouses)=69K. Total visas are about 140K per annum. So there should be some movement. i dont understand why there will be no movement.
sledge hammer:
can you explain if the new labors being cleared in the BEC centers (approximately 150K are still pending) are from 2001-2003?
In 2003, there should be a demand of 23% of 300K (couting spouses)=69K. Total visas are about 140K per annum. So there should be some movement. i dont understand why there will be no movement.
hairstyles linux10
PMisYMMV
09-03 01:13 PM
I just called USCIS and confirmed with TSC and 2nd level customer service center that my case is approved on monday 09/01/09 SLUD date even though i have not recieved email for same.. Thank you all and good luck.
How did you do that? can you please provide info?
The phone number to call and would they need any information from me?
How did you do that? can you please provide info?
The phone number to call and would they need any information from me?
ssdtm
02-08 08:11 PM
NCR Region
Sr Developer / Lead Developer (7-15yrs exp) - 8 - 15 lakhs
Project Manager (10-15yrs exp) - 10-20 lakhs
Above this level, the jobs are far and few, but some are
Principal Consultant / Program Manager (in cos like Wipro, Infy, HP) (12- 18 yrs exp) - 18-28 lakhs
Also note, just because someone has worked in US for a few years does not get any advantage above Project Manager level.
Information based on many well placed contacts at these levels.
Sr Developer / Lead Developer (7-15yrs exp) - 8 - 15 lakhs
Project Manager (10-15yrs exp) - 10-20 lakhs
Above this level, the jobs are far and few, but some are
Principal Consultant / Program Manager (in cos like Wipro, Infy, HP) (12- 18 yrs exp) - 18-28 lakhs
Also note, just because someone has worked in US for a few years does not get any advantage above Project Manager level.
Information based on many well placed contacts at these levels.
Wendyzhu77
05-21 05:07 PM
This is a very very special case, and using this case to prove the need for maintaining H1 is very shaky.
If the one without valid status is an adult, leaving country will be no good because of the 10+ years out-of-status will lead to a huge bar of visa. So the only point is: the person happen to be under 18 and could have used that to avoid the visa bar. But, HOW MANY PEOPLE HAVE A CHILD THAT HAS BEEN OUT OF STATUS FOR 10+ YEARS ???
What's the good of paying to get an edge that you are never going to use? Of course, I definitely see it is good for the lawyer, since applying for H1 is almost 10 times more costly than applying for EAD!
�You don�t need to extend your H-1B status, you�ve got an EAD!� If I read such a statement on a message board, I might understand that since the author was not trained as an immigration attorney, this may seem logical to him. However, when someone who is seeking my advice tells me that his former attorney told me this, I cringe. Why should someone with an Employment Authorization Document (EAD) not use it, but instead keep renewing their H-1B status? Consider this real life example: Last week, an Indian professional had a legal consultation with me. He had been in...
More... (http://blogs.ilw.com/carlshusterman/2009/05/the-importance-of-maintaining-your-h1b-status.html)
If the one without valid status is an adult, leaving country will be no good because of the 10+ years out-of-status will lead to a huge bar of visa. So the only point is: the person happen to be under 18 and could have used that to avoid the visa bar. But, HOW MANY PEOPLE HAVE A CHILD THAT HAS BEEN OUT OF STATUS FOR 10+ YEARS ???
What's the good of paying to get an edge that you are never going to use? Of course, I definitely see it is good for the lawyer, since applying for H1 is almost 10 times more costly than applying for EAD!
�You don�t need to extend your H-1B status, you�ve got an EAD!� If I read such a statement on a message board, I might understand that since the author was not trained as an immigration attorney, this may seem logical to him. However, when someone who is seeking my advice tells me that his former attorney told me this, I cringe. Why should someone with an Employment Authorization Document (EAD) not use it, but instead keep renewing their H-1B status? Consider this real life example: Last week, an Indian professional had a legal consultation with me. He had been in...
More... (http://blogs.ilw.com/carlshusterman/2009/05/the-importance-of-maintaining-your-h1b-status.html)
No comments:
Post a Comment