Vasiliy Selivanov

  • RSS

Multiple File Upload plugin for jQuery and Cancel button

Posted on Thursday, November 20th, 2008

QuocKien here ask me to help him with Multiple File Upload plugin and cancel button This the most easy way I think it’s this simple js code (cancel button will work for second multi input file) 12345678910$(document).ready(function(){         $(‘.multi’).MultiFile();         $(‘.multi2′).MultiFile();                 [...]

continue reading

Flex SDK coding conventions and best practices

Posted on Friday, April 18th, 2008

Introduction This document lays out the coding standards for writing open-source Flex framework components in ActionScript 3. Adhering to these standards makes the source code look consistent, well-organized, and professional. Some of these standards are completely arbitrary, since there is not always a “best way” to code. Nevertheless, in the interest of consistency, all commits [...]

continue reading

“Some dangerous trojan horses detected in your system. ” How to fix

Posted on Monday, September 29th, 2008

I have some troubles with my windows. Any time when I go to folder I have message. "Some dangerous trojan horses detected in your system. Microsoft Windows XP files corrupted. This may lead to the destruction of important files in C:WINDOWS. Download protection software now!" And if you press Yes, you will download exe file [...]

continue reading

Google Maps API for Flash/Flex

Posted on Tuesday, June 3rd, 2008

Google annaunce Google Maps API for Flash/Flex.

What we could find on official site

This API lets Flex developers embed Google Maps in Flash applications. Similar to the JavaScript version, this ActionScript API provides a number of utilities for manipulating and adding content to maps through a variety of services, enabling you to embed robust, interactive maps applications on your website.

How do I start?

  1. Sign up for a Google Maps API Key
  2. Download the Google Maps API for Flash SDK
  3. Read the Setup Instructions
  4. Walk through the Tutorial
  5. Read the API Reference

So working with Google maps now is so easy ;)


Posted in: Adobe, Flash, Flex, Google.