sangeethak31
07-13 11:44 PM
Cool..Thanks for all the responses.
I was just preparing for the wrost case scenario. So thought to get the experience letter of my prior H1B. But right now, I am unable to get hold of any superivisor or co-worker. So is there any other option to get the experience letter.
Thanks,
Sangeetha K
I was just preparing for the wrost case scenario. So thought to get the experience letter of my prior H1B. But right now, I am unable to get hold of any superivisor or co-worker. So is there any other option to get the experience letter.
Thanks,
Sangeetha K
wallpaper and Mapquest maps fail to

GCard_Dream
07-13 05:41 PM
Alright.. I had the power (zee.. I am so powerful) to give you some reputation in IV society and I did that because you sound like a very nice person. :D
Now go and do some good work for this society like donating money to IV or doing volunteer work.. something of that nature to build up more reputation. :D
It's good to find humor in difficult times like yesterday and today. I have seen so many funny posts today that I have been laughing my head off despite the uncertainty surrounding VB fiasco.
Man, this is so funny, Somebody give me some good or atleast some bad reputation :D :D :D :D
Now go and do some good work for this society like donating money to IV or doing volunteer work.. something of that nature to build up more reputation. :D
It's good to find humor in difficult times like yesterday and today. I have seen so many funny posts today that I have been laughing my head off despite the uncertainty surrounding VB fiasco.
Man, this is so funny, Somebody give me some good or atleast some bad reputation :D :D :D :D

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.
2011 Google Maps fail: Looking for

mayhemt
08-30 12:02 PM
Not illegal if you are also present in the recording.
- son of a lawyer... not a lawyer myself.
hopefulgc is right.....laws vary by each state, but basic rule comes down to atleast one party on both ends consenting for recording. In this case, you have consented yourself for recording & recorded it. Also only if want to make it public this rule applies, If you are recording for your own reference it doesn't apply (disclaimer: consult a professional lawyer...)
Even I faced a similar situation with my manager (of course a desi). He would promise some things (like promotions) & the end of the year he would completely deny any promising like that. So I used my cellphone (most of the cellphones come with a voice recorder feature these days). Whenever he would take me for one-to-one review meetings, i would simply activate the voice record shortcut & keep my cellphone in my upper left pocket; later I when I played I laugh out loud for hours & hours for all the smooth bullshit he talks. Of course I never went public with them, kind of keeping them as secret weapon.
- son of a lawyer... not a lawyer myself.
hopefulgc is right.....laws vary by each state, but basic rule comes down to atleast one party on both ends consenting for recording. In this case, you have consented yourself for recording & recorded it. Also only if want to make it public this rule applies, If you are recording for your own reference it doesn't apply (disclaimer: consult a professional lawyer...)
Even I faced a similar situation with my manager (of course a desi). He would promise some things (like promotions) & the end of the year he would completely deny any promising like that. So I used my cellphone (most of the cellphones come with a voice recorder feature these days). Whenever he would take me for one-to-one review meetings, i would simply activate the voice record shortcut & keep my cellphone in my upper left pocket; later I when I played I laugh out loud for hours & hours for all the smooth bullshit he talks. Of course I never went public with them, kind of keeping them as secret weapon.
more...

