
wandmaker
02-25 06:15 PM
I came to US on h1b visa in Feb 2007.... after joining my first job my employer applied for a change in LCAbecause of the new salary(which is less than the original)... USCIS replied to that amendment after 16 months with an RFE... My comapany responded to that RFE and after that they got a reply from the USCIS that the H1b amendment is denied....
My employer told me that I have to leave USA with in the next 2 weeks. But my h1b is valid up to sep 2009.
what are the options for me?
can I apply for a H1b transfer?
please help
You need to provide more details on bold words from your post. If you really need pointers from IV members.
My employer told me that I have to leave USA with in the next 2 weeks. But my h1b is valid up to sep 2009.
what are the options for me?
can I apply for a H1b transfer?
please help
You need to provide more details on bold words from your post. If you really need pointers from IV members.
jaejoong tattoo. Do you see jaejoong#39;s chest?

Dhundhun
11-18 12:52 PM
I have heard that your FP/biometrics does not have anything to with EAD.
USCIS has its own guideline of issuing EAD within 90 days. Since there was heavy work load after July, they issued without FP. For the EADs issued without FP, they are re-issuing EAD with FP.:)
USCIS has its own guideline of issuing EAD within 90 days. Since there was heavy work load after July, they issued without FP. For the EADs issued without FP, they are re-issuing EAD with FP.:)
jaejoong tattoo. Jaejoong!

sri1309
10-19 09:11 PM
immigration related only please.... imagine, I post related to a car, other did for which course is good, which school is good.. Lets stick to immigration issues for now.
jaejoong tattoo. HERO JAEJOONGS TATTOO
.jpg)
gcseeker2002
08-14 02:52 PM
I didnt know that you can send a single check for all applications.. ??
It would have been better if you had split the checks.
Dont worry they might accept it now.
I sent a single check of $745 just for my wifes app, my employer sent the $745 check for me , this included all including biometrics, why would they be crazy to receipt one app and reject another both within the same packet, for reason like 'improper filing fees', i am upset.
It would have been better if you had split the checks.
Dont worry they might accept it now.
I sent a single check of $745 just for my wifes app, my employer sent the $745 check for me , this included all including biometrics, why would they be crazy to receipt one app and reject another both within the same packet, for reason like 'improper filing fees', i am upset.
more...
jaejoong tattoo. Jaejoong#39;s Tattoo – An

