-
Contextual Slideout Tips With jQuery & CSS3
By now, you’ve probably heard about Adobe’s new CS5 software pack. Also, you’ve probably seen their product pages, where they present the new features of the suite. Apart from the great design, they’ve also implemented an interesting solution for showcasing the new features their products are capable of – using contextual slideout tips. Knowing the
-
Create A Tabbed Interface Using jQuery
Creating tabbed interfaces suddenly becomes a piece-of-cake when using the Tabs function in the jQuery UI library. It can be utilized to create completely unique interfaces without having to be a coding God – using only one line of code! View Tutorial Source(http://net.tutsplus.com/)
-
Build a Better Tooltip with jQuery Awesomeness
Browsers will automatically display a tooltip when you provide a title attribute. Internet Explorer will also use the alt attribute. But, in this tutorial I’m going to show you how to quickly write a jQuery plugin that will replace the typical browser tooltip with something a little flashier. View tutorial source ( http://net.tutsplus.com)
-
JQuery good tools
View Tools Source (http://flowplayer.org/)
-
Curso de Programación Orientada a Objetos
Hace tiempo había prometido a mis alumnos de ActionScript que les daría algunos apuntes acerca de la Programación Orientada a Objetos y cómo aplicarla en AS2. Pues bien, el momento de cumplir esa promesa ha llegado; para ello voy a darme a la tarea de estructurar una serie de posts al respecto, tratando de comprender
-
Dealing with iPhone Screen Orientation in Flash AS3
The way your iPhone app deals with change of screen orientation is a major issue that you will have to address at a very stage of your app development cycle. By default the iPhone will change the orientation of your application view if the user rotates the phone to view that way. This tutorial will
-
How to make a custom AS3 Preloader
Many designers seem to think that Actionscript 3 made things more difficult. To some extent that is true, but there’s a bunch of things that are still easy. Preloaders are a good example and in this tutorial, you will learn how to make a custom looking preloader using Flash and AS3. Best of all –
-
Creatin a flash Preloader as3
This tutorial will teach you how to create a very simple preloader for your Flash movies using ActionScript 3.0. A preloader is an essential asset in every single Flash movie you put on the internet as it prevents the movie from playing before downloading all its assets and also informs the user about how long
-
Quick Tip: Simulate an Android Lock Screen with ActionScript
The Lock Screen is a part of an operating system, mostly used in mobile devices, that prevents accidental input. This Quick Tip will show you how to simulate an Android Lock Screen with ActionScript. Let’s get going! View tutorial Source (http://active.tutsplus.com/)
-
Create a Drag and Drop MP3 Player with Adobe AIR
In this tutorial, we’ll create an AIR drag and drop mp3 player. We’ll work with the NativeDragManager class to handle the drag and drop, the NativeWindow class for the playlist, and some SQLLite to store information about our mp3 files to build a playlist. View Tutorial Source (http://active.tutsplus.com/ )