Friday 13 December 2013

Rocking The Career Fair

By Franklin Skribbit


If you are in college or plan on returning you may have mixed feelings about essay based tests. Sure they do offer you the opportunity to write down all you know rather than being tested on what you don't know like a multiple choice test. However, one annoying part of essays is writing for extended periods of time and the accompanying hand cramps. This article explains how to best avoid cramps during the middle of your test so pay close attention.

XHTML/HTML5 HTML (hypertext markup language) is the backbone of your website. Web documents contain three main sections: the head, the title, and the body. These sections are written in HTML. The head includes the webpage's identifying information. Search Engine's like Google are only capable of reading the HTML of a website. The head section of the webpage is essential if you want your website to show up in Google's results page. The title is what appears in the browser's URL tab and is what your website will be known as throughout the internet. The body is where the content visible to visitors is written. Text and graphics can be adjusted using HTML tags (commands).

1. Find the Right Pen This is going to be very important. The right pen can greatly add to or remove any cramping that you may experience. There are three main criteria that you need to have in mind when purchasing your pen. The first is a wide grip. When a pen has a wider grip your fingers do not have to close down as much, nor do they need to exert the same amount of pressure to hold the pen. The wide grip affords you a much natural hand position.

When learning HTML I would recommend learning XHMTL first. XHTML is an older version of the language that required stricter adherence to its rules. This will help you get in the habit of writing clear and easily navigable code. Once you feel comfortable move on to HTML5 (the newest rendition) which adds some nice perks to the language and relaxes the rules a bit.

CSS3 CSS (cascading style sheet) allows you to control the look and feel of your website easily and quickly. The idea of CSS is to control the design of a website without altering the content (content is written in HTML). A style sheet is a page that lists all of the visual qualities that you want your webpages to have. This can include color, size, style, etc. of your font. It also includes the background of pages, the look of tabs and buttons. Basically, all of your visual elements are contained within the style sheet. In reality HTML although it does contain tags to bold, italicize, control font size, etc. was not really designed to format content. HTML exists more to define the content as discussed above.

The cascading part is what makes the language so valuable. Rather than having to rewrite the same style sheet for each page of your website. The style you choose 'cascades' down throughout all of your webpages. You can then make adjustments to the design of individual webpages if you would like but you don't have to repeat the process of writing the CSS for each page. Make sure to learn HTML before CSS so you have something to build off (literally).

2. Learn How to Hold it I am not referring to the exact finger position that you hold your pen in, people seem to get along fine in different ways. The important part of your grip is the pressure. This includes both the pressure of our fingers on the pen and the pressure of the pen on the paper. Make sure to hold the pen in a loose grip while you write. Practice holding the pen loosely, almost to the point where it will fall from your hand. The less pressure your fingers place on the pen the less stress the tendons of your hand will be. Next make sure that you press lightly on the paper. Having the smooth pen as mentioned previously helps with this. If you take a pen in a loose grip and press hard on the paper with it your fingers will slip. To make up for this you end up tightening your grip and then we are back to the original problem. So make sure not only to have a loose grip but to press lightly on the paper. Stressing your hand less means less cramping.

Java & PHP I am lumping these two languages together because they are the key languages for dynamic web pages and are interchangeable at times (you can use either one to get very similar effects). Dynamic web pages include things like games, chat abilities, image viewing, interactive apps or advertisements. Java was originally developed for software and in-browser applets and has become a key infrastructure for web apps. Java shares many similarities to C++ (which can be a nice benefit if want to learn different languages in the future). Java allows the same program to be executed on different operating systems. No need to fear if a Mac, Linux, or Microsoft user makes their way to your website. Java contains build in support and is easy to use.

1. Stretch Before you being to write and during the test there are a number of different stretches that you can do to reduce the cramping in your hand. One set of exercises you can do is as follows: -Hold out your arm in front of you with your palm facing down. Lift up wrist while letting your fingers dangle downward. -Next reverse the motion by pressing your wrist downward and stretching up your fingers -Relax your hand and slowly open and close it fully. -If necessary repeat the motions.

Similar to Java PHP can also be used across all the major operating systems. You will most likely be using PHP for outputting images, PDF files, Flash Movies, and text via HTML. I would recommend you start with Java and then move on to PHP. In my experience they flow better this way. Also having a good understanding of Java gives you a leg-up learning software coding languages in the future if you have an interest.

MySQL Before you start going into MySQL understand that you can build a great website with just HTML, CSS, Java, and PHP. MySQL is used primarily for database building which most websites will need eventually, especially if you are selling items on a large-scale. If you are simply creating a visual website for personal uses you probably won't need to bother with this language, but we will assume you have high hopes for your website's growth.

Databases can range from small shopping lists to a huge picture gallery with mountains of information. Computers using a MySQL server can easily manage the large amounts of data. The language itself is very fast and reliable preventing any worries you may have of losing the data in the system.

After Your Test 1. Stretch Again Just like exercise most long term problem develop during the resting period. Make sure that you stretch the following day and maybe every day to prevent any cramping in the future. Other than that relax and celebrate, you just wrote a great essay!

Hopefully this article answered some of the questions you may have had and gets you on your way to being a first class programmer and web developer. You can choose to learn these different languages on your own (there are tons of tutorials scattered throughout the web. However if you prefer the classroom or hope to make this a future career you will want to of find a degree like Computer Programming (AAS) where they will teach you these skills and hand you a diploma.




About the Author:



No comments:

Post a Comment