irfankhan25
04-06 04:33 AM
You can import PDF-compatible Adobe Illustrator files (.ai) directly into an open document in your Microsoft Expression Blend project.
When you import an Illustrator file into Expression Blend, Illustrator layers, groups, and objects are converted to Expression Blend containers and objects with associated properties. Understanding how Illustrator objects are imported into Expression Blend will help you integrate Illustrator files into your Expression Blend projects more quickly and efficiently.
When you save your file in Illustrator, make sure that the Create PDF Compatible File check box is selected in the Illustrator Options dialog box. Otherwise, you will not be able to import your Illustrator files into Expression Blend.
http://expressioniq.com/wp-content/uploads/2011/02/b5_CreatePDFCompatibleFile.png (http://expressioniq.com/wp-content/uploads/2011/02/b5_CreatePDFCompatibleFile.png)
To import an Illustrator file
Open the document into which you want to import the .ai file.
On the File menu, click Import Adobe Illustrator File.
In the Import Adobe Illustrator File dialog box, locate the Illustrator file that you want to import, and click Open.
Click OK.
A new Canvas object with the same name as your imported file is added to your document. In the Objects and Timeline panel, under the Canvas object (named AvatarSymbols in this example), are all of the Illustrator objects imported as Expression Blend objects. If images are imported as a part of your .ai file, a new folder (named AvatarSymbols_Images in this example) is created in the root folder in the Projects panel to contain all the converted image files.
Note: If there are no images associated with your project, a folder will not be created in the Projects panel.
http://expressioniq.com/wp-content/uploads/2011/02/b5_ImportIllustratorFile.png (http://expressioniq.com/wp-content/uploads/2011/02/b5_ImportIllustratorFile.png)
You can also create a custom folder in the Project folder for any images that are associated with your .ai file.
To create a custom images folder
In the Projects panel, right-click the .csproj file, and then click Add New Folder.
Type a name for the new folder in the folder name box.
With the folder selected in the Projects panel, import the Illustrator file by following the steps in the preceding procedure entitled “To import an Illustrator file.”
Layers, groups, and objects
Expression Blend imports Illustrator layers and groups as nested XAML Canvas objects containing paths and images. Nested Canvas objects are used as layout containers to make them easier to work with in Expression Blend. The following information will help you understand how to work with Illustrator files after they are imported.
Layer names
Layer names are preserved for the top-level groups (Avatars in the preceding image). After you import your Illustrator file into Expression Blend, you can change the name by right-clicking the object in the Objects and Timeline panel and then clicking Rename, or by double-clicking the object name and then typing directly in the object name field.
File structure and groups
Illustrator groups do not exist in PDF-compatible files, so are not imported into Expression Blend. However, the objects contained within an Illustrator group are imported as individual objects with the same positioning as in the Illustrator group.
Object types
Images are imported as PNG files and are added to an images folder in the Project panel, and added as Image objects in the Objects and Timeline panel. Text and vector objects are imported as editable paths and appear in the Objects and Timeline panel.
Visibility and lock
Visibility settings for Illustrator layers imported into Expression Blend are preserved. However, only visible objects within layers are imported. You can change which objects are imported into Expression Blend by changing the visibility settings of the objects within each layer in Illustrator.
Lock settings are ignored.
Editable content
If the imported content is editable, you can modify the appearance of the content in Expression Blend by modifying the object properties. The following table describes Illustrator elements that are editable in Expression Blend. Use the Description column to locate the properties for the object in order to modify them in Expression Blend.
Illustrator element Expression Blend element (XAML) Description Group Canvas Illustrator groups are ignored. However, the content of the group is imported as individual objects in the Objects and Timeline panel. Text (type objects) Canvas An Illustrator type object is imported as a Canvas object named TextBlock with the original Illustrator text imported as Path objects. Text styles are imported as separate Path objects. For example, a 5-letter word with a Strikethrough style applied is imported as a Canvas object containing 6 paths, one path for each letter of the word, and an additional path for the Strikethrough style.
Stroke Path An Illustrator stroke is imported as a path with the Stroke properties mapped to the Stroke brush in the Properties panel in Expression Blend. Solid color fill Path An Illustrator solid color fill is imported as a Path with the original Fill property mapped to Expression Blend Color properties applied to a Solid color brush. Solid color brush properties are located in the Brush category of the Properties panel.
Linear gradient fill Path An Illustrator linear gradient fill is imported as a Path with the original Fill property mapped to Expression Blend Linear gradient brush properties applied to a Gradient brush. Linear gradient brush properties are located in the Brush category of the Properties panel.
Radial gradient fill Path An Illustrator radial gradient fill is imported as a Path with the original Fill property mapped to Expression Blend Radial gradient brush properties applied to a Gradient brush. Radial gradient brush properties are located in the Brush category of the Properties panel.
Image layer Image An image object in Illustrator is imported as an Image object in Expression Blend. In addition, a PNG file is added to the project. The PNG file is the source for the Image object. Custom fill OpacityMask applied to an ImageBrush Illustrator supports multiple fills for an individual object. If an additional fill is applied to an object in Illustrator, and that fill contains an alpha channel, the fill is imported as an OpacityMask applied to an ImageBrush. For best results, use only one fill acting as an opacity mask in your Illustrator file. OpacityMask properties are located in the Brushes category in the Properties panel. In addition, a PNG file is added to the project. The PNG file is the source for the ImageBrush.
Note: You can verify whether or not multiple fills has been applied to an object by viewing the object properties in the Appearance panel in Illustrator.
Clipping mask Clip property An Illustrator clipping mask is imported as a Clip property. Clip properties are located in the Miscellaneous category in the Properties panel.
Note: The Clip property has limited support in Windows Phone projects.
Illustrator feature support in Expression Blend
The following Illustrator features are supported in Expression Blend. Where noted, features can be edited in Expression Blend.
Note: Although Expression Blend supports the following Illustrator features, for best results, create your Illustrator file using only vector art.
Text
Text layers imported from Illustrator are converted to a canvas, and each character is a separate path object that is a child of the canvas. The appearance of the text is maintained, but is no longer editable as text after it is imported.
If a single text layer in Illustrator contains hard returns, the text associated with each paragraph break will be imported as a separate canvas object when imported into Expression Blend.
Note: You may experience unexpected results when you import text from Illustrator. These results can include unexpected character rotation, kerning, point sizes, and alignment.
Text styles
The following Illustrator text effects create individual paths when imported into Expression Blend.
Subscript
Superscript
StrikeThrough
Underline
SmallCaps
AllCaps
Effects
Effects are supported, but not editable, in Expression Blend. Effects are rasterized and imported as Image objects. A PNG file is used as the source for the image object, and is located in the folder that is created in the Project panel.
Gradients
Expression Blend supports the importing and editing of linear and radial gradients. Color stops are imported as gradient brushes to the Fill property of the resulting object in Expression Blend, and opacity stops are imported as gradient brushes to the OpacityMask property.
Strokes
Custom strokes are imported as individual paths.
When you save an Illustrator file in PDF-compatible format, strokes and fills are saved as separate paths. When you import a PDF-compatible file into Expression Blend, a stroke and a fill on the same object may also be imported as separate objects. However, if the stroke and the fill are identical, the stroke and the fill may be merged into a single object when imported into Expression Blend.
Tags: Adobe Illustrator (http://expressioniq.com/?tag=adobe-illustrator), graphics (http://expressioniq.com/?tag=graphics), images (http://expressioniq.com/?tag=images)
This entry was posted on Friday, March 4th, 2011 at 12:54 pm and is filed under Expression Blend (http://expressioniq.com/?cat=7), SketchFlow (http://expressioniq.com/?cat=11). You can follow any responses to this entry through the RSS 2.0 (http://expressioniq.com/?feed=rss2&p=1951) feed. You can leave a response (http://expressioniq.com/?p=1951#respond), or trackback (http://expressioniq.com/wp-trackback.php?p=1951) from your own site.
When you import an Illustrator file into Expression Blend, Illustrator layers, groups, and objects are converted to Expression Blend containers and objects with associated properties. Understanding how Illustrator objects are imported into Expression Blend will help you integrate Illustrator files into your Expression Blend projects more quickly and efficiently.
When you save your file in Illustrator, make sure that the Create PDF Compatible File check box is selected in the Illustrator Options dialog box. Otherwise, you will not be able to import your Illustrator files into Expression Blend.
http://expressioniq.com/wp-content/uploads/2011/02/b5_CreatePDFCompatibleFile.png (http://expressioniq.com/wp-content/uploads/2011/02/b5_CreatePDFCompatibleFile.png)
To import an Illustrator file
Open the document into which you want to import the .ai file.
On the File menu, click Import Adobe Illustrator File.
In the Import Adobe Illustrator File dialog box, locate the Illustrator file that you want to import, and click Open.
Click OK.
A new Canvas object with the same name as your imported file is added to your document. In the Objects and Timeline panel, under the Canvas object (named AvatarSymbols in this example), are all of the Illustrator objects imported as Expression Blend objects. If images are imported as a part of your .ai file, a new folder (named AvatarSymbols_Images in this example) is created in the root folder in the Projects panel to contain all the converted image files.
Note: If there are no images associated with your project, a folder will not be created in the Projects panel.
http://expressioniq.com/wp-content/uploads/2011/02/b5_ImportIllustratorFile.png (http://expressioniq.com/wp-content/uploads/2011/02/b5_ImportIllustratorFile.png)
You can also create a custom folder in the Project folder for any images that are associated with your .ai file.
To create a custom images folder
In the Projects panel, right-click the .csproj file, and then click Add New Folder.
Type a name for the new folder in the folder name box.
With the folder selected in the Projects panel, import the Illustrator file by following the steps in the preceding procedure entitled “To import an Illustrator file.”
Layers, groups, and objects
Expression Blend imports Illustrator layers and groups as nested XAML Canvas objects containing paths and images. Nested Canvas objects are used as layout containers to make them easier to work with in Expression Blend. The following information will help you understand how to work with Illustrator files after they are imported.
Layer names
Layer names are preserved for the top-level groups (Avatars in the preceding image). After you import your Illustrator file into Expression Blend, you can change the name by right-clicking the object in the Objects and Timeline panel and then clicking Rename, or by double-clicking the object name and then typing directly in the object name field.
File structure and groups
Illustrator groups do not exist in PDF-compatible files, so are not imported into Expression Blend. However, the objects contained within an Illustrator group are imported as individual objects with the same positioning as in the Illustrator group.
Object types
Images are imported as PNG files and are added to an images folder in the Project panel, and added as Image objects in the Objects and Timeline panel. Text and vector objects are imported as editable paths and appear in the Objects and Timeline panel.
Visibility and lock
Visibility settings for Illustrator layers imported into Expression Blend are preserved. However, only visible objects within layers are imported. You can change which objects are imported into Expression Blend by changing the visibility settings of the objects within each layer in Illustrator.
Lock settings are ignored.
Editable content
If the imported content is editable, you can modify the appearance of the content in Expression Blend by modifying the object properties. The following table describes Illustrator elements that are editable in Expression Blend. Use the Description column to locate the properties for the object in order to modify them in Expression Blend.
Illustrator element Expression Blend element (XAML) Description Group Canvas Illustrator groups are ignored. However, the content of the group is imported as individual objects in the Objects and Timeline panel. Text (type objects) Canvas An Illustrator type object is imported as a Canvas object named TextBlock with the original Illustrator text imported as Path objects. Text styles are imported as separate Path objects. For example, a 5-letter word with a Strikethrough style applied is imported as a Canvas object containing 6 paths, one path for each letter of the word, and an additional path for the Strikethrough style.
Stroke Path An Illustrator stroke is imported as a path with the Stroke properties mapped to the Stroke brush in the Properties panel in Expression Blend. Solid color fill Path An Illustrator solid color fill is imported as a Path with the original Fill property mapped to Expression Blend Color properties applied to a Solid color brush. Solid color brush properties are located in the Brush category of the Properties panel.
Linear gradient fill Path An Illustrator linear gradient fill is imported as a Path with the original Fill property mapped to Expression Blend Linear gradient brush properties applied to a Gradient brush. Linear gradient brush properties are located in the Brush category of the Properties panel.
Radial gradient fill Path An Illustrator radial gradient fill is imported as a Path with the original Fill property mapped to Expression Blend Radial gradient brush properties applied to a Gradient brush. Radial gradient brush properties are located in the Brush category of the Properties panel.
Image layer Image An image object in Illustrator is imported as an Image object in Expression Blend. In addition, a PNG file is added to the project. The PNG file is the source for the Image object. Custom fill OpacityMask applied to an ImageBrush Illustrator supports multiple fills for an individual object. If an additional fill is applied to an object in Illustrator, and that fill contains an alpha channel, the fill is imported as an OpacityMask applied to an ImageBrush. For best results, use only one fill acting as an opacity mask in your Illustrator file. OpacityMask properties are located in the Brushes category in the Properties panel. In addition, a PNG file is added to the project. The PNG file is the source for the ImageBrush.
Note: You can verify whether or not multiple fills has been applied to an object by viewing the object properties in the Appearance panel in Illustrator.
Clipping mask Clip property An Illustrator clipping mask is imported as a Clip property. Clip properties are located in the Miscellaneous category in the Properties panel.
Note: The Clip property has limited support in Windows Phone projects.
Illustrator feature support in Expression Blend
The following Illustrator features are supported in Expression Blend. Where noted, features can be edited in Expression Blend.
Note: Although Expression Blend supports the following Illustrator features, for best results, create your Illustrator file using only vector art.
Text
Text layers imported from Illustrator are converted to a canvas, and each character is a separate path object that is a child of the canvas. The appearance of the text is maintained, but is no longer editable as text after it is imported.
If a single text layer in Illustrator contains hard returns, the text associated with each paragraph break will be imported as a separate canvas object when imported into Expression Blend.
Note: You may experience unexpected results when you import text from Illustrator. These results can include unexpected character rotation, kerning, point sizes, and alignment.
Text styles
The following Illustrator text effects create individual paths when imported into Expression Blend.
Subscript
Superscript
StrikeThrough
Underline
SmallCaps
AllCaps
Effects
Effects are supported, but not editable, in Expression Blend. Effects are rasterized and imported as Image objects. A PNG file is used as the source for the image object, and is located in the folder that is created in the Project panel.
Gradients
Expression Blend supports the importing and editing of linear and radial gradients. Color stops are imported as gradient brushes to the Fill property of the resulting object in Expression Blend, and opacity stops are imported as gradient brushes to the OpacityMask property.
Strokes
Custom strokes are imported as individual paths.
When you save an Illustrator file in PDF-compatible format, strokes and fills are saved as separate paths. When you import a PDF-compatible file into Expression Blend, a stroke and a fill on the same object may also be imported as separate objects. However, if the stroke and the fill are identical, the stroke and the fill may be merged into a single object when imported into Expression Blend.
Tags: Adobe Illustrator (http://expressioniq.com/?tag=adobe-illustrator), graphics (http://expressioniq.com/?tag=graphics), images (http://expressioniq.com/?tag=images)
This entry was posted on Friday, March 4th, 2011 at 12:54 pm and is filed under Expression Blend (http://expressioniq.com/?cat=7), SketchFlow (http://expressioniq.com/?cat=11). You can follow any responses to this entry through the RSS 2.0 (http://expressioniq.com/?feed=rss2&p=1951) feed. You can leave a response (http://expressioniq.com/?p=1951#respond), or trackback (http://expressioniq.com/wp-trackback.php?p=1951) from your own site.
jaejoong tattoo. Jaejoong Tattoo Wallpapers

sapota
02-27 01:51 PM
From March 05 to Sep 06 data can be found at :
http://www.foreignlaborcert.doleta.gov/pdf/OFLC_Report_v11_8-23-07.pdf
This is the kind of transparency people are looking for. USCIS does publish statisics too. Hoping that they take all this data & propose legislation and or administrative solutions to address bottleneck issues.
http://www.foreignlaborcert.doleta.gov/pdf/OFLC_Report_v11_8-23-07.pdf
This is the kind of transparency people are looking for. USCIS does publish statisics too. Hoping that they take all this data & propose legislation and or administrative solutions to address bottleneck issues.
more...
jaejoong tattoo. Hero Jaejoong#39;s Tattoo

snathan
03-28 12:39 PM
Hi All,
I filed joint tax return for me and my wife (who is on H4 visa) and sent the W-7 form (for ITIN processing) alongwith the tax return files prepared by my Tax Consultant. However, IRS changed my tax return to single return and reduced the fed refund accordingly, saying that ITIN for my wife is missing. When I called them, they could not confirm but only said that the ITIN could be still undergoing processing. Can you please advise what I should do now on my behalf to get back the refund balance amount?
Wait for ITIN to be processed and once get the ITIN amend your tax filing.
I filed joint tax return for me and my wife (who is on H4 visa) and sent the W-7 form (for ITIN processing) alongwith the tax return files prepared by my Tax Consultant. However, IRS changed my tax return to single return and reduced the fed refund accordingly, saying that ITIN for my wife is missing. When I called them, they could not confirm but only said that the ITIN could be still undergoing processing. Can you please advise what I should do now on my behalf to get back the refund balance amount?
Wait for ITIN to be processed and once get the ITIN amend your tax filing.
jaejoong tattoo. Post] Jaejoong#39;s Tattoos
![Post] Jaejoong#39;s Tattoos jaejoong tattoo. Post] Jaejoong#39;s Tattoos](http://www.jaejoong.net/wp-content/uploads/2011/03/20090114_tvxqjaejoong.jpg)
ultimo
08-08 08:12 AM
i134 you can file :)
more...
jaejoong tattoo. [PIC] Jaejoong#39;s Tattoo
![[PIC] Jaejoong#39;s Tattoo jaejoong tattoo. [PIC] Jaejoong#39;s Tattoo](http://img.photobucket.com/albums/v167/Mabes/untitled-4.jpg)
yanj
12-16 12:46 PM
You can not work after 7/9/2007.
The end of the OPT will determine when you must stop working.
The 60 days grace period is only for you to take care of business before you go back home. In your case you must wait for 2 months and 24 days before returning to work otherwise you will be in violation of your status.
andy
THANKS
The end of the OPT will determine when you must stop working.
The 60 days grace period is only for you to take care of business before you go back home. In your case you must wait for 2 months and 24 days before returning to work otherwise you will be in violation of your status.
andy
THANKS
jaejoong tattoo. Kin Jaejoong Pics - soompi

hpandey
06-02 04:17 PM
can i get a h1 done from a desi employer just to protect the h4 status and join the other company thats offering me a job with my ead.
the h1 from the desi employer will not be having pay stubs but thats only to get h1 status.
As Kaiserose pointed out the H1 quota is done for the year and will not open till April next year and start in Oct 2009 . Considering that you do get an H1 for your wife next year , make sure that she is working coz while applying for her I-485 they might ask for W2's and paystubs for her ( an H1 person cannot be without pay for such an extended period of time ).
Going on F1 is a good idea but I think for that you have to go back to your home country and get it stamped and come back ( can someone confirm this ?? ). This new regulation was put in place due to the security measures after 2001 . But best confirm with your lawyer.
the h1 from the desi employer will not be having pay stubs but thats only to get h1 status.
As Kaiserose pointed out the H1 quota is done for the year and will not open till April next year and start in Oct 2009 . Considering that you do get an H1 for your wife next year , make sure that she is working coz while applying for her I-485 they might ask for W2's and paystubs for her ( an H1 person cannot be without pay for such an extended period of time ).
Going on F1 is a good idea but I think for that you have to go back to your home country and get it stamped and come back ( can someone confirm this ?? ). This new regulation was put in place due to the security measures after 2001 . But best confirm with your lawyer.
more...
jaejoong tattoo. For Jaejoong#39;s Tattoo

ImmiLosers
09-26 12:22 AM
1)Incase my 485 application gets denied, can I start the process again and use the PD of my current application?
2) Can I move to and start the GC process with another company and use the current PD (I140 approved, 180 days passed), even if my current company revokes I140 and my Job description is very different --- I'm assuming yes.
3) What if I leave the country and come back after 2-3 years and reapply. Can I reuse the PD of my current application?
I was told by a friend that the priority date is mine forever since my I140 is approved. Is that correct?
Thanks
YES YES YES - go ahead screw your smalltime employer
2) Can I move to and start the GC process with another company and use the current PD (I140 approved, 180 days passed), even if my current company revokes I140 and my Job description is very different --- I'm assuming yes.
3) What if I leave the country and come back after 2-3 years and reapply. Can I reuse the PD of my current application?
I was told by a friend that the priority date is mine forever since my I140 is approved. Is that correct?
Thanks
YES YES YES - go ahead screw your smalltime employer
jaejoong tattoo. Jaejoong#39;s Tattoo Finally
Alabaman
07-14 08:26 AM
Not trying to sound pessimistic� but I am tired of hearing about the so called SKIL bill without any sort of timeline attached to it. For all I care it seems to me that it might just lay dormant in the house for one, two or even five years without any consideration. Any one with more info should please throw more light.
more...
jaejoong tattoo. JAEJOONG#39;S TATTOOS

