RSS

Archive | Interfaces RSS feed for this section

A simple PHP mail contact form with MySQL

17. February 2009

26 Comments

A simple PHP mail contact form with MySQL

Welcome to the first PHP tutorial on TheTechLabs.com. In this tutorial I'm gonna show you how to make a simple php contact form for any website, sending the info by mail and saving it on a MySQL DataBase. This tutorial will be like an intro to a more detailed and complex series of php articles that in the end will result on the interaction of php and flash in a cms system. Hope you enjoy the tutorial.

Continue reading...

Simulating PicLens with Flex and Away3D – Part 3

23. October 2008

4 Comments

Simulating PicLens with Flex and Away3D – Part 3

Step by step guide for creating a PicLens type 3D photo viewer with Flex and Away3d. This is step 3, of a 3 part tutorial that will sweep many useful techniques used in web application design, Flex, and Flash 3D design.

Continue reading...

Simulating PicLens with Flex and Away3D – Part 1

17. September 2008

15 Comments

Simulating PicLens with Flex and Away3D – Part 1

This flex tutorial article is a Step by step guide for creating a PicLens type 3D photo viewer with Flex and Away3d. This is step 1, of a 3 part tutorial that will sweep many useful techniques used in web application design, Flex, and Flash 3D design.

Continue reading...

Extending the Actionscript 3.0 / Flash CS3 Slideshow with XML

10. September 2008

76 Comments

Extending the Actionscript 3.0 / Flash CS3 Slideshow with XML

In this second part flash tutorial we're going to add some more features to the slideshow application. Those would be forwarding and rewinding slides, play and pause the slideshow and linkable slides. If you haven't read the first part tutorial yet, you should do it before continue. You can read it here.

Continue reading...

Expanding the Flash Actionscript 3.0 Videoplayer

14. August 2008

98 Comments

Expanding the Flash Actionscript 3.0 Videoplayer

Alright, here's the second part of the video player tutorial. We will be adding the following new features: - Playlist support - Fullscreen support - Save volume - Clickable progress/volume bar

Continue reading...

How to build a Flash Actionscript 3.0 Videoplayer

30. July 2008

166 Comments

How to build a Flash Actionscript 3.0 Videoplayer

Today we explain you how to create a videoplayer with some basic features like this one. These are: – Play/Pause – Stop – Preloading – Scrubbing – Volume handling There will be another tutorial, which will extend this player. So be sure to check it out. Requirements Adobe Flash CS3 Try / Buy Source Files Download Constants As always, we begin with setting [...]

Continue reading...

Create a Flash Actionscript 3.0 Slideshow with XML

23. July 2008

107 Comments

Create a Flash Actionscript 3.0 Slideshow with XML

This tutorial shows you how to create a simple slideshow using as3/flash and xml

Continue reading...

How to build a contact manager in AIR using XML – Part 2

17. July 2008

9 Comments

How to build a contact manager in AIR using XML – Part 2

In this second, and final, part we'll be learning how to save and edit the file and how to setup the bindings between the xml and our component.

Continue reading...

Building a 3D album with FIVe3D and TweenLite

9. July 2008

67 Comments

Building a 3D album with FIVe3D and TweenLite

In this tutorial I will show you how to build a simple 3D photo album in AS3. We will build an application similar to this one. I will use two AS3 libraries: FIVe3D and TweenLite, both open source. Five3D is a lightweight 3D library written by Mathieu Badimon. TweenLite is one of the many libraries available for script based animation in AS3. It was created by Jack Doyle from Greensock. It's principal characteristic is that it's small (hence it's name) and simple to use. FIVe3D and TweenLite work very well together!

Continue reading...

Create a Flickr Viewer using Flex

17. June 2008

10 Comments

Create a Flickr Viewer using Flex

In this tutorial, you will learn how to integrate photos from Flickr in your Flex application, using as3flickrlib.

Continue reading...