mchundi
02-16 05:04 PM
I did some research on murthy.com and found that AC21 did abolish 'per country of birth quota' on recycled numbers. I am posting a link to this murthy.com article of Oct 6, 2000 which clarifies the issue.
http://www.murthy.com/news/UDh1det.html
If the link fails I am reporducing the paragraph here: -
Major highlights of ACTA are listed below :
Per Country Quotas for Immigrant Visas
"Under Section 104, with respect to immigrant visas, the per country quota, which has been adversely affecting those from China and India and which the U.S. State Department had stated could possibly affect those from the Philippines in the near future, may have been resolved with this Bill. It has always been the case that not all of the available immigrant visas were issued, since most countries did not have enough applicants to use the total available. ACTA provides that if the INS or the U.S. State Department does not issue all of the immigrant visas that should be issued in that FY, the unused immigrant visa numbers should be made available to all countries without the per country quota limit applying."
Retrogression started as the recycled numbers are no longer available and with that country quota showed its horrible effect. It is clear guys we have to concentrate our energy and our thoughts on this quota. Quota on the basis of "country of birth" on talent or skill needed is really hard to explain and we can have good logical arguments to support its abolition.
Good work jungalee32,
It is also part of our resource data base that sandeep compiled, where all these issues are clearly explained. That is why once we have the unused numbers it is like increasing the per country quota. It will bring the priority date to current for a couple of years(even if there are more cases than unused numbers with them. Just because they cannot process that faster)
--MC
http://www.murthy.com/news/UDh1det.html
If the link fails I am reporducing the paragraph here: -
Major highlights of ACTA are listed below :
Per Country Quotas for Immigrant Visas
"Under Section 104, with respect to immigrant visas, the per country quota, which has been adversely affecting those from China and India and which the U.S. State Department had stated could possibly affect those from the Philippines in the near future, may have been resolved with this Bill. It has always been the case that not all of the available immigrant visas were issued, since most countries did not have enough applicants to use the total available. ACTA provides that if the INS or the U.S. State Department does not issue all of the immigrant visas that should be issued in that FY, the unused immigrant visa numbers should be made available to all countries without the per country quota limit applying."
Retrogression started as the recycled numbers are no longer available and with that country quota showed its horrible effect. It is clear guys we have to concentrate our energy and our thoughts on this quota. Quota on the basis of "country of birth" on talent or skill needed is really hard to explain and we can have good logical arguments to support its abolition.
Good work jungalee32,
It is also part of our resource data base that sandeep compiled, where all these issues are clearly explained. That is why once we have the unused numbers it is like increasing the per country quota. It will bring the priority date to current for a couple of years(even if there are more cases than unused numbers with them. Just because they cannot process that faster)
--MC

lifestrikes
02-11 10:06 AM
..
Legislation is being prepared by U.S. Rep. Zoe Lofgren (D-Calif.) that would make it easier to get permanent residency or Green Cards for advance degree graduates. Lofgren, who represents Silicon Valley, has not introduced her proposal, but she is a veteran of immigration issues.
Previous efforts by Lofgren have attempted to make it easier for foreign students who earn advance degrees in science, technology, engineering and mathematics, the so-called STEM degrees, to remain in the U.S. Her latest proposal is broader.
Among the things Lofgren may seek to accomplish in this bill is to create a new Green Card category for advanced degree graduates with STEM degrees, and to enable employers to file immigrant petitions for any of these students, eliminating the need for an H-1B visa for these employers. Out of the 85,000 H-1B visas allowed each year, 20,000 are set aside for STEM graduates.
U.S. Rep Jeff Flake (R-Arizona) introduced something similar last month. But Lofgren's proposal may go further by seeking protections for U.S. workers by barring their displacement by an H-1B worker, a move that may be aimed at firms that primarily deliver offshore services.
Link (http://www.computerworld.com/s/article/9208961/Top_H_1B_visa_user_of_2010_An_Indian_firm)
Legislation is being prepared by U.S. Rep. Zoe Lofgren (D-Calif.) that would make it easier to get permanent residency or Green Cards for advance degree graduates. Lofgren, who represents Silicon Valley, has not introduced her proposal, but she is a veteran of immigration issues.
Previous efforts by Lofgren have attempted to make it easier for foreign students who earn advance degrees in science, technology, engineering and mathematics, the so-called STEM degrees, to remain in the U.S. Her latest proposal is broader.
Among the things Lofgren may seek to accomplish in this bill is to create a new Green Card category for advanced degree graduates with STEM degrees, and to enable employers to file immigrant petitions for any of these students, eliminating the need for an H-1B visa for these employers. Out of the 85,000 H-1B visas allowed each year, 20,000 are set aside for STEM graduates.
U.S. Rep Jeff Flake (R-Arizona) introduced something similar last month. But Lofgren's proposal may go further by seeking protections for U.S. workers by barring their displacement by an H-1B worker, a move that may be aimed at firms that primarily deliver offshore services.
Link (http://www.computerworld.com/s/article/9208961/Top_H_1B_visa_user_of_2010_An_Indian_firm)
more...

the_jaguar
01-25 05:42 PM
TOI = Tabloid of India
2010 Google Maps FAIL

andy garcia
08-23 02:57 PM
How many visas are there for India in a year in EB3, EB2 and EB1?
YEAR **** EB1 ****** EB2 ****** EB3 **** Total(EB)
2000 *** 2,306 ***** 7,233 ***** 5,360 *** 15,381
2001 *** 3,543 **** 21,355 **** 16,405 *** 41,720
2002 *** 2,820 **** 21,310 **** 17,428 *** 41,919
2003 *** 1,266 ***** 8,536 ****10,680 *** 20,818 :confused:
2004 *** 2,998 **** 16,262 **** 19,962 *** 39,496
2005 *** 6,336 **** 16,687 **** 23,399 *** 47,160 :)
These figures are from this link
http://travel.state.gov/visa/frvi/statistics/statistics_1476.html
YEAR **** EB1 ****** EB2 ****** EB3 **** Total(EB)
2000 *** 2,306 ***** 7,233 ***** 5,360 *** 15,381
2001 *** 3,543 **** 21,355 **** 16,405 *** 41,720
2002 *** 2,820 **** 21,310 **** 17,428 *** 41,919
2003 *** 1,266 ***** 8,536 ****10,680 *** 20,818 :confused:
2004 *** 2,998 **** 16,262 **** 19,962 *** 39,496
2005 *** 6,336 **** 16,687 **** 23,399 *** 47,160 :)
These figures are from this link
http://travel.state.gov/visa/frvi/statistics/statistics_1476.html
more...