chanduv23
04-08 04:24 PM
We are IV. I believe that is what chandu meant. Core is just a group of people who incidentally reserved the domain name and configured joomla.
Literally anyone is IV. IV is you and me. We are all collectively IV.
A lot of us have done media interviews in past. Some brought in media contacts, some gave media interviews .... so if you are interested, why don't YOU represent IV and contact media personnel.
Literally anyone is IV. IV is you and me. We are all collectively IV.
A lot of us have done media interviews in past. Some brought in media contacts, some gave media interviews .... so if you are interested, why don't YOU represent IV and contact media personnel.
jaejoong tattoo. Jaejoong Tattoo Wallpapers

bigboy007
12-10 01:59 PM
In any fashion of THese threads everyones comment :
"which should match/similar to your GC labor"
WHich is a very generalized statement.
I am in this boat : Please advice me on the options:
1. Pd 2004 : GCLABOR 1.5 yrs exp : Its a pretty generic Labor which says "evaluating requests , planning , designing etc" with title of Programmer analyst.
2. I have my 140 approved , 485 pending will complete 180 day mark by dec 29. Now i am NOT on EAD neither want to be.
3. I have new opportunity where company is offering me a good pay range + they are ok with filing H1b . But job role is different like " Software Architect".
Now i am caught up in saying how i am using "AC21" when i transfer H1b what happens to my AOS? what should i do to keep it alive ? what are my options ?
Kindly help i am lost. Current GC labor etc is all for future employment how am i leveraging these two. Please help .... please help.
"which should match/similar to your GC labor"
WHich is a very generalized statement.
I am in this boat : Please advice me on the options:
1. Pd 2004 : GCLABOR 1.5 yrs exp : Its a pretty generic Labor which says "evaluating requests , planning , designing etc" with title of Programmer analyst.
2. I have my 140 approved , 485 pending will complete 180 day mark by dec 29. Now i am NOT on EAD neither want to be.
3. I have new opportunity where company is offering me a good pay range + they are ok with filing H1b . But job role is different like " Software Architect".
Now i am caught up in saying how i am using "AC21" when i transfer H1b what happens to my AOS? what should i do to keep it alive ? what are my options ?
Kindly help i am lost. Current GC labor etc is all for future employment how am i leveraging these two. Please help .... please help.
more...
jaejoong tattoo. JYJ#39;s Kim JaeJoong, Twitter

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.
jaejoong tattoo. jaejoong tattoo,

