Resume Writing Search Results

News: Null Byte's First White Hat Award for Technical Excellence Contest Has Closed

The first White Hat Award for Technical Excellence tutorial contest ended last night at midnight! We had many excellent articles submitted, once again re-affirming what an incredible community we have here at Null Byte! We had quite a flurry of great articles in the last few days. Thanks to all of you who submitted such high quality material to our community. Your efforts are appreciated and you have the undying gratitude of our community. We will not forget your efforts. I'll be reading and ...

How To: Still Using Notes? Here Are 3 Better Word Processing Apps for Writing on Your iPhone

As someone who writes an extreme amount, it's a necessity for me to have an organized and multifunctional text editor. The stock iPhone Notes application is useful to an extent, but it sorely lacks in features and design. Writing and text editing applications are nothing new to the iPhone, but many of them are overloaded on features, making it even harder to keep organized. Here are just a few alternatives that I find helpful in my day-to-day writing.

How To: Write the Japanese character "kuni" meaning "country"

This video tutorial is about Japanese language, and it shows us how to write the Japanese Kanji character "kuni" meaning "country". Our first step is to write a line starting from the top left and finishing in the bottom left. Remember that the order of the strokes in Japanese language are very important; there is just one possible stroke order for every character. After making the first stroke, you will need to make other two lines with only one stroke, starting from the same point than he p...

How To: Burn Xbox 360 game ISOs to a dual-layer DVD

In this how-to video, you will learn how to burn game ISO's for the Xbox 360. It is important that it is only legal to back up the games that you already own. You will need the Image Burn program. Open it and click Write Image File to Disk. Next, click browse for file and look for the .DVD file. Go to tools and settings. Click the Write tab and go to sectors and make sure the number is 1913760. Check the ISO file and open it with notepad to check if the layer break number is also that number....

How To: Use the left-hand column options in Gmail

In this tutorial, we learn how to use the left handed column options in Gmail. First, log into your Gmail account, then click on your different emails. Open an e-mail by clicking on it, then click reply to respond to it. You can also save this, and it will save to your account. If you want to delete a message, simply select it and click on the delete button. It will now be moved to your trash, where you can keep it, or you can delete that, which will remove it forever. If you want to write an...

How To: Begin your own blog and make money online

Have you always dreamed about quitting your day job to pursue your true passion in writing about tips on how to bake your famous cupcake pops? Stop dreaming and start doing! Thanks to the prevalence of the internet, blog writing is more popular than ever, and successful bloggers actually make quite a hefty chunk of change doing what they love.

How To: Write a Java applet that accepts keyboard input

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to to accept key inputs from a user when writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Write a "Hello, World" program using Java

Want to program your own Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBostonian will have you coding your own Java apps in no time flat. Specifically, this lesson discusses how to build and compile a simple "Hello, World" program writing code in the Java programming language. For more information, including detailed, step-by-step instructions, watch this helpful programmer's guide.

How To: Create a LinkedList for Java programming

Want to write Java games and applications but don't know beans about object-oriented programming? Never you fear. This free video tutorial from TheNewBoston will help you on your merry way to accomplishing just that. Specifically, this lesson will demonstrate how to work with linked lists when writing code. For more information, including detailed, step-by-step instructions, watch this programmer's guide.

How To: Play "Let it Be" by the Beatles on ukulele

Want to play the Beatles' "Let It Be" on your ukulele? Learn how with this free video ukulele lesson. Whether you play the ukulele or bass kazoo, there is no better way to improve your chops than by learning to play your favorite songs. Not only is it more fun and much easier than running drills or memorizing a chord book by wrote, it's obviously also a wonderful way to build your repertory of songs. For more information, and to get started playing "Let It Be" written by the Beatles' Paul McC...

How To: Use Twitter's new ReTweet function

In this video, we learn how to retweet in Twitter with Stephanie. There is a new layout on Twitter which may look confusing, but is very user friendly. First, log into your Twitter account and go to your home screen. On the right hand side you will see a button that says "retweets". Click on this and you will see three selections. Click on "your tweets, retweeted" and you will see which users have retweeted something that you wrote! From here, you can also go and thank those people for retwee...

How To: Play the Beatles' "Till There Was You" on the ukulele

Want to play the Beatles' "Till There Was You" on your ukulele? Learn how with this free video ukulele lesson from Ukulele Mike. Whether you play the ukulele or bass kazoo, there is no better way to improve your chops than by learning to play your favorite songs. Not only is it more fun and much easier than running drills or memorizing a chord book by wrote, it's obviously also a wonderful way to build your repertory of songs. For more information, and to get started playing this great popula...

How To: Translate your name into Japanese in 2 easy ways

This is a video that explains to a person how to write their name in Japanese. The woman shows two ways as to how to translate your name in Japanese. The first is how the name is pronounced, and the second way is to translate your name based on the meaning. Usually the name is translated based on pronunciation in the native language. The name is pronounced similarly but not exactly the same. For example Rachel is pronounced "Reicheru". She also shows a website where more information can be fo...

How To: Calculate percentage

Not sure exactly how to calculate a twenty percent tip for your waitress? Or how about how to figure out how much less your cost will be with that thirty percent off tag? Use these steps to calculate percentage, without a calculator.

How To: Read, write, and delete cookies in ASP.Net

In this video tutorial, Chris Pels will show how to read, write, and delete cookies in an ASP.NET application. First, learn the basic operations for manipulating cookies. Then learn approaches to storing multiple values in a single cookie using name-value pairs called subkeys. Next, learn how to limit the scope of cookies to a particular application domain or folder. See how to modify values and expiration dates in existing cookies and how to delete an existing cookie. In addition, several co...

How To: Write a decimal number as a simplified fraction

From Ramanujan to calculus co-creator Gottfried Leibniz, many of the world's best and brightest mathematical minds have belonged to autodidacts. And, thanks to the Internet, it's easier than ever to follow in their footsteps. With this installment from Internet pedagogical superstar Salman Khan's series of free math tutorials, you'll learn how to write a decimal number as a simplified fraction in basic mathematics.

How To: Create an MLA works cited page in Word

To start with you have to write the author's name, with the last name entered first followed by first name and then the period. Title of the article should be in quotation marks. Do not use italic format. Title of the actual journal must be written. After this there is a series of numbers the volume number, issue, year, pages number separated by a colon. Don’t write 'p' for pages as the number itself is a standard for it. Write the period and also the dates.

How To: Get choosable options in a batch file

In this video the instructor shows how to choose options on a batch file. In a batch file if you write the command '@ echo off', the person running the batch file cannot see the commands being executed. You can use the 'if' condition to make the program execute either of two commands depending on the condition. While writing the if statements make sure that there is space between the 'if' and the '%' sign. If you write 'shutdown -t 30' command in your batch file, then the batch program when r...

How To: Do a fun fast multiplication trick

This how-to video is about multiplying numbers in a very quick and in a new manner. Multiplication of two - 2 digit number is explained in this video, To do this multiplication we need to follow three steps, let's follow this method with an example, let's say that we want to multiply 23 with 46, let's write the numbers like this, 23*46 (multiplying 23 with 46), the answer is 1058.

How To: Get a Canadian work permit

To obtain a work permit, you must first have a job offer from a Canadian employer. To get a job offer, you can apply directly and send your resume to a perspective employer, use an employment agency, or post your resume on employment websites. Next, you must have a labor market opinion. To get an LMO, you have to fill out some forms and submit some supporting documents. This process can take from a few weeks to 6 months to complete. After the LMO is approved, you must then apply for a work pe...