jeny
08-05 01:33 PM
Hi Friend,
i have sheduled for interview in July,some how i couldn't make it that time.I have requested to postpond for 3 months.Are they assinged any visa for me ? Are they going to call me for interview after 3 month.Can anyone tell me are they going to call me ? Please answer . Thanks
i have sheduled for interview in July,some how i couldn't make it that time.I have requested to postpond for 3 months.Are they assinged any visa for me ? Are they going to call me for interview after 3 month.Can anyone tell me are they going to call me ? Please answer . Thanks
wallpaper funny rules. funny rules
black_logs
04-13 08:47 AM
Guys please send your comments befor it is too late.
http://immigrationvoice.org/forum/showthread.php?t=584
http://immigrationvoice.org/forum/showthread.php?t=584
sareesh
04-21 12:12 PM
I understand your problem with moving dates slowly but did not follow your problem with porting.
Thanks,
SG.
There was lot of talk in the past about lawsuit against USCIS against Porting and moving dates slowly etc.
Has anything been done yet?
Thanks,
SG.
There was lot of talk in the past about lawsuit against USCIS against Porting and moving dates slowly etc.
Has anything been done yet?
2011 journey greatest hits dvd.
chantu
09-27 11:47 AM
I don't think day trading affects your H1B. It will be shown under capital gain/loss on your tax return. We can have CDs then why not profit through stocks.
But still, I am not an expert! Please consult proper person.
But still, I am not an expert! Please consult proper person.
more...
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.
10dulkar
12-25 10:00 PM
I just receive the best Christmas gift I could ever ask for?? My name check and background check is clear after 2 years.....Now I'm receive my GC so I can start traveling......All my interview was approve so now they are (order card)....Enjoy ur Holiday.......
were delaying his GC. He/She/It/Them/They need to take English Test............. and many of them..................
were delaying his GC. He/She/It/Them/They need to take English Test............. and many of them..................
more...
Lucky7
12-04 08:24 AM
I am a Commercial/Industrial Architect and have allready had to turn down 2 jobs this year making double what i make here in hicksville Fresno CA due to the fact that i do not have a green card.
As far as the investor visa,i have looked into this too with my attorney and i am not elligible,even though i have the funds,due to the fact that my previous attorney did not file my papers on time in 2000 and therfore had to refile under 245i in 2001 and i am paying the price along with 30 other clients of the crooked attorney who ran away to another state.
My earnings this yr were above your guys fugures but Uncle Sam takes a very large chunk due to being single,no real estate in my name and no tax write offs.
As far as the investor visa,i have looked into this too with my attorney and i am not elligible,even though i have the funds,due to the fact that my previous attorney did not file my papers on time in 2000 and therfore had to refile under 245i in 2001 and i am paying the price along with 30 other clients of the crooked attorney who ran away to another state.
My earnings this yr were above your guys fugures but Uncle Sam takes a very large chunk due to being single,no real estate in my name and no tax write offs.
2010 katy
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...
javadeveloper
09-23 10:07 PM
My company giving copies only!!!They said they'll send me originals if I need them!!!
hair 3d animal cell model labeled.
CHHAYA
02-25 11:00 AM
we actually have our i-140 pending (its been 2 months since filling) and also when we filed the tax return they gave a number similar to ssn. with this as my legal status can i ask for a social security number..?
To get SS you need valid EAD.
To get SS you need valid EAD.
more...
Raju
05-16 10:37 AM
Hi,
Well, Bush has delivered his address on the immigration subject. Unless I am missing something, not a word was said about the Legal Immigration or the H1Bs. All the focus was on the illegal immigrants and the border enforcement.
Does that mean that the Legal ones like us are in the backburner? Would the Senate and the house focus only on the illegals and give them the path to citizenship, leaving those who played by the rules, in the lurch? What kind of justice is this in the "Land of Justice"?
I hope the senators and the representatives are sensible and leave the provisions for the EBs in the proposed bill, alone.
Hoping for the best.
Higcoptimist
This also means that most of them are in line with the legal immigartion related text in the bill. Also, if CIR passes and if it has all or most of the EB based legal stuff that is already in it, then we should be OK.
Well, Bush has delivered his address on the immigration subject. Unless I am missing something, not a word was said about the Legal Immigration or the H1Bs. All the focus was on the illegal immigrants and the border enforcement.
Does that mean that the Legal ones like us are in the backburner? Would the Senate and the house focus only on the illegals and give them the path to citizenship, leaving those who played by the rules, in the lurch? What kind of justice is this in the "Land of Justice"?
I hope the senators and the representatives are sensible and leave the provisions for the EBs in the proposed bill, alone.
Hoping for the best.
Higcoptimist
This also means that most of them are in line with the legal immigartion related text in the bill. Also, if CIR passes and if it has all or most of the EB based legal stuff that is already in it, then we should be OK.
hot tattoos designs quotes.
jonty_11
11-21 10:24 AM
I am a bit concerned that the debate has now been confined to H1B increase. I am not against that. but our cause seems to be slowly getting gropped from the tech lobby;s jargon. We may end up only seeing H1B relief in the Lame Duck session
more...
house Asia Argento as Sandra in
deejay
01-16 07:23 PM
Hi,
How do I file my taxes when I was on an OPT for 9 months and 3 months on H1B?
Also,
8 Months of the OPT was in Cincinnati and 1 Month in Chicago.
3 Months of the H1B was in Chicago.
Can I use Turbo Tax to file my taxes or should I go to an accountant?
I got 2 w2 forms from my employer. 1 for the time I worked in Cincinnati and 1 for Chicago. I am not sure if they are 2 different w2 forms or just 1, because on 1 of the w2 forms it says "1 of 2 w2 form" and on the other it says "2 of 2 w2 form".
I am pretty confused, so if anyone was in a similar situation can please let me know what they did, that would be great.
Thanks,
Deejay
How do I file my taxes when I was on an OPT for 9 months and 3 months on H1B?
Also,
8 Months of the OPT was in Cincinnati and 1 Month in Chicago.
3 Months of the H1B was in Chicago.
Can I use Turbo Tax to file my taxes or should I go to an accountant?
I got 2 w2 forms from my employer. 1 for the time I worked in Cincinnati and 1 for Chicago. I am not sure if they are 2 different w2 forms or just 1, because on 1 of the w2 forms it says "1 of 2 w2 form" and on the other it says "2 of 2 w2 form".
I am pretty confused, so if anyone was in a similar situation can please let me know what they did, that would be great.
Thanks,
Deejay
tattoo hairstyles for short hair for
wandmaker
11-16 11:38 AM
FYI - While I was talking to CSR regarding my AP. There was discussion about processing times, she told me that the new processing times will be posted this Friday.
more...
pictures Rising stars Hannah Herzsprung
vejella
08-01 01:40 PM
I have seen many cases where the GC is given to primary applicant and none of his /her benificiaries got GC and otherwise , even though their name checks are cleared.
My Guess is for x number of GCs processed during last week of june, most of the 2008 quota is consumed by their benificiaries just to clean up the mess.
For the retrogressed countries /categories with thighter quota restrictions , i would not be too much hopefull for atleast couple of years.
Just MY 2Cents
My Guess is for x number of GCs processed during last week of june, most of the 2008 quota is consumed by their benificiaries just to clean up the mess.
For the retrogressed countries /categories with thighter quota restrictions , i would not be too much hopefull for atleast couple of years.
Just MY 2Cents
dresses no makeup beauty.
seahawks
06-27 02:58 PM
Consult with you Attorney first, as this is a very rare scenario for any one to answer in the forum. Also see if you can get this addresses when you go for the actual FP, Try to carry all the documents, Passport, Driver's License, etc and the copy of the I-485/ I-765 etc where you have the correct names.
Attorney is the best source of information in this scenario. Also call USCIS and request them what needs to be done in this case. Also you can get a InfoPASS appointment and get this corrected.
Reviewed all forms today. Attorney said if 485 form is correct, not to worry, go for FP and show all your proof.. but then I found out 485 form was wrong too, so waiting to hear from him.
Attorney is the best source of information in this scenario. Also call USCIS and request them what needs to be done in this case. Also you can get a InfoPASS appointment and get this corrected.
Reviewed all forms today. Attorney said if 485 form is correct, not to worry, go for FP and show all your proof.. but then I found out 485 form was wrong too, so waiting to hear from him.
more...
makeup free credit card number 2011.
dealsnet
02-26 01:24 PM
Don't answer to this person. He is started many threads and make funny questions. He is wasting our time. All contradition. See some of his postings below. One question he talks about receiving GC posted to his parents. Another talks about his sister. Admin................Please take care of this guy.!!!!!!!!!
Originally Posted by nirdlalegcade
yes that's right, what if my sister recieved my GC by mail here in the US while I'm outside the country.. I am planning to use my h4 visa to go out of US..
Today, 01:37 PM
nirdlalegcade
Junior Member Join Date: Jan 2008
Posts: 15
what if
________________________________________
what if my I-485 is July 20, 2007 (it is processing), how long will it take before they can send my GC to me?
01-20 05:08 PM
nirdlalegcade
Junior Member Join Date: Jan 2008
Posts: 15
leaving US without greencard but has H4 visa.
________________________________________
Hi to all. (questions are in BOLD, RED / GREEN words)
Actually, I don't have any idea on this but I just want to ask if I can leave & go back to the US with just my H4 visa? Cause I'm still waiting for my green card cause it's still in process.
My parents are here in the US and the reason why I want to go back to my country is because I want to continue my studies there.
Another question is:
If I go back in my country with just the H4, what if while I'm in my country and my green card is sent in my parents (in US), Can they just send the green card to me and use it if I go back to US?
PLEASE HELP ME.
I appreciate any help. Thank you.
cause i'm kinda desperate. he-he-he.
________________________________________
Last edited by nirdlalegcade : 01-20-2008 at 05:41 PM.
what if my I-485 is July 20, 2007 (it is processing), how long will it take before they can send my GC to me?
Hi one question,,,if I go home to my country to study using H4 while my GC is pending,then suddenly the GC was sent to my sister here in US,can my sister just mail my GC to me in my country so that if i go back here in the US,i can present my GC to the US immigration???uh!im confussed!thanks!
Originally Posted by nirdlalegcade
yes that's right, what if my sister recieved my GC by mail here in the US while I'm outside the country.. I am planning to use my h4 visa to go out of US..
Today, 01:37 PM
nirdlalegcade
Junior Member Join Date: Jan 2008
Posts: 15
what if
________________________________________
what if my I-485 is July 20, 2007 (it is processing), how long will it take before they can send my GC to me?
01-20 05:08 PM
nirdlalegcade
Junior Member Join Date: Jan 2008
Posts: 15
leaving US without greencard but has H4 visa.
________________________________________
Hi to all. (questions are in BOLD, RED / GREEN words)
Actually, I don't have any idea on this but I just want to ask if I can leave & go back to the US with just my H4 visa? Cause I'm still waiting for my green card cause it's still in process.
My parents are here in the US and the reason why I want to go back to my country is because I want to continue my studies there.
Another question is:
If I go back in my country with just the H4, what if while I'm in my country and my green card is sent in my parents (in US), Can they just send the green card to me and use it if I go back to US?
PLEASE HELP ME.
I appreciate any help. Thank you.
cause i'm kinda desperate. he-he-he.
________________________________________
Last edited by nirdlalegcade : 01-20-2008 at 05:41 PM.
what if my I-485 is July 20, 2007 (it is processing), how long will it take before they can send my GC to me?
Hi one question,,,if I go home to my country to study using H4 while my GC is pending,then suddenly the GC was sent to my sister here in US,can my sister just mail my GC to me in my country so that if i go back here in the US,i can present my GC to the US immigration???uh!im confussed!thanks!
girlfriend the magic kingdom florida.
gc_lover
06-28 03:48 PM
I checked Rajiv Khanna's site , there is no memo to that effect.
Also , I am a client of their law firm and they didnt send/email any memo to this effect.
Could you please post the link?
Thanks
Relax please...It's his sick idea of joke. I wish this thread gets merged or deleted!
Also , I am a client of their law firm and they didnt send/email any memo to this effect.
Could you please post the link?
Thanks
Relax please...It's his sick idea of joke. I wish this thread gets merged or deleted!
hairstyles lettering tattoo designs.
kabeer_g
01-12 12:17 PM
This is absolutely illegal. Never never do this.
So can you please suggest what do I do in this case. Only other option I can think of is telling the New Delhi consulate that I will be back in country in April and can submit my passport then.
I am hoping leaving India and entering US on Advance Parole was fine. It is not like my H1B had been denied. They needed additional documentation (medical report), which I submitted. After that they told me it would take them 2-3 weeks to process additional information. Since I did not have that much time, I left the country.
So can you please suggest what do I do in this case. Only other option I can think of is telling the New Delhi consulate that I will be back in country in April and can submit my passport then.
I am hoping leaving India and entering US on Advance Parole was fine. It is not like my H1B had been denied. They needed additional documentation (medical report), which I submitted. After that they told me it would take them 2-3 weeks to process additional information. Since I did not have that much time, I left the country.
raghureddy
03-18 06:03 PM
The reason they said was they are doing the back ground check on the company. But i am on the payroll from the same company since last 4years...
neoneo
07-17 12:49 AM
Hi,
My attorney is requesting that I need to submit Tax return for filing AOS.
I had sent W2 forms
Is tax return separate from W2 , I am confused..:confused:
Pls help
W-2 is the form you would have received from your employer. Against which you field your tax returns. relax and send both. W2- says what you've earned. Tax returns explains what IRS has earned on you. Everyone's happy.
there are cases where people earned W2 but did not pay tax differences ie did not file returns.
Well, some of this maybe extra information. Basically the attorney is trying to play safe.
My attorney is requesting that I need to submit Tax return for filing AOS.
I had sent W2 forms
Is tax return separate from W2 , I am confused..:confused:
Pls help
W-2 is the form you would have received from your employer. Against which you field your tax returns. relax and send both. W2- says what you've earned. Tax returns explains what IRS has earned on you. Everyone's happy.
there are cases where people earned W2 but did not pay tax differences ie did not file returns.
Well, some of this maybe extra information. Basically the attorney is trying to play safe.
No comments:
Post a Comment