-
Building a jQuery Mobile Theme With Adobe Fireworks
In this tutorial I’ll demonstrate how easy it is to create a jQuery Mobile theme in Fireworks, preview the theme, and move it into an HTML5 jQuery sample in Dreamweaver CS 5.5. The ability to create jQuery Mobile pages in Dreamweaver CS 5.5 is a really neat addition to the line up. For a designer,
-
Create an Impressive Magnifying Effect with ActionScript 3.0
In this tutorial we’ll create a magnifying glass effect, demonstrating use of the displacementMapFilter. The effect can be achieved in a relatively short space of time and with very little code. view tutorial
-
Determining Speed Data from GPS
Time to get trained! In this show, trainer and evangelist Paul Trani will show you how to move your content from print to web to mobile, all while showing off the new features in Flash Professional. View tutorial
-
Loading HTML-formatted text in a dynamic text field
Although it is very easy to format your text at authoring time, it is not the case when you load text dynamically in a dynamic text field. The best way to format your text in that case is to use HTML. The following tutorial shows you how to format and load HTML-formatted text in a
-
Create a QR Code Generator in Flash Using AS3
QR codes are everywhere these days: magazine advertisements, billboards, even TV commercials. Chances are you have a phone in your pocket that can read a QR code and decode the URL or message contained within. In this tutorial, you’ll learn how to create a SWF that can reverse the process: create a QR code from
-
Using The Accelerometer Sensor in ActionScript 3
You can track the rotation of a mobilde device by using the accelerometer sensor on it. Techniques making use of the accelerometer may be used to rotate the screen when the device is rotated or to control an object in a game by rotating the phone. Interacting with your smart phone by rotating it around
-
Create a Flash Racing Game Tutorial
If you’re interested in gaming and blogging, YouSayToo lets you earn from your flash games and allows you to make money blogging. In this tutorial we’ll cover the creation of a flash racing game. I got the permission from Remus C. from gameSheep to publish this awesome tutorial. View Tutorial
-
Playing YouTube Videos In Flash Using ActionScript 3.0
This tutorial will teach you how to play a YouTube directly inside your Flash movie without having to navigate to the YouTube website. This is possible to do by using the YouTube API provided by Google for developers to their own websites and applications on top of YouTube. The example below shows a YouTube video
-
Website Tour with jQuery
Today we want to share a little script with you that allows to create a tour on a website with jQuery. This can be very useful if you want to explain your users the functioning of your web application in an interactive way. You might have noticed that Facebook used something like this to explain
-
Image Zoom Tour with jQuery
Today we want to share a little zoom tour script with you. Showing a main image initially, we want to be able to zoom into certain parts of the image by clicking on tags, using another image for the closer view. This next step can contain other tags that again allow to show more images.