wandmaker
08-11 06:45 PM
For example, for my I-140 under EB2-NIW, NSC processing date shows February 27, 2007; and I filed in April 2007. But, I got approved. (no complaints). Technically, they shouldn't have picked up mine.
You are lucky to have your 140 approved :) There are many people that I know, whos files are still waiting to be dusted.
See, quasi-citizens i.e., people applying for Naturalization have better luck because their local congressman will be making calls and putting fire under USCIS ass because these are potential voters in November. So, they have some leverage. But people who are waiting for green card are no good now... wait for 5 years after you get it, you may have luck in getting their attention.
Focus your energy on IV activites (state chapter, campaign and etc), spend time with the family, and live your day to day life. We will get there soon enough with everyones' support ($$$$)
You are lucky to have your 140 approved :) There are many people that I know, whos files are still waiting to be dusted.
See, quasi-citizens i.e., people applying for Naturalization have better luck because their local congressman will be making calls and putting fire under USCIS ass because these are potential voters in November. So, they have some leverage. But people who are waiting for green card are no good now... wait for 5 years after you get it, you may have luck in getting their attention.
Focus your energy on IV activites (state chapter, campaign and etc), spend time with the family, and live your day to day life. We will get there soon enough with everyones' support ($$$$)
wallpaper CLEVELAND - APRIL 27: LeBron
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.
raj2007
06-21 03:54 AM
IN the same context, how about EAD.
If I file I-485 and lets say the dates retrogess and my PD is not current, then as mentioned and if an EAD is not yet issued does the EAD issuance and I-485 both are "suspended" till PD becomes current or is it just the I-485...
I guess what I want to ask is that is EAD linked to PD date ?
No you will get all the benefits of I-485 filing lik EAD and AP. Only your 485 processing will suspend till your PD are current again.
If I file I-485 and lets say the dates retrogess and my PD is not current, then as mentioned and if an EAD is not yet issued does the EAD issuance and I-485 both are "suspended" till PD becomes current or is it just the I-485...
I guess what I want to ask is that is EAD linked to PD date ?
No you will get all the benefits of I-485 filing lik EAD and AP. Only your 485 processing will suspend till your PD are current again.
2011 Derrick Rose Dunks On Joel
LostInGCProcess
01-12 12:20 PM
This is absolutely illegal. Never never do this.
I concur with you, Marphad.
Its illegal to mail passport cross border.
I concur with you, Marphad.
Its illegal to mail passport cross border.
more...
linuxra
07-23 03:00 PM
Are u from vision systems too...and do u know anybody got approved
eastindia
09-23 11:14 AM
As long as greedy corporations like microsoft exist noting will happen to H1B program..its the economy that's it ..once it start moving up h1b will become l1b and the import of cheap labor starts once again .....you guys are just spreading fear nothing else ....
You hate Microsoft because you cannot a job there. Why don't you spend time upgrading your skills and get rid of your hatred for H1B workers.
If you think it is too much for you and you would rather blame Immigrants for your incompetence, then you may want to try apply as a Janitor in Microsoft or Google. Maybe they will hire you. You can then tell all your friends that you work for Microsoft. :D
You hate Microsoft because you cannot a job there. Why don't you spend time upgrading your skills and get rid of your hatred for H1B workers.
If you think it is too much for you and you would rather blame Immigrants for your incompetence, then you may want to try apply as a Janitor in Microsoft or Google. Maybe they will hire you. You can then tell all your friends that you work for Microsoft. :D
more...
gesfox
03-26 09:51 PM
okies, add me please.. thanks!
2010 derrick rose dunks on barbosa.
coopheal
12-04 05:15 PM
I cannot make it to the rally but will contribute 100$ towards the efforts.
Thanks
Thanks
more...
reddog
04-08 04:19 PM
All i am asking is the media they know and number of users. I dont know what you talking about.
Ok, how do we contact the state representative. Through the county representative, then the city, then street?
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.
Ok, how do we contact the state representative. Through the county representative, then the city, then street?
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.
hair LeBron James dunks on the
docwa
04-11 03:08 PM
Sure moonlighting should definitely be ok.
Will being a fellow be ok too? Its open only to internists, but is a training program in oncology. Its only 2 years, and looking at to current rate of processing, I should be done by the time my PD (sept 2006) is current.
Will being a fellow be ok too? Its open only to internists, but is a training program in oncology. Its only 2 years, and looking at to current rate of processing, I should be done by the time my PD (sept 2006) is current.
more...
Dhundhun
09-02 08:47 PM
Folks,
Due to the priority data transfer issue my I-485 application was rejected in June'08 (submitted based on June'08 visa bulletin).
As part of my application necessary medical exam tests were conducted in May'08. If I were to submit my application today based on the new visa bulletin do you think I need to take all medical exams again and re-submit? Won't the first set of medical exams have any validity?
Also, on the forums there is a talk about medical forms being changed? Can anyone confirm?
Thanks in advance for all your responses.
As I remember, the validity is one year.
Due to the priority data transfer issue my I-485 application was rejected in June'08 (submitted based on June'08 visa bulletin).
As part of my application necessary medical exam tests were conducted in May'08. If I were to submit my application today based on the new visa bulletin do you think I need to take all medical exams again and re-submit? Won't the first set of medical exams have any validity?
Also, on the forums there is a talk about medical forms being changed? Can anyone confirm?
Thanks in advance for all your responses.
As I remember, the validity is one year.
hot DERRICK ROSE MVP MIX PART 3
gconmymind
08-05 05:58 PM
I am not sure this will count as an illegal behavior. Of course, I am not a lawyer. But companies typically ask for relocation reimburesement and lawyer expenses, etc. to be paid back pro-rated, in case the employee leaves within a year or so.
Again, this is not really asking for money for labor, but just making sure that the company gets their expenses back in case employee leaves within an year.
Btw, I do not have any such agreement with my company. But I think this is standard. Unfair, maybe. Illegal? I dont know....
Again, this is not really asking for money for labor, but just making sure that the company gets their expenses back in case employee leaves within an year.
Btw, I do not have any such agreement with my company. But I think this is standard. Unfair, maybe. Illegal? I dont know....
more...
house Previous LeBron James #6 Of
va_labor2002
06-01 02:24 PM
Is it possible ? If it is possible to pick up the legal immigration provisions from CIR and make a new Bill, we should proceed with that option,so that it will be passed quickly before CIR. We should talk to our senators for this option.
tattoo Tags: Derrick Rose, Joakim
quizzer
10-19 12:23 PM
EB-2, NSC, PD 10/30/07. Only LUD on 11/22/06, since then nothing
Ask your company/lawyer to raise a service request since its more than 30 days of the processing time
Ask your company/lawyer to raise a service request since its more than 30 days of the processing time
more...
pictures Previous Derrick Rose #1 Of
theperm
05-07 07:51 PM
The Employer won`t be touching the I-140 or any other related GC apps.About the time frame for getting same or similar job...I am seriously keeping my fingers crossed!!!!
Thanks for all the detailed inputs alterego !!!
Thanks for all the detailed inputs alterego !!!
dresses Lebron James
hoolahoous
03-18 04:36 PM
anyone ?
more...
makeup derrick rose dunks on pacers.
royus77
07-17 10:59 PM
The link is not working
http://www.uscis.gov/files/pressrelease/UpdateDirectFiling062107.pdf
http://www.uscis.gov/files/pressrelease/UpdateDirectFiling062107.pdf
girlfriend The 2011 NBA Sprite Slam Dunk
msp1976
01-31 06:03 AM
If one transfers H1 after I140 approval, employers should have no reason to withdraw the I140. Unless ofcourse for revenge :)
Right now, a lot of big companies withdraw I140 and reuse the labor for another applicant. With the new law in place, employers have no motivation to withdraw the I140.
Yeah..
In fact the act of withdrawing also costs money which many employers would not be willing to pay...
Good one....Never thought of it this way...
Right now, a lot of big companies withdraw I140 and reuse the labor for another applicant. With the new law in place, employers have no motivation to withdraw the I140.
Yeah..
In fact the act of withdrawing also costs money which many employers would not be willing to pay...
Good one....Never thought of it this way...
hairstyles derrick rose dunking on
vishage
12-21 11:17 AM
Will be there for the conf call...:) :) :)
nosightofgc
12-07 02:46 PM
I will be surprised if some one says you cannot. Because I am doing.
DDash
11-10 03:36 PM
Go for it! She can volunteer (obviously, she cannot get paid for the work she will do). I think it is a great idea to volunteer to establish connections and gain work experience to get ready for a real job.
My wife did the same thing when she was on H-4 and HR had no issues with that.
Cheers!
My wife did the same thing when she was on H-4 and HR had no issues with that.
Cheers!
No comments:
Post a Comment