<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Search results for 'tag:Proofreading tag:Grammar' matching tags 'Proofreading' and 'Grammar'</title><link>http://www.englishforums.com/search/pro.htm?q=tag%3aProofreading+tag%3aGrammar&amp;tag=Proofreading,Grammar&amp;orTags=0</link><description>Search results for 'tag:Proofreading tag:Grammar' matching tags 'Proofreading' and 'Grammar'</description><dc:language>en-US</dc:language><generator>CSMOD (Build: 3161.22795)</generator><item><title>proofreading needed</title><link>http://www.englishforums.com/English/ProofreadingNeeded/ghjkh/post.htm</link><pubDate>Tue, 08 Jul 2008 13:17:16 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:538295</guid><dc:creator>changeling</dc:creator><description>Hi everybody!&lt;br /&gt;&lt;br /&gt;Could you, please, check my grammar and vocabulary in the following sentences? &lt;br /&gt;&lt;br /&gt;Every now and then you will want to enjoy a whole chunk of baked meat. First, you should learn about making your meat soft and tender instead of dry and tough one. The top tip for a succulent baked ham is the right marinating process. It&amp;#39;s better to buy fresh and low-fat ham. To make it really tasty, try to get cooled meat, not frozen one. Make this dish for Christmas party when the whole family gathers around the table. Your family and friends will eat it up! (will eat heartily? Could you suggest any idioms to say âto enjoy mealâ)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Thanks in advance&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;</description></item><item><title>Proofreading essay</title><link>http://www.englishforums.com/English/ProofreadingEssay/gvcqw/post.htm</link><pubDate>Sun, 01 Jun 2008 12:43:24 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:521636</guid><dc:creator>Anonymous</dc:creator><description>&lt;p&gt;This is a senior honors project essay about a programming job with PHP. I know it&amp;#39;s a lot of work but I need a grammar check done.&lt;/p&gt;
&lt;p&gt;Here it is::&lt;/p&gt;&lt;span&gt;In taking upon my Senior Honors Project I have thrown myself over a ledge with the intention to climb back up. Through this year my drive, enthusiasm, and patience have been tested. However, I believe I am within an armâs reach of the top and, with one final grasp, I shall report my experience.&lt;/span&gt;&lt;span&gt;I could not have completed my project without some very important outside resources. One of these resources that greatly aided me was the PHP manual on php.net. This website holds information on all of the built in PHP functions. On each page users can post solutions to common problems arisen by the function dedicated to it or describe in more detail how to use them. Using this has cut down on development time by giving me answers to almost all of my syntax and function related questions. If I had trouble remembering the name of a function I could simply look it up on the site. Without this I would either have to use a guess-and-check type of finding the solution or type it into a search-engine and rely on third-party sites. This resource also helped me discover new functions that made my coding easier; I would not have to âreinvent the wheelâ when a built in function existed.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The conversations with my project mentor, Ed Sprenger, have also yielded great knowledge. The insight he has given me on all my questions was very informative and he has taught me what I would have otherwise never learned through basic research. Our topics of discussion ranged from future jobs, programming languages, and life in the computer science field to internet security and database advice. It has been very helpful to have someone to talk to who is in the computer science field and understands what I am doing. I cannot imagine getting through this project with someone who didnât know a bit from a byte. Ed Sprenger was a valuable resource in my project and has taught me very well.&lt;/span&gt;&lt;span&gt;One of my objectives from the start of the project was to learn how to program in the windows environment. I am now confident that I am very knowledgeable in this field. Through use of the Windows API (Application Programming Interface) in my project I have learned all about programming windows applications. Some of the main topics I delved into were message controls and message handling. Controls are the things that make up a dialog box or application window: edit boxes, drop down boxes, and radio buttons. These, along with message handling, are all it takes to create a functional and effective Windows program. Message handling is a broad subject and was therefore a difficult subject to grasp and implement. Messages are data that is sent to the main application, child dialog boxes, and controls. These messages range from telling the object it has been clicked upon to telling the object to destroy itself. There are many messages that could be potentially sent and choosing which ones to recognize and the handling of them is up to the programmer. Luckily the Windows SDK Documentation outlines all the messages and their data.&lt;/span&gt;&lt;span&gt;The Windows SDK (Software Development Kit) Documentation and the online documentation at msdn.com both helped me in the application programming aspect of my project. Since the documentation is straight from Microsoft, I can rely on it to tell me everything about the piece of information that I am looking up. It describes itself plainly and clearly and cross references related data that has more than often helped me grasp the subject beyond a basic understanding.&lt;/span&gt;&lt;span&gt;Every website needs a directory chain; a way of organizing the folders that hold the files. I got my idea from a web programming job I held with Chad Furman two summers back. I learned a lot from him, holding that job. This directory tree was one thing that I remember. I have one main folder that houses all of the main pages of the site. This includes the index page, the login page, and the report card page among others. From there I have a picture folder which houses all the pictures and a folder called âincludesâ. This âincludesâ folder contains all of the PHP helper files that process the HTML forms along with some helper functions. Within lies another folder labeled âclassesâ which contains the PHP classes of the project. Each class has its own file which is included by the different files in the âincludeâ folder. So an example design would be the report card page including the report card include file (in the âincludeâ folder). This included file would then include the report card class file (in the âclassesâ folder). The design is not very complex but it does a good job of organizing my files.&lt;/span&gt;&lt;span&gt;One aspect of the site that I was very proud of is the system for logging in. What I have set up is an include file that is required by all pages that require access to user validity or other user functions. This include file holds the user class which contains functions that deal with all aspects to the user. Any page containing the file can check for user validity, log the user in, log them out, and access the userâs data. Parents, teachers, and administrators all use the same login page. However when parents login they only in need of a password and not a username. The database holds all the different types of usersâ data the same way and in the same table. I was lucky for the logging in system to turn out as good as it did.&lt;/span&gt;&lt;span&gt;Upon logging in every user has a set of session variables. These variables are used for keeping track of the user and their credentials. They will hold their value for as long as the internet browser is open. So a user is logged in, even while surfing other pages, providing they donât log themselves out or close out of their browser. This technique trumps using browser cookies for a couple of reasons. The pro of using cookies to save data over multiple sessions does hold value in my case. No one user will be travelling the website often enough for this feature to be worth the trouble of implementing it. Session variables are fine for what I am setting out to do.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;There are three basic sections that the end user has access to on the website. They are all accessed through the control panel, and depending on which type of user is requesting that page depends on the control panel they see. The control panel checks the session âaccessâ variable, and depending on the value, displays the appropriate options to be linked on the control panel.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The most common type of user is the parent. Their control panel consists of one item; a link to see their childâs report card. Clicking this takes them to a table showing their report card. Each entry contains the class, the teacher, and the grade. For a class description they can simply click on the class name and a pop-up window will open containing the text. The only other option the parent has is to logout, which is on all the usersâ control panels.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The next type of user is the teacher. They have considerable more options than the parent, as they should. The first thing to be noted is the teacher panel. This page is where the teachers may access and edit the enrollment and grades of their class. They may add and remove students from their class and add, edit, and delete the grades of their students. This is where the teacher will be spending most of their time. The next thing a teacher may do is view report cards. They can see any childâs report card that is in their class. However the only grades that will be listed are the ones from classes that the viewing teacher teaches. So an English teacher will not be able to see the grade a student gets in a Math class. The last thing on the teacher control panel is the class stats page. This page contains a list of all the grades in the class and the class mean, class median, and class range.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;The last type of user is the administrator. They have access to everything. Right from the control panel they can go into the admin panel which lets them edit almost everything on the site. On this admin panel page there are the categories: Student, Parent, Teacher, Admin, Class, Enrollment, and Grade. Under each of these are the options: Add, Delete, and Edit. So under each of the categories they can add to them (e.g. adding a student), delete them (e.g. deleting a grade), and edit them (e.g. changing a classâs description). With this they can start from scratch and create a whole grading system complete with classes, teachers, students, and grades. Along with this power, the administrator can see all studentsâ report cards complete with all classes and see all classesâ stats pages. The administrator is the person who must set everything up once, and after this the teachers and parents may use the site to the max.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;On every one of the pages that displays personal data there is a security check on each page refresh. This is done to prevent users from seeing what they shouldnât be seeing. This feature works by taking the user id session variable and/or the student id pertaining to that user and checks them against their respective get variables. Without this security, a user could log in and then see other usersâ data. For example, a parent could log in and direct their browser to the report card page. Naturally, their childâs report card will show up. However if they change the user id âgetâ variable and refresh the page they will see another childâs grades. This is where my protection kicks in, preventing this and giving the user an error explaining that they donât have access to the page they are trying to view.&lt;/span&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;With the database designed as it is, deleting data has become a little complicated. For example, when you delete a class, all the grades are still in the database despite the fact that they have no class associated with them. Also when a student is removed their grades stay behind to rot. I have fixed this by allowing the administrator (the only one doing any deleting affected by this) the option to delete all associative data relating to the entry being deleted. So now (assuming the user chooses the option) when a student is deleted their grades and their parent user are also deleted. Also when a class is deleted all the grades go along with it. This prevents old and needless data from piling up in the database and causing confusion among the users.&lt;/span&gt; 
&lt;p&gt;&lt;span&gt;&lt;span&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/span&gt;Upon completion of my senior honors project I am confident with my skills and am ready to go out into the world in search of a computer science career. Spending a lot of my free time in front of my computer and programming has put me through the ringer, and I liked it. Before I started, I had no experience working on an organized project with a pre-existing goal. Before, I have just worked on small projects that have not gone anywhere. Now that I am done programming, I can see the product that I have made. I can see that it has been completed with success. I have taken my ideas and integrated them efficiently and successfully. I have learned a great deal this year.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span&gt;I appreciate any help with this, thank you.&amp;nbsp;&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;&lt;/p&gt;</description></item><item><title>learning grammar software</title><link>http://www.englishforums.com/English/LearningGrammarSoftware/zqrbd/post.htm</link><pubDate>Thu, 03 Apr 2008 15:06:11 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:496233</guid><dc:creator>jacob82</dc:creator><description>&lt;span style="COLOR:black;"&gt;hi,&lt;/span&gt;&lt;/p&gt;&lt;span style="COLOR:black;"&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;can anyone&amp;nbsp;recommended of a good and easy English grammar learning software that teaches basic grammar rules, such as correct punctuation, phrasing etc.? At the moment I am using an automatic &lt;a href="http://www.english-writing-solutions.com/" target="_blank"&gt;&lt;span style="COLOR:black;"&gt;grammar check software&lt;/span&gt;&lt;/a&gt; together with Word editor, however I believe no software can eventually replace a manual human proofreading, so I better refresh and expand my English grammar level.&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&amp;nbsp;&lt;/span&gt; 
&lt;p&gt;&lt;span style="COLOR:black;"&gt;&lt;/span&gt;&amp;nbsp;&lt;/p&gt;&lt;span style="COLOR:black;"&gt;&lt;/span&gt;&lt;span style="COLOR:black;"&gt;thanks,&lt;/span&gt;&lt;span style="COLOR:black;"&gt;&amp;nbsp;jay&lt;/span&gt; 
&lt;p&gt;&amp;nbsp;</description></item><item><title>10 Universities Offering Free Writing Courses Online</title><link>http://www.englishforums.com/English/UniversitiesOfferingFreeWriting-CoursesOnline/zmhbg/post.htm</link><pubDate>Mon, 18 Feb 2008 22:26:37 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:478607</guid><dc:creator>Paultx</dc:creator><description>&lt;a&gt;Universities Offering Free Writing Courses Online&lt;/a&gt;&lt;p&gt;&lt;/p&gt;&lt;em&gt;&lt;p&gt;Whether you are currently writing professionally or are looking to break into the field, formal writing courses can help you to hone your skills. If you don&amp;#39;t have the money or the time for campus-based courses, there are plenty of universities offering free writing courses online.&lt;/p&gt;&lt;/em&gt;&lt;div&gt;&lt;div&gt;&lt;/div&gt;&lt;p&gt;1. Massachusetts Institute of Technology (mit.edu)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ocw.mit.edu/OcwWeb/Literature/21L-003Fall2003/CourseHome/index.htm"&gt;Introduction to Fiction&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.mit.edu/OcwWeb/Writing-and-Humanistic-Studies/21W-755Fall-2006/CourseHome/index.htm"&gt;Writing and Reading Short Stories&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.mit.edu/OcwWeb/Writing-and-Humanistic-Studies/21W-745Spring-2005/CourseHome/index.htm"&gt;Advanced Essay Workshop&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;MIT offers dozens of free writing courses online through its MIT OpenCourseWare initiative. Course topics include everything from writing fiction, poems and essays to analyzing all forms of literature. Lecture notes, videos, suggested reading lists and more will help you to become the writer you&amp;#39;ve always wanted to be. No registration is required.&lt;/p&gt;&lt;p&gt;2. Utah State University (usu.edu)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ocw.usu.edu/English/english-1010/Course_listing"&gt;Intro to Writing Academic Prose&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.usu.edu/English/english-2010/Course_listing"&gt;Intermediate Research Writing&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.usu.edu/English/Technology_for_Professional_Writers/Course_listing"&gt;Technology for Professional Writers&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Utah State University&amp;#39;s Department of English publishes three free courses devoted to the art of writing through the school&amp;#39;s OpenCourseWare program. The courses are extensive and may take up to 16 weeks to complete if you study at the average pace. No registration is required.&lt;/p&gt;&lt;p&gt;3. Open University (open.ac.uk)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://openlearn.open.ac.uk/course/view.php?id=2748"&gt;Fiction Writing Course&lt;/a&gt; &lt;li&gt;&lt;a href="http://openlearn.open.ac.uk/course/view.php?id=2799"&gt;Descriptive Writing Course&lt;/a&gt; &lt;li&gt;&lt;a href="http://openlearn.open.ac.uk/course/view.php?id=2903"&gt;Essay Writing Course&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The UK&amp;#39;s largest academic institution, Open University, offers a number of different writing courses through their OpenLearn website. The free curriculum includes both undergraduate and graduate level courses that are available to everyone regardless of country of origin. No registration is required.&lt;/p&gt;&lt;p&gt;4. University of Utah (utah.edu)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ocw.utah.edu/english/introduction-to-shakespeare/Course_listing"&gt;Introduction to Shakespeare&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.utah.edu/english/introduction-to-creative-writing/Course_listing"&gt;Introduction to Creative Writing&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;The University of Utah&amp;#39;s English Department offers free courses to self-learners around the world. Currently, there are only two free writing courses. Both offer strong preparation in their topic and are built for beginners. No registration is required.&lt;/p&gt;&lt;p&gt;5. Western Governors University (wgu.edu)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://ocw.wgu.edu/liberal-arts/research/Course_listing"&gt;Rhetorical and Critical Writing&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.wgu.edu/liberal-arts/language-and-communications-1/Course_listing"&gt;Language and Communications&lt;/a&gt; &lt;li&gt;&lt;a href="http://ocw.wgu.edu/liberal-arts/literature-parts-i-and-ii-10-1-2007/Course_listing"&gt;Literature Course - Parts I and II&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Western Governors University has made free course materials available through an open content license. There are several free writing courses courtesy of the university&amp;#39;s Liberal Arts Department. All courses are split into convenient self-study modules. No registration is required.&lt;/p&gt;&lt;p&gt;6. Purdue University (owl.english.purdue.edu)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://owl.english.purdue.edu/owl/resource/568/01/"&gt;Pattern and Variation in Poetry&lt;/a&gt; &lt;li&gt;&lt;a href="http://owl.english.purdue.edu/owl/resource/561/01/"&gt;Proofreading Your Writing&lt;/a&gt; &lt;li&gt;&lt;a href="http://owl.english.purdue.edu/owl/resource/692/01/"&gt;Conquering the Comma&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Purdue University brought their writing lab to life online in 1994 to offer a writing resource to students no matter where they were located. Online Writing Lab (OWL) materials are now free to everyone regardless of location or student status. The OWL site offers writing instruction, grammar and usage information, individualized help from tutors and much more. No registration is required.&lt;/p&gt;&lt;p&gt;7. Steven Barnes&amp;#39; UCLA Writing Course (lifewrite.com)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.lifewrite.com/html/class.htm"&gt;9-Week Introduction to Screenwriting Course&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Best selling author and screenwriter Steven Barnes offers a free version on his website of the writing class he has been teaching for many years at UCLA. The course offers in-depth instruction on writing, which is why Barnes suggests completing each part of the nine-week course one week at a time. Nevertheless, the course can be downloaded all at once. No registration is required.&lt;/p&gt;&lt;p&gt;8. News University (newsu.org)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.newsu.org/courses/course_detail.aspx?id=nu_cleancopy04"&gt;Cleaning Your Copy&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.newsu.org/courses/course_detail.aspx?id=nu_beatbasics04"&gt;Beat Basics and Beyond&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.newsu.org/courses/course_detail.aspx?id=ona_katrina06"&gt;Covering Breaking News&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;News University has a solid e-learning program designed to providing training to journalists. Most of the courses offered at News U are free, especially those that are self-directed. Courses cover everything from writing and editing to reporting and ethics. News U also offers a newsletter, a blog and other great resources. Registration is required, but the course is free for everyone.&lt;/p&gt;&lt;p&gt;9. E-Zine University (ezineuniversity.com)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://www.ezineuniversity.com/courses/ez401/401-03wl.html"&gt;Writing Clearly and Effectively&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.ezineuniversity.com/courses/ez401/401-02db.html"&gt;Conquering Confusing Words&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.ezineuniversity.com/courses/ez401/401_01sm.html"&gt;Quick Ways to Clean Up Your Writing&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;E-Zine University offers quite a few courses written by Internet publisher Kate Schultz and visiting professors. Although the courses offered at E-Zine University are designed mainly for web writers and e-zine writers, they would be helpful to almost any scribe. Courses are very short and don&amp;#39;t take much time to complete. No registration is required.&lt;/p&gt;&lt;p&gt;10. Wikiversity (wikiversity.org)&lt;p&gt;&lt;/p&gt;&lt;p&gt;&lt;ul&gt;&lt;li&gt;&lt;a href="http://en.wikiversity.org/wiki/Introduction_to_Web_Writing"&gt;Introduction to Web Writing&lt;/a&gt; &lt;li&gt;&lt;a href="http://en.wikiversity.org/wiki/Technical_writing"&gt;Technical Writing Courses&lt;/a&gt; &lt;li&gt;&lt;a href="http://en.wikiversity.org/wiki/Lesson:Narrative_dialog_editing:Quick_overview"&gt;Narrative Dialog Editing&lt;/a&gt; &lt;/li&gt;&lt;/ul&gt;&lt;p&gt;&lt;/p&gt;&lt;p&gt;Wikiversity is an active learning project that encourages people to create and benefit from online courses and tutorials. There are currently several different writing courses that can be found at Wikiversity. Although these courses vary in length and content, there&amp;#39;s something for everyone. No registration is required.&lt;/p&gt;&lt;/div&gt;</description></item><item><title>infinitive</title><link>http://www.englishforums.com/English/Infinitive/zlkxb/post.htm</link><pubDate>Sat, 09 Feb 2008 10:50:33 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:474777</guid><dc:creator>Taka</dc:creator><description>&lt;i&gt;An infinitive phrase consists of an infinitive and its modifiers,
objects, or complements. It can function as a noun, adjective, or
adverb.&lt;br&gt;
&lt;br&gt;
(1)Proofreading your writing is a good &lt;u&gt;way to ensure the absence of typing mistakes&lt;/u&gt;.&lt;br&gt;
infinitive phrase = adjective modifying way&lt;br&gt;
&lt;br&gt;
(2)&lt;u&gt;To greatly increase the amount of stress in your life&lt;/u&gt;, leave your writing task until the night before it is due.&lt;br&gt;
infinitive phrase = adverb modifying leave&lt;br&gt;
&lt;br&gt;&lt;/i&gt;
http://leo.stcloudstate.edu/grammar/phraseformulas.html&lt;i&gt;&lt;br&gt;
&lt;br&gt;&lt;/i&gt;
Now, which kind of infinitive is it here in red?&lt;i&gt;&lt;br&gt;
&lt;br&gt;
Growing up in a society, we learn how to use gestures, glances, slight
changes in tone of voice, and other auxiliary communication devices &lt;font color="#ff0000"&gt;to alter or emphasize what we say and do. &lt;br&gt;&lt;br&gt;&lt;/font&gt;&lt;/i&gt;&lt;font color="#000000"&gt;(1) &lt;/font&gt;&lt;font color="#000000"&gt;&lt;u&gt;other auxiliary communication devices to alter or emphasize what we say and do&lt;br&gt;&lt;/u&gt;(i.e. adjective modifying other auxiliary communication devices)&lt;br&gt;&lt;br&gt;(2)we learn how to use gestures...and other auxiliary communication devices in order &lt;/font&gt;&lt;font color="#000000"&gt;to alter or emphasize what we say and do=in order to &lt;/font&gt;&lt;font color="#000000"&gt;alter or emphasize what we say and do, we learn how to use...&lt;br&gt;(i.e. adverb modiying (we) learn)&lt;br&gt;&lt;/font&gt;&lt;i&gt;&lt;font color="#ff0000"&gt;
&lt;/font&gt;&lt;/i&gt;&lt;br&gt;&lt;font color="#000000"&gt;&lt;u&gt;&lt;i&gt;&lt;br&gt;&lt;/i&gt;&lt;/u&gt;&lt;/font&gt;</description></item><item><title>Re: KINDLY DO TH EPROOFREADING AND RECTIFY IF ANY GRAMMAR MISTAKES</title><link>http://www.englishforums.com/English/KindlyEproofreadingRectifyGrammar-Mistakes/zkhvc/post.htm#468828</link><pubDate>Fri, 25 Jan 2008 18:02:32 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:468828</guid><dc:creator>Anonymous</dc:creator><description>thanks a lot sir for rephrasing the copy</description></item><item><title>Re: KINDLY DO TH EPROOFREADING AND RECTIFY IF ANY GRAMMAR MISTAKES</title><link>http://www.englishforums.com/English/KindlyEproofreadingRectifyGrammar-Mistakes/zkgxm/post.htm#468719</link><pubDate>Fri, 25 Jan 2008 12:20:46 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:468719</guid><dc:creator>Mister Micawber</dc:creator><description>&lt;br&gt;&lt;p align="justify"&gt;Scintillating Diwali &lt;b&gt;Offers&amp;nbsp;&lt;/b&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/p&gt;