yabadaba
07-13 02:24 PM
hilarious...my last post was 711
go apu!
go apu!
hair Google Maps Fail.

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
more...

GCwaitforever
08-16 11:21 AM
I am just quoting another way to move from EB-3 to EB-2 without having to file for PERM labor etc ... if you are in the same company. If the original labor petition is qualified for EB-2, but I-140 was applied in EB-3 category then that same approved EB-3 I-140 petition could be used as a supporting document in lieu of original labor certification to file another I-140 EB-2 petition. This is assuming that the attorney filed I-140 in the wrong category first time.
Of course if the original labor petition does not qualify for EB-2, but the applicant qualifies for EB-2 now, the applicant has to go through PERM again and port priority date from approved EB-3 I-140 to new EB-2 I-140 petition.
I hope this clarifies everything. I am not an attorney. Use the information at your own risk.
Of course if the original labor petition does not qualify for EB-2, but the applicant qualifies for EB-2 now, the applicant has to go through PERM again and port priority date from approved EB-3 I-140 to new EB-2 I-140 petition.
I hope this clarifies everything. I am not an attorney. Use the information at your own risk.
hot to Sydneyquot; on Google Maps.

zCool
04-13 06:36 PM
Hello All,
I came across this site while researching for *urgent* solutions or options that my friend needs to pursue or has.
These are my friend's details --
EB3 -- India.
I140 approved in July 2007.
485 filed in July 2007.
MS in Engg from USA.
MBA in Finance from top ten school in USA.
Has applied for couple of patents in tech field.
Author of few papers in tech field.
My friend worked for his green card petitioning employer for 7 years in a technical position on H1 visa. He had to leave this job under some unfavorable circumstances around a month back. He has now taken a job as Marketing Manager for a big firm and is using his EAD. Two weeks back he has received an RFE on his 485 application. (Very curious and bad timing indeed too). This RFE needs a Employment Verification Letter. The current position that my friend works as does not match the position description on his labor petition. The RFE reply needs to be sent in within next 2 weeks.
What are his options to reply to the RFE? One of the lawyers that was consulted said that since Green Card is for a future position, he needs to get a legit letter from a future employer that the employer is willing to hire my friend after he gets his green card.
Also suggested were EB2-NIW and self-employment options.
What would you suggest -- best course of action? Would you know anybody who has gone through a similar situation. Any fallback options that my friend needs to evaluate?
I really appreciate all your replies. Pl treat this as very urgent.
Thanks.
Lawyer is correct. letter needs to be from future employer.
EB2 NIW generally can not be applied by Marketing Manager, where is the National interest when you hawk the wares or services? Unless he's marketing Boeing planes and saving jobs thro' his branding brilliance, it's crapshoot..
I came across this site while researching for *urgent* solutions or options that my friend needs to pursue or has.
These are my friend's details --
EB3 -- India.
I140 approved in July 2007.
485 filed in July 2007.
MS in Engg from USA.
MBA in Finance from top ten school in USA.
Has applied for couple of patents in tech field.
Author of few papers in tech field.
My friend worked for his green card petitioning employer for 7 years in a technical position on H1 visa. He had to leave this job under some unfavorable circumstances around a month back. He has now taken a job as Marketing Manager for a big firm and is using his EAD. Two weeks back he has received an RFE on his 485 application. (Very curious and bad timing indeed too). This RFE needs a Employment Verification Letter. The current position that my friend works as does not match the position description on his labor petition. The RFE reply needs to be sent in within next 2 weeks.
What are his options to reply to the RFE? One of the lawyers that was consulted said that since Green Card is for a future position, he needs to get a legit letter from a future employer that the employer is willing to hire my friend after he gets his green card.
Also suggested were EB2-NIW and self-employment options.
What would you suggest -- best course of action? Would you know anybody who has gone through a similar situation. Any fallback options that my friend needs to evaluate?
I really appreciate all your replies. Pl treat this as very urgent.
Thanks.
Lawyer is correct. letter needs to be from future employer.
EB2 NIW generally can not be applied by Marketing Manager, where is the National interest when you hawk the wares or services? Unless he's marketing Boeing planes and saving jobs thro' his branding brilliance, it's crapshoot..
more...
house Google+maps+fail+pictures

