Posts Tagged ‘Tutorial’

40+ Step by Step Flash Preloader Tutorials

facebook-2-icon We have built the Top 10 Creative And Cool Flash Preloaders and 20+ Creative Preloader of Flash Sites Never Bored You In The Loading Time in previous, Preloaders are essentially a usability aid that makes a visitor’s browsing experience easier by displaying a short message or detailing how long the content their looking for on your site will take to appear. Below is a list of 40+ step by step Flash preloader tutorials let you see how easy it is to create a preloading system for your sites or apps. Enjoy!

(more…)

30+ Useful HTML5 Tutorials For Web Designers

Earth-icon Although Adobe Announced Dreamweaver CS5 HTML5 Pack Preview Download Available some weeks ago, as most of us know HTML 5 has created a big buzz on internet and is sure to give Adobe a hard time. HTML 5 is aimed to create a comprehensive and all-in-one markup language for front-end development, able to provide a qualitative information on the different elements of the page.Below are over 30 useful tutorials to get you started with HTML 5.

(more…)

12 ActionScript Tutorials About Button

fish-2-icon No matter Web or Windows program development, the button is a necessary role. There are many tutorials about button application in Flash with ActionSctipt. We have collected some for your reference. Some of them teach you how to create a button in flash, some of them introduced how to enable or disable a button with ActionScript. Hope you will enjoy them.

(more…)

10 Basic Flash Tutorials

Pollen-Flower-icon There is no doubt that Flash is a very powerful gropgram but also a difficult program to learn. In previous article 25+ Very Useful Flash & ActionScript 3 Tutorials we have introduced some, but it seems not enough. This time we have listed some very common used Flash tutorials. Hope it will be helpful to you.

(more…)

25 Useful Tutorials Show How to Convert PSD to HTML & CSS Step by Step

lovely-catalog-icon-128 Now you have mastered the photoshop technique and designed a perfect PSD Files. Maybe you have a little trouble on how to convert you designs to high quality, cross-browser compatible valid XHTML/ CSS. PSD to HTML conversion is an important skill that has been growing in popularity over these years. Here we have listed 25 very detail tutorials teach you how to create a great nice looking site.

(more…)

15 Very Useful Hand-Picked AJAX Tutorial

Chat-256x256 Ajax is a technique for handling external data through JavaScript asynchronously, without reloading the entire page. Maybe you have heard about Ajax before, or at least used an Ajax-based application for example Gmail. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. Ajax is not a technology in itself, but a group of technologies as DHTML and LAMP. Then we have collect 15 very useful toturials which hope can help you understand it quickly. Now let’s start.

(more…)

5 Useful Adobe Flash Menu and Navigation Tutorials

Box-256x256 How about  25+ Very Useful Flash & ActionScript 3 Tutorials? You probably noticed “Vertical 3D Carousel with ActionScript 3″, yes, menu is used on nearly all the sites–vertical menu or horizontal menu, submenu layout like drop down menu, flyout menu or sliding/accordion menu etc. Following is 5 tutorials on the most common adobe flash menu and navigation. Enjoy!

(more…)

25+ Very Useful Flash & ActionScript 3 Tutorials

Apple-256x256 We have introduced 10 Great Animation Tutorials For Adobe Flash You Should Know, if you are a designer who want to offer your visitors amazing user interaction, the following is 25 very userful flash and actionscript 3 tutorials which can up your design skill, let’s enjoy!

(more…)

as3corelib Tutorial:How to Use StringUtil Class in Flex

papa-smurf-256x256 StringUtil class contains static utility methods for manipulating Strings. It simplifies the way to handle string values to meet the faults of StringUtil defined in package mx.util. For example, I want to remove all the string “mx:” in the StringUtilDemo.mxml. Just call the method like StringUtil.remove(theContent,”mx:”). However, the method is intrinsic case sensitive. So if I call the method like StringUtil.remove(theContent,”MX:”), it doesn’t make sense. The same as the method “replace”.

Search-256x256 Demo | DownloadDownload Full Project

(more…)

as3corelib Tutorial:How to Use NumberFormatter Class in Flex

Finder-128x128 NumberFormatter class contains static utility methods for formatting Numbers. Now, there is a mere method defined. The method addLeadingZero “Formats a number to include a leading zero if it is a single digit between -1 and 10.”  , simple but very useful. :)

I found codes “returnString+=NumberUtil.addLeadingZero(dateToFormat.getDate());” from internet. We can see that this is what we need when we do such things, to format year, month, day, hour, minute, second or others whatever.

Search-256x256 Demo | DownloadDownload Full Project

(more…)