krustycat
03-06 12:03 PM
No actually its seems different from the receipt numbers which usually starts with SRC-xxxxxxxxxx
This one seems different like : PIT-xxxxxxxxxxTSC
It doesn't seems to work anywhere.
It's a typical service request. They filed your claim.
PIT = city in where you live (Pittsburgh maybe?)
xxxxxxxxxx = 10 numbers for your reference
TSC = Center processing your application or where you sent the original I-765.
The claim gives they 60 days to get back to you with a reply. Usually is useless, they're only taking extra time to have you calmed.
I've had my applications lost for 7 months. I filed a SR also. Nothing happened.
I still have 4 applications lost from 12.
This one seems different like : PIT-xxxxxxxxxxTSC
It doesn't seems to work anywhere.
It's a typical service request. They filed your claim.
PIT = city in where you live (Pittsburgh maybe?)
xxxxxxxxxx = 10 numbers for your reference
TSC = Center processing your application or where you sent the original I-765.
The claim gives they 60 days to get back to you with a reply. Usually is useless, they're only taking extra time to have you calmed.
I've had my applications lost for 7 months. I filed a SR also. Nothing happened.
I still have 4 applications lost from 12.
more...
jaejoong tattoo. jaejoong extended tattoo

rb_248
09-10 03:25 PM
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.
Online status got updated today. Snail mail is faster than email - happens only with USCIS. Anyways, my journey is over. Good luck to others.
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.
Online status got updated today. Snail mail is faster than email - happens only with USCIS. Anyways, my journey is over. Good luck to others.
jaejoong tattoo. I FREAKING LOVE HIS TATTOO!