hazishak
08-01 11:12 AM
Thanks for your quick reply :)
tattoo Teemad: fail, google, maps,

simple1
10-06 03:43 PM
This is a fake post, read it carefully. There is clear fact gaps.
Explaining fact gaps will train them to create queries that look real.
just a humble question.. whats wrong in responding to this kind of posts. i dont see anything wrong in suggesting or helping other people like us.
atleast he is not posting anything bad against IV or any religion or anything negative.
MC
Explaining fact gaps will train them to create queries that look real.
just a humble question.. whats wrong in responding to this kind of posts. i dont see anything wrong in suggesting or helping other people like us.
atleast he is not posting anything bad against IV or any religion or anything negative.
MC
more...
pictures Google Map Fail – Kayak to

insbaby
07-14 12:43 PM
I called uscis and they have asked me to refile I-765. They said they will issue new EAD with extended dates. Not sure how long will it take. And i dont believe issuing 3 month EAD was intentional. They probbaly wont have any idea when the 485 would be adjudicated when they approve EAD.
You have PD as Nov 2005, EB2.
Now the VB is on 2006.
They must have known atleast a month back.
They issued just 3 months extension
All matching perfectly and result will be good one for you....
You have PD as Nov 2005, EB2.
Now the VB is on 2006.
They must have known atleast a month back.
They issued just 3 months extension
All matching perfectly and result will be good one for you....
dresses Google Maps fail: the missing

gcnyc
06-20 11:29 PM
Does any one know answer for this? I was curious to know.
more...
makeup Google Maps Fail!

rajuram
11-08 11:54 PM
According to the following document from USCIS they issued receipts for approx 150K applications for AOS in sept. So my estimate of the total back log is
June filers 75k
July - 25k
August 200k
Sept 150k
Oct 50K
Total = 500k
http://www.uscis.gov/files/article/APPLICATIONS%20FOR%20IMMIGRATION%20BENEFITS_Septem ber07.pdf
June filers 75k
July - 25k
August 200k
Sept 150k
Oct 50K
Total = 500k
http://www.uscis.gov/files/article/APPLICATIONS%20FOR%20IMMIGRATION%20BENEFITS_Septem ber07.pdf
girlfriend google maps blurred ass fail

Rb_newsletter
10-07 04:54 PM
pls make sure if they coem to your office you should atleast have a copy of your paystubs
It is so hostile. So should we carry the pay stubs everyday? What if we don't have pay stubs with us?
Already by law we are supposed to have the travel documents (passports + visa papers) all the time with us.
It is so hostile. So should we carry the pay stubs everyday? What if we don't have pay stubs with us?
Already by law we are supposed to have the travel documents (passports + visa papers) all the time with us.
hairstyles Google Maps Fail

sledge_hammer
05-14 09:29 PM
^^^^
ExoVoid
06-13 05:21 AM
CONFUSED: what is up with those percentages, my count is just a bit above 100...
I get approx 600%
I get approx 600%
intheyan
03-31 11:27 PM
yes u can
No comments:
Post a Comment