General English Lesson


Recommended Posts

First of all: Don't take this as a flame towards anyone. It's not intended as that.

Ok, so I've seen a lot of basic english mistakes around here lately. Now, this isn't everyone's fault, some people don't speak english as their first language, but a lot of the people here do.

Proper grammar is really important in a professional career, and while I'm no english major, I thought I'd share some of the basics I learned in grade school.

If you don't know the differences between these words, read on. Practice them, and understand them. Seriously, your life will be a lot easier in the long run.

1) You're vs. Your

This is the most common mistake I see on any internet forum. The company I work for has thrown away resume's because their cover letter had this simple mistake on it.

You're: This is what you should use when you're implying YOU ARE. This is called a contraction.

Correct: You're wrong; You're right!; You're stupid; You don't know what you're talking about!

Just think of it as the apostrophe (') is taking the place of the "a"

Most the time people will use this instead.

Incorrect: Your wrong; Your right; Your stupid; You don't know what your taking about.

The word "Your" is used to declare something of someones.

Correct: I like your cat; I like your hair; Is that your cup?; I think I will fit well in your company.

Cake, right? Good!

2) Their vs. They're vs. There

The english language is said to be the hardest to learn because we do crap like this. But, we've done it and you've got to learn it.

Their: This is similar to "Your" when you're (you are) talking about something that belongs to someone.

Correct: I spilled juice in their car; I went to their house; I took a dump in their toilet.

They're: This is similar to "You're" only instead of you, it's them! Another contraction.

Correct: They're wrong; They're right; They're stupid; They don't know what they're talking about

There: A few uses for this one, sometimes a destination, or location, or in that matter

Correct: The store is over there; Someone took a dump in that toilet over there; There are 10 apples

Woohoo! 2 new concepts!

3) We're vs. Were vs. Where

Again, kind of tricky, but once you get the hang of this one you're good to go!

We're: Similar to You're and They're, only this is "we" as in a group. Another contraction.

Correct: We're going to the store; We're going to play some Xbox Live; We're tired of reading this post

Were: I think this is the most confusing to define, so just look at some examples!

Correct: This is where we were when the ball hit Timmy on the head; If you were there, how did you get here?; How many apples were there?

Where: This is like asking the location of an object

Where are the apples now?; Where is the store?; Where did the dump go?

YAY!

That's all I feel like going into.

Again, this isn't a flame, but just trying to help. Some people are now just in the habit of the wrong usage of these words, and hopefully you will read this to learn something new!

Good luck!

Link to comment
https://www.neowin.net/forum/topic/508429-general-english-lesson/
Share on other sites

Excellent post. I didn't read it all because I know those things. It is very tiresome to see people use them incorrectly.

But I wonder if the people who need to read it and take note actually will......most people are pretty arrogant about their abilities (myself included).

3) We're vs. Were vs. Where

Again, kind of tricky, but once you get the hang of this one you're good to go!

We're: Similar to You're and They're, only this is "we" as in a group. Another contraction.

Correct: We're going to the store; We're going to play some Xbox Live; We're tired of reading this post

Were: I think this is the most confusing to define, so just look at some examples!

Correct: This is where we were when the ball hit Timmy on the head; If you were there, how did you get here?; How many apples were there?

Where: This is like asking the location of an object

Where are the apples now?; Where is the store?; Where did the dump go?

Great post, but you missed one:-

Wear: Relating to clothes etc..

Correct: David is going to wear jeans and a t-shirt today, Jane was wearing a red hat and blue skirt

You're post was very informative. Some others in my office are reading it - their doing it right now. Once they have all read it, were going to put it into use!

Sorry, just kidding. It bugs the hell out of me - but I was taught these conventions well.

