Write C++ Codes

How To : Hack Bejeweled Blitz with cheat codes (07/21/09)

Bejeweled Blitz is a Facebook game. Learn how to hack Bejeweled Blitz with tricks, cheats, hacks. Watch this video tutorial to learn how to hack Bejeweled Blitz with cheat codes (07/21/09). Yes, they are cheat codes that will help you to get your Bejeweled score sky-high! Wan ...more

How To : Things to Do on WonderHowTo (01/11 - 01/17)

WonderHowTo is made up of niche communities called Worlds. If you've yet to join one (or create your own), get a taste below of what's going on in the community. Check in every Wednesday for a roundup of new activities and projects. This week has been an exciting one. The com ...more

How To : Use the break, continue and pass tricks in Python loops

If you've learned other programming languages, you're likely already familiar with the break and pass flow control commands when programming loops. This video shows you how to use them when writing code in Python, and also how to use the continue trick in your program.

How To : Use the Infragistics UltraWebGrid

Looking for an easy way to implement Ajax into your ASP.NET projects? This ASP.NET video tutorial takes a look at the Infragistics UltraWebGrid, which will allow you Ajax data access without writing any code. For more information on this handy UI tool, as well as to get starte ...more

How To : Get started with Papervision3D in Adobe Flex 3

In this video we cover downloading Papervision 3D using tortoise svn then using those Papervision classes with open source code in Flex 3. This tutorial was created by Amanda Verrette of Northern Kentucky University of Mike Lively's Instructional Design Group. Watch as she sho ...more

How To : Install and run Python 2.5 on Windows XP

Ian Ozsvald walks you through installing and testing Python 2.5 downloaded from Python.org. This includes how to start Python from the Start Menu and writing your first (Hello World) line of Python code.

How To : Create a Document class using ActionScript 3.0

This video shows you how to create a Document class using ActionScript 3.0. You learn how to write code from scratch, while learning about each section of the script. You learn how to test your files, and use new coding features found in the Script window. Create a Document cl ...more

How To : Update images in a Flash Project

If you have worked hard writing Actionscript for a Flash project, you might be hesitant to make changes to the graphic. What if the changes mess up the coding? This video demonstrates how you can update or change a bitmap image in Flash while maintaining all previous functiona ...more

News : How-To-Maintain your PC

INTRODUCTION The everyday PC user doesn't think much about its PC and problems that can cause critical damage to their data or other stuffs stored on Hard drive and other electronic parts until the problem actually occurs. Once a failure happens, the repairs can be costly and ...more

A Null Byte Call to Arms : Join the Fight Against Ignorance

Another week has passed on the online battlefield as the CISPA legislation continues to grind away at our freedom. Here at Null Byte, we try to keep our community informed and knowledgeable at the same time—and that means creating content for them to learn from. After last we ...more

News : Null Byte Is Calling for Contributors!

We're officially seeking Null Byters interested in teaching others! Contributors will write tutorials, which will be featured on the Null Byte blog, as well as the front page of WonderHowTo (if up to par, of course). This is a job meant for anyone with the will to share knowle ...more

How To : Create a Morse Code Telegraph in Minecraft

Welcome to Minecraft World! Check out our advanced tutorials and come play on our free server. For last week's Workshop, we decided to attempt to communicate long distance without the use of the chat bar. To accomplish this, we built an elementary redstone pulser that would a ...more

News : Final Fantasy 14 Special Edition Unboxing

Final Fantasy 14 the MMO is now live. The special edition priced at $75 enables people to play eight days earlier than people getting the regular edition, which comes out on September 30th. Mine arrived yesterday and here are some pictures of what's inside the special edition ...more

How To : Use content tags when coding a website in HTML5

This clip presents a general overview of how to utilize content tags when writing a website using HTML5, the new HTML standard. Whether you're using a fancy WYSIWYG (or what-you-see-is-what-you-get) page editor like Adobe Dreamweaver CS5 or a barebones text editor like Notepad ...more

News : Contest for 7-11 code on Facebook

I'm having a contest for a 7-11 code that I announced an hour ago on the facebook page. All you need to do is: Comment on the announcement on the facebook page with a short phrase like 'I love FarmVille!'. Then get YOUR friends to 'like' your comment and write their own! Th ...more

How To : Write with upside down text

In this tutorial, we learn how to write with upside down text. To do this, go to the website Funicode. First, type some text into the box and as you type it, you will see code pasted underneath in different styles. You can use this text on any website that supports Unicode tex ...more

How To : Compile and run a "Hello World" program in Java

You should already have the JDK installed on your computer, and you should already have optimized your computer's settings. See How to install the Java Development Kit to start programming to do that if you haven't already. After that, you can start working on your very first ...more

How To : Connect an Apple Wireless Keyboard to the iPad

In this video, we learn how to connect an Apple wireless keyboard to the iPad. This is great if you need to write something that requires a lot of typing. First, go to "system preferences" then click on "Bluetooth". Once you're in this, make sure the "discoverable" check box i ...more

