• How to Install and Setup Visual Studio Express 2013How to Install and Setup Visual Studio Express 2013
    Visual Studio Express 2013 supports Visual Basic, C#, and C++. This makes it suitable for a beginner as the software is free to download and install. Follow these simple steps
  • How to Become a Freelance ProgrammerHow to Become a Freelance Programmer
    Freelance software programming and development is a lucrative career that may appeal to you if you want to be fully in charge of your own time and life. It requires a significant
  • How to Create a Text Based World With Batch ScriptHow to Create a Text Based World With Batch Script
    You may have ever wanted to make a game, or at least know how. Text based worlds, large games with all words and ASCII art for pictures were the first games ever, then came the
  • How to Implement a Stack Data Structure in C++How to Implement a Stack Data Structure in C++
    A stack is a basic data structure that is commonly used throughout computer science. For example, a stack is utilized by your web browser to remember the last few pages you were
  • How to Allocate Dynamic Memory (C++)How to Allocate Dynamic Memory (C++)
    For most beginning programmers, the memory needs for the programs they have written have been predetermined before their program runs, such as when declaring the size of an array.
  • How to Compile a Java ProgramHow to Compile a Java Program
    This wikiHow teaches you how to turn your Java source code into an executable app using a local and online compiler. If you're using a computer, the most common way to compile Java
  • How to Get Started with the Raspberry PiHow to Get Started with the Raspberry Pi
    The Raspberry Pi is a single board computer (SBC) roughly the size of a credit card. It was developed by the Raspberry Pi Foundation to teach the basics of computer science in
  • How to Become a UI DesignerHow to Become a UI Designer
    User Interface Design (UI Design) is a crucial subset of User Experience Design that focuses on how users interface with a particular product. UI designers work on constructing
  • How to Use Excel VBA Variable Data TypesHow to Use Excel VBA Variable Data Types
    You will learn to create the different types of Excel VBA (Visual Basic for Applications) Variable Data Types. VBA makes life easy for programmers because it can handle all the
  • How to Have a Successful Open Source ProjectHow to Have a Successful Open Source Project
    This wikiHow teaches you how to start and maintain a successful open source project. Aside from working hard and focusing on the end goal, the key to creating a successful open
  • How to Compress Data Using Huffman EncodingHow to Compress Data Using Huffman Encoding
    Huffman's algorithm is used to compress or encode data. Normally, each character in a text file is stored as eight bits (digits, either 0 or 1) that map to that character using an
  • How to Make a Scrolling Marquee in HTMLHow to Make a Scrolling Marquee in HTML
    A scrolling marquee is moving text added to a website, but HTML is no longer commonly used for this feature and is not recommended. The HTML tag for scrolling marquees has been
  • How to Practice Hadoop OnlineHow to Practice Hadoop Online
    As one of the most powerful open-source programming frameworks, Hadoop is an important tool for anyone hoping to find a big data job. If you want to brush up on your Hadoop skills
  • How to Develop an Interest in CodingHow to Develop an Interest in Coding
    In our high-tech society, knowing how to code can land you a great job or come in handy as a hobby. But writing lines of code can sound intimidating or even boring. Thinking of
  • How to ProgramHow to Program
    Ever wanted to program but just didn't know how to go about it? Programming can range from easy to very difficult, depending on what you want to do or what languages you want to
  • How to Write a C++ Program That Determines if a Word Is a Palindrome or NotHow to Write a C++ Program That Determines if a Word Is a Palindrome or Not
    These instructions will guide you in writing a computer program in C++ that will tell the user if a particular word is a palindrome (a word that reads the same backward as it does
  • How to Learn Computer Programming Online at HomeHow to Learn Computer Programming Online at Home
    Computer programming is an invaluable skill for anyone who would like to build and design computer programs, software, or phone or tablet apps. Fortunately, you don't have to
  • How to Create a Link With Simple HTML ProgrammingHow to Create a Link With Simple HTML Programming
    Once you've created a couple web pages using HTML, you'll want to connect them into a larger site. Learn how to link from one page of your site to another, or to any other site on
  • How to Write a Resume in LaTeXHow to Write a Resume in LaTeX
    While Microsoft Word can be great, when it comes to writing technical documents like engineering reports, Word is irritating to say the least. LaTeX is a technical document
  • How to Program SoftwareHow to Program Software
    Do you have a perfect idea for a program, but don't know how to turn it into a reality? Learning a programming language takes time, but many successful programmers are self-taught.