I have actually always wondered how people can make these simple mistakes. :unsure: :p Sure, if you are distracted when you are typing or when you are just typing unconsciously without paying much attention to semantics, it is possible but how can someone think that "their" = "they are" ? :huh:

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • lots of people us facebook for stuff, threads though no
    • Can you read? I've said I'm willing to pay more for a notchless (no notch) 3:2 screen.
    • Not even an OLED display on the laptops. Also it seems that the laptop design isn't the same as the Surface Ultra model. Looks like bargain bin at high prices.
    • make your own notch - it's not that hard
    • VirtualBox 7.2.10 by Razvan Serea VirtualBox is a powerful x86 and AMD64/Intel64 virtualization product for enterprise as well as home use. Targeted at server, desktop and embedded use, it is now the only professional-quality virtualization solution that is also Open Source Software. Presently, VirtualBox runs on Windows, Linux, macOS, and Solaris hosts and supports a large number of guest operating systems including but not limited to Windows (NT 4.0, 2000, XP, Server 2003, Vista, 7, 8, Windows 10 and Windows 11), DOS/Windows 3.x, Linux (2.4, 2.6, 3.x, 4.x, 5.x and 6.x), Solaris and OpenSolaris, OS/2, OpenBSD, NetBSD and FreeBSD. Some of the features of VirtualBox are: Modularity. VirtualBox has an extremely modular design with well-defined internal programming interfaces and a client/server design. This makes it easy to control it from several interfaces at once: for example, you can start a virtual machine in a typical virtual machine GUI and then control that machine from the command line, or possibly remotely. VirtualBox also comes with a full Software Development Kit: even though it is Open Source Software, you don't have to hack the source to write a new interface for VirtualBox. Virtual machine descriptions in XML. The configuration settings of virtual machines are stored entirely in XML and are independent of the local machines. Virtual machine definitions can therefore easily be ported to other computers. VirtualBox 7.2.10 changelog: VMM: Fixed issue when CentOS 10 VM was not booting due to the message "Fatal glibc error: CPU does not support x86-64-v3" (​github:gh-642) Devices/EFI: Fixed booting issue when ARM VM had less than 1024 MiB of RAM assigned (​github:gh-679) USB: Fixed issue when it was not possible to attach USB device to headless VM on Apple Silicon/macOS 26.4.1 (​github:gh-631) Storage: Fixed issue when VIRTIO-SCSI device was not recognized as SSD device by guest system (​github:gh-634) Network: Fixed issue in E1000 emulation code which triggered debug log creation (​github:gh-645) Network: Fixed issue in E1000 emulation code which prevented OS/2 guest from booting (​github:gh-683) Linux Host: Fixed issue when VMs could not be started due to kernel oops (​github:gh-639) Linux Host and Guest: Fixed issue when kernel modules were failing to build with openSUSE 16.0 kernel Linux Host and Guest: Added initial support for kernel 7.1 Linux Host and Guest: Added extra fixes for RHEL 9.8 kernel (​github:gh-676) Linux Host and Guest: Added possibility to build source code using NASM instead of YASM as the assembler (​github:gh-520) Linux Guest Additions: Added initial support for Extended Data Control Protocol for clipboard sharing with Plasma on Wayland guests (​github:gh-33) Linux Guest Additions: Added extra fixes for preventing vboxvideo kernel module build with kernel version 7.0 and newer (​github:gh-655) OS/2 Guest Additions: Fixed issue when Shared Folders automount and clipboard sharing stopped working (​github:gh-551) Download: VirtualBox 7.2.10 | 170.0 MB (Open Source) Download: VirtualBox 7.2.10 Extension Pack | 19.1 MB View: VirtualBox Home Page | Screenshot Get alerted to all of our Software updates on Twitter at @NeowinSoftware
  • Recent Achievements

    • Week One Done
      suprememobiles48 earned a badge
      Week One Done
    • One Month Later
      Windows Guy earned a badge
      One Month Later
    • One Month Later
      Prasann earned a badge
      One Month Later
    • Week One Done
      Prasann earned a badge
      Week One Done
    • First Post
      Dys Topia earned a badge
      First Post
  • Popular Contributors

    1. 1
      +primortal
      510
    2. 2
      +Edouard
      174
    3. 3
      PsYcHoKiLLa
      100
    4. 4
      Steven P.
      87
    5. 5
      ATLien_0
      70
  • Tell a friend

    Love Neowin? Tell a friend!