How To : Link buttons to external urls in Flash CS3

This is a video tutorial showing its audience how to link a button to external urls in Flash CS3. First create a exoscript 3 document with a rectangle textbox that says youtube. Next select your rectangular box and convert it to a button. Next name your button and click okay. ...more

How To : Program using simple code in Java

Java is a wonderful programming language which is widely used all over the world. To do programming in Java you will need a Java Development Kit which is also called as JDK in short. This can be downloaded from the Java Website for free. To improve and assist in your developme ...more

How To : Write a macro by hand in Excel for beginners

The speaker in this video introduces the concept of macros used in Excel, very simply and lucidly. Two sets of shortcut keys are used, one set to create the macro and the other set to run it. The first shortcut opens up the VBA window (Alt+F11), with a workbook along with the ...more

How To : Use HTML and open & closed brackets

To open the body of an HTML first open the HTML document, to do so write an open bracket, then html, the close the bracket. Next press enter. Type another open bracket, then type the word body, then type a closed bracket. Next press enter again. Now you can type an open bracke ...more

How To : Set up a home group in Windows 7

In this video tutorial, viewers learn how to set up a home group in Windows 7. Begin by clicking on the Start button and select Control Panel. Select Choose home group and sharing options, which is under Network and Internet. Click on the Create a home group button and select ...more

HowTo : Write in Midair with LEDs

Hacked Gadgets recently featured Csaba Bleuer's LED wave display, a device that projects LED messages midair. Bleuer had also previously created a similar device that spins on a fan motor. "Csaba Bleuer sent in some pictures and a video of his new creation. It is a LED Wave D ...more

How To : Enable half-star ratings in iTunes on a Mac

Some artists don't even deserve a full star. Learn how to give them the half-assed rating they deserve. You Will Need * iTunes * A Mac computer Step 1: Close iTunes Close iTunes, and open Terminal in the utilities folder. Step 2: Type a code Type the following: Defaults writ ...more

How To : Do cool things with strings in Python

Bucky from The New Boston serves up this Python video tutorial on how to do cool things with strings in Python. This is the program you use to write all of your Python code down. Do cool things with strings and format them! Python is a dynamic, object-oriented, high-level, pr ...more

How To : Use cool string methods in Python

Bucky from The New Boston serves up this Python video tutorial on how to use cool string methods in Python. This is the program you use to write all of your Python code down. Cool string methods! Python is a dynamic, object-oriented, high-level, programming language that can ...more

How To : Use dictionaries in Python

Bucky from The New Boston serves up this Python video tutorial on how to use dictionaries in Python. This is the program you use to write all of your Python code down. Dictionary! Python is a dynamic, object-oriented, high-level, programming language that can be used for many ...more

How To : Program "if" statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program "if" statements in Python. This is the program you use to write all of your Python code down. The famous if statement! Python is a dynamic, object-oriented, high-level, programming language that ...more

How To : Program else and elif statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program else and elif statements in Python. This is the program you use to write all of your Python code down. Else and elif (elseif)! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program nesting statements in Python

Bucky from The New Boston serves up this Python video tutorial on how to program nesting statements in Python. This is the program you use to write all of your Python code down. Nest a simple "if" statement! Python is a dynamic, object-oriented, high-level, programming langua ...more

How To : Program full and while loops in Python

Bucky from The New Boston serves up this Python video tutorial on how to program full and while loops in Python. This is the program you use to write all of your Python code down. Learn how to use the for and while loop in Python programming! Python is a dynamic, object-orien ...more

How To : Program infinite loops and breaks in Python

Bucky from The New Boston serves up this Python video tutorial on how to program infinite loops and breaks in Python. This is the program you use to write all of your Python code down. Learn how to make an infinite loop and also how to use the break statement! Python is a dyn ...more

How To : Build and program your own functions in Python

Bucky from The New Boston serves up this Python video tutorial on how to build and program your own functions in Python. This is the program you use to write all of your Python code down. Learn how to create your own function! Python is a dynamic, object-oriented, high-level, ...more

How To : Use default parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to use default parameters in Python. This is the program you use to write all of your Python code down. Fun with default parameters! Python is a dynamic, object-oriented, high-level, programming language th ...more

How To : Program parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to program parameters in Python. This is the program you use to write all of your Python code down. Different parameter types in the same function! Python is a dynamic, object-oriented, high-level, programm ...more

How To : Use tuples as parameters in Python

Bucky from The New Boston serves up this Python video tutorial on how to use tuples as parameters in Python. This is the program you use to write all of your Python code down. Fun with tuples! Python is a dynamic, object-oriented, high-level, programming language that can be ...more

How To : Program object oriented programs in Python

Bucky from The New Boston serves up this Python video tutorial on how to program object oriented programs in Python. This is the program you use to write all of your Python code down. OOP or the famous object oriented program. Hold on guys, the waters getting rough! Python is ...more

  • Hot
  • Latest