Collection of Fade in Fade out Effect Plugins

Categories Ajax | 27/09/09 | 4,690 views   |  tags: , , , , ,
Collection of Fade in Fade out Effect Plugins

People like to show their value by differentiating from others. That is why so many splendid stuffs flood in the internet. At the same time,  no one likes to toil in coding all through the night. Plugin is one of the great things to relieve you from boiling work and bring you with the most exciting visual impact.

Fade in fade out effect plugins are easy to customize. This post collected useful plugins for fade in and fade out effect which will make your web site outstanding.

Read More

ASZip: A Very Useful ActionScript 3 library to Generate ZIP file with Simple Interface

Because a zip file permits a number of compression algorithms so a ZIP file contains one or more files. FZip is a cute little Actionscript 3 class library, it parses ZIP archives progressively, allowing access to contained files while the archive is loading(@see Actionscript 3 class zip library–FZip).

Now we will introduce an other actionscript zip library: ASZip.  You can generate ZIP files from ActionScript 3 with ASZip. ASZip uses the native gzip (Deflate) compression from the flash.utils.Bytearray.compress() method. More compression algorithms will be added in the future. ASZip has simple interface to add different types of files and directories.

Read More

The Ultimate Collection of AJAX Form Validation Plugins (Controls)

When we surf in internet, we are often asked to filled in a form. The most important aspects of building and processing a form is how the form validates data, helps the visitor with tips, how to make it easy to understand what’s required and optional and how it performs after hitting the submit button. If form validation does not work well, most of the us will leave the site.

Below collected examples will be useful stuff in helping you learn how to create a form that will process and validate inputs using AJAX.

Read More

How to Render PDF Content in AIR(With Source Code)

Categories AIR | 18/09/09 | 1,423 views   |  tags: , , , ,
How to Render PDF Content in AIR(With Source Code)

As we all know, PDF is a file format created by Adobe®, it lets you can view and print a file exactly as the author designed it, without needing to have the same application or fonts used to create the file.

PDF has become an Internet standard for electronic distribution because the look and feel of the original document complete with fonts, colors, images, and layout. PDF is so userful, can we render PDF contents in Adobe AIR applications? If can, how to do it?

Read More

The Ultimate Collection of AJAX Accordion Plugins (Controls)

Categories Ajax | 13/09/09 | 3,354 views   |  tags: , , ,
The Ultimate Collection of AJAX Accordion Plugins (Controls)

An Accordion is stacked list of items (eg. labels or thumbnails). that allows you to expand or stretch to display the content at a time.  The term stems from the musical accordion in which sections of the bellows can be expanded by pulling outward. A common example of a GUI accordion is the Show/Hide operation of a box region, but extended to have multiple sections in a list. I went through a google search and found some useful Accordion stuff as below, hope you guys also like it.

Read More

How to Center AIR Window on Screen both Vertically and Horizontally

Most windows applications be needed to center on screen both vertically and horizontally, for AIR applications, we can use window.runtime.flash. system.Capabilities to do it. This class provides properties that describe the system and runtime that are hosting HTML content. We can provide appropriate content to as many users as possible by using the Capabilities. We can use code to alter its presentation when we know the conputer’s capabilities.

Use screen resolution and native window size properties to set desired coordinates, we can center our AIR application window.

Read More

Away3D: Make your 3D program Easily( 14+ great tutorials )

Categories Flash | 07/09/09 | 3,392 views   |  tags: , ,
Away3D: Make your 3D program Easily( 14+ great tutorials )

Away3D is a powerful realtime 3D engine for use with Flash and Flex. There are few 3D engines available for Flash that can make use of the new features of Flash Player 10, but Away3D support it smartly.

Read More

AJAX Search: Save Time, Save Money

Categories Ajax | 06/09/09 | 896 views   |  tags: ,
AJAX Search: Save Time, Save Money

Google has been testing a new type search functionality: AJAX Search to make search result pages load even faster by only loading new information as needed on new queries. Google search are now serving up results in fractions of a second, and any increase probably will not be perceived in a meaningful way by end users. Does this speed increase really matters? The answer is yes. A move to shave off fractions of a second means more time saved, and more money.

Before Google roll out on a large scale, curious users can head over to the Caffeine test page here.  The speed isn’t noticeably faster, but most users would be hard pressed to notice an improvement of a few milliseconds anyway.

Read More