LearnToProgram.tv Tutorials » Podcast Feed: Recent Episodes

Mark Lassoff

Just another WordPress site

View Details

Timers are important in all sorts of Flash/Flex applications. Any screen that updates frequently can make use of a timer. Games where elements change on a regular basis can use a timer. Timer objects in Actionscript are relatively easy to … Continue reading →

View Details

In this Android development tutorial, Mark will show you how to create a custom button and place it within your Android application. If you’ve been working with Android development, you might be surprised how easy it easy to produce and … Continue reading →

View Details

Events are serious business in Actionscript– When the user clicks, double clicks, focuses on an object, right clicks, etc., an event is generated. Dealing with those events is a large part of successful Actionscript programming. In this video, Mark will … Continue reading →

View Details

Arrays are an important structure in any programming language. Arrays are designed to allow the programmer to hold multiple pieces of data in a single structure. In this tutorial Mark, demonstrates the basics of arrays using Actionscript and Flash Builder. … Continue reading →

View Details

Many times programs need to make a decision based on conditions that have occurred during execution. For example, which screen to display, whether or not to allow a user to continue to play a game after their character has been … Continue reading →

View Details

In this PHP Variables Tutorial, Mark will show you how to use variables in the PHP programming language. You will learn how to declare and initialize PHP variables, the PHP variable operators and how to ouput variable values to the … Continue reading →

View Details

PHP is a commonly used, server side programming language, most often used to code web applications. WordPress, Joomla, and many other common web applications are written in PHP. With PHP knowledge you can customize or create just about any kind … Continue reading →

View Details

Getting started with Flash Builder (Flex) is easy! Flash Builder (Flex) allows you to build complex web applications using MXML and Actionscript. Due to the impressive and extensive Actionscript API, Flash Builder (Flex) applications can do almost anything. From streaming … Continue reading →

View Details

The XML Language (eXtensible Markup Language) has become more important in recent years as it has developed in to a primary tool for programmers to exchange data. Often when systems don’t speak the same language they can still exchange data … Continue reading →

View Details

Ajax is an important technology that is behind the front end of many of today’s web sites. Ajax technology, which is coded in Javascript, allows your page to communicate with the server behind the scenes. This behind the scenes communication … Continue reading →