How To: Program Interface Builder Outlets (IBOutlet) in XCode
This Xcode video tutorial will help beginners learn how to use Interface Builder to use Objective-C code to interact with UI elements implemented in their Mac OS X applications.
This Xcode video tutorial will help beginners learn how to use Interface Builder to use Objective-C code to interact with UI elements implemented in their Mac OS X applications.
How to use the rand function in C++ to create a random number generator.
This VB.Net tutorial demonstrates popup boxes with variable input as well as the 'If' statement
This video will guide you through setting up voice dialing on a BSW bluetooth system in a BMW.
A C# (C sharp) programming tutorial on creating if, else, and elseif statements as well as boolean tests.
A tutorial on how to create a blog from scratch using HTML and CSS.
This tutorial covers the basics of getting started with programming ActionScript in Flash.
Even when you delete a program, remnants of it can remains on your system and take up valuable memory. The Lab Rats, Andy Walker and Sean Carruthers, teach you how to completely remove programs from you Windows XP and Vista PC.
Learn how to install PHP and some of the basics of PHP programming including some basic commands including conditionals and booleans for creating scripts and command line interfaces.
In this tutorial, we learn how to uninstall software programs in Windows Vista. First, go to the control panel from the start button. Next, go to "uninstall a program" underneath the "programs" section of the screen. A new window will pop up showing all of the programs that are installed on your operating system. If you want to erase something, simply click on it, then click on the "uninstall" button at the top of the page. A wizard will pop up and have you go through the steps to erase it. I...
This short one-minute tutorial shows you how to record an audio file using Skype and Pamela software. This feature may be convenient for those who would like to have a recorded audio of their conference call or an interview conversation to be able to go back to it at a later time. In order to be able to record a call via Skype, you need to install Pamela Call Recorder software. After the software is installed and ready to be used, hit the green button in Skype to call and click Record button ...
Bucky from The New Boston serves up this Python video tutorial on how to save and execute your programs in Python. This is the program you use to write all of your Python code down. Fun with saving programs!
Ever wanted to become a programmer? This Delphi Training Series: Programming 101 is a sequence of training videos designed to teach the complete beginner how to become a programmer using Delphi.
This is a three part video programming tutorial series on Ruby on Rails. These screencasts allow you to program your own web server using Ruby on Rails!
Cheat Engine is a program you can use to cheat at many different games, especially online, browser based or Facebook games. This tutorial shows you how to use Cheat Engine to cheat at the onilne game Mother Lode, but you can use it for many games.
NJStar is a program which you may purchase online, and which will allow you to translate individual Chinese characters. This tutorial shows you how to use the software, and explains the limitations of the progam (it cannot translate whole paragraphs, for instance).
As many of you stop-motion animation practitioners out there have probably realized, Legos are a great material for that medium, allowing for great diversity while being relatively easy to work with. Can they fly though? This video features a British boy explaining how to use a free computer program called Bafran to make Lego characters appear to be flying in an animated video.
New to OpenSceneGraph and not quite sure where to begin? If so, you're in luck. This tutorial will walk you, step-by-step, through the creation of your very first OpenSceneGraph program for the Mac OS X platform.
To avoid sports-related injuries, it is essential to warm-up before a race or a game or even before a training or practice session. Watch this video tutorial to learn how to warm up before running by doing side steps from Gilbert's Gazelle training program. This how-to video is a must watch for all track and field athletes.
Learn how to apply for a Google Books Partner Program account, which allows you to submit your content for display on Google Book Search.
Using Visual Studio 2008, this video introduces the novice programmer to the world of programming in C#, first with a brief discussion about programming and the learning process itself, and then by teaching a Hello World program.
A VB.Net 2008 tutorial on how to make a program that can count cards in a blackjack game.
Learn to program If & Switch Statements in Java. This tutorial uses Java 1.6 with NetBeans 5.5.1 beta
You can connect your Nintendo Wii Wiimote to your PC using GlovePie input emulation software and a bluetooth connection. Learn how to program your PC to detect motion from dual input the Wiimote using GlovePie. You'll be able to connect two Wiimotes to your PC.
A tutorial on how to recover lost files once deleted from the recycle bin. The program illustrated in the tutorial is "Restoration". To download "Restoration", go to SnapFiles. The tutorial advises viewers to stop whatever they were doing once they realize a file is missing. Because the file is simply marked as free space, it is still present in the computer's memory but easily overwritten. To recover the file, a user will simply need to know part of the file name (preferably an extension, fo...
In this clip, you'll learn how to manage application/OS compatability settings on a desktop or laptop computer running the MS Windows Vista operating system. For more information, including a complete demonstration of the process and detailed, step-by-step instructions, watch this home-computing how-to.
If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn what's necessary to create an interactive program from a Linux shell. To get started programming with Python, take a look!
If you're interested in learning a general purpose, high-powered programming language, Python might be the way to go. In this installment from his video tutorial series dedicated to programming in the Python programming language, you'll learn how to install the Cygwin Windows environment. To get started setting up to program with Python, take a look!
Check out this video screencast tutorial to help beginner iPhone programmers get started. This tutorial shows how to draw "Hello World!" text on the screen of the iPhone in Mac OSX with the help of Objective C (ObjC) in Xcode for Cocoa programming on your Mac OS.
A tutorial on how to unroll and append elements to an array when programming in Java.
Bob and Brett show you two different record modes in your Pro Tools interface - Quick punch and the Transport window.
Today's post is a small go-to guide for beginner programmers in Null Byte. With many of our community members picking up programming from our Community Bytes, it only makes sense to lay out a one-stop guide for your reference. Hopefully this guide will help you make an educated and thoughtful choice on what programming languages you want to learn, and how you want to learn said languages.
When you start your computer you can set it up so that your favorite programs automatically open as a part of the computers boot up. To do this, click “Start” and then “All Programs”. When the list opens up, click on “Startup”. Drag the program icons you want to open into the startup bar. The next time you start your computer, the programs you put in the startup will automatically open.
There may be a time when you want to run a program for 24 hours straight. If that app happens to quit unexpectedly, you have some options to get it going again without having to manually reopen it. Check out this video on how to restart a crashed program automatically on Windows. You need WatchDOG.
This video is a tutorial for Windows computer users in order to write very simple java programs very quickly. The first thing that you do is open a brand new text edit window. Then you should write in html code your java program, by using html you will need to include all of your brackets and all of your commands. Do so in this text edit window. Then you should save your file somewhere that you will be able to find it. Save it as test java.java you need to write your file name with .java at t...
Many tutorials show you how to use Cheat Engine to execute one function of one particular game - but not this one! This tutorial gives you a good understanding of what Cheat Engine can do, and how you can use it to hack nearly any game!
This is an Objective C (ObjC) video tutorial that shows how to populate a UITableView instance for iPhone applications. You'll use Cocoa with Xcde and the Interface Builder on your Mac OS.
Brief 9-minute video demonstrates running "Hello World" Perl script on IIS and Apache Web Servers.
MySpace is an excellent resource for up and coming musicians. If you just can't do without that hot new jam, then it's time to rip your favorite song using Audacity media player. This video tutorial demonstrates the process of ripping MySpace songs in a few easy to follow steps:
Hello friends, I'm new in world of web developing. so, i decided to code my own program to save and read my personal notes and which is also secure, so i dont need to worry :) if you have any suggestions please fell free to tell :)