VivekAhuja
06-04 02:22 PM
A few months of bank statements (with most recent balance)+ your tax docs for last year+ W-2 and most importantly a letter from your employer saying how long you have been there, salary and benefits, if any - should suffice.
jaejoong tattoo. Jaejoong#39;s Tattoo

Illuminae
05-27 05:00 PM
lmao... this is great. :beam:
meg_z
08-04 03:41 PM
guys many of us are considering going back to india.. any idea on whether those who have 40 credits will be eligible for social security from india...
also any adivice o what is the best way to transfer 401 to india.. withdraw immeditately or wait till 591/2 years..
Not sure about SS benefit. You can't do anything anyway with it now. If you are young, consider it gone even if you were US citizen at the moment.
If you withdraw your 401K now, you will have to pay taxes, plus 10% penalty probably. Depanding on your employer's 401K program policy, some allows money to stay if it exceeds certain minimum. Be sure to check the vesting policy. You can always roll it over to an IRA of your choice.
also any adivice o what is the best way to transfer 401 to india.. withdraw immeditately or wait till 591/2 years..
Not sure about SS benefit. You can't do anything anyway with it now. If you are young, consider it gone even if you were US citizen at the moment.
If you withdraw your 401K now, you will have to pay taxes, plus 10% penalty probably. Depanding on your employer's 401K program policy, some allows money to stay if it exceeds certain minimum. Be sure to check the vesting policy. You can always roll it over to an IRA of your choice.
funny
09-16 02:05 PM
^bump^ ^bump^
Thank you for sharing this information with us. It was an honour to have the chance to share it with you. Thank you so much for what you've done. I hope that others may find the material valuable. h1b amendment for work from home
ReplyDelete