English tutorials

  • Quick Tip: Full Screen Timeline Presentation

    Create a new Flash file and save as Presentation.fla. In the Properties Panel, set the size to match the settings of your display screen size. For example, a standard laptop WXGA screen is 1280 x 800 pixels. To deliver a presentation file to someone that doesn’t have the flash player installed on their machine, select…

  • Creating a Bandwidth Tester for Loading Video in Flash With AS3

    In web development and media content serving you often need a way to make sure the user has a smooth viewing experience. For users with little bandwidth and slow internet connections you need to serve a smaller video than for somebody on a T1 connection. This tutorial will teach you how to detect a user’s…

  • XML Horizontal Accordion Photos Gallery

    In this AS3 tutorial, learn how to create an XML driven Horizontal Accordion that displays a list of Photos. If you have the right webhosting for your website that supports XML, this tutorial would work perfectly once you’ve decided to display the integration of these codes on your site. View Tutorial Source (http://www.riacodes.com/)

  • Tutorial de jQuery

    jQuery es una liviana libreria de JavaScript, pensada para interactuar con los elementos de una web por medio del DOM. Lo que la hace tan especial es su sencillez y su reducido tamaño. Ver Tutorial Fuente (Cristalab)

  • Free XHTML & CSS3 One-Page Template

    In response to this week’s tutorial, where we are creating a HTML5 & CSS3 template, here is the pure XHTML version. It is compatible with all browser versions, SEO friendly, and features a sleek jQuery scroll effect. Perfect for those cases when you need something up fast. It is easily modifiable and the code is…

  • 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/)

  • 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…