<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>E-cigarette Maker, E-cigarette Company USA</title>
	<atom:link href="http://www.yulinxxg.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.yulinxxg.com</link>
	<description>Kimree E-cigarette Maker, E-cigarette Company USA</description>
	<lastBuildDate>Sat, 04 Feb 2012 04:40:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reference blog at the top plus FLASH &#8211; Chinaberry tea into the log &#8211; 163</title>
		<link>http://www.yulinxxg.com/archives/804</link>
		<comments>http://www.yulinxxg.com/archives/804#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:18:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flashtransparent]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[November 16, 2010 <br /> <br the /> <strong> Liu u]]></description>
			<content:encoded><![CDATA[<p>November 16, 2010 </p>
<p>Liu under the East Gate of the blog<br />
Liu East Gate material comes of age Although Hedong source is far Shize long (unless otherwise indicated reference to the outside are all original, to quote the subject I agree thank you) reference </p>
<p>< tbody> </p>
<p> code resolve: 1. code modified to adjust the location of FLASH.<br />
2. HEIGHT: 300px said the FLASH height, each blog template top height, pay attention to their modification.<br />
FLASH address instead of the code in the FLASH address &#8220;button. Description:<br />
1. Code in the RIGHT: 0px and TOP:-133px used to control the location of FLASH. By modifying these two figures to adjust the location of the FLASH.<br />
2. code WIDTH: 1024px; HEIGHT: 300px width and height of the FLASH can be appropriate to modify the value to adjust. (With the above position with the adjustment.)<br />
To the top of your blog FLASH Banner [Update]<br />
(2007-08-07 03:58:00 )<br />
var $ tag = #39;; var $ tag_code = bf6eebd693c9c5b077f40d222c87de7 var $ r_quote_bligid = b6ec19801007o5r var $ worldcup = var $ worldcupball = models beautiful the FLASH banner, in addition to know the code, but also more in the net to look for you like FLASH, copy down the address, on the following code in the FLASH address, and then placed in your document, FLASH home page The figures in the top position from the following code regulation. Code are as follows:</p>
<p>Note: due to their own blog templates and computer pixels, the display location is different, such as you made to change the individual figures in the above code to your appropriate location, but others see that your blog may be improperly positioned. No way, only to see a beautiful line. Of course, you put a banner to do more beautiful then we must doing something with numbers slowly change several places in the code above. I hope everyone blog more pretty in the face of Bo.<br />
examples to teach you how to add Flash<br />
first step on the skin: upload skin flash<br />
to the top of the flash file head.swf into skin folder, for example pjblog default skin defaultFlash into this folder Step 2: load skin flash<br />
to find skin.xml<br />
default skin &#8211; the Flash navigation bar style<br />
PuterJam<br />
2004-11-6<br />
[color = red] [b] </p>
<p>-1<br />
head.swf<br />
748<br />
80<br />
center<br />
< br /><br />
-1<br />
[/ b] [/ color]<br />
skin skin.xml file behind, plus this code, head.swf the<br />
can be loaded into the blog a reference to:<br />
interface configuration the file skin.xml field<br />
the SkinName interface name </p>
<p>SkinDesigner interface designers<br />
pubDate the release time<br />
DesignerURL designers Home </p>
<p>DesignerMail designers of electronic Mail<br />
Flash / UseFlash, whether to use Flash / the FlashPath the Flash navigation path<br />
Flash / Flash navigation bar 0 = false, -1 = true<br />
Flash navigation bar FlashWidth width<br />
Flash / FlashHeight, the Flash navigation bar high<br />
Flash / FlashAlign, the Flash navigation bar the alignment leftrightcenter<br />
the Flash / FlashTop the Flash transparent navigation bar from the top of the page highly<br />
Flash / FlashTransparent Flash navigation bar 0 = false = -1 true748 width value of the number of pixels, such as: 748px, it means the flash 748 pixels wide, < br /><br />
you can also be defined to 100% flash so will be able to retractable, can be used for adaptive skin.<br />
[color = # 000000] [/ color]</p>
<p>Step 3: CSS positioning skin flash<br />
Although the above skin.xml positioning of the flash high and wide to the top of the distance, also defines whether or transparent, but the skin of the DIV structure, so we would go to secondary positioning to ensure foolproof.<br />
open layout.css,<br />
/ * &#8211; main style &#8211; * /<br />
# container {width: 760px; margin: 0 the auto; text-align: center; &#8230;&#8230; omitted} following a row<br />
add # FlashHead to {; width: 100%; left: 0px;}<br />
This gives the flash layer positioning ,<br />
; absolute positioning, absolute positioning on top under the bottom, left left right right, the four properties, because skin.xml have determined the top property, so I do not have to define this properties. Css definition above left left property left: 0px defaultFlash skin, however, is a fixed width skin (# container {width: 760px; margin: 0 auto; text-align: center; &#8230;&#8230; omitted}), width 760 pixels, than flash748 pixels a little wide, the skin automatically center the flash layer is a sublayer of the container layer, so the center, because the flash than the container layer 12 pixels, so positioning left: 0px; said left-aligned. width: 100%; Used for compatibility with FF tour, the layer without the FF center, would be misplaced.<br />
&#8212; / / adaptive definition of skin flash &#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8211; &#8212;&#8211;<br />
If you would like to to adaptive skin locate automatically zoom the flash, using only two steps<br />
Step 1: Open the skin.xml in the skin of the skin. xml files back, plus the following code<br />
[b] [color = # ff0000]<br />
-1<br />
head.swf<br />
100%<br />
80<br />
center</p>
<p>-1<br />
< br /> [/ color] [/ b]<br />
flash width 100% height 80px position center center, so that we can Millia<br />
Tips: Because Flash is vector-based software, so when using the adaptive skin, if zoomed-out view of the browser, that percentage defined width Flash will follow zoom in or out, and may be deformed.<br />
If you do not want this can be written in the first frame of the flash the AS script, the following script: fscommand (allowscale &#8220;,&#8221; false &#8220;);<br />
This script is disabled The automatic zoom feature. But the right to use the player &#8220;zoom&#8221; and &#8220;shrink&#8221; command manual zoom has no effect. To cancel the disabled, just to the second argument false to true can be.<br />
Step 2: open layout.css<br />
/ * &#8211; main style &#8211; * /<br />
# container {width: 100%; margin: 0 auto; text-align: center; &#8230;&#8230; omitted} following a row<br />
add # FlashHead {; width: 100%;}<br />
adaptive the skin flash on The definition of success /><br />
This article<br />
The following FLASH address can be done banner</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/804/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reference to the ultra-beautiful flowers blossoming series clock code</title>
		<link>http://www.yulinxxg.com/archives/803</link>
		<comments>http://www.yulinxxg.com/archives/803#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:18:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flashtransparent]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[October 2, 2010 <br /> movie channels <br /> Copyr]]></description>
			<content:encoded><![CDATA[<p>October 2, 2010<br />
movie channels<br />
Copyright: the form of hyperlinks to indicate the original source of article and author information and this statement </p>
<p>http://8858108684.blogbus.com/logs/78440351.html</p>
<p>referenced the Sword the ultra-beautiful flowers blossoming series clock code<br />
renderings: Code :<br />
renderings:<br />
Figure: Code:<br />
renderings:  renderings: Code:<br />
renderings: Code:<br />
renderings: EMBEDsrc = http://www.blog286.com/upfile/flash/081224/f6.swfwidth=160height=320type=application/ x-shockwave-flashflashvars = &#8220;wmode =&#8221; transparent?> renderings: Code :<br />
effect: Code:<br />
:<br />
Tag:</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/803/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>js problem write flash</title>
		<link>http://www.yulinxxg.com/archives/802</link>
		<comments>http://www.yulinxxg.com/archives/802#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:18:24 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flashtransparent]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[function render_flash (url, width, height) {<br />]]></description>
			<content:encoded><![CDATA[<p>function render_flash (url, width, height) {<br /> document.write ( lt;object classid = &#8220;clsid: D27CDB6E-AE6D-11cf-96B8-444553540000&#8243; codebase = &#8220;http://fpdownload.macromedia .com / pub / shockwave / cabs / flash / swflash.cab # version = 10,0,0,0 &#8220;width =&#8221; width   &#8220;height =&#8221; height   &#8220;VIEWASTEXT> ; <br /> document.write ( lt;param name=&#8221;allowScriptAccess&#8221; value=&#8221;sameDomain&#8221; /> ; <br /> document.write ( lt;param name = &#8220;movie&#8221; value = &#8221; url   quot;> ; <br /> document.write (
<param name="quality" value="high"> ; <br /> document. write ( lt;param name=&#8221;wmode&#8221; value=&#8221;transparent&#8221;> ; <br /> document.write ( lt;param name=&#8221;menu&#8221; value=&#8221;false&#8221; /> ; < br /> <br /> document.write ( lt;param name=&#8221;scale&#8221; value=&#8221;noscale&#8221; /> ; <br /> document.write ( lt;embed src = &#8221;   url   quot;allowScriptAccess =&#8221; sameDomain &#8220;quality =&#8221; high &#8220;pluginspage =&#8221; http://www.macromedia.com/go/getflashplayer &#8220;type =&#8221; application / x-shockwave-flash &#8220;width =&#8221;   width   quot; height = &#8221; height   quot; wmode = &#8220;transparent&#8221;> </ embed> ; <br /> document.write ( </ object> ; <br /> } <br /> above is to write the flash function <br /> this call render_flash (the &#8220;~ / swf / banner.swf,? p = 2&#8243;, &#8220;430&#8243;, &#8220;187&#8243;) ; the implementation of the reported error, said the lack of objects</p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/802/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to insert such as transparent to the flash! The code is as follows: I try not to!</title>
		<link>http://www.yulinxxg.com/archives/801</link>
		<comments>http://www.yulinxxg.com/archives/801#comments</comments>
		<pubDate>Fri, 03 Feb 2012 12:18:15 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[flashtransparent]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<Object classid = "clsid: D27CDB6E-AE6D-11cf-96B8]]></description>
			<content:encoded><![CDATA[<div>
<p><img title="&quot;quality&quot;:&quot; high &quot;,&quot;wmode transparent&quot;:&quot;transparent&quot;,&quot;src&quot;:&quot;22/22/22.swf&quot;" src="http://www.yulinxxg.com/wp-includes/js/tinymce/plugins/media/img/trans.gif" alt="" width=" 222 " height=" 223 " /></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/801/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Examples of English composition</title>
		<link>http://www.yulinxxg.com/archives/799</link>
		<comments>http://www.yulinxxg.com/archives/799#comments</comments>
		<pubDate>Tue, 03 Jan 2012 13:44:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[English Composition smoking]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[July 19, 2010 <br /> <img src = ttp://www.mfyyw.co]]></description>
			<content:encoded><![CDATA[<p>July 19, 2010 <br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com / Skin / sxiweb / bgbody.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "height = 2 idth = 3 border = > <br /> high school summer English diary five 2010-7-16 22:52:35 · high school summer English Diary Part 1: Today i took the bus to the park. Some people were waiting for the bus at the bus stop.When a young girl came, she spat a gum on the ground While she was waiting, she herself stepped on the gum.The gum stuck to one of her foot.When the bus came, she got on the bus. Then she discovered the gum stuck her foot all the time. high school summer English Diary Part 2: Today, Im going shopping with my mother, We buy some apples bananas and a big watermelon.Im buying some new books, because I like reading interesting books &#8230; &#8230; <br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif " onerror = "this.src = ttp://cache.soso.com/img/blog/p1 . gif quot;onload =" addjustimg (this) "height = 2 width = 3 order = /> <br /> a memorable summer vacation English essay Fan 2010-7-129 : 18:15 * Writing a memorable summer vacation English Fan An unforget summer holiday How time flies! Im fifteen years now.During the long time, there was one thing that I will never forget. When I was 9 years old, my family took the bus to my grandparents. In the bus, I had a good seat.At 7:30, the bus came to a village.A woman got on with a baby in her arms.At that time, there was no seat.But she must look after her baby carefully.She had to stand next to me.I wanted to stand up and let h &#8230; &#8230; <br /> <img src = ttp://www.mfyyw.com/Skin/ sxiweb / bgbody.gif nClick = "window.open ( http://www.mfyyw.com/Skin/sxiweb/bgbody.gif " onerror = "this.src = http://cache.soso. com/img/blog/p1.gif quot;onload =" addjustimg (this) "height = 2 width = 3 order = /> <br /> on how to spend meaningful summer English composition 3 2010-7-12 9:14:11 * on how to spend a meaningful summer English composition first: The summer vacation had come round again. I was happy that I could forget about school at least for a while. Lest I fool around all through this summer vacation, I made a plan as to how to spend it. First, I thought I should go over all those things my teachers taught in the previous term so that I could have a better understanding of them. Then I thought I should take up some forms of exercise, such as walking, running and rowing, to keep me physically strong. It stood to r &#8230; &#8230; <br /> <img src = ttp : / / www.mfyyw.com / Skin / sxiweb / bgbody.gif nClick = "window.open ( http://www.mfyyw.com/Skin/sxiweb/bgbody.gif " onerror = "this. src = ttp://cache.soso.com/img/blog/p1.gif "onload =" addjustimg (this) "height = 2 idth = 3 border = > <br / > <br /> grasp now seize the future of English composition 2010-7-6 0:08:05 · seize now to grasp the future of English composition Now or NeverIt my life, yes it now or never.I ain gonna live forever.I just want to live while I am alive.These are the words from my favorite song, and it inspires me greatly for so long. Like cure to the soul, I hold it, to my life, as an attitude tightly.Now or never, it means cherishing the present. From the moment I came to this world,! have collected memories of both happiness and bitterness.From time to time the flashes of the past haunt me at night, making me miss so &#8230; &#8230; <br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com / Skin / sxiweb / bgbody.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "height = 2 idth = 3 border = > <br /> on the punctuality of English composition Punctuality2010-7-4 23:40:36 · About English essay on punctuality Punctuality Punctuality outline a . Punctuality and those who are not punctual difference. 2. The harm is not punctual. 3. Conclusions. A punctual person is in the habit of doing things at proper time in a planned way and is always keeping his appointment. He knows that if he wants to succeed in his work and society he must observe regular or appoinled time. The unpunctual mall, on the contrary, seldom does what he bas to do at the set time. If he has made an appointment with someone, he never cares about the appointed time and is likely to be late for half an hour.U &#8230; &#8230; <br /> < br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com/Skin/sxiweb/bgbody. gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "height = 2 width = 3 order = > <br /> on Smoking and Health of English composition 2010-6-20 17:12:39 · on Smoking and Health of English composition is your comment on the views of smoking Tobacco smoke is killing thousands of people every year and injuring hundreds of thousands more every day like children. Federal officials released a massive report that is sparking renewed efforts to ban smoking in public places. Secondhand smoke has been classified as known carcinogen, this classification is only shared by ten other pollutants. (These pollutants include benzene, asbestos and smoke inhaled directly from cigarettes. Govenor Mario Cuomo has &#8230; &#8230; <br /> <img src = ttp://www.mfyyw.com/ Skin / sxiweb / bgbody.gif nClick = "window.open ( http://www.mfyyw.com/Skin/sxiweb/bgbody.gif " onerror = "this.src = http://cache. soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "height = 2 width = 3 order = /> <br /> on the sub-health English composition 2010-6-20 17:11:43 · English writing on the sub Directions: For this part, you are allowed 30 minutes to write a composition on the topic How to Deal with SubHealth. You should write at least 120 words according to the outline given below in Chinese: 1. With the accelerating development of the modern world, people living standards rising, but people are increasingly &#8220;sub&#8221; the threat of such a bad state 2. the specific sub The spread of performance and the degree in China (Beijing 75%, 72% of Shanghai, Guangzhou, 70% of workers belong to the sub-health state) 3. In modern society, how to solve the sub-health problem. [Fan] &#8230; &#8230; <br / > <br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com/Skin/sxiweb/ bgbody.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "height = 2 width = 3 order = /> <br /> English on Mother Day essay 2010-5-4 23:30:25 · English on Mother Day Mother Day essay on the origin and development of argumentation. Orginate in America in the Mothers Festival. May 9,1906, American consuming city Jia-Wei the mother misfortune of silk dies, her grief extremely. Avoid Japan in annual mother death anniversary, Miss An Na organizes catch up the campaign of Sai mother, encourage other person to also express the gratitude for own loving mother with similar way. Hereafter, she convinces people everywhere and establishes the Mothers Festival to the appeal of all sectors of society and call. &#8230; &#8230; <br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif " onerror = "this.src = ttp://cache.soso.com/img/blog/p1.gif quot; onload = "addjustimg (this)" height = 2 idth = 3 border = > <br /> my holiday English composition-My May Day Holiday2010-4-26 9:22:06 · About fifty-one English composition _My May Day HolidayI had a great time throughout my May Day Holiday. On Monday, I went BBQ with my classmates who threw a celebration party at our middle school principles flat. Our parents were invited to the party. Everybody was excited about the holiday. I ate a lot of delicious food at that time.On Tuesday, I went visiting my uncles family with my parents. We went to celebrate our good time at a fancy restaurant in Shanghai. Later that day, we sang karaoke in my uncles house. We staye &#8230; &#8230; <br /> <img src = ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif onClick = "window.open ( ttp://www.mfyyw.com/Skin/sxiweb/bgbody.gif " onerror = "this.src = ttp://cache.soso.com/img/blog/p1.gif quot; onload = "addjustimg (this)" height = 2 idth = 3 border = > <br /> smiling English essay on 2010-4-20 13:31:47 · establishment of an English newspaper to be &#8220;Smile Club&#8221;, is now recruiting members to Guiwei. require applicants to submit an article entitled &#8220;I want to Smile&#8221; English essay. please try to identity of the applicant, based on the following idea map tips to write an essay in English Note: 1 according to chart appropriate to start thinking in order to make the wording consistent; (2) number of words : 120 or so I Want to Smile </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/799/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>English Composition Analysis 2</title>
		<link>http://www.yulinxxg.com/archives/798</link>
		<comments>http://www.yulinxxg.com/archives/798#comments</comments>
		<pubDate>Tue, 03 Jan 2012 13:44:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[English Composition smoking]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[January 13, 2011 <br /> 1. As many people know, / ]]></description>
			<content:encoded><![CDATA[<p>January 13, 2011 <br /> 1. As many people know, / It is generally accepted that (Overview of the problem) <? Xml: namespace prefix = o ns = "urn: schemas-microsoft- com: office: office "/> <br /> 2. the performance of a / the role of a <br /> 3. Additionally, the performance of two / role of the two <br /> 4. Therefore, how to (solve the problem) is worth paying more attention to. <br /> 5. The following ways can be adopted / Some effective measures have been taken to (solve the problem). Many a factor plays an important role in (to solve the problem) <br /> 6. Firstly / Above all, (method one / factor a) <br /> 7. Secondly / Moreover, (method b / factor two) <br /> 8. Thirdly / Besides / In addition, (method III / factor three) <br /> 9. As far as I am concerned, (my suggestion or opinion) . <br /> 10. My reason for a <br /> 11. Besides / In addition, my second reason. <br /> 12. Therefore, concludes the paper <br /> How to Succeed in a Job Interview? <br /> 1. the interview process in the job role <br / > <br /> 2. achieve interview success factors: instrument, manners conversation, ability, expertise, confidence and realistic. . . <br /> 1. It is generally accepted that a job interview is very important in the process of job hunting. It is obvious that it is a good chance to display a job hunter talent. Additionally, if a job seeker can leave a good impression on the interviewer, he may be lucky enough to get job competed for by many applicants. Therefore, how to succeed in a job interview is worth paying more attention to. <br /> 2.Many a factor plays an important role in a successful interview. First of all, interviewees should dress neatly and properly since the first impression is decided to a great extent by one appearance. Moreover, the interviewee must demonstrate his aptitude and skills for the job and his knowledge about job-related areas. In addition, a really impressive job seeker must convey a sense of self-confidence. <br /> 3.As far as I am concerned, the importance of an interview can be overemphasized. If the interviewee presents his abilities fully during an interview, he will most probably obtain the job he has been dreaming of. Besides, an opportunity is for those who are well-prepared. Therefore, it is necessary for job-hunters to learn how to perform better in a job interview. <br /> 1. In recent years, the problem is becoming more and more of a problem. the performance of a problem. What worse, the performance of two problems. <br /> 2.As everyone knows, the problem produces harmful effects in many aspects. Above all, harm one. Furthermore, endangering two Therefore, it is high time that we took effective measures to solve the problem. <br /> 3.Firstly, Method One. Secondly, method two. Thirdly, method three. Only through these ways to be able to solve the problem. <br /> Reduce Waste on Campus <br /> present some serious campus waste and waste </p>
<p> harm from me, eliminate waste <br /> 1. In recent years, waste on campus is becoming more and more of a problem. Each day, we can see some students dump the remains of all kinds of food into the garbage cans. What worse, some students often leave the lights or electric fans on in empty rooms, and even let the water running after washing. <br /> 2.As everyone knows, this phenomenon produces harmful effects in many aspects. Above all , a great loss has been caused by wasting precious resources, such as water and electricity. Furthermore, what students waste will undoubtedly burden their family and society heavily. Therefore, it is high time that we took effective measures to eliminate waste on campus. < br /> <br /> 3.Firstly, we college students must stop wasting water, electricity and food in our daily life. Secondly, we should learn to be economical and try to avoid spending money on something unnecessary. Thirdly, we have responsibility to call on all our schoolmates to fight against waste. Only through these ways can waste on campus be eliminated in the near future. <br /> Smoking <br /> 1. Nowadays, the problem is quite a serious problem in the problem exists. question the performance of a In addition, the performance of two problems. <br /> 2. the problem is due to the following reasons. Among these, the reasons for a. In addition, because two < br /> <br /> 3. Considering the great harm brought by the problem, I think it is high time that we took effective measures to solve the problem. Above all, s method one Moreover, method two. Besides, Method Three Only through these ways to be able to solve the problem. <br /> Smoking <br /> 4. Many people have the habit of smoking, not only harmful to their health, will also affect the health of others. <br /> 5. willing to sub-analysis of smoking cessation is difficult <br /> 6. should be to reduce the harm of smoking to people <br /> 1.Nowadays, smoking is quite a serious problem in many counties in the world. Smoking can lend to heart disease, cancer and other diseases. The world Health Organization says diseases caused by smoking kill at least two million and five hundred thousand persons each year. In addition, smoking not only does harm to smokers but also damage the health of people around them. <br /> 2.Despite so many harms, many people find it difficult to stop smoking, which is due to the following reasons. Among these , the effect of nicotine plays a vital role. In addition, many smokers lack enough determination and will-power so that they often give up half way. <br /> 3.Considering the great harm brought by smoking, I think it is high time that we took effective measures to help people keep away from it. Above all, smoking should be forbidden in more places other than most public ones. Moreover, more campaigns should be organized to raise people awareness of the harm brought by smoking. Besides, we should find effective ways to encourage and help those smoking addicts to stop smoking. Only through these ways can people be kept away from the harm brought by smoking as soon as possible. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/798/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8212;&#8211; Flying training leading to junior high school English composition teaching &#8220;live&#8221;</title>
		<link>http://www.yulinxxg.com/archives/797</link>
		<comments>http://www.yulinxxg.com/archives/797#comments</comments>
		<pubDate>Tue, 03 Jan 2012 13:44:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[English Composition smoking]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[July 16, 2010 <br /> <strong> [Summary] </ strong>]]></description>
			<content:encoded><![CDATA[<p>July 16, 2010 <br /> <strong> [Summary] </ strong> the ability to write in English academic abilities to develop an important aspect of the structure of English words in English writing is that people use to record, dissemination of information and ideas expressed in the language of communication activities. &#8220;The new curriculum standards,&#8221; particularly outstanding &#8220;can do things in English&#8221;, with particular emphasis on the internalization of language, this paper aims to present the status of junior high school student writing and the problems of starting depth teaching writing strategies and how the teaching to read input; ladder training; active way of progressive thinking, writing to train students to use written English to express their ideas. <br /> <strong> [off </ strong> <strong> </ strong> <strong> key </ strong> <strong> </ strong> <strong> word] </ strong> issues to read Training Writing thinking <br /> <strong> a student exercises the problems </ strong> <strong> <br /> </ strong> as English learners in China by the learning content, learning environment and teaching methods of the constraints, leading to students writing in English when there are many problems. See below this student work: <br /> <strong> Smoking <br /> </ strong> Most of people know smoking was bad for our healthy. But now some students think smoking is a very cool thing and start smoking. <br /> I think cigarette is a very bad thing for our healthy. Cigarette has something bad like nicotine. Nicotine is a kind of dangerous thing because it bad to Lung. If you think smoking it cool thing and just for fun. and smoking over three times. After that, you will be addicted to and can stop smoking specially to young people. <br /> For your healthy, I think you should be away from cigarette. If you stop smoking, it both good for yourself and your family. exercises above this there are some problems as follows: <br /> 1.1. dull expression, the lack of ideological, <br / > <br /> students vulnerable to the impact of life experiences, especially the mountainous students learn because of its relatively narrow channels of social information; life experience very simple and obvious; materials in a number of topics from real life and needs of students; teachers in the teaching process some with ideological topics adopted an evasive attitude, such as: Do you think it cool to smoke in public? If I had enough money &#8230; &#8230; Learn to smile, etc. These factors have led to students in the composition can not fully express a certain ideology. <br /> 1.2. lack of vocabulary development, the lack of accuracy in writing <br /> practice, the lack of the necessary vocabulary development, and can not clearly appropriate to express their ideas, present new lesson standard textbooks contained language materials is limited, each module is a separate topic, and prepared in a manner non-spiral, synchronization of reading material can not keep up, leading to reproduce low frequency words, writing can lead to higher flexibility in the use of some words and phrases to express a lower level language simple, naive addition, a lack of accuracy of the vocabulary used, as in the above students ork in this: Most of people know smoking was bad for our healthy; in the students works are often met with to this sentence: He replied my letter.They robbed his watch.No matter what I do, I can rise my grade.He is a high man.Yesterday had a big wind, etc. <br /> <br / > 1.3 the use of a single sentence, the lack of richness <br /> students when writing simple sentences and multi-compound sentence, sentence structure is mainly &#8220;SVO&#8221; or &#8220;SVP&#8221; structure, the article becomes monotonous, sentence the use of passive voice is not divided, multi-use statement word order, tense grasp on is also less accurate here for two reasons: one English-language students is caused by different structural characteristics of wrong sentences when writing; wrong sentence the main reason, of course, we can not ignore the another reason is that the utilitarian education, many teachers fear that students in the teaching of writing error, do not encourage students to use some of the classic, complex sentence, no idioms, proverbs, and the use of rhetoric. Test article in the evaluation of a small error in the primary language of the standards in this thought under the guidance of students work will become more &#8220;poor&#8221;, thus much less writing for the use of language internalized. <br /> 1.4. language of the order of chaos, the lack of logic <br /> students writing ideas is not clear, the internal structure of writing, the center effect and paragraph clues to the layout is not logical. students In the essay without layering; to express their inner thoughts without pause, turn, stressed that the expansion and sublimation. Article is basically a single sentence from a number of synthetic trouble, pay no attention to the context of contact conjunctions, adverbs, prepositional phrases and the use of parentheses, etc., the basic structure does not have the ability to segment, even if there is some ability to structure section, when the number of segments in the structure important vocabulary mastery and application of the transition also becomes extremely shallow. . <br /> 1.5. Casual writing habits, lack of normative <br /> clearly a considerable number of students can not write, letter writing is not standardized, not the proper use of uppercase and lowercase letters, punctuation marks in English , and correctly so the word migration. In the initial stage does not develop good writing habits, thus affecting the quality of written expression. Writing is writing the basic routine, also constitutes an element of a beautiful article. <br /> <strong> Second, read the guide </ strong> <strong> &#8212;</ strong> <strong> develop writing ideas </ strong> <strong> <br /> </ strong> English written expression is an English language course from the law point of view of language development, to be accurate, precise and standardized use of written language, students must first make a lot of sustained accumulation of only the &#8220;thick&#8221; plot to &#8220;thin &#8220;made in many English exercises, we will find a lot of&#8221; China &#8220;in English sentences. The reason is because the students lack English language sense. an authentic English exercises is based on the specific basis of English freedom to generate ideas of. to form a sense of language and thinking in English will have to develop through reading. &#8220;study break rolls, getting a God&#8221; phrase famous language learning profound interpretation of: reading &#8211; writing the source. writing is to improve the readability of the most Best way (field Paterson, 1993), while the current English language teaching materials contained in a limited number of pure English class is still the main grammar and vocabulary, students are exposed to is still an isolated words and grammar, so that the students rapid accumulation of knowledge of English is quite a lot of negative and only large corpus of input, to form their own tacit knowledge, the need to more easily extracted, so that &#8220;paid off.&#8221; <br /> 2.1. to focus on the input corpus of &#8220;quantity&#8221; <br /> order written in English should have the first written expression of a certain vocabulary, and a large number of languages ??is the accumulation of material input the main way the word in English listening, speaking, reading and writing basic skills in listening and reading is the process of language input, the output language speaking and writing process, since writing is a process output, you need enough corpus input, the input corpus written in a direct impact on output quality. <br /> 2.2. to focus on the input corpus of &#8220;quality&#8221;. <br /> corpus in the choice of reading when they pay attention to &#8220;quality&#8221; and &#8220;quantity&#8221; of the relationship between the teacher in the choice of reading material superb selection when; language specification; structured; taste profound article, to make students appreciate the excellent work by these and reading from the distillation of ideas; to absorb nutrients; accumulated language experiences over time, generate a sense of English language is a natural the. <br /> 2.3. to focus on the input corpus of &#8220;analysis.&#8221; students already have some reading ability, based on reading materials for teachers to focus on the analysis of analysis of the macro-structure of the article read; the idea of ??writing; at the same time to guide students to accumulate a lot of classic sentences thus obtained to some extent, the perceptions of English writing. <br /> three, <strong> classification training </ strong> <strong> &#8212;</ strong> <strong> get writing <br /> </ strong> Writing teaching should be planned, systematic, can not engage in assault exam, hoping that students have a short time in writing qualitative leap is unrealistic. &#8220;Standard&#8221; on the ability to write goals set to follow the laws and language learning characteristics of students at different stages, proposed a three-level requirements: three: to refer to an example or write simple sentences with picture; four : able to write notes or simple letters. five: tips for drafting or modify according to a small writing, writing to make the formation of a virtuous circle, not a &#8220;jump&#8221; of teaching strategies. To classification training, reinforce the writing foundation. <br /> 3.1. Sentences &#8212; writing training &#8220;base&#8221; <br /> a little on the current junior high school English composition analysis, not difficult to find Students in this area are very common error of its very serious, the reason for this situation there are two points: First, teachers do not know the place. two. the lack of scientific training and many teachers only concerned with writing English words, while words lack of awareness of the importance of the use of, especially now with the &#8220;GO FOR IT&#8221; large teaching vocabulary, but reproduction rate is very low, resulting in many students in the writing difficult to extract; teachers in vocabulary teaching should be present to take a more sentences, pictures Examples of teaching, etc., so that students develop a writing habit of writing words accurately, while many of the students in writing, the syntax error is common, such as: Now some students think smoking is a very cool thing and start smoking. [Now some students think smoking is a very cool thing and then start smoking.] I think cigarette is a very bad thing for our healthy. [I think cigarette is very bad for our health] When rains, I usually stay at home 【When it rains, I usually stay at home.] There are 60% of the students think they should have a good rest at weekends. [60% of the students think they should have a good rest at weekends.] In addition to the above error , the fact there are many teachers in the teaching of writing should be different for the English sentence, more words and sentences and sentence conversion training. <br /> 3.2 trained &#8212; writing a paragraph &#8221; core &#8220;<br /> content monotonous writing of many students, mainly because there is no expansion in the paragraph writing, teachers in the transition between sentences and paragraphs using transitional words to make the training in English in junior high school transition words following are some: 1) the transition time: now / soon / later on &#8230; 2) the purpose of the transition: so that / so as to / in order that &#8230; 3) results the transition: so / therefore / as a result &#8230; 4) more transition: in the same way / just like &#8230; 5) emphasize the transition: in fact / without questions &#8230; 6) summary of the transition: finally / at last / as we know &#8230; 7) For example the transition: for example / for instance &#8230; teachers through the transition term training to promote the expansion of the paragraph. In addition, you can also rewrite the paragraph; extended writing; way of speaking and writing training. <br /> 3.3 trained &#8212; essay writing &#8220;key&#8221; <br /> &#8220;GO FOR IT&#8221; is the topic of the presentation materials as the core concept of each unit has a theme with the topic of the Fan, teachers can take advantage of this article for parodies training, through weekly The text parodies, such as: According to the I used to be afraid of the dark. (new target third-Unit2) wrote: My past life / My childhood. According to What would you do? (new target junior Unit4) wrote If I were an Olympics volunteer, &#8230; &#8230; &#8220;GO FOR IT&#8221; materials where each unit has a Imitative training, the students have some basic words and sentences capabilities, through the different themes, genres of articles for a large number of parodies training can make initial writing students. <br /> 3.4. retouching &#8212; writing checks &#8220;upgrade&#8221; <br /> in the teaching of writing, teachers are often easier to ignore the students awareness of the culture change Modify the exercises is to improve the students to enhance writing skills very important aspect. change the traditional marking by the teacher evaluation methods, allow students more involved in this process, the student can self-assessment, peer assessment team to each other correction, the final evaluation by teachers such a step, in this interaction to foster the use of more extensive evaluation of the sentence; proper use of complex sentences; used properly the sentence structure of consciousness. Modified form in the habit of writing, Akira is the language of their own style. Teachers from the heavy task of marking freed, so the time to devote to creative ideas guide, representative of the essay questions in the evaluation. <br /> <strong> four, flying ideas </ strong> <strong> &#8212;</ strong> <strong> activate writing of thinking </ strong> <strong> <br /> </ strong> corpus of knowledge students have a lot of reserves, after a period of vocabulary and sentence training, but really so that students begin to create an independent, need an active thinking process, in the classroom teaching process, can be a lot of Set close to the student life topics, such as: Should teenagers be allowed to choose their own clothes? / Which is more popular, modern music or classical music? / Do you think it good for animals to live in the zoo? in the classroom the students to free state, the positive and negative debate, to provide evidence to show their own unique point of view, etc. induce collective wisdom; to the students to imagine the space to think, to activate the students creative thinking and inspiration in a lot of thought to get writing material, made in oral expression good language preparation to enable students to feel a creative impulse, a successful opportunity to show themselves. <br /> writing is short term, to develop basic skills up a language, the teaching of writing there is no fixed pattern, and accumulate, work in common, to avoid the quick success. only in the precise use of vocabulary, sentence based on the use of solid training, increase the input language materials, and create opportunities in the classroom teaching writing to activate thinking, eliminate students fear of difficulty, &#8220;the writing emotions, through words sentence training &#8211; to increase the corpus input &#8211; active writing thinking &#8211; focusing on evaluation methods of teaching strategies to systematically solve the current problem of junior high school English writing difficult. <br /> References: <br /> 1. &#8220;The new curriculum ideas and junior high school English curriculum reform&#8221;, Anping, Northeast Normal University Press, 2002.6 <br /> 2. &#8220;new curriculum design&#8221;, Li Ying, Capital Normal University Press, 2004.4 <br /> 3. &#8220;basic education, foreign language teaching and research&#8221;, 2007, No. 9, No. 1, 2008 < br /> <br /> 4. &#8220;compulsory curriculum standard ninth-grade textbook Go For It&#8221;, Thomson Learning. <br /> <img src = "http://eblog.cersp. com/images/dig/flower/f_0.gif "onClick =" window.open ( ttp://eblog.cersp.com/images/dig/flower/f_0.gif "onerror =" this.src = http://cache.soso.com/img/blog/p1.gif quot;onload =" addjustimg (this) "TYPE =" audio / mpeg "> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/797/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Nest in the bed of the note writing sentence patterns in English</title>
		<link>http://www.yulinxxg.com/archives/796</link>
		<comments>http://www.yulinxxg.com/archives/796#comments</comments>
		<pubDate>Tue, 03 Jan 2012 13:44:19 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[English Composition smoking]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[January 13, 2011 <br /> one, ... the  -est   noun ]]></description>
			<content:encoded><![CDATA[<p>January 13, 2011 <br /> one, &#8230; the  -est   noun   (that)   the main word   have ever   seen (known / heard / had / read, etc) QYK English composition network < br /> &#8230; the most   adjective   noun   (that)   the main word   have ever   seen (known / heard / had / read, etc) sentences: Helen is the most beautiful girl that I have ever seen. Helen is my seen the most beautiful girl. QYK English composition network <br /> Mr. Chang is the kindest teacher that I have ever had. QYK network <br /> Zhang English composition teacher is the most merciful I have encountered teachers. QYK English Writing English Writing Network QYK network <br /> * two, Nothing is  -er than to   V; Nothing is   more   adjective   than to   V QYK English composition network <br /> sentence: Nothing is more important than to receive education. QYK English composition network <br /> no education is more important than things. QYK English Writing English Writing Network QYK network <br /> * three, &#8230; cannot emphasize the importance of &#8230; too much. (No matter how stressed the importance of &#8230; not an exaggeration.) Sentence: We cannot emphasize the importance of protecting our eyes too much. QYK English composition network <br /> us how stressed the importance of eye protection is not excessive. * Four, There is no denying that   S   V &#8230; (undeniable &#8230;) sentences: There is no denying that the qualities of our living have gone from bad to worse.QYK network <br /> not English composition denied, our quality of life has been worse. * Five, It is universally acknowledged that   sentence &#8230; (the whole world know &#8230;) sentences: It is universally acknowledged that trees are indispensable to us. QYK network <br /> English composition trees of the world knows we are not or missing. * 6, There is no doubt that   sentence &#8230; (There is no doubt that &#8230; &#8230;) QYK English composition network <br /> sentences: There is no doubt that our educational system leaves something to be desired. QYK English composition net <br /> There is no doubt that our education system unsatisfactory. QYK English Writing English Writing Network QYK network <br /> seven, An advantage of &#8230; is that   sentence (&#8230; &#8230; the advantage of &#8230; &#8230;) QYK English composition network <br /> sentences: An advantage of using the solar energy is that it won create (produce) any pollution. QYK English composition network <br /> use of solar energy is that it will not create any pollution. Eight, The reason why   sentence &#8230; &#8230; is that   sentence (&#8230; because &#8230; &#8230;) QYK English composition network <br /> sentences: The reason why we have to grow trees is that they can provide us with fresh air. We must plant trees because they can supply us with fresh air. * Kowloon, So   adjective   be   word   that   the main sentence &#8230; (so &#8230; &#8230; so on &#8230;) sentences: So precious is time that we can afford to waste it. Time is so precious, we can not afford to waste it . Ten, Adj   as   Subject (main word)   be, S   V ~ (though &#8230; &#8230;) QYK English composition network <br /> sentences: Rich as our country is, the qualities of our living are by no means satisfactory. ( by no means = in no way = on no account = at no time = in no case = in no sense = under no circumstances = not &#8230; in the least is not) QYK English composition <br /> Although our network rich countries, we are absolutely unsatisfactory quality of life. Eleven, The  -er   S   V, &#8230; the  -er   S   V &#8230; QYK English composition network <br /> The   more   Adj   S   V, &#8230; the   more   Adj   S   V &#8230; (&#8230; more &#8230; more &#8230;) Images: The harder you work, the more progress you make. QYK English composition network <br /> The more you work, the more you progress. QYK English composition network <br /> The more books we read, the more learned we become. QYK English composition network <br /> the more we are at school, the more we learned. Twelve, By   Ving, &#8230; can &#8230; (by &#8230;,.. to ..) sentences: By taking exercise, we can always stay healthy. QYK network <br /> English composition through exercise, we can always stay healthy. * Thirteen, &#8230; enable   Object (by words)   to   V (&#8230; &#8230; &#8230; &#8230; to &#8230; to &#8230;) sentences: Listening to music enable us to feel relaxed. QYK <br /> English composition network allows us to listen to music feel relaxed. * Fourteen, On no account can we   V &#8230; (we can not &#8230;) sentences: On no account can we ignore the value of knowledge. QYK English composition network <br /> We must not overlook the value of knowledge. Fifteen, It is time   S   past tense (the time is &#8230;) sentences: It is time the authorities concerned took proper steps to solve the traffic problems. QYK network <br /> English composition is that the authorities take the appropriate measures to solve the traffic problems of the time. Sixteen, Those who &#8230; (&#8230; &#8230; the people &#8230;) sentence: Those who violate traffic regulations should be punished. QYK English composition network <br /> violation of traffic regulations of the people should be punished. * Seventeen, There is no one but &#8230; (no one does &#8230;) sentences: There is no one but longs to go to college. QYK English composition network <br /> no one does not desire to go to college. * 18, be   forced / compelled / obliged   to   V (had to &#8230;) Images: Since the examination is around the corner, I am compelled to give up doing sports. QYK network <br /> Since English composition exam imminent, I had to give up exercise. * Nineteen, It is conceivable that   sentence (imagined) It is obvious that   sentence (obviously) QYK English composition network <br /> It is apparent that   sentence (obviously) sentences: It is conceivable that knowledge plays an important role in our life. QYK network <br /> English composition can imagine, the knowledge in our lives play an important role. Twenty, That is the reason why &#8230; (that is the reason &#8230; &#8230;) Images: Summer is sultry. That is the reason why I don like it. QYK network <br /> English composition is very sultry summer heat. That is the reason I do not like it. Twenty-one, For the past   time, S   present perfect (the last &#8230; &#8230; years, has been &#8230; &#8230; &#8230; &#8230;) sentences: For the past two years, I have been busy preparing for the examination. QYK English composition net <br /> in the past two years, I have been busy preparing for the exam. Twenty-two, Since   S   past tense, S   present perfect. Images: Since he went to senior high school, he has worked very hard. QYK network <br /> English composition since his high school, he has been very hard. * Twenty-three, It pays to   V &#8230; (&#8230; &#8230; is worth it.) Sentence: It pays to help others. QYK <br /> English composition network to help others is worth it. Twenty-four, be based on (in order to &#8230; &#8230;-based) sentences: The progress of the society is based on harmony. QYK network <br /> English composition is based on harmony and social progress based. QYK English composition network <br /> * twenty-five, Spare no effort to   V (to spare no effort) sentences: We should spare no effort to beautify our environment. QYK English composition network <br /> We should spare no effort to beautify our the environment. * Twenty-six, bring home to   people   do (let &#8230; &#8230; &#8230; &#8230; understand things) sentences: We should bring home to people the value of working hard. QYK English composition network <br /> We should allow people to understand the efforts value. * Twenty-seven, be closely related to &#8230; (and &#8230; closely related) sentences: Taking exercise is closely related to health. QYK English composition network <br /> exercise and health are closely related. * Twenty-eight, Get into the habit of   Ving QYK English composition network <br /> = make it a rule to   V (to develop habits of &#8230;) sentences: We should get into the habit of keeping good hours. We should be the habit. Twenty-nine, Due to / Owing to / Thanks to   N / Ving, &#8230; (because &#8230; &#8230;) QYK English composition network <br /> sentence: Thanks to his encouragement, I finally realized my dream. QYK English composition net <br /> because of his encouragement, I finally realized my dream. QYK English Writing English Writing Network QYK network * thirty, What a   Adj   N   S   V! QYK English composition network <br /> = How   Adj   a   N   V! (how &#8230; &#8230;!) QYK English composition network <br /> sentences: What an important thing it is to keep our promise! QYK English composition network <br /> How important a thing it is to keep our promise! QYK English composition network how important it is to comply with promises to do! QYK network <br /> QYK English Writing English Writing Network * thirty-one, Leave much to be desired (unsatisfactory) QYK English composition network <br /> sentences: The condition of our traffic leaves much to be desired. QYK English composition <br /> our network traffic conditions unsatisfactory. QYK English Writing English Writing Network QYK network <br /> * thirty-two, Have a great influence on &#8230; (for &#8230; &#8230; have a great impact) QYK English composition network <br /> sentence: Smoking has a great influence on our health. QYK English composition network <br /> smoking on our health has a great impact. QYK English Writing English Writing Network QYK network <br /> thirty-three, do good to (for &#8230; &#8230; good), do harm to (for &#8230; &#8230; harmful) QYK network <br /> sentences in English composition: Reading does good to our mind. reading to our mind. QYK English composition network <br /> Overwork does harm to health. Overwork harmful to health. QYK English Writing English Writing Network QYK network <br /> * thirty-four, Pose a great threat to &#8230; (&#8230; as a result of a threat) QYK English composition network <br /> sentences: Pollution poses a great threat to our existence . QYK English composition network <br /> pollution caused by one of our major threat to survival. QYK English Writing English Writing Network QYK network <br /> * thirty-five, do one utmost to   V = do one best (try my best to &#8230;) QYK English composition network <br /> sentences: We should do our utmost to achieve our goal in life. QYK English composition network <br /> We should make every effort to achieve our goals in life. <br /> a) more <br /> 1.The advantage far outweigh the disadvantages. <br /> 2.The advantages of A are much greater than those of B. <br /> 3.A may be preferable to B , but A suffers from the disadvantages that &#8230; <br /> 4.It is reasonable to maintain that &#8230; but it would be foolish to claim that &#8230; <br /> 5.For all the disadvantages, it has its compensating advantages. <br /> 6.Like anything else, it has its faults. <br /> 7.A and B has several points in common. <br /> 8.A bears some resemblances to B. <br / > 9.However, the same is not applicable to B. <br /> 10. A and B differ in several ways. 11. Evidently, it has both negative and positive effects. <br /> 12. People used to think. .., but things are different now. <br /> 13. The same is true of B. <br /> 14. Wondering as A is, it has its drawbacks. <br /> 15. It is true that A. .., but the chief faults (obvious defects) are &#8230; <br /> b) the reasons <br /> 1.A number of factors are accountable for this situation. <br /> A number of factors might contribute to ( lead to) (account for) the phenomenon (problem). <br /> 2. The answer to this problem involves many factors. <br /> 3. The phenomenon mainly stems from the fact that &#8230; <br /> 4 . The factors that contribute to this situation include &#8230; <br /> 5. The change in &#8230; largely results from the fact that &#8230; <br /> 6. We may blame &#8230;, but the real causes are &#8230; <br /> 7. Part of the explanations for it is that &#8230; <br /> One of the most common factors (causes) is that &#8230; <br /> Another contributing factor (cause) is &#8230; <br /> Perhaps the primary factor is that &#8230; <br /> But the fundamental cause is that &#8230; <br /> c) the consequences <br /> 1. It may give rise to a host of problems. <br /> 2. The immediate result it produces is &#8230; <br /> 3. It will exercise a profound influence upon &#8230; <br /> 4. Its consequence can be so great that &#8230; <br / > D) refute <br /> 1) It is true that &#8230;, but one vital point is being left out. <br /> 2) There is a grain of truth in these statements, but they ignore a more important fact . <br /> 3) Some people say &#8230;, but it does not hold water. <br /> 4) Many of us have been under the illusion that &#8230; <br /> 5) A close examination would reveal how ridiculous the statement is. <br /> 6) It makes no sense to argue for &#8230; <br /> 7) Too much stress placed on &#8230; may lead to &#8230; <br /> <img src='http://www.yulinxxg.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Such a statement mainly rests on the assumption that &#8230; <br /> 9) Contrary to what is widely accepted, I maintain that &#8230; <br /> e) Example <br /> 1) A good case in point is .. . <br /> 2) As an illustration, we may take &#8230; <br /> 3) Such examples might be given easily. <br /> 4) &#8230; is often cited as an example. <br /> f) that <br /> 1) No one can deny the fact that &#8230; <br /> 2) The idea is hardly supported by facts. <br /> 3) Unfortunately, none of the available data shows &#8230; <br /> 4) Recent studies indicate that &#8230; <br /> 5) There is sufficient evidence to show that &#8230; <br /> 6) According to statistics proved by &#8230;, it can be seen that. .. <br /> g) begins <br /> 1) Many nations have been faced with the problem of &#8230; <br /> 2) Recently the problem has been brought into focus. <br /> 3) Recently the phenomenon has become a heated topic. <br /> 4) Recently the issue has aroused great concern among &#8230; <br /> 5) Nowadays there is a growing concern over &#8230; <br /> 6) Never in our history has the idea that &#8230; been so popular. <br /> 7) Faced with &#8230;, quite a few people argue that &#8230; <br /> <img src='http://www.yulinxxg.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> According to a recent survey, &#8230; <br / > 9) With the rapid development of &#8230;, &#8230; <br /> h) at the end <br /> 1) From what has been discussed above, we can draw the conclusion that &#8230; <br /> 2) It is high time that strict measures were taken to stop &#8230; <br /> 3) It is necessary that steps should be taken to &#8230; <br /> 4) In conclusion, it is imperative that &#8230; <br /> 5) There is no easy method, but &#8230; might be of some help. <br /> 6) To solve the above-mentioned problem, we must &#8230; <br /> 7) In summary, if we continue to ignore the above-mentioned issue, more problems will crop up. <br /> <img src='http://www.yulinxxg.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> With the efforts of all parts concerned, the problem will be solved thoroughly. <br /> 9) We might do more than identify the cause ; it is important to take actions to &#8230; <br /> 10) Taking all these into account, we &#8230; <br /> 11) Whether it is good or not / positive or negative, one thing is certain / clear &#8230; <br /> a series of series, a series of <br /> above all First of all, especially <br /> after all, after all, what <br /> ahead of the prior <br /> ahead of &#8230; time in advance <br /> all at once suddenly, while <br /> all but almost; addition &#8230; all <br /> all of a sudden a sudden <br /> all over all over the <br /> all over again again re <br /> all the time been, and always <br /> all the same still, still on the <br /> as regards, as <br /> anything but do not <br /> as a matter of fact the actual <br /> apart from on the outside than &#8230; (Yes / No) <br /> as a rule generally, as usual <br /> as a result (of) Therefore, since <br /> as far as &#8230; be concerned on &#8230; in terms of <br /> as far as far as to &#8230; the degree <br /> as for As, on <br /> as follows as follows <br /> as if like, fake anger < br /> as good as, and &#8230; almost the same <br /> as usual as usual, as usual, <br /> as to, on satisfactory <br /> all right; can <br /> as well Similarly, also <br /> as well as outside except &#8230; (also), that is &#8230; and <br /> aside from outside in addition to &#8230; (and) <br /> at a loss a loss, loss <br /> at a time, every time <br /> at all did (not), is not <br /> at all costs at all costs <br /> at all events in any case, in any case <br /> at all times at any time, always <br /> at any rate in any case, at least <br /> at best, at best, at best <br /> at first initially, at first <br /> at first sight at first glance at first glance <br /> at hand in the hand, near <br /> at heart within the heart, in essence, <br /> at home at home, in the country <br /> at intervals from time to time, every &#8230; < br /> at large majority, are not captured <br /> at least at least <br /> at last finally <br /> at length finally, finally <br /> at most at most, no more than <br /> at no time never, never <br /> by accident accidental <br /> at one time was, once; while <br /> at present now, now <br /> at sb disposal of any &#8230; treatment <br / > at the cost of the &#8230; at the expense <br /> at the mercy of &#8230; left to the mercy of <br /> at the moment at the moment, the current <br /> at this rate this rate <br /> at times Sometimes, sometimes <br /> back and forth back and forth, repeatedly <br /> back of the &#8230; back <br /> before long soon <br /> beside point irrelevant, and irrelevant <br /> beyond question no doubt <br /> by air through air channels <br /> by all means by all means, be sure <br /> by and by soon, sooner or later <br /> by chance by chance, happen to <br /> by far the most, &#8230; much more <br /> by hand by hand, with the physical <br /> by itself automatically, alone <br /> by means of use, rely on <br /> by mistake mistake, unintentional to <br /> by no means never, not <br /> by oneself alone, alone <br /> by reason of due <br /> by the way by the way <br /> by virtue of using , as <br /> by way of through, through the &#8230; way <br /> due to due because <br /> each other mutual <br /> even if / though even, although <br /> ever so very extremely <br /> every now and then sometimes, occasionally <br /> every other every one <br /> except for addition to &#8230; outside <br /> face to face face to face <br /> far from far away Africa, away from the <br /> for ever never <br /> for good permanently <br /> for the better improvement <br /> for the moment being, the current <br /> for the present moment, now <br / > for the sake of order, in order to &#8230; the interests of the <br /> for the time being temporary, now <br /> from time to time and sometimes, from time to time <br /> hand in hand hand in hand, closely related to the <br / > head on the face, the positive <br /> heart and soul wholeheartedly <br /> how about &#8230; how to <br /> in a hurry hurry, hurry <br /> in case of if, preparedness <br /> in a moment immediately, while <br /> in a sense a sense <br /> in a way somewhat <br /> in a word short, short <br /> in accordance with and &#8230; the same, according to <br /> in addition In addition, the combined <br /> in addition to outside in addition to &#8230; (also) <br /> in advance in advance, prior <br /> in all a total of , total <br /> in any case in any case <br /> in any event in any case <br /> in brief simply <br /> in charge of responsible Explorer <br /> in common share, a total of <br /> in consequence (of) so; because <br /> in debt in debt, owed love <br /> in detail detail <br /> in difficulty in difficult circumstances <br /> in effect in fact, actually <br /> in general In general, the whole <br /> in favor of support in favor of the <br /> in front of the face, in front <br /> in half &#8230; half <br /> in hand in progress, to be handled <br /> in honor of the celebration, to commemorate the <br /> in itself essentially on its own, <br /> in line with the same <br /> with &#8230; in memory of Memorial <br /> in no case will never <br /> in no time immediately, immediately <br /> in no way never <br /> in order by order, in the order <br /> in other words In other words <br /> in part in part <br /> in particular in particular, especially <br /> in person in person, I <br /> in place at the right place <br /> in place of place, replace, exchange <br /> in practice, in practice, in fact, <br /> in proportion to and &#8230; proportional <br /> in public openly and publicly <br /> in quantity large <br /> in question is talking about <br /> in regard to on, as <br /> in relation to on, involving <br /> in return as a reward / return / exchange <br /> in return for a reward of &#8230; <br / > in short short, short <br /> in sight to be seen; sight <br /> in spite of despite <br /> in step in step, step <br /> in step with and &#8230; consistent / coordination <br /> in tears tears, in tears <br /> in the course of the &#8230; period / process <br /> in the distance in the distance <br /> in the end the end, finally <br /> in the event of if &#8230; occurs, if <br /> in the face of even; in &#8230; front <br /> in the first place the first <br /> in the future in the coming <br /> in the least did, a little <br /> in (the) light of light, because <br /> in the way out of the way <br /> in the world whether, in the end <br /> in time in a timely manner <br / > in touch contact, the contact <br /> in turn turn, turn; turn <br /> in vain futile, effort <br /> instead of white instead of, rather than <br /> just now right now; just <br / > little by little gradually <br /> lots of many <br /> many a many <br /> more or less more or less, a little <br /> next door next door, next door <br /> no doubt no doubt <br /> no less than less than &#8230;; as much as &#8230; <br /> no longer no longer <br /> no more no longer <br /> no more than up to the same .. . as not <br /> none other than none other than <br /> on one guard alert for <br /> nothing but only, only <br /> now and then sometimes, occasionally <br /> off and on and off, intermittently <br /> off duty work <br /> on a large / small scale large / small scale <br /> on account of because <br /> on (an / the) average average, Usually <br /> on behalf of on behalf of <br /> on board the ship (car / airplane) on the <br /> on business because of the public <br /> on condition that if <br /> on duty work, duty <br /> on earth what, in the end <br /> on fire fire fire <br /> on foot walking, <br /> on guard guard duty <br /> on hand here, at hand <br /> on occasion (s ) Sometimes, sometimes <br /> on one own independent, alone <br /> on purpose deliberately <br /> on sale for sale, cheap sale <br /> on schedule according to schedule, on time <br /> on second thoughts After reconsideration <br /> on the contrary on the contrary <br /> on the grounds of according to &#8230; the ground <br /> on (the) one hand on the one hand <br /> on the other hand another in <br /> on the point of about &#8230; time <br /> on the road on the road <br /> on the side as a part-time / sideline <br /> on the spot present; immediately <br /> on the whole in general, largely <br /> on time on time <br /> once again once again <br /> once (and) for all once and for all <br /> once in a while occasionally <br /> once more again <br /> once upon a time used to <br /> one another mutual <br /> or else otherwise, or else <br /> or so around, so <br /> other than non; in addition to <br /> out of the from the &#8230;; due; lack <br /> out of breath breathe <br /> www. Joozone. com writing area <br /> out of control out of control <br /> out of date outdated <br /> out of doors in the open <br /> out of order failed <br /> out of place undue <br /> out of practice eventually becoming practice, rusty <br /> out of sight unseen, at the horizon <br /> out of the question there is no possible <br /> out of touch does not contact, no contact <br /> over and over (again) again and again, again and again <br /> prior at the &#8230; before <br /> quite a few rather than a few <br /> rather than not &#8230; (but) <br /> regardless of regardless, at <br /> right away immediately, immediately <br /> side by side side by side, together <br /> so far so far <br /> sooner or later sooner or later, sooner or later <br /> step by step gradually <br /> such as for example, such as <br /> thanks to because, thanks to <br /> that is (to say) that is, that <br /> to the point the point, to the point <br /> under control under control <br /> under the circumstances this case <br /> up to date progress <br /> up to up to; until; competent; depends <br /> what if to-date of the <br /> what about how to <br /> with respect to how if you &#8230; would like <br /> with regard to on, as <br /> without question about, as, <br /> with the exception of addition outside <br /> without question &#8230; There is no doubt <br /> word for word verbatim </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/796/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[Top] nest in the bed of note writing sentence patterns in English</title>
		<link>http://www.yulinxxg.com/archives/795</link>
		<comments>http://www.yulinxxg.com/archives/795#comments</comments>
		<pubDate>Tue, 03 Jan 2012 13:43:57 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[English Composition smoking]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[May 3, 2011 <br /> one, ... the  -est   noun   (th]]></description>
			<content:encoded><![CDATA[<p>May 3, 2011 <br /> one, &#8230; the  -est   noun   (that)   the main word   have ever   seen (known / heard / had / read, etc) QYK English composition network < br /> <br /> &#8230; the most   adjective   noun   (that)   the main word   have ever   seen (known / heard / had / read, etc) sentences: Helen is the most beautiful girl that I have ever seen. Helen is the most beautiful I have seen the girl. QYK English composition network <br /> Mr. Chang is the kindest teacher that I have ever had. QYK English composition network <br /> Zhang is the kind I have encountered most of the teachers. QYK English Writing English Writing Network QYK network <br /> * two, Nothing is  -er than to   V; Nothing is   more   adjective   than to   V QYK English composition network <br /> sentence: Nothing is more important than to receive education. QYK English composition network <br /> no education is more important than things. QYK English Writing English Writing Network QYK network <br /> * three, &#8230; cannot emphasize the importance of &#8230; too much. (No matter how stressed the importance of &#8230; not an exaggeration.) Sentence: We cannot emphasize the importance of protecting our eyes too much. QYK English composition network <br /> how we re-emphasize the importance of eye protection is not excessive. * Four, There is no denying that   S   V &#8230; (undeniable &#8230;) sentences: There is no denying that the qualities of our living have gone from bad to worse.QYK English composition network <br /> < br /> undeniable, and our quality of life has been worse. * Five, It is universally acknowledged that   sentence &#8230; (the whole world know &#8230;) sentences: It is universally acknowledged that trees are indispensable to us. QYK English composition network <br /> trees in the whole world know is essential for us. * 6, There is no doubt that   sentence &#8230; (There is no doubt that &#8230; &#8230;) QYK English composition network <br /> sentences: There is no doubt that our educational system leaves something to be desired. QYK English composition network <br /> There is no doubt that our education system unsatisfactory. QYK English Writing English Writing Network QYK network <br /> seven, An advantage of &#8230; is that   sentence (&#8230; &#8230; the advantage of &#8230; &#8230;) QYK English composition network <br /> sentences: An advantage of using the solar energy is that it won create (produce) any pollution. QYK English composition network <br /> use of solar energy is that it will not create any pollution. Eight, The reason why   sentence &#8230; &#8230; is that   sentence (&#8230; because &#8230; &#8230;) QYK English composition network <br /> sentences: The reason why we have to grow trees is that they can provide us with fresh air. We must plant trees because they can supply us with fresh air. * Kowloon, So   adjective   be   word   that   the main sentence &#8230; (so &#8230; &#8230; so on &#8230;) sentences: So precious is time that we can afford to waste it. Time is so precious, we can not afford waste it. Ten, Adj   as   Subject (main word)   be, S   V ~ (of course &#8230; &#8230;) QYK English composition network <br /> sentences: Rich as our country is, the qualities of our living are by no means satisfactory. (by no means = in no way = on no account = at no time = in no case = in no sense = under no circumstances = not &#8230; in the least is not) QYK English composition net <br / > <br /> Although the rich of our country, our quality of life make for unsatisfactory. Eleven, The  -er   S   V, &#8230; the  -er   S   V &#8230; QYK English composition network <br /> The   more   Adj   S   V, &#8230; the   more   Adj   S   V &#8230; (&#8230; more &#8230; more &#8230;) Images: The harder you work, the more progress you make. QYK English composition network <br /> The more you work, the more you progress. QYK English composition network <br /> The more books we read, the more learned we become. QYK English composition network <br /> us the chance to read the more the more we learned. Twelve, By   Ving, &#8230; can &#8230; (by &#8230;,.. to ..) sentences: By taking exercise, we can always stay healthy. QYK English composition through the network to do <br /> movement, we can always stay healthy. * Thirteen, &#8230; enable   Object (by words)   to   V (&#8230; &#8230; &#8230; &#8230; to &#8230; to &#8230;) sentences: Listening to music enable us to feel relaxed. QYK English composition network <br /> listen Music allows us to feel relaxed. * Fourteen, On no account can we   V &#8230; (we do not &#8230; &#8230; on) sentences: On no account can we ignore the value of knowledge. QYK English composition network <br /> we do that can not be ignored the value of knowledge. Fifteen, It is time   S   past formula (which is &#8230; time) sentences: It is time the authorities concerned took proper steps to solve the traffic problems. QYK English composition of the network <br /> the relevant authorities take appropriate measures to address the subject of traffic time. Sixteen, Those who &#8230; (&#8230; &#8230; the people &#8230;) sentence: Those who violate traffic regulations should be punished. QYK English composition network <br /> who violate traffic regulations should be punished. * Seventeen, There is no one but &#8230; (no one does &#8230;) sentences: There is no one but longs to go to college. QYK English composition network <br /> no one thirsty fancy universities. Pox all clear * 18, be   forced / compelled / obliged   to   V (had to &#8230;) Images: Since the examination is around the corner, I am compelled to give up doing sports. QYK English composition net <br / > <br /> Since the test is imminent, I had to give up exercise. * Nineteen, It is conceivable that   sentence (imagined) It is obvious that   sentence (obviously) QYK English composition network <br /> It is apparent that   sentence (obviously) sentences : It is conceivable that knowledge plays an important role in our life. QYK English composition network <br /> can imagine, the knowledge in our lives play an important role. Twenty, That is the reason why &#8230; (that is the reason &#8230; &#8230;) Images: Summer is sultry. That is the reason why I don like it. QYK English composition network <br /> very sultry summer heat . That is the reason I do not like it. Twenty-one, For the past   time, S   present perfect (in the past &#8230; &#8230; years, has been &#8230; &#8230; &#8230; &#8230;) sentences: For the past two years, I have been busy preparing for the examination. QYK English composition net <br /> the past two years, I have been busy preparing for the exam. Twenty-two, Since   S   past tense, S   present perfect. Images: Since he went to senior high school, he has worked very hard. QYK English composition network <br /> since his high school, he has been very hard. * Twenty-three, It pays to   V &#8230; (&#8230; &#8230; is worth it.) Sentence: It pays to help others. QYK English composition network <br /> to help others is worth it. Twenty-four, be based on (in order to &#8230; &#8230;-based) sentences: The progress of the society is based on harmony. QYK English composition network <br /> *** social progress is based. QYK English composition network <br /> * twenty-five, Spare no effort to   V (to spare no effort) sentences: We should spare no effort to beautify our environment. QYK English composition network <br /> <br / > We should spare no effort to beautify our environment. * Twenty-six, bring home to   people   do (let &#8230; &#8230; &#8230; &#8230; understand things) sentences: We should bring home to people the value of working hard. QYK English composition network <br /> we should let People understand the value of efforts. * Twenty-seven, be closely related to &#8230; (and &#8230; closely related) sentences: Taking exercise is closely related to health. QYK English composition network <br /> exercise and health are closely related. * Twenty-eight, Get into the habit of   Ving QYK English composition network <br /> = make it a rule to   V (to develop habits of &#8230;) sentences: We should get into the habit of keeping good hours. we should be the habit http://www.zjtc1688.com. Twenty-nine, Due to / Owing to / Thanks to   N / Ving, &#8230; (because &#8230; &#8230;) QYK English composition network <br /> sentence: Thanks to his encouragement, I finally realized my dream. QYK English composition network <br /> because of his encouragement, I finally realized my dream. QYK English Writing English Writing Network QYK network * thirty, What a   Adj   N   S   V! QYK English composition network <br /> = How   Adj   a   N   V! (how &#8230; &#8230; !) QYK English composition network <br /> sentences: What an important thing it is to keep our promise! QYK English composition network <br /> How important a thing it is to keep our promise! QYK English composition network how important it is to comply with promises to do! QYK English composition network <br /> QYK English composition network * thirty-one, Leave much to be desired (unsatisfactory) QYK English composition network <br /> sentences: The condition of our traffic leaves much to be desired. QYK English composition <br /> our network traffic conditions unsatisfactory. QYK English Writing English Writing Network QYK network <br /> * thirty-two, Have a great influence on &#8230; (for &#8230; &#8230; have a great impact) QYK English composition network <br /> sentences : Smoking has a great influence on our health. QYK English composition network <br /> smoking on our health has a great impact. QYK English Writing English Writing Network QYK network <br /> thirty-three, do good to (for &#8230; &#8230; good), do harm to (for &#8230; &#8230; harmful) QYK English composition network <br /> <br / > Images: Reading does good to our mind. reading to our mind. QYK English composition network <br /> Overwork does harm to health. Overwork harmful to health. QYK English Writing English Writing Network QYK network <br /> * thirty-four, Pose a great threat to &#8230; (&#8230; as a result of a threat) QYK English composition network <br /> sentences: Pollution poses a great threat to our existence. QYK English composition network <br /> pollution caused by one of our major threat to survival. QYK English Writing English Writing Network QYK network <br /> * thirty-five, do one utmost to   V = do one best (try my best to &#8230;) QYK English composition network <br /> <br / > Images: We should do our utmost to achieve our goal in life. QYK English composition network <br /> We should make every effort to achieve our goals in life. <br /> a) more <br /> 1.The advantage far outweigh the disadvantages. <br /> 2.The advantages of A are much greater than those of B. <br /> 3.A may be preferable to B, but A suffers from the disadvantages that &#8230; <br /> 4.It is reasonable to maintain that &#8230; but it would be foolish to claim that &#8230; <br /> 5.For all the disadvantages, it has its compensating advantages. <br /> 6.Like anything else, it has its faults. <br / > <br /> 7.A and B has several points in common. <br /> 8.A bears some resemblances to B. <br /> 9.However, the same is not applicable to B. <br /> 10. A and B differ in several ways. 11. Evidently, it has both negative and positive effects. <br /> 12. People used to think &#8230; , but things are different now. <br /> 13. The same is true of B. <br /> 14. Wondering as A is, it has its drawbacks. <br /> 15. It is true that A &#8230;, but the chief faults (obvious defects) are &#8230; <br /> b) the reasons <br /> 1.A number of factors are accountable for this situation. <br /> A number of factors might contribute to (lead to) (account for) the phenomenon (problem). <br /> 2. The answer to this problem involves many factors. <br /> 3. The phenomenon mainly stems from the fact that &#8230; <br /> 4. The factors that contribute to this situation include &#8230; <br /> 5. The change in &#8230; largely results from the fact that &#8230; <br /> 6. We may blame &#8230;, but the real causes are &#8230; <br /> 7. Part of the explanations for it is that &#8230; <br /> One of the most common factors (causes) is that &#8230; <br /> Another contributing factor (cause) is &#8230; <br /> Perhaps the primary factor is that &#8230; <br /> But the fundamental cause is that &#8230; <br /> c) the consequences <br /> 1. It may give rise to a host of problems. <br /> 2. The immediate result it produces is &#8230; <br /> 3. It will exercise a profound influence upon &#8230; <br /> 4. Its consequence can be so great that &#8230; <br /> D) refute <br /> 1) It is true that &#8230;, but one vital point is being left out. <br /> 2) There is a grain of truth in these statements, but they ignore a more important fact. <br /> < br /> 3) Some people say &#8230;, but it does not hold water. <br /> 4) Many of us have been under the illusion that &#8230; <br /> 5 ) A close examination would reveal how ridiculous the statement is. <br /> 6) It makes no sense to argue for &#8230; <br /> 7) Too much stress placed on &#8230; may lead to &#8230; <br /> <img src='http://www.yulinxxg.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> Such a statement mainly rests on the assumption that &#8230; <br /> 9) Contrary to what is widely accepted, I maintain that .. . <br /> e) Example <br /> 1) A good case in point is &#8230; <br /> 2) As an illustration, we may take .. . <br /> 3) Such examples might be given easily. <br /> 4) &#8230; is often cited as an example. <br /> f) that < br /> <br /> 1) No one can deny the fact that &#8230; <br /> 2) The idea is hardly supported by facts. <br /> 3) Unfortunately, none of the available data shows &#8230; <br /> 4) Recent studies indicate that &#8230; <br /> 5) There is sufficient evidence to show that &#8230; <br /> < br /> 6) According to statistics proved by &#8230;, it can be seen that &#8230; <br /> g) begins <br /> 1) Many nations have been faced with the problem of &#8230; <br /> 2) Recently the problem has been brought into focus. <br /> 3) Recently the phenomenon has become a heated topic. <br /> <br / > 4) Recently the issue has aroused great concern among &#8230; <br /> 5) Nowadays there is a growing concern over &#8230; <br /> 6) Never in our history has the idea that &#8230; been so popular. <br /> 7) Faced with &#8230;, quite a few people argue that &#8230; <br /> <img src='http://www.yulinxxg.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> According to a recent survey, &#8230; <br /> 9) With the rapid development of &#8230;, &#8230; <br /> h) at the end <br /> 1) From what has been discussed above, we can draw the conclusion that &#8230; <br /> 2) It is high time that strict measures were taken to stop &#8230; <br /> 3) It is necessary that steps should be taken to &#8230; <br /> 4) In conclusion, it is imperative that &#8230; <br /> 5) There is no easy method, but &#8230; might be of some help. <br /> 6) To solve the above-mentioned problem, we must &#8230; <br /> 7) In summary, if we continue to ignore the above-mentioned issue , more problems will crop up. <br /> <img src='http://www.yulinxxg.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> With the efforts of all parts concerned, the problem will be solved thoroughly. <br /> 9) We might do more than identify the cause ; it is important to take actions to &#8230; <br /> 10) Taking all these into account, we &#8230; <br /> 11) Whether it is good or not / positive or negative, one thing is certain / clear &#8230; <br /> a series of series, a series of <br /> above all First of all, especially <br /> after all After all, what <br /> ahead of the &#8230; before <br /> ahead of time in advance <br /> all at once suddenly, while <br /> all but almost; addition &#8230; all <br /> all of a sudden a sudden <br /> all over all over the <br /> all over again, once again, re- <br /> all the time been, and always <br /> all the same still, still the <br /> as regards on, as <br /> anything but do not <br /> as a matter of fact actually <br /> apart from in addition to &#8230; outside (yes / no) <br /> as a rule Typically, the usual <br /> as a result (of) Therefore, since <br /> as far as &#8230; be concerned in terms of the &#8230; <br /> as far as far as to &#8230; the degree <br /> as for As, on <br /> as follows as follows <br /> as if like, fake anger < br /> <br /> as good as, and &#8230; almost the same <br /> as usual as usual, as usual <br /> as to As, on <br /> all right satisfactory; can <br /> as well as, also, also <br /> as well as outside except &#8230; (also), that is &#8230; and <br /> aside from outside in addition to &#8230; (and) <br /> at a loss at a loss what to do <br /> at a time, every time <br /> at all did (not), is not <br /> at all costs at all costs <br /> at all events in any case, in any case <br /> at all times at any time, always <br /> at any rate in any case, at least <br /> at best at best, at best, <br /> at first initial, at first <br /> at first sight at first glance, at first glance <br /> at hand in the hand, in the surrounding <br /> at heart within the heart, Essentially <br /> at home at home, in the country <br /> at intervals from time to time, every &#8230; <br /> at large majority, are not captured <br /> at least at least <br /> at last finally <br /> at length finally, finally <br /> at most at most, no more than < br /> <br /> at no time has never, never <br /> by accident accidental <br /> at one time was, once; while <br /> at present now, now <br /> at sb disposal any of the &#8230; process <br /> at the cost of the &#8230; at the expense <br /> at the mercy left to the mercy of &#8230; <br /> at the moment at the moment, the current <br /> at this rate this rate <br /> at times sometimes, occasionally <br / > <br /> back and forth back and forth, repeatedly <br /> back of the &#8230; back <br /> before long soon <br /> beside point off-topic, irrelevant <br /> beyond question no doubt <br /> by air through air channels <br /> by all means by all means, be sure to <br /> by and by soon, sooner or later <br /> by chance by chance, happen to <br /> by far the most, much more &#8230; <br /> by hand by hand, with the physical <br /> by itself automatically, alone <br /> by means of use, rely on <br /> by mistake mistake, unintentional to <br /> by no means never, not <br /> by oneself alone, alone <br /> by reason of due <br /> by the way by the way <br /> by virtue of help, because <br /> by way of through, through the &#8230; way <br /> due to Because, as <br /> each other mutual <br /> even if / though even, although <br /> ever so very, very <br /> every now and then sometimes, occasionally <br /> every other every one <br /> except for addition to &#8230; outside <br /> face to face face to face < br /> <br /> far from far, far away from <br /> for ever never <br /> for good permanently <br /> for the better improvement < br /> <br /> for the moment being, the current <br /> for the present moment, now <br /> for the sake of order, to the interests of &#8230; <br / > <br /> for the time being temporary, now <br /> from time to time and sometimes, from time to time <br /> hand in hand hand in hand, closely related to the <br /> <br / > head on the face, the positive <br /> heart and soul wholeheartedly <br /> how about &#8230; how to <br /> in a hurry hurry hurry <br /> in case of if, preparedness <br /> in a moment immediately, while <br /> in a sense a sense <br /> < br /> in a way somewhat <br /> in a word short, short <br /> in accordance with and &#8230; the same, according to <br /> < br /> in addition In addition, the combined <br /> in addition to outside in addition to &#8230; (also) <br /> in advance in advance, prior <br /> in all total, total <br /> in any case in any case <br /> in any event in any case <br /> in brief simply <br /> <br / > in charge of responsible Explorer <br /> in common share, a total of <br /> in consequence (of) so; because <br /> in debt debt , due to the situation <br /> in detail detail <br /> in difficulty in difficult circumstances <br /> in effect actually, in fact <br /> in general In general, the whole <br /> in favor of support in favor of the <br /> in front of the face, the &#8230; before <br /> in half in half <br /> in hand in progress, to be handled <br /> in honor of the celebration, to commemorate the <br /> in itself essentially on For its part <br /> in line with consensus and &#8230; <br /> in memory of Memorial <br /> in no case will never <br /> < br /> in no time immediately, immediately <br /> in no way never <br /> in order by order, in the order <br /> in other words for sentence words <br /> in part in part <br /> in particular in particular, especially <br /> in person in person, I <br /> in place in appropriate location <br /> in place of place, replace, exchange <br /> in practice, in practice, in fact <br /> in proportion to and &#8230; proportional <br /> in public openly and publicly <br /> in quantity large <br /> in question is talking about <br /> in regard to regard, as <br /> in relation to on, involving <br /> in return as a reward / return / exchange <br /> in return for as &#8230; repay <br /> in short short, short <br /> in sight to be seen; looking <br /> in spite of despite <br /> in step in step, step <br /> in step with and &#8230; consistent / coordinated <br /> in tears tears, in tears <br /> <br / > in the course of the &#8230; period / process <br /> in the distance in the distance <br /> in the end finally, finally <br /> in the event of if &#8230; occurs, if <br /> in the face of even; in &#8230; front <br /> in the first place the first <br /> in the future in the next <br /> in the least did, a little <br /> in (the) light of light, because <br /> in the way out of the way < br /> <br /> in the world whether, in the end <br /> in time in time <br /> in touch contact, the contact <br /> in turn turn, turn ; turn <br /> in vain in vain, white laborious <br /> instead of replace, rather than <br /> just now right now; just <br /> little by little gradually <br /> lots of many <br /> many a lot <br /> more or less more or less, a little <br /> next door next door, next door <br /> no doubt no doubt <br /> no less than less than &#8230;; as much as &#8230; <br / > <br /> no longer no longer <br /> no more no longer <br /> no more than up to the same &#8230; the same is not <br /> none other than none other than <br /> on one guard alert for <br /> nothing but only, only <br /> now and then sometimes, occasionally < br /> <br /> off and on and off, intermittently <br /> off duty they go home <br /> on a large / small scale large / small scale <br /> on account of because <br /> on (an / the) average uniform, usually <br /> on behalf of on behalf of <br /> on board the ship (car / aircraft) on the <br /> on business because of the public <br /> on condition that if <br /> on duty work, duty <br /> on What earth, in the end <br /> on fire fire fire <br /> on foot walking, <br /> on guard guard duty <br /> on hand the presence, in the hand <br /> on occasion (s) and sometimes, sometimes <br /> on one own independent, alone <br /> on purpose deliberately <br / > <br /> on sale for sale, cheap sale <br /> on schedule according to schedule, on time <br /> on second thoughts after reconsideration <br /> on the contrary contrary <br /> on the grounds of according to &#8230; the ground <br /> on (the) one hand on the one hand <br /> on the other hand on the other hand <br /> on the point of about &#8230; time <br /> on the road on the road <br /> on the side as a part-time / sideline <br /> on the spot present; immediately <br /> on the whole in general, largely <br /> on time on time <br /> once again, once again <br /> once (and) for all once and for all <br /> once in a while occasionally <br /> once more again <br / > <br /> once upon a time used to <br /> one another mutual <br /> or else otherwise, or else <br /> or so around, so <br /> other than non; addition <br /> out of the from the &#8230;; due; lack <br /> out of breath breathe <br /> < br /> www. Joozone. com writing area <br /> out of control out of control <br /> out of date obsolete <br /> out of doors in the open < br /> <br /> out of order failed <br /> out of place undue <br /> out of practice eventually becoming practice, rusty <br /> <br / > out of sight unseen, at the horizon <br /> out of the question there is no possible <br /> out of touch does not contact, no contact <br /> over and over (again) again and again, again and again <br /> prior at the &#8230; before <br /> quite a few rather than a few <br /> rather than not &#8230; (but) <br /> regardless of regardless, at <br /> right away immediately, immediately <br /> side by side side by side, together <br /> so far so far <br /> sooner or later sooner or later, sooner or later <br /> step by step gradually <br /> such as For example, such as <br /> thanks to because, thanks to <br /> that is (to say) that is, that <br /> to the point the point, to the point < br /> <br /> under control under control <br /> under the circumstances of this case <br /> up to date progress <br /> up to up to; until; competent; depends <br /> what if to-date of the <br /> what about how to <br /> with respect to if. .. will be how to <br /> with regard to on, as <br /> without question about, as, <br /> with the exception of the addition &#8230; outside <br /> without question there is no doubt <br /> word for word verbatim <br /> [Recommended] [Reserved] college entrance essay on the &#8220;meet the meaning of the questions.&#8221; pursuit <br /> [Top] 400 college entrance essay exercises (XIII) </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/795/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Last Empress Wan Rong life smoke</title>
		<link>http://www.yulinxxg.com/archives/794</link>
		<comments>http://www.yulinxxg.com/archives/794#comments</comments>
		<pubDate>Fri, 30 Dec 2011 11:16:37 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[Smoke Queen]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<br /> Queen in hundreds of ancient China, only Ch]]></description>
			<content:encoded><![CDATA[<p> Queen in hundreds of ancient China, only China last Empress Wan Rong entered the threshold of modern life, modern civilization Ruran spark. Her ancestors had been riding a horse to ride, and ride the bike was still fashionable, she read *** snow on foreign novels written Petty poem, play the piano yet expired, played an English name, playing with the camera wearing a dress expired bang filmed photographs, enjoyed the Queen distinguished Japanese also endured bullying &#8230; &#8230; her life, she never entered the palace the moment, it is doomed to plaintive life. </p>
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src = "http: / / img.ifeng.com/hres/200912/24/08/0f93379525992625ab491f788bde082a.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE =" The Last Empress Wan Rong smoke Life "/> <br /> 
<p ALIGN="center"> The Last Empress Wan Rong innocent girlhood <br /> cloth Luowan Rong Guo, Daur, is a white flag, was born in 1905, Imperial Household Minister Rongyuan House. Sina blog in 1922, Pu Yi wedding, 17-year-old Shirley because of their looks dignified and beautiful, delightful and has been mining the palace, as the Qing dynasty in the history of the last queen. To keep the emperor Pu Yi abdicated after only appellation, which Shirley has the Queen name without the Queen real, and not lose his life at Queen this catchy title. </p>
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src = "http://img.ifeng.com/hres/200912/24/08/060c34a5864eb1e7dc891d4927ac974a.jpg" ALT = "The Last Empress Wan Rong smoke life" TITLE = "The Last Empress Wan Rong smoke Life" /> <br /> 
<p ALIGN="center"> The Last Empress Wan Rong <br /> 
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style/ images / common / sg_trans.gif "real_src =" http://img.ifeng.com/hres/200912/24/08/90b62caa452beb881595d57d1a1574fc.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE =" The Last Empress Wan Rong The smoke of life "/> <br /> along with Shirley there is the palace of a woman embroidery. Gong Wei as the sea, from the beginning, Shirley seems to conflict with embroidered there. Concubine Wen Xiu was born poor and cold, and living environment abundant wealth, status of prominent Queen Shirley family can not be compared. Shirley has a innate sense of superiority, this sense of superiority may be estranged Shirley and embroidery one of the reasons. If Shirley is also willing to throw away, such as embroidery, like the Queen of this title, may also get a free soul, and will not plaintive life. Pictured Shirley (enamel set with embroidery of a photo. </p>
<p ALIGN="center"> <img src = "http://simg.sinajs .cn/blog7style/images/common/sg_trans.gif "real_src =" http://img.ifeng.com/hres/200912/24/08/7191f9b61b203181022ae4257f96365a.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE = "The Last Empress Wan Rong smoke Life" /> <br /> 
<p ALIGN="center"> The Last Empress Wan Rong <br /> 
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src = "http://img.ifeng.com/hres/200912/24/08/b33b476b5c141761bbb26d0cead1fe18.jpg" ALT = " The Last Empress Wan Rong smoke life "TITLE =" The Last Empress Wan Rong smoke Life "/> <br /> 
<p ALIGN="center"> The Last Empress Wan Rong <br /> 
<p ALIGN = "center"> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src = "http://img.ifeng.com/hres/200912/24/ 08/15376fc495f40d3d1c6752b33c9d6389.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE =" The Last Empress Wan Rong smoke Life "/> <br /> 
<p ALIGN="center"> The Last Empress Wan Rong < br /> <br /> 
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src = "http://img.ifeng .com/hres/200912/24/08/f9162e6bd1c29d221171809815b9ad38.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE =" The Last Empress Wan Rong smoke Life "/> <br /> in Tianjin, Shirley and embroidered Yuyan jealousy between the winter hunting gradually developed to the point where incompatible in 1931, embroidered off to do without a history of China only the emperor concubine and divorce controversy, the official divorce with Pu Yi, and announcements the world. Puyi as the matter of humiliation, and anger in Shirley, with Shirley bent forward against the restoration of Pu Yi to the northeast to make a puppet of the Japanese, resulting in Pu Yi began to dislike Shirley, two strange bedfellows. picture Shirley when Tianjin. &#8220;&#8221; Pu Yi marriage is in crisis: concubine Wen Xiu &#8220;revolution&#8221; divorce </p>
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style / images / common / sg_trans.gif "real_src =" http://img.ifeng.com/hres/200912/24/08/9e8ed2cd420b39dade24a7cd44ca8706.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE =" The Last Queen Shirley smoke Life "/> <br /> 
<p ALIGN="center"> The Last Empress Wan Rong <br /> 
<p ALIGN="center"> <br / >
<p ALIGN="center"> <img src = "http://simg.sinajs.cn/blog7style/images/common/sg_trans.gif" real_src = "http://img.ifeng.com/hres/200912 / 24/08/ebc4f0be91ee4ebc6f746e91224942f2.jpg "ALT =" The Last Empress Wan Rong smoke life "TITLE =" The Last Empress Wan Rong smoke Life "/> <br /> 
<p ALIGN="center"> last Empress Wan Rong <br /> 
<p ALIGN="center"> abandoned Shirley Pu Yi, Changchun alone to two months later, Shirley has two sisters and the brother of Pu Yi accompanied by Pu Jie, Changchun, and Pu Yi to the reunion. fled Changchun, Manchuria became a puppet of the puppet government of Pu Yi, but is Shirley turned a deaf ear, blind eye, while Shirley actions closely monitored by the Japanese and limit, all the Shirley physical and mental collapse at the edge. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.yulinxxg.com/archives/794/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