&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is our endeavour not only to&lt;b&gt; create for &lt;/b&gt;our loyal
customers &lt;b&gt;beautiful trend-setting designs&lt;/b&gt;, but &lt;b&gt;also to present&lt;/b&gt; great offers that make
their celebration even more joyful! &lt;/p&gt;

&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;b&gt;The Festival of &lt;/b&gt;&lt;b&gt;Light, Diwali,&lt;/b&gt; is here&lt;b&gt;.&amp;nbsp; The
&lt;/b&gt;atmosphere is filled with the spirit of joy and love&lt;b&gt;, and&lt;/b&gt; Popley is here to
&lt;b&gt;add bright&lt;/b&gt; sparkles of contentment to your celebrations. Popley
brings &lt;b&gt;you an &lt;/b&gt;exclusive offer to make Diwali a festival of beauty.&lt;/p&gt;

&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Come and make a special occasion even more special by adding &lt;b&gt;a &lt;/b&gt;gorgeous array of sparkling colours.&lt;/p&gt;&lt;p&gt;&lt;br&gt;&lt;/p&gt;
&lt;br&gt;</description></item><item><title>KINDLY DO TH EPROOFREADING AND RECTIFY IF ANY GRAMMAR MISTAKES</title><link>http://www.englishforums.com/English/KindlyEproofreadingRectifyGrammar-Mistakes/zkgkb/post.htm</link><pubDate>Fri, 25 Jan 2008 05:41:19 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:468640</guid><dc:creator>Anonymous</dc:creator><description>&lt;P&gt;Scintillating Diwali offers&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; It is our endeavour not only to offer our loyal customers beautiful designs that set trends, but great offers that make their celebration even more joyful! &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;As the festival of light, Diwali is here and the atmosphere is filled with the spirit of joy and love. Popley is here to add the bright sparkles of contentment to your celebrations. Popley brings exclusive offer to make Diwali a festival of beauty.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Come and make a special occasion even more special by adding the gorgeous array of sparkling colours.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;REGARDS,&lt;/P&gt;
&lt;P&gt;VIKRAM&lt;/P&gt;</description></item><item><title>internet free site for proofreading of manuscript</title><link>http://www.englishforums.com/English/InternetFreeSiteProofreading-Manuscript/zhlpx/post.htm</link><pubDate>Fri, 21 Dec 2007 03:24:30 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:455444</guid><dc:creator>Cleopatra999</dc:creator><description>&lt;P&gt;Hi there &lt;/P&gt;
&lt;P&gt;it is my first time here &lt;/P&gt;
&lt;P&gt;I am a non-native english speaker &lt;/P&gt;
&lt;P&gt;&amp;nbsp;although I got high score in CBT, yet &amp;nbsp;need some help in scientific writing in english &lt;/P&gt;
&lt;P&gt;do anyone know a site that correct my english writing specially grammar online for free &lt;/P&gt;
&lt;P&gt;I appreciate your help &lt;/P&gt;
&lt;P&gt;thank you &lt;/P&gt;</description></item><item><title>Re: Urgent! please help me to proofreading it..</title><link>http://www.englishforums.com/English/UrgentProofreading/dzqxg/post.htm#279996</link><pubDate>Fri, 13 Oct 2006 04:13:21 GMT</pubDate><guid isPermaLink="true">946f00bb-57d3-4b7b-a9a2-059b5341af52:279996</guid><dc:creator>julielai</dc:creator><description>&lt;P&gt;Hi, &lt;/P&gt;
&lt;P&gt;Is this a JUPAS essay? The content is okay. Some problems with grammar and wording.&lt;/P&gt;
&lt;P&gt;I've highlighted the parts that you need to fix.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be a business woman has long been my dream. &lt;STRONG&gt;It (Do not use pronoun here) &lt;/STRONG&gt;not only helps me to develop a logical and analytical mind, but also enrich my knowledge. This knowledge also &lt;STRONG&gt;enable (verb agreement)&lt;/STRONG&gt;&amp;nbsp;me to serve &lt;STRONG&gt;&lt;FONT color=#f5f5dc&gt;myself and&lt;/FONT&gt;&lt;/STRONG&gt; (too self-serving) the community. So I have chosen Marketing for my major.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;Learning the development of practical skills and academic and professional knowledge is one of the reasons why I have chosen (&lt;STRONG&gt;article) &lt;/STRONG&gt;Marketing programme. It has a strong emphasis on interactive and student-centred learning methods. It also provides a comprehensive business education, which has &lt;STRONG&gt;attracted (wording)&lt;/STRONG&gt;&amp;nbsp;me to put it as my first choice.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;Besides, I &lt;STRONG&gt;have the (You haven't got the chance yet) &lt;/STRONG&gt;chance to &lt;STRONG&gt;visit&lt;/STRONG&gt; (wording) companies overseas and companies in the mainland to conduct project work and to present our findings at the annual marketing symposium. I can also spend a semester studying in another university overseas or in the mainland. It is a good &lt;STRONG&gt;chance&lt;/STRONG&gt; (wording) to &lt;STRONG&gt;step beyond (wording) &lt;/STRONG&gt;Hong Kong and experience other countriesâlife and culture. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;After completing this programme, I can learn a lot of skills such as &lt;STRONG&gt;communication (adj. here) &lt;/STRONG&gt;and oratorical skill. This knowledge can significantly &lt;STRONG&gt;serve (wording) &lt;/STRONG&gt;myself. The oratorical skill can enrich my social circle &lt;STRONG&gt;(not really)&lt;/STRONG&gt;. The analytical skill &lt;STRONG&gt;learn (verb form) &lt;/STRONG&gt;from the programme also enable&lt;STRONG&gt;&lt;FONT color=#ff0000&gt;_ (singular)&lt;/FONT&gt;&lt;/STRONG&gt;&amp;nbsp;me to &lt;STRONG&gt;train&lt;/STRONG&gt; (wording) my thought, &lt;STRONG&gt;&lt;U&gt;and &lt;/U&gt;&lt;/STRONG&gt;develop my logical and analytical mind. These skills will greatly affect my interpersonal relationship and my career in the future. &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; In addition, this knowledge can help me serve the community. I will apply the critical thinking &lt;STRONG&gt;learn (same here)&lt;/STRONG&gt;&amp;nbsp;from the programme to solve real and practical business problems in the marketing world. The analytical and communication skills also enable me to face the challenge and serve in an increasingly complex business environment. Furthermore, I hope I can play a part in using the key business knowledge and skills to deal confidently with broad issues in a global business environment. Even if I do not pursue in marketing &lt;STRONG&gt;&lt;U&gt;in the future&lt;/U&gt;&lt;/STRONG&gt;, I will try my best to put into practice what has been learned.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;In conclusion, the programme I have chosen of study &lt;U&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt; &lt;/U&gt;realize my goal. I will try my best to fulfill my dream to be a successful business woman. After graduation, I will also endeavor &amp;nbsp;to &amp;nbsp;serve the community and contribute _ _ &amp;nbsp;&lt;STRONG&gt;(preposition) &lt;/STRONG&gt;business world.&lt;/P&gt;</description></item></channel></rss>