3 Examples of Facebook Like Autosuggestion

Categories Ajax | 30/08/09 | 26,230 views   |  tags: , , , , , ,
3 Examples of Facebook Like Autosuggestion

Facebook is a social networking website, whose users can add friends and send them messages, and update their personal profiles to notify friends about themselves.  There are more than 250 million active users. We are interested in Facebook style, so try to find some Facebook like autosuggestion examples and share with you.

Read More

How to Wait or Sleep in Flex/ActionScript

Categories Flex | 28/08/09 | 41,800 views   |  tags: , , ,
How to Wait or Sleep in Flex/ActionScript

If you want to upload a big file to server or do a long time action in Flex/ActionScript like HTTPService to communicate with an external server that hosts the database, a time delay function like Sleep() will be needed.

So, is there a sleep function in flex 2 ? Run multi-thread, one sleep and wait the result of this thread and the other will be continue.

Unfortunatly, because the flash player, from our perspective, is single threaded so we can not do that.

Read More

How to Resume Download or Accessing Serial Port in AIR Applications VIA SOCKET

The Flex sockets are so cool, you can connect to any type of TCP/IP server, because of security policy we cant add and change HTTP headers, but using SOCKET you can send any type of HTTP requests and working with responses. So if you hope the task was to implement a download manager with resume download support, SOCKET is a good solution for you.

The same with above, if you want to use printer with air, you can not find any poperties to accessing serial port or usb, but it is possible with a binary socket and serial proxy.

Read More

An example of How to load FlashPaper in Flex(with source code)

Categories Flash, Flex | 15/08/09 | 7,840 views   |  tags: , ,
An example of How to load FlashPaper in Flex(with source code)

FlashPaper is very useful, we can create web-ready Flash documents or secure, compact PDF files from any printable document in just one click with FlashPaper.  The following is some main feature of FlashPaper introduced on the offical site:

  • Easily create or e-mail any Microsoft Office document as a Flash document or PDF
  • Instantly secure sensitive medical, legal or business documents
  • Streamline document distribution with highly compressed files
  • Create universally accessible files that are viewable on any platform
  • Quickly capture web pages and HTML
  • Create online newsletters, flyers and marketing materials

Read More

5+ Very Beautiful Skins for Flex Applications

Categories AIR | 09/08/09 | 18,767 views   |  tags: , ,
5+ Very Beautiful Skins for Flex Applications

Build a flex applications that look good right out of the box with flex 3 or 4 is easy, you can customize the look of your applications with several ways be given by Flex builder, but I think most developers hope the applications built by them will be amazing and unique. So, for getting some inspiration, did you spend some days to customiuze the skin of your Flex applications but had no any inspiration? Maybe you can find many functions, classes, even libiaries for actionscript/flex easily, but take a suitable skin will be difficlut.

We spend some time to collect a list of beautiful skins for flex applications, hope it will be helpful for you and can save your time.

Read More

The Ultimate Collection of AJAX File Upload Plugins

Categories Ajax | 09/08/09 | 8,982 views   |  tags: , ,
The Ultimate Collection of AJAX File Upload Plugins

Browsers force us to use file inputs (<input type=”file” />) for uploads, which are impossible to style. Moreover, form-based uploads look obsolete in modern AJAX applications. Today I’m bringing you only high quality AJAX file upload plugins which will help you to enhance your user’s experience.

Read More

What is AJAX & amazing AJAX based applications and resources

Categories Ajax | 04/08/09 | 2,258 views   |  tags: , , , , , , ,
What is AJAX & amazing AJAX based applications and resources

In classical web applications, when we submit a form, although most of the page remains the same, whole page is reloaded from the server. This causes long waiting times and waste of bandwidth. The combination of a group of web technologies known as AJAX is come up with to create interactive web  applications. With AJAX, web applications can retrieve data asynchronously from server while not refreshing the whole page.

AJAX is a shorthand for asynchronous JavaScript and XML. AJAX is not a technology in itself, but a term that refers to the use of a group of technologies together.

Read More

Introduction to SmartGWT Enterprise Edition (EE)

Categories Ajax | 01/08/09 | 9,127 views   |  tags: ,
Introduction to SmartGWT Enterprise Edition (EE)

In a nutshell, SmartGWT EE provides a whole lot of features that allow accelerated server side integration with SmartGWT’s visual components. Fully functional CRUD screens, with inline editing, virtual pagination, type validation, ability to create new records, deletes, updates, advanced filtering capabilities, file export and upload can be build with as little as 25 lines of client side SmartGWT code, and a simple XML based DataSource descriptor file that lives on the server side.

Read More